As the topic says. Keyboard and touchpad work fine.
have all the USB stuff in the kernel, incl HID interface stuff.
I have recompiled xorg-server, and recompiled xf86-input-mouse and evdev.
Code: Select all
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 002: ID 0b05:175b ASUSTek Computer, Inc. Laptop OLED Display
Bus 002 Device 003: ID 064e:a115 Suyin Corp.
Bus 005 Device 002: ID 0b05:1751 ASUSTek Computer, Inc. BT-253 Bluetooth Adapter
Bus 006 Device 003: ID 1532:0101 Razer USA, Ltd Copperhead Mouse
Code: Select all
$ xinput -list
� Virtual core pointer id=2 [master pointer (3)]
� ��� Virtual core XTEST pointer id=4 [slave pointer (2)]
� ��� Synaptics Touchpad id=6 [slave pointer (2)]
� Virtual core keyboard id=3 [master keyboard (2)]
��� Virtual core XTEST keyboard id=5 [slave keyboard (3)]
��� Power Button id=7 [slave keyboard (3)]
��� Video Bus id=8 [slave keyboard (3)]
��� Sleep Button id=9 [slave keyboard (3)]
��� Asus Laptop extra buttons id=10 [slave keyboard (3)]
��� AT Translated Set 2 keyboard id=11 [slave keyboardCode: Select all
[ 689.000247] usb usb6: wakeup_rh (auto-start)
[ 689.000284] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 689.000295] uhci_hcd 0000:00:1d.0: port 1 portsc 0093,00
[ 689.000304] hub 6-0:1.0: port 1, status 0101, change 0001, 12 Mb/s
[ 689.104233] hub 6-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[ 689.206229] usb 6-1: new full-speed USB device number 3 using uhci_hcd
[ 689.326051] usb 6-1: ep0 maxpacket = 8
[ 689.353297] usb 6-1: skipped 1 descriptor after interface
[ 689.353303] usb 6-1: skipped 1 descriptor after interface
[ 689.358282] usb 6-1: default language 0x0409
[ 689.376281] usb 6-1: udev 3, busnum 6, minor = 642
[ 689.376284] usb 6-1: New USB device found, idVendor=1532, idProduct=0101
[ 689.376287] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 689.376291] usb 6-1: Product: Razer Copperhead Laser Mouse
[ 689.376294] usb 6-1: Manufacturer: Razer
[ 689.376437] usb 6-1: usb_probe_device
[ 689.376441] usb 6-1: configuration #1 chosen from 1 choice
[ 689.378304] usb 6-1: adding 6-1:1.0 (config #1, interface 0)
[ 689.378369] usb 6-1: adding 6-1:1.1 (config #1, interface 1)
[ 689.378422] drivers/usb/core/inode.c: creating file '003'
[ 689.378445] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0002
I am kind of stuck now .. any ideas ?



