|
From: Kyle B. <kyl...@gm...> - 2009-02-05 06:16:18
|
I'm having trouble getting my remote working for my WinTV HVR-1600. The problems seems to be the absence of /dev/lirc0 and I'm not quite sure what or if I'm doing anything wrong. I'm using 2.6.27-gentoo-r8. I also made and installed these modules: http://linuxtv.org/hg/v4l-dvb/archive/tip.tar.bz2 Here's some information about my setup, if I missed something let me know: cobalt linux # equery list lirc [ Searching for package 'lirc' in all categories among: ] * installed packages [I--] [ ~] app-misc/lirc-0.8.4 (0) cobalt linux # cat /etc/conf.d/lircd LIRCD_OPTS="-d /dev/lirc0" cobalt linux # grep LIRC /etc/make.conf LIRC_DEVICES="hauppauge" cobalt linux # uname -a Linux cobalt 2.6.27-gentoo-r8 #2 SMP Tue Feb 3 18:57:08 PST 2009 x86_64 Pentium(R) Dual-Core CPU E5200 @ 2.50GHz GenuineIntel GNU/Linux cobalt linux # dmesg|grep lirc [ 5209.837331] lirc_dev: IR Remote Control driver registered, major 61 cobalt linux # ps aux|grep lirc root 17783 0.0 0.0 3784 496 ? Ss 22:12 0:00 /usr/sbin/lircd -P /var/run/lircd.pid -d /dev/lirc0 root 17834 0.0 0.0 3696 252 ? Ss 22:12 0:00 /usr/sbin/lircmd root 29937 0.0 0.0 3820 572 pts/1 S+ 22:38 0:00 grep --colour=auto lirc cobalt linux # ls -l /dev/lirc* srw-rw-rw- 1 root root 0 Feb 3 22:12 /dev/lircd prw-r--r-- 1 root root 0 Feb 3 22:11 /dev/lircm Here's my config files, all I've done is copy them over to /etc/lircd.conf & /etc/lirmd.conf respectively. cobalt linux # md5sum /usr/share/lirc/remotes/hauppauge/lircd.conf.hauppauge 43e093ae901a5333a79a8102d367e1d8 /usr/share/lirc/remotes/hauppauge/lircd.conf.hauppauge cobalt linux # md5sum /usr/share/lirc/remotes/hauppauge/lircmd.conf.hauppauge 846773709d239e8fd63694aa03ad2c5a /usr/share/lirc/remotes/hauppauge/lircmd.conf.hauppauge Thanks for you time in advance! -- -Kyle kyle dot bader [at] gmail dot com |