← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 364699] Re: [PATCH] IR doesn`t work (lirc_igorplugusb)

 

>for karmic, lirc_i2c doesn't build, so remove from
/usr/src/lirc-0.8.5/dkms.conf (comment entry and reuse number in the
last entry as they have to be consecutive)

this is right?

PACKAGE_NAME="lirc"
PACKAGE_VERSION="0.8.6"
CLEAN="rm -f *.*o"
MAKE[0]="make dkms KSRC=$kernel_source_dir KVER=$kernelver"
AUTOINSTALL="yes"

BUILT_MODULE_NAME[0]="lirc_dev"
BUILT_MODULE_LOCATION[0]="modules"
DEST_MODULE_LOCATION[0]="/updates/lirc"

BUILT_MODULE_NAME[1]="lirc_atiusb"
BUILT_MODULE_LOCATION[1]="modules"
DEST_MODULE_LOCATION[1]="/updates/lirc"

BUILT_MODULE_NAME[2]="lirc_bt829"
BUILT_MODULE_LOCATION[2]="modules"
DEST_MODULE_LOCATION[2]="/updates/lirc"

BUILT_MODULE_NAME[3]="lirc_ite8709"
BUILT_MODULE_LOCATION[3]="modules"
DEST_MODULE_LOCATION[3]="/updates/lirc"

#BUILT_MODULE_NAME[4]="lirc_i2c"
#BUILT_MODULE_LOCATION[4]="modules"
#DEST_MODULE_LOCATION[4]="/updates/lirc"

BUILT_MODULE_NAME[4]="lirc_igorplugusb"
BUILT_MODULE_LOCATION[4]="modules"
DEST_MODULE_LOCATION[4]="/updates/lirc"

BUILT_MODULE_NAME[5]="lirc_imon"
BUILT_MODULE_LOCATION[5]="modules"
DEST_MODULE_LOCATION[5]="/updates/lirc"

BUILT_MODULE_NAME[6]="lirc_it87"
BUILT_MODULE_LOCATION[6]="modules"
DEST_MODULE_LOCATION[6]="/updates/lirc"

BUILT_MODULE_NAME[7]="lirc_mceusb"
BUILT_MODULE_LOCATION[7]="modules"
DEST_MODULE_LOCATION[7]="/updates/lirc"

BUILT_MODULE_NAME[8]="lirc_ttusbir"
BUILT_MODULE_LOCATION[8]="modules"
DEST_MODULE_LOCATION[8]="/updates/lirc"

BUILT_MODULE_NAME[9]="lirc_sasem"
BUILT_MODULE_LOCATION[9]="modules"
DEST_MODULE_LOCATION[9]="/updates/lirc"

BUILT_MODULE_NAME[10]="lirc_serial"
BUILT_MODULE_LOCATION[10]="modules"
DEST_MODULE_LOCATION[10]="/updates/lirc"

BUILT_MODULE_NAME[11]="lirc_sir"
BUILT_MODULE_LOCATION[11]="modules"
DEST_MODULE_LOCATION[11]="/updates/lirc"

BUILT_MODULE_NAME[12]="lirc_streamzap"
BUILT_MODULE_LOCATION[12]="modules"
DEST_MODULE_LOCATION[12]="/updates/lirc"

BUILT_MODULE_NAME[13]="lirc_ene0100"
BUILT_MODULE_LOCATION[13]="modules"
DEST_MODULE_LOCATION[13]="/updates/lirc"

-- 
[PATCH] IR doesn`t work (lirc_igorplugusb)
https://bugs.launchpad.net/bugs/364699
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to lirc in ubuntu.

Status in “lirc” package in Ubuntu: Fix Released

Bug description:
Binary package hint: lirc

Hi, I have IgorPlug-USB(AVR) receiver, it works on Windows fine with 4-5 transmitters I have tested. 

I have installed generic Jaunty (Intrepid, some other custom kernels.. with no luck too).
I have Installed lirc package and chose from the list Igor Cesko USB receiver.

On boot I see that appropriate kernel module loaded without errors:
$ dmesg | grep lirc
[   21.824130] lirc_dev: IR Remote Control driver registered, major 61 
[   21.868206] lirc_igorplugusb: USB remote driver for LIRC v0.1
[   21.868218] lirc_igorplugusb: Jan M. Hochstein <hochstein@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
[   21.944392] lirc_dev: lirc_register_plugin: sample_rate: 100
[   21.993818] lirc_igorplugusb[3]: Ing. Igor Cesko, Copyright(c) 2003 IgorPlug-USB (AVR) on usb3:3
[   21.997883] usbcore: registered new interface driver lirc_igorplugusb

So I run irw utility to test the system and press buttons on transmitter, irw gives no output instead of received characters.
$ irw

In dmesg output I see buffer overrun error on each keypress:
$ dmesg | grep lirc
[   21.824130] lirc_dev: IR Remote Control driver registered, major 61 
[   21.868206] lirc_igorplugusb: USB remote driver for LIRC v0.1
[   21.868218] lirc_igorplugusb: Jan M. Hochstein <hochstein@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
[   21.944392] lirc_dev: lirc_register_plugin: sample_rate: 100
[   21.993818] lirc_igorplugusb[3]: Ing. Igor Cesko, Copyright(c) 2003 IgorPlug-USB (AVR) on usb3:3
[   21.997883] usbcore: registered new interface driver lirc_igorplugusb
[  165.356078] lirc_igorplugusb[3]: Device buffer overrun.
[  165.700094] lirc_igorplugusb[3]: Device buffer overrun.

The same story with all transmitters I tested. All of them work in Windows. I think the problem is in lirc_igorplugusb kernel module, almost the same code in all distributions.

I have now skills in IR technology so.. reported this bug to you. Any help will be appreciated.

Thanks, Denis