RHEL6.1 and newer already have the driver included in the distro kernel. For everyone else:
http://www.linuxtv.org/wiki/index.php/How_to_Obtain ,_Build_and_Install_V4L-DVB_Device_Drivers -- You received this bug notification because you are a member of UBUNTU - AL - BR, which is subscribed to Mythbuntu. https://bugs.launchpad.net/bugs/813273 Title: FINTEK USB remote receiver not recognized by lirc-0.8.6 on mythbuntu lucid Status in LIRC - Linux Infrared Remote Control: New Status in Mythbuntu, Ubuntu derivative focused upon MythTV: New Bug description: Purchased an HP USB infrared receiver to go with the mceusb2 remote transmitter that came with my HVR-2250 kit but it shows nothing when executed irw from the command line. Mceusb (all) was selected at lirc setup. I am running a FE/BE dedicated machine with a dual core AMD Athlon II 2.5 Ghz CPU, Nvidia 6200 chipset, dedicated Nvidia GT220 HDMI 1 GB graphics card, 2GB RAM, Dual SATA HD, 1 160 GB, 1 TB drive, smaller drive for OS, database, and video storage partition and the larger drive solely for video storage. The tuner card is a Hauppage HVR-2250 (dual HD/ATSC tuner.) This box runs Mythbuntu 10.04 (32-bit) with 0.24-fixes all updated including lirc-0.8.6. lsusb shows: Bus 002 Device 004: ID 1934:5168 where research indicates that 1934 is the vendor ID for: FINTEK. Checking the source this device does not show up in lirc_mceusb.c So I added this deivce to lirc_mceusb.c by added the following lines: /* Fintek HP Branded USB receiver */ { USB_DEVICE(VENDOR_FINTEK, 0x5168) }, was added to section: static struct usb_device_id mceusb_dev_table[] = { and { USB_DEVICE(VENDOR_FINTEK, 0x5168) }, was added to section static struct usb_device_id transmitter_mask_list[] = { once I got those additions made I did a sudo dpkg-reconfigure lirc-modules-source followed by a reboot and then the device worked! This bug report is my attempt to get this upstream to lirc and mythbuntu so this device might work OOTB for others. Attached is the revised lirc_mceusb.c along with a photo of the HP branded remote infrared usb receiver. I hope that this is helpful. To manage notifications about this bug go to: https://bugs.launchpad.net/lirc/+bug/813273/+subscriptions -- Mailing list: https://launchpad.net/~linux-traipu Post to : [email protected] Unsubscribe : https://launchpad.net/~linux-traipu More help : https://help.launchpad.net/ListHelp

