I used to be able to modify my modules.conf file so that certain NIC cards would load specific drivers. Has this changed in kernel 2.6 i.e. <snip /etc/modules.conf> alias eth0 e100 alias eth1 e1000 </snip> It used to be that I could reverse this order and eth0 would be the GigE card.
Robin Mordasiewicz wrote:> I used to be able to modify my modules.conf file so that certain NIC > cards would load specific drivers. > > Has this changed in kernel 2.6 > > i.e. > <snip /etc/modules.conf> > > alias eth0 e100 > alias eth1 e1000 > > </snip> > > It used to be that I could reverse this order and eth0 would be the GigE > card.on CentOS 4 you need to look at the /etc/modprobe.conf file, there is no /etc/modules.conf Always a good idea to look at the docs.... http://www.centos.org/docs/4/html/rhel-sag-en-4/ch-kernel-modules.html -- Karanbir Singh : http://www.karan.org/ GnuPG Public Key : http://www.karan.org/publickey.asc
On Thu, July 28, 2005 4:21 pm, Robin Mordasiewicz said:> I used to be able to modify my modules.conf file so that certain NIC cards > would load specific drivers. > > Has this changed in kernel 2.6 > > i.e. > <snip /etc/modules.conf> > > alias eth0 e100 > alias eth1 e1000 > > </snip> > > It used to be that I could reverse this order and eth0 would be the GigE > card.The name of the file has changed to modprobe.conf -- Johnny Hughes <http://www.HughesJR.com/>