Start a Conversation

Unsolved

E

1 Rookie

 • 

2 Posts

63

November 27th, 2024 01:30

chromebook debian linux and usb usbhid wont link

i am unable to link a usb sega controller and use it with linux apps. is it even doable. if it is what did you do. what apt or github code or other did you use. thanks. useful information and it is the dell 3110 

Bus 001 Device 002: ID 0079:0011 DragonRise Inc. Gamepad
"SWITCH CO.,LTD. USB Gamepad" 0x0079 0x0011
AZ-RB-SGA-215 H5 ( device ) 

dmesg | grep -i 'input\|hid'

[    0.707988] usbcore: registered new interface driver usbhid
[    0.708024] usbhid: USB HID core driver
[    1.831021] input: SWITCH CO.,LTD. USB Gamepad  as /devices/pci0000:00/0000:00:0d.0/usb1/1-1/1-1:1.0/0003:0079:0011.0001/input/input0
[    1.831335] hid-generic 0003:0079:0011.0001: input: USB HID v1.11 Joystick [SWITCH CO.,LTD. USB Gamepad ] on usb-0000:00:0d.0-1/input0

cat /proc/bus/input/devices 

I: Bus=0003 Vendor=0079 Product=0011 Version=0111
N: Name="SWITCH CO.,LTD. USB Gamepad "
P: Phys=usb-0000:00:0d.0-1/input0
S: Sysfs=/devices/pci0000:00/0000:00:0d.0/usb1/1-1/1-1:1.0/0003:0079:0011.0001/input/input0
U: Uniq=AZ-RB-SGA-215 H5
H: Handlers=js0 event0 
B: PROP=0
B: EV=1b
B: KEY=3ff00000000 0 0 0 0
B: ABS=10000000003
B: MSC=10

/dev/bus/usb/001/002

P: /devices/pci0000:00/0000:00:0d.0/usb1/1-1
M: 1-1
R: 1
U: usb
T: usb_device
D: c 189:1
N: bus/usb/001/002
L: 0
V: usb
E: DEVPATH=/devices/pci0000:00/0000:00:0d.0/usb1/1-1
E: DEVNAME=/dev/bus/usb/001/002
E: DEVTYPE=usb_device
E: DRIVER=usb
E: PRODUCT=79/11/105
E: TYPE=0/0/0
E: BUSNUM=001
E: DEVNUM=002
E: MAJOR=189
E: MINOR=1
E: SUBSYSTEM=usb

1 Rookie

 • 

2 Posts

November 27th, 2024 01:33

the hid generic may be the thing i am unsure ' it ' wants to share with other things 

No Events found!

Top