By Damien LEFEVRE: Monday 25 September 2006, 21:47
Pinnacle PCTV + remote control with LIRC
I write here the config cause I'm tired to spend more than 2 hours finding the good configuration on the net.
- So install a TV player, i'm using TVTIME.
- now install lirc:
apt-get install lirc-x(some other packages are suggested, install them or no...) - the fucking and incomplete doc is there:
/usr/share/doc/lirc-x/ - now you need to find the right remote config in
/usr/share/doc/lirc-x/remotesand then copy it to /etc/lirc/:
cp /usr/share/doc/lirc-x/remotes/pinnacle_systems/lircd.conf.pctv /etc/lirc/lircd.conf
- I don't need lircdm.conf
- edit
/etc/lirc/hardware.confand fill with the following content:
# /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="pinsys" # If DEVICE is set to /dev/lirc and devfs is in use /dev/lirc/0 will be # automatically used instead DEVICE="/dev/ttyS0" MODULES=""
- copy
.lircrcin/root/and/home/your_usr_name. This file contains all action attributed to your remote button - if you let the config like this you'll have to start lircd and irexec before every use of the remote. It seems that there a better solution.
update-rc.d lirc defaultsto load the deamon automaticaly at startup. Then go toDesktop>Preferences>Sessions>Startup Programaddirexecto thelist of program to be launch at startup



Comments
No comment for the moment.
Add a comment
Les commentaires pour ce billet sont fermés.