|
From: <ke...@ev...> - 2009-02-05 16:11:41
|
Hello All,
I am still trying to make this Antec Veris Basic IR receiver work and while
I am figuring things out I am not really getting anywhere.
Earlier I figured out that Linux appears to see it and loads the HID Driver
(Bus 3, Dev 3)...
(From a script called "usbtree")
/: Bus 04.Port 1: Dev 1,Class=root_hub, Drv=ohci_hcd/6p, 12M
/: Bus 03.Port 1: Dev 1,Class=root_hub, Drv=ohci_hcd/6p, 12M
|_ Port 5: Dev 3, If 0,Prod=, Class=HID, Drv=usbhid, 1.5M
|_ Port 5: Dev 3, If 1,Prod=, Class=HID, Drv=usbhid, 1.5M
/: Bus 02.Port 1: Dev 1,Class=root_hub, Drv=ehci_hcd/6p, 480M
/: Bus 01.Port 1: Dev 1,Class=root_hub, Drv=ehci_hcd/6p, 480M
Since then I may have figured out that the HID driver is treating it as a
mouse...
[root@MythTVken input]# lsusb
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 003: ID 15c2:0043 SoundGraph Inc.
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
[root@MythTVken input]# ll /dev/input
total 0
drwxr-xr-x 2 root root 80 2009-01-30 07:31 by-id
drwxr-xr-x 2 root root 100 2009-01-30 07:31 by-path
crw-r----- 1 root root 13, 64 2009-01-28 15:28 event0
crw-r----- 1 root root 13, 65 2009-01-28 15:28 event1
crw-rw----+ 1 root root 13, 66 2009-01-28 15:28 event2
crw-r----- 1 root root 13, 69 2009-01-28 15:28 event5
crw-rw----+ 1 root root 13, 70 2009-01-29 22:50 event6
crw-r----- 1 root root 13, 63 2009-01-28 15:28 mice
crw-r----- 1 root root 13, 32 2009-01-28 15:28 mouse0
crw-r----- 1 root root 13, 34 2009-01-29 22:50 mouse2
[root@MythTVken input]# ll /dev/input/by-id
total 0
lrwxrwxrwx 1 root root 9 2009-01-29 22:50 usb-15c2_0043-event-mouse ->
../event6
lrwxrwxrwx 1 root root 9 2009-01-29 22:50 usb-15c2_0043-mouse -> ../mouse2
[root@MythTVken input]# ll /dev/input/by-path
total 0
lrwxrwxrwx 1 root root 9 2009-01-29 22:50
pci-0000:00:02.0-usb-0:5:1.0-event-mouse -> ../event6
lrwxrwxrwx 1 root root 9 2009-01-29 22:50
pci-0000:00:02.0-usb-0:5:1.0-mouse -> ../mouse2
lrwxrwxrwx 1 root root 9 2009-01-28 15:28 platform-pcspkr-event-spkr ->
../event5
Can anybody provide me with some pointers as to where to look or what tests
to run to determine if Linux is actually getting data from the device and
if so, how to re-direct that data toward LIRC.
Thanks in advance,
Ken
(Partial from previous message)
Hello,
I am trying to build a Myth-TV box using "MythDora 10". I have
everything working except the IR remote control. I am a moderate Linux
user and this has been making me learn new things!
For the IR receiver I purchased an Antec "Veris Basic"
(http://www.antec.com/usa/productDetails.php?lan=us&id=30124) which is
not listed on lirc.org. (Had I known that in advance I might not have
bought it, but this is my first stab at this project!) This device has
a USB interface.
According to "lsmod" the following lirc modules are loaded...
lirc_imon 23432 0
lirc_dev 20408 1 lirc_imon
I also have the daemon "lircd" running.
There is no "/dev/lirc" but there is a "/dev/lircd"
When I run "irw" I get nothing.
|