Re: Keyspan USB adapter



On Mon, 27 Feb 2006 15:30:24 -0800, Captain Dondo wrote:

General Schvantzkoph wrote:


Here is the list of supported devices, yours is one of them.

CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
CONFIG_USB_SERIAL_KEYSPAN_MPR=y
CONFIG_USB_SERIAL_KEYSPAN_USA28=y
CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
CONFIG_USB_SERIAL_KEYSPAN_USA19=y
CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y


Yeah, I checked that.... I'm recompiling the entire kernel right now in
the hope that the !@#$!!! firmware will be built.... I did uncheck the
"do not build firmware" and selected the 19Qi firmware, so we'll see
if the computer gods view my actions favorably.... :-)

--Yan

Have you hooked your adapter to a serial device? The OS doesn't see the
Keyspan device itself, it sees the device that's connected to it. I've
used mine with a modem which I had no trouble configuring with Fedora Core.



.



Relevant Pages

  • Re: [PATCH 2/3] firmware: Add CONFIG_BUILTIN_FIRMWARE option
    ... the kernel handles device nodes and on how udev maps them to real ... Please keep in mind that when we created request_firmwaremost of the driver model developers still thought that having class devices was a good idea. ... That has changed and to represent firmware loading in a clean and race free environment where you could load multipl firmwares at the same time for the same driver, ... firmware files inside the kernel. ...
    (Linux-Kernel)
  • Re: [bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
    ... and still get the proper firmware? ... want to include the firmware for it: ... Solving that problem was step #1 in the process of converting drivers to ... unswappable static kernel memory. ...
    (Linux-Kernel)
  • Re: non-free firmware in kernel modules, aggregation and unclear copyright notice.
    ... >> fix it by moving it outside of the kernel, ... > firmware violate the GPL, as it constitutes mere agregation, but that the ... and that we could get sued over for GPL violation. ...
    (Linux-Kernel)
  • Re: [PATCH 2/3] firmware: Add CONFIG_BUILTIN_FIRMWARE option
    ... a filename based on the firmware key. ... userspace policy impossible. ... firmware files inside the kernel. ...
    (Linux-Kernel)
  • Re: [PATCH] MODULE_FIRMWARE for binary firmware(s)
    ... Your approach is just fine if the things that will need firmware are compiled as modules but some people prefer to build monolithic kernel images, and in those cases there is no way for the kernel to get the firmware as there is no filesystem available yet. ... There is already support in the kconfig for specifying the initramfs source, why culdn't we have the build process fetch any firmware needed by the non-modular portions and store them at the end of the kernel image so that they can be found during boot. ... request_firmware in order to pull in binary firmware blobs from userland ...
    (Linux-Kernel)