[mythtv-users] MCE lirc on Debian Squeeze

Josu Lazkano josu.lazkano at gmail.com
Mon Dec 6 22:51:11 UTC 2010


Thanks for your help!!! It works!

I just select mceusb and mceusb2 and it works great. I found a
lircd.conf file on internet.

When I try with "irw" I get repeated keys:

# irw
000000037ff07bfd 00 Two mceusb
000000037ff07bfd 00 Two mceusb
000000037ff07bfd 01 Two mceusb
000000037ff07bfd 01 Two mceusb
000000037ff07bfc 00 Three mceusb
000000037ff07bf7 00 Eight mceusb
000000037ff07bf7 01 Eight mceusb

I need to push rapidly to get one key.

This is my config:

begin remote

  name        mceusb
  bits                 16
  flags  RC6|CONST_LENGTH
  eps                  30
  aeps                100

  header       2667   889
  one           444   444
  zero          444   444
  pre_data_bits        21
  pre_data        0x37FF0
  gap              105000
  toggle_bit           22
  rc6_mask    0x100000000

How can I fix the repeat problem?

Thanks for all help.

Kind regards.

2010/12/6 Kevin Ross <kevin at familyross.net>:
> On 12/06/2010 11:51 AM, Josu Lazkano wrote:
>>
>> Hello, I am trying to configure my remote on lirc. On Lenny I got it
>> working, but on Squueze I am getting troubles. The receiver is a MCE
>> one.
>>
>> When I run this, the re is no any mceusb2 driver:
>>
>> lircd --driver=help
>> Driver `help' not supported.
>> Supported drivers:
>>        accent
>>        alsa_usb
>>        ...
>>
>> My remote is this one:
>> http://www.mythtv.org/wiki/File:MCE-Remote-2-alt2.jpg
>>
>> Anyone has this remote working on MythTV?
>>
>> On the future, the idea is to control all devices (TV, amplifier...)
>> with the receiver/transmiter.
>>
>> Thanks for all your help and best regards.
>
> Install lirc-modules-source.  During install, it should ask you what modules
> you'd like to build.  Select mceusb2.  If you already have it installed, you
> can run "dpkg-reconfigure lirc-modules-source".
>
> After that, to build the module, run as root:
> # m-a prepare
> # m-a a-i lirc
>
> This will build and install the lirc_mceusb2 kernel module.  Make sure your
> /etc/lirc/hardware.conf file looks something like:
>
> #Try to load appropriate kernel modules
> LOAD_MODULES=true
>
> # Run "lircd --driver=help" for a list of supported drivers.
> DRIVER=""
> # If DEVICE is set to /dev/lirc and udev is in use /dev/lirc0 will be
> # automatically used instead
> DEVICE="/dev/lirc0"
> MODULES="lirc_mceusb2"
>
> Restart lirc (/etc/init.d/lirc restart) and it should load the module for
> you, and it should now work.
>
> -- Kevin
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>



-- 
Josu Lazkano


More information about the mythtv-users mailing list