I have just upgraded from 11.1 to 11.3 and I can’t get the thing to work. Before a sample from dmesg read:
lirc_dev: IR Remote Control driver registered, major 61
lirc_atiusb: USB remote driver for LIRC $Revision: 1.71 $
lirc_atiusb: Paul Miller <pmiller9@users.sourceforge.net>
lirc_dev: lirc_register_plugin: sample_rate: 0
lirc_atiusb[6]: X10 Wireless Technology Inc USB Receiver on usb2:6
usbcore: registered new interface driver lirc_atiusb
now I get:
146.377036] usb 2-10: new low speed USB device using ohci_hcd and address 6
146.566511] usb 2-10: New USB device found, idVendor=0bc7, idProduct=0005
146.566519] usb 2-10: New USB device strings: Mfr=1, Product=2, SerialNumber=0
146.566525] usb 2-10: Product: USB Receiver
146.566529] usb 2-10: Manufacturer: X10 Wireless Technology Inc
146.581615] input: X10 Wireless Technology Inc USB Receiver as /devices/pci0000:00/0000:00:02.0/usb2/2-10/input/input7
It doesn’t even seem to be using the write driver.
Some searching suggested it may be being assigned as a keyboard and the xorg log indeed shows:
146.619] () X10 Wireless Technology Inc USB Receiver: Applying InputClass “evdev pointer catchall”
146.619] () X10 Wireless Technology Inc USB Receiver: Applying InputClass “evdev keyboard catchall”
146.619] () X10 Wireless Technology Inc USB Receiver: Applying InputClass “LocalKeyboard”
146.620] () X10 Wireless Technology Inc USB Receiver: always reports core events
146.620] () X10 Wireless Technology Inc USB Receiver: Device: “/dev/input/event5”
146.623] (II) X10 Wireless Technology Inc USB Receiver: Found 9 mouse buttons
146.623] (II) X10 Wireless Technology Inc USB Receiver: Found relative axes
146.623] (II) X10 Wireless Technology Inc USB Receiver: Found x and y relative axes
146.623] (II) X10 Wireless Technology Inc USB Receiver: Found keys
146.623] (II) X10 Wireless Technology Inc USB Receiver: Configuring as mouse
146.623] (II) X10 Wireless Technology Inc USB Receiver: Configuring as keyboard
146.623] () X10 Wireless Technology Inc USB Receiver: YAxisMapping: buttons 4 and 5
146.623] (**) X10 Wireless Technology Inc USB Receiver: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
146.623] (II) XINPUT: Adding extended input device “X10 Wireless Technology Inc USB Receiver” (type: KEYBOARD)
Any ideas how to get it back to being the lirc device it should be?