From mboxrd@z Thu Jan 1 00:00:00 1970 From: Remco Date: Sat, 30 Oct 2004 08:15:01 +0000 Subject: Re: /etc/dev.d/net/hotplug.dev (2nd try) Message-Id: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-hotplug@vger.kernel.org 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_id065&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