[mythtv-users] Joy and pain (Daryl McDonald)
Daryl McDonald
darylangela at gmail.com
Fri Feb 14 01:45:02 UTC 2014
On Thu, Feb 13, 2014 at 8:42 PM, Daryl McDonald <darylangela at gmail.com>wrote:
>
>
>
> On Thu, Feb 13, 2014 at 8:29 PM, Hika van den Hoven <hikavdh at gmail.com>wrote:
>
>> Hoi Daryl,
>>
>>
>> Friday, February 14, 2014, 1:59:20 AM, you wrote:
>>
>>
>>
>>
>>
>>
>> On Thu, Feb 13, 2014 at 5:17 PM, Hika van den Hoven <hikavdh at gmail.com>
>> wrote:
>> Hoi Daryl,
>>
>>
>> Thursday, February 13, 2014, 10:58:50 PM, you wrote:
>>
>>
>>
>>
>>
>> On 2014-02-13 4:35 PM, "Hika van den Hoven" <hikavdh at gmail.com> wrote:
>> >
>> > Hoi Daryl
>> >
>> > Can you post the result of 'lsmod | grep lirc' when the new card is in.
>> > It should contain lirc_dev and lirc_serial any extras are probably from
>> the new card.
>> >
>> daryl at daryl-A780L3C:~$ lsmod | grep lirc
>> ir_lirc_codec 12860 0
>> lirc_dev 19205 1 ir_lirc_codec
>> rc_core 26423 12
>> ir_lirc_codec,ir_mce_kbd_decoder,ir_sanyo_decoder,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,ir_nec_decoder,rc_pinnacle_pctv_hd,cx23885,cx88xx
>> daryl at daryl-A780L3C:~$
>> >
>> > Tot mails,
>> > Hika mailto:hikavdh at gmail.com
>> >
>> >
>> > "Zonder hoop kun je niet leven
>> > Zonder leven is er geen hoop
>> > Het eeuwige dilemma
>> > Zeker als je hoop moet vernietigen om te kunnen overleven!"
>> >
>> > De lerende Mens
>> > --
>> >
>> > _______________________________________________
>> > mythtv-users mailing list
>> > mythtv-users at mythtv.org
>> > http://www.mythtv.org/mailman/listinfo/mythtv-users
>> > http://wiki.mythtv.org/Mailing_List_etiquette
>> > MythTV Forums: https://forum.mythtv.org
>> >
>> OK, I will get to this when I get back home, a little later. How would I
>> go anout blacklisting the other module? I can't see ever using it, unless I
>> do a total rebuild, this box is full. Daryl
>>
>>
>>
>> First check what lirc modules are loaded. The general module is lirc_dev.
>> Your blaster user lirc_serial and your new card probably uses lirc_i2c or
>> lirc_gpio.
>> Then in /etc/modprobe.d/ check for a file 'blacklist' if it doesn't exist
>> create it:
>> 'touch /etc/modprobe.d/blacklist'.
>> in the file create a line 'blacklist lirc_i2c' or 'blacklist lirc_gpio'
>> depending on
>> what you find with 'lsmod | grep lirc'.
>> Then after a reboot check again with lsmod if the module hasn't loaded.
>> If I'm correct
>> you then only have /dev/lirc0 and the irblaster will work again. Don't
>> forget to reset
>> '/etc/lirc/hardware.conf' to its old state and using /dev/lirc0.
>>
>> Tot mails,
>> Hika mailto:hikavdh at gmail.com<hikavdh at gmail.com>
>>
>>
>> "Zonder hoop kun je niet leven
>> Zonder leven is er geen hoop
>> Het eeuwige dilemma
>> Zeker als je hoop moet vernietigen om te kunnen overleven!"
>>
>> De lerende Mens
>> --
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>> http://wiki.mythtv.org/Mailing_List_etiquette
>> MythTV Forums: https://forum.mythtv.org
>>
>>
>>
>>
>> This is when you turned of the autoloading? 'LOAD_MODULES="false"'?
>> Because I'm missing lirc_serial.
>> ir_core is I assume needed
>> ir_lirc_codec are all the protocols to communicate with different devices.
>> Turn autoloading on and insert the new card. You then should get more.
>>
>>
>> Tot mails,
>> Hika mailto:hikavdh at gmail.com<hikavdh at gmail.com>
>>
>>
>> "Zonder hoop kun je niet leven
>> Zonder leven is er geen hoop
>> Het eeuwige dilemma
>> Zeker als je hoop moet vernietigen om te kunnen overleven!"
>>
>> De lerende Mens
>> --
>>
>> _______________________________________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/listinfo/mythtv-users
>> http://wiki.mythtv.org/Mailing_List_etiquette
>> MythTV Forums: https://forum.mythtv.org
>>
>> LOAD_MODULES ="true", but TRANSMITTER_DEVICE="/dev/lircSerial", should
> this one go back to "/dev/lirc0"?
>
daryl at daryl-A780L3C:~$ ls /dev/lirc*
/dev/lirc0 /dev/lirc1 /dev/lircd /dev/lircSerial
daryl at daryl-A780L3C:~$ dmesg | grep lirc
[ 25.183167] lirc_dev: IR Remote Control driver registered, major 250
[ 25.183466] rc rc0: lirc_dev: driver ir-lirc-codec (cx88xx) registered
at minor = 0
[ 27.726814] lirc_serial: module is from the staging directory, the
quality is unknown, you have been warned.
[ 28.639000] lirc_serial: auto-detected active high receiver
[ 28.639084] lirc_serial lirc_serial.0: lirc_dev: driver lirc_serial
registered at minor = 1
daryl at daryl-A780L3C:~$ lsmod | grep lirc
lirc_serial 19279 0
ir_lirc_codec 12860 0
lirc_dev 19205 2 lirc_serial,ir_lirc_codec
rc_core 26423 12
ir_lirc_codec,ir_mce_kbd_decoder,ir_sanyo_decoder,ir_sony_decoder,ir_jvc_decoder,ir_rc6_decoder,ir_rc5_decoder,ir_nec_decoder,rc_pinnacle_pctv_hd,cx23885,cx88xx
daryl at daryl-A780L3C:~$
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20140213/cb6313c1/attachment.html>
More information about the mythtv-users
mailing list