linux-hotplug.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Remco <remco@d-compu.dyndns.org>
To: linux-hotplug@vger.kernel.org
Subject: Re: /etc/dev.d/net/hotplug.dev (2nd try)
Date: Sat, 30 Oct 2004 08:15:01 +0000	[thread overview]
Message-ID: <clviij$5ef$1@sea.gmane.org> (raw)

Eugenia Loli-Queru wrote:

>>> So, how do I exchange their names?
>> 
>> put the drivers in the initrd or enforce module loading order.
> 
> Easy to say than to do. :)
> How do I do the second one? Any links for a tutorial or docs?
> 

This one didn't seem to get through so I'm posting it a second time:

I think you can use some default module-init-tools functionality.

e.g.: To avoid that the firewire network driver gets loaded before my
network card driver I use a rule like this in /etc/modprobe.conf: 

install eth1394 { /sbin/modprobe ne2k-pci; } ; /sbin/modprobe
--ignore-install eth1394

The above is one line, in case it gets wrapped.
(also see: man modprobe.conf)



-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_idU88&alloc_id\x12065&op=click
_______________________________________________
Linux-hotplug-devel mailing list  http://linux-hotplug.sourceforge.net
Linux-hotplug-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linux-hotplug-devel

                 reply	other threads:[~2004-10-30  8:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='clviij$5ef$1@sea.gmane.org' \
    --to=remco@d-compu.dyndns.org \
    --cc=linux-hotplug@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).