[mythtv-users] lirc irw problem

scott at tbwifi.ca scott at tbwifi.ca
Wed May 16 04:59:53 UTC 2007


I have solved my problem.

In Mandriva you can install via urpmi

This site walked me through the steps necessary afterwards.

http://www.mandrake.tips.4.free.fr/configuration2006.html

as root:
urpmi lirc lirc-remotes
cp /usr/share/lirc-remotes/hauppauge/lircd.conf.hauppauge /etc/lircd.conf
cp /usr/share/lirc-remotes/hauppauge/lircmd.conf.hauppauge /etc/lircmd.conf
vi /etc/sysconfig/lircd
(feel free to use any other text editor instead of vi) where I changed the
following things:
DRIVER=UNCONFIGURED into: DRIVER=default
and:
HWMOD=UNCONFIGURED I replace with the following 2 things:
HWMOD=lirc_dev
HWMOD=lirc_i2c
Note that the lirc device is now correctly mentioned as /dev/lirc/0 so
contrary to Mdv05 no need to change anything.

Finally, to start things I issued these 2 commands:
service lircd start
service lircmd start

> When I search for irw, I come up dry.  What have I missed that it wouldn't
> have been installed?
>
> Help!
>
>> My irw is in /usr/bin.  Possibly yours is too what /usr/bin isn't in
>> your
>> PATH for some reason?  Try a "locate irw" from a terminal to see where
>> it's
>> located.
>>
>> Note - If locate gives you problems, run updatedb.
>>
>> -----Original Message-----
>> From: mythtv-users-bounces at mythtv.org
>> [mailto:mythtv-users-bounces at mythtv.org] On Behalf Of scott at tbwifi.ca
>> Sent: Saturday, May 12, 2007 3:14 AM
>> To: mythtv-users at mythtv.org
>> Subject: [mythtv-users] lirc irw problem
>>
>> I am trying to install lirc on Mandriva 2007 64.  Lirc seems to start
>> okay,
>> but when I try to run irw I get
>>
>> [root at power bin]# irw
>> bash: irw: command not found
>>
>> here is my /var/log/lircd file
>>
>> May 12 00:32:32 power lircd: lircd(hauppauge) ready May 12 00:36:30
>> power
>> lircd: caught signal May 12 00:36:32 power lircd: lircd(hauppauge) ready
>> May
>> 12 00:52:35 power lircd: caught signal May 12 00:52:37 power lircd:
>> lircd(hauppauge) ready
>>
>> and in /dev....
>>
>> [root at power dev]# ls -l /dev/li*
>> crw-r--r-- 1 root root 61, 0 May 12 00:32 /dev/lirc
>> crw-rw---- 1 root root 61, 0 May 12 00:32 /dev/lirc0
>> srw-r--r-- 1 root root     0 May 12 00:52 /dev/lircd=
>> prw-r--r-- 1 root root     0 May 12 00:32 /dev/lircm|
>>
>> Any theories?  Mythtv doesn't appear to detecting lirc when I run
>> ./configure either
>>
>> [root at power mythtv-0.20]# ./configure --enable-lirc # Basic Settings
>> Compile type     release
>> Compiler cache   no
>> DistCC           no
>> Install prefix   /usr/local
>> CPU              x86_64 (AMD Athlon(tm) 64 X2 Dual Core Processor 4600+)
>> Big Endian       no
>> MMX enabled      yes
>>
>> # Input Support
>> Joystick menu    yes
>> lirc support     no
>> Apple Remote     no
>> Video4Linux sup. yes
>> ivtv support     yes
>> FireWire support no
>> DVB support      no [/usr/include]
>> DBox2 support    yes
>> HDHomeRun sup.   yes
>> CRC Ip Rec sup.  yes
>> FreeBox support  yes
>>
>> # Sound Output Support
>> OSS support      yes
>> ALSA support     yes
>> aRts support     yes
>> JACK support     yes
>> DTS passthrough  no
>>
>> # Video Output Support
>> x11 support      yes
>> xrandr support   yes
>> xv support       no
>> XvMC support     no
>> XvMC VLD support no
>> XvMC pro support no
>> XvMC OpenGL sup. no
>> Mac accel.       no
>> OpenGL vsync     no
>> DirectFB         no
>>
>> # Misc Features
>> Frontend         yes
>> Backend          yes
>>
>> # Bindings
>> bindings_perl    no
>> Creating libs/libmyth/mythconfig.h and libs/libmyth/mythconfig.mak
>>
>> Scott
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>



More information about the mythtv-users mailing list