View previous topic :: View next topic |
Author |
Message |
zen_guerrilla Guru
Joined: 18 Apr 2002 Posts: 343 Location: Greece
|
Posted: Sat Nov 19, 2005 10:42 pm Post subject: [SOLVED] Native lirc on mythfrontend doesn't work |
|
|
Hello all,
I'm converting my htpc from debian -> gentoo and I have some problems with mythtv.
I use lirc-0.8.0_pre1 (from a butchered 0.7.2 ebuild) with gentoo-sources-2.6.14-r2 and a custom-built serial receiver and everything works fine in mplayer, xine & even mythfrontend using irxevent, however native lirc doesn't work in mythfrontend.
I use the same lircrc I had in debian (which works correctly) and have lirc in my USE flags.
Any suggestions ?
Last edited by zen_guerrilla on Mon Nov 28, 2005 1:34 pm; edited 1 time in total |
|
Back to top |
|
|
MoreCoffeePlease n00b
Joined: 18 May 2004 Posts: 36 Location: London
|
Posted: Thu Nov 24, 2005 10:58 am Post subject: |
|
|
Just a random thought, but do you have a lirc conf in ~/.mythtv/ as well as in ~/ ?
Apparently that is where mythtv needs it, while xine etc use the one in ~/ |
|
Back to top |
|
|
zen_guerrilla Guru
Joined: 18 Apr 2002 Posts: 343 Location: Greece
|
Posted: Thu Nov 24, 2005 12:51 pm Post subject: |
|
|
Sure, I have a ~/.mythtv/lircrc symlinked to ~/.lircrc . Xine & Mplayer work fine with it and mythfrontend with irxevent. However irxevent crashes all the time & it's quite annoying... |
|
Back to top |
|
|
Phantom1000 n00b
Joined: 07 Oct 2005 Posts: 15
|
Posted: Fri Nov 25, 2005 4:38 am Post subject: |
|
|
Another random thought, does irw work? |
|
Back to top |
|
|
zen_guerrilla Guru
Joined: 18 Apr 2002 Posts: 343 Location: Greece
|
Posted: Fri Nov 25, 2005 11:30 am Post subject: |
|
|
Phantom1000 wrote: | Another random thought, does irw work? |
Please read my post before answering. The remote works, the problem is on mythfrontend.
Could anyone, having mythfrontend running with native lirc, send me the output of
Code: | $ for i in /usr/lib/libmyth*.so /usr/bin/myth*; do \
if ldd $i | grep -q liblirc; then echo $i; fi; done |
pls ? |
|
Back to top |
|
|
Phantom1000 n00b
Joined: 07 Oct 2005 Posts: 15
|
Posted: Fri Nov 25, 2005 1:17 pm Post subject: |
|
|
Here's your output...
Code: |
myth ~ # for i in /usr/lib/libmyth*.so /usr/bin/myth*; do \
> if ldd $i | grep -q liblirc; then echo $i; fi; done
/usr/bin/ldd: line 124: 18143 Broken pipe LD_TRACE_LOADED_OBJECTS=1 LD_WARN= LD_BIND_NOW= LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$@"
/usr/bin/ldd: line 123: 18142 Done(141) eval $add_env '"$@"'
18144 Broken pipe | cat
/usr/lib/libmyth-0.18.1.so
/usr/lib/libmythtv-0.18.1.so
/usr/bin/mythbackend
/usr/bin/mythbrowser
/usr/bin/ldd: line 124: 18179 Broken pipe LD_TRACE_LOADED_OBJECTS=1 LD_WARN= LD_BIND_NOW= LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$@"
/usr/bin/ldd: line 123: 18178 Done(141) eval $add_env '"$@"'
18180 Broken pipe | cat
/usr/bin/mythcommflag
/usr/bin/mythepg
/usr/bin/mythfilldatabase
/usr/bin/mythfrontend
/usr/bin/mythjobqueue
/usr/bin/mythprogfind
/usr/bin/mythsetup
/usr/bin/mythtranscode
/usr/bin/ldd: line 124: 18227 Broken pipe LD_TRACE_LOADED_OBJECTS=1 LD_WARN= LD_BIND_NOW= LD_LIBRARY_VERSION=$verify_out LD_VERBOSE= "$@"
/usr/bin/ldd: line 123: 18226 Done(141) eval $add_env '"$@"'
18228 Broken pipe | cat
/usr/bin/mythtv
/usr/bin/mythtv-setup
| [/post] |
|
Back to top |
|
|
zen_guerrilla Guru
Joined: 18 Apr 2002 Posts: 343 Location: Greece
|
Posted: Fri Nov 25, 2005 1:33 pm Post subject: |
|
|
Phantom1000, thanx a lot.
On my system no myth* lib/bin is linked with liblirc. I suspect the problem is caused by
lirc-0.8.0-pre1.
I'll try with 0.7.x on Monday since I'll be away away from home the whole weekend.
btw. which lirc & kernel versions you have installed ? |
|
Back to top |
|
|
Phantom1000 n00b
Joined: 07 Oct 2005 Posts: 15
|
Posted: Fri Nov 25, 2005 1:41 pm Post subject: |
|
|
Kernel is 2.6.12, LIRC is version 7.2. |
|
Back to top |
|
|
zen_guerrilla Guru
Joined: 18 Apr 2002 Posts: 343 Location: Greece
|
Posted: Mon Nov 28, 2005 1:38 pm Post subject: |
|
|
Installing lirc-0.7.2 with this fix https://forums.gentoo.org/viewtopic-t-401338-highlight-count.html
for compatibility with 2.6.14 & re-emerging mythtv did the trick.
Now it's linked correctly with liblirc_client.so.0 and it works.
So I guess people should stay away from lirc-0.8.x until mythtv-0.18.2 or 0.19 is out . |
|
Back to top |
|
|
|