Re: [E1000-devel] Changing the ethX names

2008-11-13 Thread Carsten Aulbert
Carsten Aulbert wrote: > I'm currently looking through the device IDs which module to use for these. OK, found the igb kernel driver for that one. I'll try what will happen if this is included. Thanks for listening and suggestions! Carsten --

Re: [E1000-devel] Changing the ethX names

2008-11-13 Thread Carsten Aulbert
Carsten Aulbert wrote: ions during installation, but that's really hacky. > > If you know of a tool to activate PXE on the add-on NICs please let me > know. I'll try to find out the IDs now. > OK, I suspect the NICs are just too new for the 2.6.23 kernel (and also for the 2.6.27?) The addon NICs

Re: [E1000-devel] Changing the ethX names

2008-11-13 Thread Tomoe Sugihara
Carsten, I don't know if this is what you want to know. But, you can change the name of the net_device using /sbin/ip command like the following: $ ip link set ethX name whatever_name ethX has to be DOWN beforehand. Maybe you could add commands to reorder in early part of rc scripts? Best, Tomo

Re: [E1000-devel] Changing the ethX names

2008-11-12 Thread Carsten Aulbert
Hi Roman, Roman Chertov wrote: > I frequently use this on CentOS as I have some machines with 10 NICs. > You can try to see how CentOS/RH do it so that you can use it on your > own distribution. In /etc/sysconfig/network-scripts there are files > like ifcfg-ethX. There you can specify the MAC an

Re: [E1000-devel] Changing the ethX names

2008-11-12 Thread Carsten Aulbert
Hi all, Brandeburg, Jesse wrote: > > if your add-in nics are e1000 server adapters they can be configured to PXE > boot too. You have to enable option rom support in the BISO and the option > rom itself. I don't see these cards in the BIOS right now only the onboard ones. I've enabled everyth

Re: [E1000-devel] Changing the ethX names

2008-11-12 Thread Roman Chertov
Carsten, I frequently use this on CentOS as I have some machines with 10 NICs. You can try to see how CentOS/RH do it so that you can use it on your own distribution. In /etc/sysconfig/network-scripts there are files like ifcfg-ethX. There you can specify the MAC and the dev name like eth2.

Re: [E1000-devel] Changing the ethX names

2008-11-12 Thread Brandeburg, Jesse
Carsten Aulbert wrote: > sorry to bother you such a thing, but I'm not getting anywhere right > now. I've a server with four NICs which are all powered by the e1000 > driver. Two are on the Supermicro main board and two are added via an > add-on card. It seems that I can only PXE boot from the two

Re: [E1000-devel] Changing the ethX names

2008-11-12 Thread Carsten Aulbert
Bummer. I guess I was too focused to get the 'ordering' right, i.e. to have eth0 and eth1 on the motherboard and then eth2 and eth3 on the PCIe card, that I totally oversaw this part of my 'kernel line': ip=:eth0:dhcp Probably i just need to put eth2 here. If that's the cure, sorry for the

Re: [E1000-devel] Changing the ethX names

2008-11-12 Thread Kok, Auke
Carsten Aulbert wrote: > Hi Auke, > > Kok, Auke wrote: >> if you have udev installed and running you can just edit: >> >> /etc/udev/rules.d/70-persistent-net.rules >> >> to rename the devices persistently. No ugly firmware hacks needed. > > That's too far down the road as the kernel needs to make

Re: [E1000-devel] Changing the ethX names

2008-11-12 Thread Carsten Aulbert
Hi Auke, Kok, Auke wrote: > > if you have udev installed and running you can just edit: > > /etc/udev/rules.d/70-persistent-net.rules > > to rename the devices persistently. No ugly firmware hacks needed. That's too far down the road as the kernel needs to make the inquieries already and udev

Re: [E1000-devel] Changing the ethX names

2008-11-12 Thread Kok, Auke
if you have udev installed and running you can just edit: /etc/udev/rules.d/70-persistent-net.rules to rename the devices persistently. No ugly firmware hacks needed. Auke Carsten Aulbert wrote: > Hi all, > > sorry to bother you such a thing, but I'm not getting anywhere right > now. I've

[E1000-devel] Changing the ethX names

2008-11-12 Thread Carsten Aulbert
Hi all, sorry to bother you such a thing, but I'm not getting anywhere right now. I've a server with four NICs which are all powered by the e1000 driver. Two are on the Supermicro main board and two are added via an add-on card. It seems that I can only PXE boot from the two on-board NICs while th