Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[solved] Nintendo Controller stopped working after update
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3346
Location: de

PostPosted: Mon Jun 10, 2024 3:45 pm    Post subject: [solved] Nintendo Controller stopped working after update Reply with quote

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
View user's profile Send private message
musv
Advocate
Advocate


Joined: 01 Dec 2002
Posts: 3346
Location: de

PostPosted: Mon Jun 10, 2024 6:20 pm    Post subject: Reply with quote

Got it working again. Had to activate in the kernel.

Code:
CONFIG_UHID=y


After that
Code:
UserspaceHID=true

worked too in /etc/bluetooth/input.conf
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum