[mythtv-users] mythtv-setup and lirc? problem

scott at tbwifi.ca scott at tbwifi.ca
Wed May 16 05:14:29 UTC 2007


I just used urpmi lirc lirc-remotes in Mandriva.

testing using irw suggests everything is working fine

My original intent was to compile lirc as you suggested but I had problems
with ./setup.sh that I haven't had in the past with a different PC and or
distro.  I tried to pick the driver manually, but that didn't work either.
 When I found the right Website the easier RPM route seemed to work.

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

To get the remote control that came with my tv-card working, I needed
LIRC, so I issued the following commands, 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

Other thoughts?

> Did you just run ./configure then make then make install instead of
> ./setup.sh, make, make install?
>
> (Assuming you are using the latest LIRC drivers)?
>
> -----Original Message-----
> From: mythtv-users-bounces at mythtv.org
> [mailto:mythtv-users-bounces at mythtv.org] On Behalf Of scott at tbwifi.ca
> Sent: Wednesday, May 16, 2007 12:46 AM
> To: mythtv-users at mythtv.org
> Subject: [mythtv-users] mythtv-setup and lirc? problem
>
> I have just rerun ./configure since I've got Lirc working.  After the
> compile,    I attempted to run mythtv-setup.  The result was
>
> [root at power mythtv]# mythtv-setup
> 2007-05-15 22:35:00.144 Using runtime prefix = /usr/local
> 2007-05-15 22:35:00.148 DPMS is active.
> 2007-05-15 22:35:00.170 New DB connection, total: 1
> 2007-05-15 22:35:00.172 Connected to database 'mythconverg' at host:
> localhost
> 2007-05-15 22:35:00.173 Total desktop dim: 1024x768, with 1 screen[s].
> 2007-05-15 22:35:00.181 Using screen 0, 1024x768 at 0,0
> 2007-05-15 22:35:00.192 Current Schema Version: 1158
> 2007-05-15 22:35:00.196 Total desktop dim: 1024x768, with 1 screen[s].
> 2007-05-15 22:35:00.197 Using screen 0, 1024x768 at 0,0
> 2007-05-15 22:35:00.197 Switching to square mode (G.A.N.T.) libGL warning:
> 3D driver claims to not support visual 0x4b
> 2007-05-15 22:35:00.247 Using the Qt painter
> mythtv-setup: symbol lookup error: /usr/local/lib/libmythui-0.20.so.0:
> undefined symbol: _ZN10LircClientC1EP7QObject
>
> Can someone offer some guidance please?  Google has come up dry.
>
> Thx!
> 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
>



More information about the mythtv-users mailing list