Hi,<br><br>I upgraded to 5.3. to get yum to work i had to remove alot of atrpm's rpms. after getting tired of all the dependency conflictions with atrpms and rpmfusion i started remove every package i can find from atrpms and installing the same one from rpmforge.<br>
<br>so far i have been pretty successfull. I have only one package that i am having issues with. That being lirc. kinda a big one for mythtv.<br><br>i have the following packages installed from rpmforge.<br clear="all">
[myth@mythtv ~]$ rpm -qa |grep lirc<br>lirc-0.6.6-4.el5.rf<br>dkms-lirc-0.8.2-1.nodist.rf<br><br>I saw dkms build the kernel module on reboot (man that is nicer than kmdl's) but when i start lirc it seg faults right away<br>
<br>[root@mythtv ~]# lircd -n <br>lircd 0.6.6: error in configfile line 1594931104:<br>lircd 0.6.6: unknown definiton or too few arguments: "ÂË[Ù* ÂË[Ù*"<br>lircd 0.6.6: reading of config file failed<br>
lircd 0.6.6: Segmentation fault<br>[root@mythtv ~]# <br><br>lircd.conf file is simple and the same as before with atrpms rpms:<br>[root@mythtv ~]# cat /etc/lircd.conf<br>#<br># RC-6 config file<br>#<br># source: <a href="http://home.hccnet.nl/m.majoor/projects__remote_control.htm">http://home.hccnet.nl/m.majoor/projects__remote_control.htm</a><br>
# <a href="http://home.hccnet.nl/m.majoor/pronto.pdf">http://home.hccnet.nl/m.majoor/pronto.pdf</a><br>#<br># used by: Philips<br>#<br>#########<br>#<br># Philips Media Center Edition remote control<br># For use with the USB MCE ir receiver<br>
#<br># Dan Conti dconti|<a href="http://acm.wwu.edu">acm.wwu.edu</a><br>#<br># Updated with codes for MCE 2005 Remote additional buttons<br># *, #, Teletext, Red, Green, Yellow & Blue Buttons<br># Note: TV power button transmits no code until programmed.<br>
# Updated 12th September 2005<br># Graham Auld - mce|<a href="http://graham.auld.me.uk">graham.auld.me.uk</a><br>#<br># Radio, Print, RecTV are only available on the HP Media Center remote control<br>#<br><br>begin remote<br>
<br> name mceusb<br> bits 16<br> flags RC6|CONST_LENGTH<br> eps 30<br> aeps 100<br><br> header 2667 889<br> one 444 444<br> zero 444 444<br> pre_data_bits 21<br>
pre_data 0x37FF0<br> gap 105000<br> toggle_bit 22<br> rc6_mask 0x100000000<br><br><br> begin codes<br><br> Blue 0x00007ba1<br> Yellow 0x00007ba2<br> Green 0x00007ba3<br>
Red 0x00007ba4<br> Teletext 0x00007ba5<br> Radio 0x00007baf<br> Print 0x00007bb1<br> Videos 0x00007bb5<br> Pictures 0x00007bb6<br> RecTV 0x00007bb7<br>
Music 0x00007bb8<br> TV 0x00007bb9<br> Guide 0x00007bd9<br> LiveTV 0x00007bda<br> DVD 0x00007bdb<br> Back 0x00007bdc<br> OK 0x00007bdd<br> Right 0x00007bde<br>
Left 0x00007bdf<br> Down 0x00007be0<br> Up 0x00007be1<br> Star 0x00007be2<br> Hash 0x00007be3<br> Replay 0x00007be4<br> Skip 0x00007be5<br>
Stop 0x00007be6<br> Pause 0x00007be7<br> Record 0x00007be8<br> Play 0x00007be9<br> Rewind 0x00007bea<br> Forward 0x00007beb<br> ChanDown 0x00007bec<br> ChanUp 0x00007bed<br>
VolDown 0x00007bee<br> VolUp 0x00007bef<br> More 0x00007bf0<br> Mute 0x00007bf1<br> Home 0x00007bf2<br> Power 0x00007bf3<br> Enter 0x00007bf4<br> Clear 0x00007bf5<br>
Nine 0x00007bf6<br> Eight 0x00007bf7<br> Seven 0x00007bf8<br> Six 0x00007bf9<br> Five 0x00007bfa<br> Four 0x00007bfb<br> Three 0x00007bfc<br> Two 0x00007bfd<br>
One 0x00007bfe<br> Zero 0x00007bff<br> end codes<br>end remote<br><br>The odd part is when i retry the to start lirc the too few arg symbols change but it always say line 1594931104.<br><br>i clearly dont have that many lines in the config. where is the issue?<br>
<br>Thanks,<br>Mitchell<br>