LinHES Forums http://forum.linhes.org/ |
|
Hauppauge NovaT DVB lirc setup? http://forum.linhes.org/viewtopic.php?f=2&t=15627 |
Page 1 of 1 |
Author: | cahlfors [ Sat Jun 16, 2007 6:53 am ] |
Post subject: | Hauppauge NovaT DVB lirc setup? |
It appears that people have been able to get the remote working with a NovaT setup. mad_paddler and parkinpants have written serious posts on this, but something is still not quite right in my setup. The novas bypass lirc entirely unless done right, resulting in only arrows and numbers working and nothing else. This is not a config file issue as the functionality is the same whether lircd is running or not. The remote is said to function like a keyboard unless lirc grabs it. That appears correct. The remote arrows in a terminal window have the same function as on the keyboard. Code: # cat /proc/bus/input/devices This tells me my three Novas use event2 through 4. Connecting the ir dongle to the first card, nearest the AGP, and verifying event2 with: Code: # cat /dev/input/event2 and pressing the "other" (ff,rew,etc) keys *does* produce some weird characters, indicating that the event2 receives/intercepts the transmissions. It's alive! Adapting /etc/lirc/hardware.conf to fit: Code: # /etc/lirc/hardware.conf # # Arguments which will be used when launching lircd LIRCD_ARGS="" #Don't start lircmd even if there seems to be a good config file START_LIRCMD=false #Try to load appropriate kernel modules LOAD_MODULES=true # Run "lircd --driver=help" for a list of supported drivers. DRIVER="dev/input" # If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be # automatically used instead DEVICE="/dev/input/event2" MODULES="lirc_dev lirc_i2c" But starting lirc thus: Code: /usr/sbin/lircd --device="/dev/input/event2" /etc/lirc/lircd.conf Still, only the arrow and number keys work. It appears that lirc still doesn't grab the events, although the process is running. Does anyone have a clue how to continue the investigation? I've tried IRW, but it does nothing at all, except shutting down the lircd. This seems to be valid for all nova-t boxes. Cheers, /Chris Code:
|
Author: | tohc1 [ Sat Jun 16, 2007 8:11 am ] |
Post subject: | |
I got my remote working on r5f1 by doing the following: nano /etc/lirc/hardware.conf change the lines to: DEVICE="/dev/input/eventX" DRIVER="dev/input" MODULES="lirc_dev" Where X is the number you've already found (event2) using cat /dev/input/event2 Restart lirc - /etc/init.d/lirc restart (I can't remember but I may have restarted the computer here to get it working properly) then test using irw. |
Author: | cahlfors [ Sat Jun 16, 2007 8:36 am ] |
Post subject: | |
Oops! I did the changes to /etc/lirc/hardware.conf , but forgot to mention it in the first post. It's now updated. ![]() Cheers, /Chris |
Author: | cahlfors [ Sat Jun 16, 2007 8:48 am ] |
Post subject: | |
NaWaitaminute! You're right - restarting the whole computer made things start working! irw does things it never did before (such as to run...). However, keys seem to be pointing to the wrong config file (hardware.conf.new). This is enough to get me going again. I'll sort out the config files and mappings now. Thanks! ![]() Cheers, /Chris |
Author: | mad_paddler [ Mon Jun 18, 2007 3:13 am ] |
Post subject: | |
Lirc can be a bit of a pain with mythtv, i can never get any changes i make to take effect until a reboot! |
Page 1 of 1 | All times are UTC - 6 hours |
Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |