[mythtv-users] USB IR Receivers

Roger Heflin rogerheflin at gmail.com
Thu Sep 3 13:27:18 UTC 2015


On Jerry and my problem the driver did load correctly.   It just
completely failed to detect meaningful key presses, or when the key
presses were looked at they were not the same code each time.

I have confirmed that the device we are having the issue with is a low
speed (12mbps and not a 480mbps device), so your problem may be
different.

Here is what my usb info looks like:

  looking at parent device '/devices/pci0000:00/0000:00:14.0/usb1/1-2':
    KERNELS=="1-2"
    SUBSYSTEMS=="usb"
    DRIVERS=="usb"
    ATTRS{bDeviceSubClass}=="00"
    ATTRS{bDeviceProtocol}=="00"
    ATTRS{devpath}=="2"
    ATTRS{idVendor}=="1784"
    ATTRS{speed}=="12"
    ATTRS{bNumInterfaces}==" 1"
    ATTRS{bConfigurationValue}=="1"
    ATTRS{bMaxPacketSize0}=="8"
    ATTRS{busnum}=="1"
    ATTRS{devnum}=="2"
    ATTRS{configuration}==""
    ATTRS{bMaxPower}=="100mA"
    ATTRS{authorized}=="1"
    ATTRS{bmAttributes}=="a0"
    ATTRS{bNumConfigurations}=="1"
    ATTRS{maxchild}=="0"
    ATTRS{bcdDevice}=="0101"
    ATTRS{avoid_reset_quirk}=="0"
    ATTRS{quirks}=="0x0"
    ATTRS{serial}=="TS000Hgi"
    ATTRS{version}==" 2.00"
    ATTRS{urbnum}=="244952"
    ATTRS{ltm_capable}=="no"
    ATTRS{manufacturer}=="Topseed Technology Corp."
    ATTRS{removable}=="unknown"
    ATTRS{idProduct}=="0008"
    ATTRS{bDeviceClass}=="00"
    ATTRS{product}=="eHome Infrared Transceiver"

On Wed, Sep 2, 2015 at 5:54 PM, Kirk Bocek <t004 at kbocek.com> wrote:
>
>
> On 9/2/2015 3:46 PM, Kirk Bocek wrote:
>>
>>
>>
>> On 9/2/2015 2:07 PM, Alec Leamas wrote:
>>>
>>>
>>>>> Can anyone help me with the command line for compiling an individual
>>>>> driver file?
>>>
>>>
>>> The generic Makefile:
>>>
>>> obj-m += mceusb.o
>>> ccflags-y +=-O0 -g
>>>
>>> all:
>>>         make -C /lib/modules/$(shell uname -r)/build M=$(PWD) modules
>>>
>>> clean:
>>>         make -C /lib/modules/$(shell uname -r)/build M=$(PWD) clean
>>>
>>>> Well, as usual this is looking harder than I think it needs to be.
>>>> Installing the kernel-devel package and the kernel-modules package does
>>>> *not* include the mceusb.c source file. <sigh>
>>>
>>>
>>>
>>> You can just pick up the module source from somewhere; google gives me
>>> https://searchcode.com/codesearch/view/26438655/. It's just a single
>>> file.
>>>
>>
>> Using your Makefile and the file from searchcode, here are just the errors
>> generated. I have not edited the file yet:
>>
>
> Nevermind, I downloaded the mceusb.c file from kernel.org from the 4.1 tree
> and it compiled without error.
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://lists.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org


More information about the mythtv-users mailing list