Bug 1224409 - xpadneo is missing configuration files
Summary: xpadneo is missing configuration files
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Other (show other bugs)
Version: Current
Hardware: All openSUSE Tumbleweed
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Yunhe Guo
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-17 11:12 UTC by Laurent Tréguier
Modified: 2024-05-21 02:19 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Tréguier 2024-05-17 11:12:09 UTC
I tried using xpadneo to connect an Xbox Elite Series 2 Controller via Bluetooth. Although the controller could be paired correctly, it was not usable in any way (while connecting via USB worked perfectly of course).

After inspecting the `xpadneo-kmp-default` package, it seems only the driver binary itself is installed:

$ rpm -ql xpadneo-kmp-default 
/usr/lib/modules/6.8.9-1-default
/usr/lib/modules/6.8.9-1-default/updates
/usr/lib/modules/6.8.9-1-default/updates/hid-xpadneo.ko

In the source repository however, some files are provided for modprobe and udev:
https://github.com/atar-axis/xpadneo/tree/master/hid-xpadneo

Manually adding the files inside the `etc-modeprobe.d` and `etc-udev-rules.d` folder of the  repo fixed the issue; which makes me think they should be included in the `xpadneo-kmp-*` packages.