From: Nick M. <kno...@gm...> - 2007-01-30 19:42:55
|
On 30/01/07, moo...@fr... <moo...@fr...> wrote: > I need some pointers to how to diagnose my problem. I'm running > MythTV with a Hauppauge remote. I had everything working, then > changed out my motherboard and updated the kernel from 2.6.18-1 to > 2.6.19-1, now irw doesn't respond to the remote. Here are the steps > I've taken to attempt to identify the problem: <snip> > * Verified that lirc_i2c is being loaded > DVR:~ # modprobe -l | grep lirc That will list modules that are installed for the kernel, but will not verify which modules are being loaded. Try using # lsmod |grep "lirc" to see which lirc modules are actually loaded. > * Verified lircd is running # service lircd status can sometimes produce useful information, such as whether the lirc subsystem is locked. > * Finally, startup irw and push a few remote buttons. Nothing... > DVR:~ # irw Do you still have a valid lircd.conf for the remote? Another thing to check after having confirmed that the lirc_i2c and lirc_dev modules are loaded is whether you still have the correct lirc devices: # ls -l /dev/lirc* Nick -- MythTV Official wiki: http://mythtv.org/wiki/ MythTV users list archive: http://www.gossamer-threads.com/lists/mythtv/users "An investment in knowledge always pays the best interest." - Benjamin Franklin |