I am looking for assistance on how to resolve an issue with getting the Keyspan 
USA-19Qi USB to serial port adaptor 
to work with a vanilla build of Redhat 7.3.   I noticed in the error log that the 
USA-19Qi is registered without firmware 
and am concerned this is causing the problem.

Steps taken so far are:

1. Download the driver files from the keyspan web site
2. Copy these files to  /usr/src/linux-2.4/drivers/usb/serial
3. cd /usr/src/linux-2.4
4. copy the generic config from configs/kernel-2.4.18-i686.config to .config
5. run make xconfig and turn on the firmware in the USB->SERIAL CONVERTER section
6. make depend clean bzImage modules modules_install
7. Copy arch/i386/bzimage and System.map to /boot
8. update grub
9  reboot

The system boots ok, but when the USA-19Qi is plugged in, the following error is  
logged in /var/log/messsages
and the USB subsystem no-longer functions. 

Sep  4 15:24:58 mp3 kernel: hub.c: USB new device connect on bus1/1, assigned device 
number 2
Sep  4 15:24:58 mp3 kernel: usb.c: USB device 2 (vend/prod 0x6cd/0x10b) is not claimed 
by any active driver.
Sep  4 15:25:01 mp3 /etc/hotplug/usb.agent: Setup keyspan for USB product 6cd/10b/8001
Sep  4 15:25:01 mp3 kernel: usb.c: registered new driver serial
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Generic
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial Driver core v1.4
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA18X - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA19 - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA19QI - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: Keyspan USA19QI - (without firmware) 
converter detected
Sep  4 15:25:01 mp3 kernel:
Sep  4 15:25:01 mp3 kernel:
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA19QW - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA19W - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA28 - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA28X - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA28XA - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA28XB - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA49W - (without firmware)
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA18X
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA19
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA19QI
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA19QW
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA19W
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA28
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA28X/XB
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA28XA
Sep  4 15:25:01 mp3 kernel: usbserial.c: USB Serial support registered for Keyspan 
USA49W
Sep  4 15:25:01 mp3 kernel: keyspan.c: v1.1.3:Keyspan USB to Serial Converter Driver
Sep  4 15:25:01 mp3 kernel: usb.c: USB disconnect on device 2
Sep  4 15:25:01 mp3 kernel: Unable to handle kernel NULL pointer dereference at 
virtual address 00000000
Sep  4 15:25:01 mp3 kernel:  printing eip:
Sep  4 15:25:01 mp3 kernel: c01164fa
Sep  4 15:25:01 mp3 kernel: *pde = 00000000
Sep  4 15:25:01 mp3 kernel: Oops: 0002
Sep  4 15:25:01 mp3 kernel: keyspan usbserial es1371 ac97_codec gameport soundcore 
i810 agpgart parport_pc
Sep  4 15:25:01 mp3 kernel: CPU:    0
Sep  4 15:25:01 mp3 kernel: EIP:    0010:[<c01164fa>]    Not tainted
Sep  4 15:25:01 mp3 kernel: EFLAGS: 00010086
Sep  4 15:25:01 mp3 kernel:
Sep  4 15:25:01 mp3 kernel: EIP is at add_wait_queue_exclusive [kernel] 0x1a 
(2.4.18-3custom)
Sep  4 15:25:01 mp3 kernel: eax: c187e888   ebx: 00000000   ecx: c7d41f1c  edx: 
c7d41f14
Sep  4 15:25:01 mp3 kernel: esi: 00000202   edi: c187e800   ebp: c6343a00   esp: 
c7d41f08
Sep  4 15:25:01 mp3 kernel: ds: 0018   es: 0018   ss: 0018
Sep  4 15:25:01 mp3 kernel: Process khubd (pid: 91, stackpage=c7d41000)
Sep  4 15:25:01 mp3 kernel: Stack: c187e87c c7d40000 c01076ab 00000001 c7d40000 
c187e888 00000000 00000000
Sep  4 15:25:01 mp3 kernel:        c90a8f80 c0107810 c187e87c c0fb5900 00000025 
c90a6fe2 c90a8f9c c90a8f80
Sep  4 15:25:01 mp3 kernel:        c0fb5960 c884ffc5 c6343a00 c187e800 00000000 
00000000 00000100 00000001
Sep  4 15:25:01 mp3 kernel: Call Trace: [<c01076ab>] __down [kernel] 0x3b
Sep  4 15:25:01 mp3 kernel: [<c90a8f80>] usb_serial_driver [usbserial] 0x0
Sep  4 15:25:01 mp3 kernel: [<c0107810>] __down_failed [kernel] 0x8
Sep  4 15:25:01 mp3 kernel: [<c90a6fe2>] .text.lock.usbserial [usbserial] 0x41
Sep  4 15:25:01 mp3 kernel: [<c90a8f9c>] usb_serial_driver [usbserial] 0x1c
Sep  4 15:25:01 mp3 kernel: [<c90a8f80>] usb_serial_driver [usbserial] 0x0
Sep  4 15:25:01 mp3 kernel: [<c884ffc5>] usb_disconnect_R0c5d1453 [usbcore] 0x75
Sep  4 15:25:01 mp3 kernel: [<c885242f>] usb_hub_port_connect_change [usbcore] 0x5f
Sep  4 15:25:01 mp3 kernel: [<c88527e9>] usb_hub_events [usbcore] 0xe9
Sep  4 15:25:01 mp3 kernel: [<c88529a5>] usb_hub_thread [usbcore] 0x35
Sep  4 15:25:01 mp3 kernel: [<c0107136>] kernel_thread [kernel] 0x26
Sep  4 15:25:01 mp3 kernel: [<c8852970>] usb_hub_thread [usbcore] 0x0
Sep  4 15:25:01 mp3 kernel:
Sep  4 15:25:01 mp3 kernel:
Sep  4 15:25:01 mp3 kernel: Code: 89 0b 56 9d 5b 5e c3 eb 0d 90 90 90 90 90 90 90 90 
90 90 90
Sep  4 15:25:01 mp3 kernel:  <4>usb-uhci.c: interrupt, status 2, frame# 1285





-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-users

Reply via email to