|
From: Jim S. <jim...@gm...> - 2007-03-25 20:59:36
|
I am working on a MythTV configuration after being unimpressed with the flexibility of Vista MCE (although the remote worked). I am running Fedora Core 6 2.6.20-1.2933.fc6 (i686 after correcting the i586 bug). I have everything working except the remote. It shows up successfully as a Philips RCS USB IR Combo Device and works correctly as a USB HID Keyboard. I can use the basic functions but without LIRC support, I can't customize any of the buttons beyond basic navigation and numbers. I have tried installing based on the MythTV HOWTO # yum -y install lirc-kmdl-$KVER # yum -y install lirc I tried the most recent build # wget http://lirc.sourceforge.net/software/snapshots/lirc-0.8.2pre1.tar.bz2 autogen.sh, setup.sh, make, make install as well as "cvs -z8 -d:pserver:ano...@li...:/cvsroot/lirc co lirc" with the same make method. The outcome is the same each time (ran irw in another session): [root@myth lirc-0.8.2pre1]# lircd -n lircd: lircd(mceusb2) ready lircd: accepted new client on /dev/lircd lircd: could not open /dev/lirc lircd: default_init(): No such device lircd: caught signal Terminated I have also tried mceusb driver. Can anyone confirm if this device is supported and if so, which driver I should use. Thank you. ------------------ Additional Details ------------------ cat /proc/bus/usb/devices T: Bus=01 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 4 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=413c ProdID=2505 Rev= 0.01 S: Manufacturer=Philips RCS S: Product=USB IR Combo Device C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr=100mA I: If#= 0 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=01 Driver=usbhid E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=10ms I: If#= 1 Alt= 0 #EPs= 1 Cls=03(HID ) Sub=01 Prot=02 Driver=usbhid E: Ad=82(I) Atr=03(Int.) MxPS= 5 Ivl=10ms /var/log/messages on insertion Mar 25 14:38:20 myth kernel: usb 1-1: new low speed USB device using uhci_hcd and address 6 Mar 25 14:38:20 myth kernel: usb 1-1: configuration #1 chosen from 1 choice Mar 25 14:38:20 myth kernel: input: Philips RCS USB IR Combo Device as /class/input/input9 Mar 25 14:38:20 myth kernel: input: USB HID v1.00 Keyboard [Philips RCS USB IR Combo Device] on usb-0000:00:10.0-1 Mar 25 14:38:20 myth kernel: input: Philips RCS USB IR Combo Device as /class/input/input10 Mar 25 14:38:20 myth kernel: input,hiddev96: USB HID v1.00 Device [Philips RCS USB IR Combo Device] on usb-0000:00:10.0-1 |