[Voyage-linux] network eth0 eth1 21041 drivers dhcp
Gustin Johnson
(spam-protected)
Sun Oct 25 03:34:48 HKT 2009
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Rainer Stratmann wrote:
> Am Freitag, 23. Oktober 2009 21:41 schrieben Sie:
>> Rainer Stratmann wrote:
>>> When installing Voyage on a lets say installing PC and when plug the CF
>>> Card then in another PC the network device is shown as eth1 (!) instead
>>> of eth0. Also then the dhcp procedure is not working, pump says
>>> 'operation failed'.
>>>
>>> How can I get it as eth0 (may be wioth a link)?
>> The device name is tied to the mac address. Look in this file for the
>> details:
>> /etc/udev/rules.d/70-persistent-net.rules
> Hello Gustin!
> then I can simply delete the entries and modify the decivenames...
> And every startup a new device is found there is a new entry... ?
Yes. Any new device gets added here automatically.
>>> How can I get dhcp (pump) working then.
>> What exactly is the problem with pump?
> That it is not working, and that I thougt that there are no parameters
> allowed.
> But I read manpage in the internet and it is also possible to give pump a
> parameter which device it shoud use.
> For example 'pump -i eth1' takes eth1 instead of eth0 (by calling pump without
> parameters), and now it is working!
Good to hear.
>>> Are there drivers for DEC 21041 network cards?
>>> Is it possioble to apt-get them?
>> These devices should be supported by the DEC Tulip driver, which should
>> already be a part of the kernel. What is the problem with the device?
>> How are you checking to see if the driver is loaded?
> There is no device found neither in /sys/class/net nor in the rules file you
> told me.
> I don't know how to check if the driver is loaded...
> The devicename I check with reading the directory /sys/class/net
Is the device an add on PCI card? If so it is possible that there is
some resource conflict and the OS simply does not see the card. To
check to see if the card is visible, have a look at lspci. You do not
need any flags. If the device is not listed, try moving the card to a
different slot.
If it is listed, check to see if the driver is loaded:
lsmod |grep tulip
If you do not get anything back, try manually inserting the module:
modprobe tulip
Have a look at the output from dmesg to see if there were any problems.
Does the interface now show up in "ip addr"?
>>> Is it possible to get another dhcp programm that is working?
>>> Pump accepts no parameters.
>> You can install dhclient, which is what I use, though you have to make
>> some changes to make the /var/lib/dhcp3 directory writable.
> with apt-get install dhclient ?
The package is called dhcp3-client. I use it because I am very familiar
with it's configuration. I almost always want to override or modify the
DHCP assigned variables such as DNS servers, default domain name search etc.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iD8DBQFK41bYwRXgH3rKGfMRAme6AJ4/xT4JHYQUBYop7hK0aM2r1SPEPQCgoQMO
U9Qv5KQEZwMrSD4g0NKsCHg=
=aE6L
-----END PGP SIGNATURE-----
More information about the Voyage-linux
mailing list