Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
From: Bob Cunningham <FlyMyPG@gm...> - 2009-11-20 08:14:38
|
A confused lirc newbie asks: I have a $10 USB IR remote with "PHX01RN" printed on the remote. When plugged in, it appears as a second keyboard. Some of the keys output the expected characters (e.g., 0-9), others output control characters and/or multiple characters, and the rest are intercepted by X11 (open, close, power, etc.). How do I configure things so I can bypass X11 and convert the output to what I need for MythTV? Is lirc the right tool for this? OS: Fedora 12 (freshly upgraded from F11) with kernel 2.6.31.5-127.fc12.i686.PAE $ lircd --version lircd 0.8.6 lsusb output: ID0755:2626 Aureal Semiconductor dmesg output: usb 2-1.2: new low speed USB device using uhci_hcd and address 25 usb 2-1.2: config 1 has an invalid interface number: 1 but max is 0 usb 2-1.2: config 1 has 2 interfaces, different from the descriptor's value: 1 usb 2-1.2: New USB device found, idVendor=0755, idProduct=2626 usb 2-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 usb 2-1.2: Product: P-01RN usb 2-1.2: Manufacturer: cypress usb 2-1.2: configuration #1 chosen from 1 choice input: cypress P-01RN as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.2/2-1.2:1.0/input/input8 generic-usb 0003:0755:2626.0009: input,hidraw4: USB HID v1.10 Keyboard [cypress P-01RN] on usb-0000:00:1d.0-1.2/input0 generic-usb: probe of 0003:0755:2626.000A failed with error -22 TIA, -BobC |