Am I the only having issues on an MD with this... I have reviewed the Lirc Site and barring updating the lirc files .8.3 or updating the driver I am lost. In everything I see on lirc they say a proper lircd.conf is important and I look at my three lircd files one from the core and two from the Md's and they all look like the one I have posted. It looks like we have lirc_mceusb2 ver 1.29 installed and the current is 1.47.
I found a couple more things to check on the system which would make me believe all is setup right hardware wise. So I am assuming it is routing issue of the commands through DCE and or a config file elsewhere, anyhow I am lost at this point, but with owning three of these and a UsbUirt I really am not that prepared to spend another 80$ to get another USBUirt for this system. The MceUsb2 is supposed to work in 710Rc2.
Ubuntu comes with ABSOLUTELY NO WARRANTY, to the extent permitted by
applicable law.
root@moon63:~# ls -l /dev/lirc*
crw-rw---- 1 root root 61, 0 Aug 21 11:37 /dev/lirc0
srw-rw-rw- 1 root root 0 Aug 21 12:00 /dev/lircd
root@moon63:~# lsmod
Module Size Used by
ide_cd 32672 0
ide_generic 2176 0 [permanent]
rfcomm 42136 2
l2cap 26240 11 rfcomm
nfsd 220912 13
exportfs 7040 1 nfsd
ppdev 10244 0
parport_pc 37412 0
lp 12580 0
parport 37448 3 ppdev,parport_pc,lp
autofs4 23044 1
cpufreq_stats 7232 0
cpufreq_powersave 2688 0
cpufreq_conservative 8072 0
cpufreq_userspace 5280 0
cpufreq_ondemand 9612 0
freq_table 5792 2 cpufreq_stats,cpufreq_ondemand
ac 6148 0
dock 10656 0
sbs 19592 0
button 8976 0
video 18060 0
container 5504 0
battery 11012 0
ipv6 273892 16
nls_cp437 6784 1
cifs 237428 1
snd_hda_intel 375448 3
snd_pcm_oss 51488 0
snd_mixer_oss 18432 1 snd_pcm_oss
snd_pcm 86148 2 snd_hda_intel,snd_pcm_oss
snd_page_alloc 12168 2 snd_hda_intel,snd_pcm
snd_hwdep 10884 1 snd_hda_intel
snd_seq_dummy 4868 0
snd_seq_oss 35712 0
snd_seq_midi 10656 0
snd_rawmidi 27296 1 snd_seq_midi
snd_seq_midi_event 8576 2 snd_seq_oss,snd_seq_midi
snd_seq 58448 6 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_seq_midi_event
snd_timer 25988 2 snd_pcm,snd_seq
snd_seq_device 9612 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq
lirc_mceusb2 14980 1
lirc_dev 16116 1 lirc_mceusb2
snd 67012 19 snd_hda_intel,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_hwdep,snd_seq_dummy,snd_seq_oss,snd_seq_midi,snd_rawmidi,snd_seq_midi_event,snd_seq,snd_timer,snd_seq_device
hci_usb 18332 3
bluetooth 57060 9 rfcomm,l2cap,hci_usb
serio_raw 8068 0
psmouse 39952 0
i2c_nforce2 7040 0
k8temp 6656 0
pcspkr 4224 0
shpchp 34580 0
soundcore 8800 1 snd
nvidia 7825536 46
agpgart 35016 1 nvidia
pci_hotplug 32704 1 shpchp
i2c_core 26112 2 i2c_nforce2,nvidia
evdev 11136 2
af_packet 24840 0
nfs 245868 1
lockd 67592 3 nfsd,nfs
sunrpc 172412 10 nfsd,nfs,lockd
sg 36764 0
sr_mod 17828 0
cdrom 37536 2 ide_cd,sr_mod
ata_generic 8452 0
amd74xx 15260 0 [permanent]
ide_core 116804 3 ide_cd,ide_generic,amd74xx
forcedeth 51592 0
ehci_hcd 36492 0
sata_nv 20612 0
libata 125168 2 ata_generic,sata_nv
scsi_mod 147084 3 sg,sr_mod,libata
ohci_hcd 22916 0
usbcore 138632 5 lirc_mceusb2,hci_usb,ehci_hcd,ohci_hcd
raid10 26496 0
raid456 128016 0
xor 16904 1 raid456
raid1 25984 0
raid0 9728 0
multipath 9984 0
linear 7552 0
md_mod 82324 7 raid10,raid456,raid1,raid0,multipath,linear
thermal 14344 0
processor 32072 1 thermal
fan 5764 0
capability 5896 0
commoncap 8320 1 capability
fuse 47124 3
root@moon63:~#
Here is some dmesg code from the md as well.
21.116000] usbcore: registered new interface driver hci_usb
[ 21.292000] lirc_dev: IR Remote Control driver registered, at major 61
[ 21.328000] lirc_mceusb2: no version for "lirc_get_pdata" found: kernel tainted.
[ 21.328000]
[ 21.328000] lirc_mceusb2: Philips eHome USB IR Transciever and Microsoft MCE 2005 Remote Control driver for LIRC $Revision: 1.33 $
[ 21.328000] lirc_mceusb2: Daniel Melander <lirc@rajidae.se>, Martin Blatter <martin_a_blatter@yahoo.com>
[ 21.532000] usb 1-2: reset full speed USB device using ohci_hcd and address 4
[ 21.736000] lirc_dev: lirc_register_plugin: sample_rate: 0
[ 21.744000] lirc_mceusb2[4]: Philips eHome Infrared Transceiver on usb1:4
[ 21.744000] usbcore: registered new interface driver lirc_mceusb2
Dave