View previous topic :: View next topic |
Author |
Message |
rickj Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/9400387383efc722d703b7.jpg)
Joined: 06 Feb 2003 Posts: 427 Location: Calgary, Alberta, Canada
|
Posted: Thu Dec 01, 2011 7:51 pm Post subject: Keyspan USA-19HS kernel support |
|
|
I have a USB-to-serial adaptor type Keyspan USA-19HS which works well under W*ndows.
This device is recognised as idVendor=06cd, idProduct=0121
In the 3.0.6 kernel there is not explicitly any firmware for this adaptor. The "Keyspan 19" firmware gives one-way communication (outside to computer). Under W*indows the 19 and 19HS drivers are distinct.
Has anyone made this adaptor work under a recent kernel? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
NeddySeagoon Administrator
![Administrator Administrator](/images/ranks/rank-admin.gif)
![](images/avatars/3946266373f47d606a2db3.jpg)
Joined: 05 Jul 2003 Posts: 54838 Location: 56N 3W
|
Posted: Thu Dec 01, 2011 10:26 pm Post subject: |
|
|
rickj,
It looks like you load the right kernel modules and it JustWorks. No firmware required.
This mail drops some hints.
The user gets /dev/ttyUSB0 but has a different problem with whatever serial device is connected to the converter. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
rickj Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/9400387383efc722d703b7.jpg)
Joined: 06 Feb 2003 Posts: 427 Location: Calgary, Alberta, Canada
|
Posted: Thu Dec 01, 2011 10:57 pm Post subject: |
|
|
Unfortunately, the problem lies in the 3.0 series kernels. As the mail you mentioned says, in 2.6 series kernels the device "just worked".
This device uses a chipset which is really just an 8051 microprocessor, coupled to a USB phy. it has no flash memory, and relies on the driver to load appropriate firmware before use.
In the 3.0 kernels the firmware is specified by adaptor, and the help text for the keyspan module says:
Code: | CONFIG_USB_SERIAL_KEYSPAN:
Say Y here if you want to use Keyspan USB to serial converter
devices. This driver makes use of Keyspan's official firmware
and was developed with their support. You must also include
firmware to support your particular device(s). |
I suspect it is just a matter of getting the appropriate firmware included, so I'm emailing the developer directly. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|