* Scott [2002-09-18 22:33]: > The gigabit works if I alias eth1 to e1000 in modules.conf. > what seems to be the problem, If I can explain better (I have never been > good at explaining problems in emails) > What I want is the gigabit to be eth0, and the 100mbit to be eth1.
You could perhaps try passing ethernet info to the kernel during boot, something like: LILO: linux ether=IRQ,ADDR,eth0 Fill in the appropriate IRQ and ADDR for the card you want to be eth0, and if it works stick it in /etc/lilo.conf as append=" ether=x,x,eth0". (N.B. this works on a 2.2.x kernel, not sure about 2.4.x). You'd find it a lot easier if they were both modules though - just load the e1000 module first. -- SLUG - Sydney Linux User's Group - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
