Re: module-init-tools/udev and module auto-loading

From: Jamie Lokier (jamie_at_shareable.org)
Date: 02/02/04

  • Next message: Valdis.Kletnieks_at_vt.edu: "Re: 2.6 input drivers FAQ"
    Date:	Mon, 2 Feb 2004 18:12:29 +0000
    To: Greg KH <greg@kroah.com>
    
    

    Greg KH wrote:
    > Rusty had it correct in that you need to try to load for the type of
    > module:
    > alias eth1 tulip
    > alias usb-controller usb-ohci
    > and so on. That's the much better way.

    Shouldn't these things be autodetected?

    "alias usb-controller" is a poor example. Shouldn't the kernel
    automatically load drivers for all USB controllers that are found?
    (On my system, there's more than one type, which makes "alias
    usb-controller" even uglier).

    "alias eth1" may be necessary to bind discovered NICs with the right
    interface names, but it's unfortunate. One system where I had "alias
    eth0 ..." failed to boot after a kernel upgrade when the named driver
    no longer supported that network card (a different driver took over
    support).

    -- Jamie
    -
    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: Valdis.Kletnieks_at_vt.edu: "Re: 2.6 input drivers FAQ"

    Relevant Pages

    • Re: Yet another driver load problem
      ... Please do not send e-mail directly to this alias. ... > driver yet on others it loads fine. ... If I remove the MOFDATA reference it ... > appears to load on all systems. ...
      (microsoft.public.development.device.drivers)
    • Re: Using DMA in read/write, setting block size for I/O -> max_sectors
      ... > Can I set this parameter during startup for scsi_mod.ko during load? ... no it's a property of the hardware and as such the DRIVER has to set it. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: POSTing of video cards (WAS: Solo Xgl..)
      ... >> What about the x86 case of VGA devices that run without a driver being ... Do we force people to load an fbdev driver to get the reset? ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: Yet another driver load problem
      ... > Please do not send e-mail directly to this alias. ... >> driver yet on others it loads fine. ... If I remove the MOFDATA reference it ... >> appears to load on all systems. ...
      (microsoft.public.development.device.drivers)
    • Re: 2.4.27 -> 2.4.28 breaks i810-tco watchdog timer
      ... grep -r shows that it's ACPI which declares this "motherboard" name. ... Maybe you can hack the driver if you absolutely need to load 2.4.28+TCO. ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)

    Loading