Ticket #177 (closed defect: fixed)
problem on Centos (RHEL)
| Reported by: | alden | Owned by: | jdunn |
|---|---|---|---|
| Priority: | normal | Component: | Software |
| Version: | Severity: | major | |
| Keywords: | Cc: |
Description
I am using Centos 5.4 (RHEL). I'm trying to build the 1.0pre2 src rpm. I had to install libusb1 (using the src rpm from Fedora 12). I had to make one small change to the spec file (to disable rpmbuild from installing extraneous debug files) and one small change to the init script (to make it recognize centos to be the same as fedora) - I'll submit those changes once I get everything working.
The problem I'm having is
# igdaemon -n -v -v -v Feb 24 14:05:05 2010 DEBUG: Parameters: Feb 24 14:05:05 2010 DEBUG: recvTimeout: 1000 Feb 24 14:05:05 2010 DEBUG: sendTimeout: 1000 Feb 24 14:05:05 2010 ERROR: failed to find an loadable driver layer.
lsusb shows the device is plugged in:
# lsusb -v -d 1781:0938
Bus 002 Device 004: ID 1781:0938 Multiple Vendors Iguanaworks USB IR Transceiver
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 8
idVendor 0x1781 Multiple Vendors
idProduct 0x0938 Iguanaworks USB IR Transceiver
bcdDevice 0.00
iManufacturer 1 IguanaWorks
iProduct 2 USB IR Transceiver
iSerial 0
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
MaxPower 100mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 0 (Defined at Interface level)
bInterfaceSubClass 0
bInterfaceProtocol 0
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 3
Transfer Type Interrupt
Synch Type None
Usage Type Data
wMaxPacketSize 0x0008 1x 8 bytes
bInterval 10
I rebooted after I installed the software. Help?
Change History
Note: See
TracTickets for help on using
tickets.
