|
From: Steven E. <mai...@st...> - 2006-01-25 01:44:19
|
I have a nmedia case with a built in IR unit which connects to the USB headers on the motherboard. Any tips on getting this working with Lirc? The case manufacturer does make their own remotes and wireless keyboards ****for this unit, but I want to use my own universal remote with it. Case - http://www.nmediapc.com/htpc100.htm IR Unit - http://www.pstc.com.tw/ Output from lsusb - Bus 002 Device 001: ID 0000:0000 Bus 001 Device 009: ID 0dc6:2021 Precision Squared Technology Corp. Bus 001 Device 004: ID 058f:9360 Alcor Micro Corp. Bus 001 Device 001: ID 0000:0000 Output in system logs usbcore: registered new driver hiddev input: IR MCS Receiver as /class/input/input2 input: USB HID v1.00 Keyboard [ IR MCS Receiver] on usb-0000:00:0b.0-8 input: IR MCS Receiver as /class/input/input3 input,hiddev96: USB HID v1.00 Mouse [ IR MCS Receiver] on usb-0000:00:0b.0-8 usbcore: registered new driver usbhid drivers/usb/input/hid-core.c: v2.6:USB HID core driver Appropriate output from /proc/bus/usb/devices T: Bus=01 Lev=01 Prnt=01 Port=07 Cnt=02 Dev#= 9 Spd=1.5 MxCh= 0 D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 P: Vendor=0dc6 ProdID=2021 Rev= 1.10 S: Manufacturer= S: Product=IR MCS Receiver C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr= 50mA 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 So it looks like it has found the IR device and registered it with the usbhid driver. The question now is how can I test it with any remotes. Steve |