View previous topic :: View next topic |
Author |
Message |
musv Advocate
Joined: 01 Dec 2002 Posts: 3364 Location: de
|
Posted: Mon Jun 10, 2024 3:45 pm Post subject: [solved] Nintendo Controller stopped working after update |
|
|
Hi,
after my last system update my Nintendo Pro Controller stopped working. When I tried to connect, the LEDs were blinking. But then I got an error
Code: | Jun 10 16:14:04 nixe bluetoothd[789]: profiles/input/device.c:input_device_register() bt_uhid_new_default: failed
Jun 10 16:14:04 nixe bluetoothd[789]: src/service.c:service_probe() input-hid profile probe failed for E0:F6:B5:66:C0:C6 |
I found the solution in this thread:
https://github.com/bluez/bluez/issues/777
/etc/bluetooth/input.conf lines
Code: |
# Enable HID protocol handling in userspace input profile
# Defaults to true (Use UHID instead of kernel HIDP)
#UserspaceHID=true
UserspaceHID=false
|
Didn't dig deeper into this issue. With setting UserpaceHID to false the Controller worked again.
Last edited by musv on Mon Jun 10, 2024 6:20 pm; edited 1 time in total |
|
Back to top |
|
|
musv Advocate
Joined: 01 Dec 2002 Posts: 3364 Location: de
|
Posted: Mon Jun 10, 2024 6:20 pm Post subject: |
|
|
Got it working again. Had to activate in the kernel.
After that
worked too in /etc/bluetooth/input.conf |
|
Back to top |
|
|
musv Advocate
Joined: 01 Dec 2002 Posts: 3364 Location: de
|
Posted: Sun Jun 30, 2024 1:38 pm Post subject: |
|
|
It's solved - mostly.
After starting the computer for the first time somtimes the connection process to the Pro Controller doesn't work. I have to restart bluetooth. |
|
Back to top |
|
|
|