Re: [PATCH] Eagle and ADI 930 usb adsl modem driver

From: Duncan Sands (duncan.sands_at_math.u-psud.fr)
Date: 11/02/05

  • Next message: Gerrit Huizenga: "Re: [Lhms-devel] [PATCH 0/7] Fragmentation Avoidance V19"
    To: David Woodhouse <dwmw2@infradead.org>
    Date:	Wed, 2 Nov 2005 08:42:59 +0100
    
    

    Hi David,

    On Tuesday 1 November 2005 14:04, David Woodhouse wrote:
    > On Tue, 2005-11-01 at 13:40 +0100, Duncan Sands wrote:
    > > this code looks like a 'orrible hack to work around a common problem
    > > with USB modem's of this type: if the modem is plugged in while the
    > > system boots, the driver may look for firmware before the filesystem
    > > holding the firmware is mounted; I guess the delay usually gives
    > > the filesystem enough time to be mounted. I'm told that the correct
    > > solution is to stick the firmware in an initramfs as well.
    >
    > Why can't we request the firmware again when the device is first used,
    > if it wasn't present when the driver was first loaded?

    we could do this for the speedtouch - in fact we used to do this: when
    someone tried to open a connection, we loaded the firmware if it hadn't
    been loaded yet. The problem is with other modems, like the connexant
    access runner, for which you can't get all the info needed to create
    an ATM device before the firmware is loaded (the MAC address for example).

    Ciao,

    D.
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at http://www.tux.org/lkml/


  • Next message: Gerrit Huizenga: "Re: [Lhms-devel] [PATCH 0/7] Fragmentation Avoidance V19"

    Relevant Pages

    • Re: ipw2200 only works as a module?
      ... but when the driver is compiled into the kernel ... >> system and the firmware are not available. ... until the network interface is brought up. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [OOPS/HACK] atmel_cs and the latest changes in sysfs/symlink.c
      ... >> You are not only loading a specific firmware but do it for a specific device. ... with the driver model yet. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] Eagle and ADI 930 usb adsl modem driver
      ... On Nov 01, David Woodhouse wrote: ... > if it wasn't present when the driver was first loaded? ... firmware has been loaded. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] Re: Firmware loading problem
      ... the firmware loading of my driver is now working, ... What did Marcelo say about including your backport into 2.4? ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: [PATCH] Eagle and ADI 930 usb adsl modem driver
      ... the driver may look for firmware before the filesystem ... > No, it wasn't the problem, even when loading with insmod/modprobe the ... Maybe when probe is called the driver model ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)