[Voyage-linux] network eth0 eth1 21041 drivers dhcp

Darshaka Pathirana (spam-protected)
Tue Oct 27 03:00:13 HKT 2009


Hi!

On 10/26/2009 04:52 PM, Rainer Stratmann wrote:
> Am Samstag, 24. Oktober 2009 21:34 schrieben Sie:
>>>> 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.
> 
> Can it be supressed?
> In my case there is only one network device.
> So when I inserted the CF card into another computer it would be good if the 
> ethernet device is always eth0. Then automatic pump works correctly also.

It's all in "/etc/udev/rules.d/70-persistent-net.rules". Removing the
MAC-address-attribute (ATTR{address}) should do the trick (untested):

SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", ATTR{type}=="1", KERNEL=="eth*", NAME="eth0"

>> If you do not get anything back, try manually inserting the module:
>> modprobe tulip
>>
> It seems that there is no module tulip in the voyage distribution.
> Can I apt get it or download somewhere?

Hmm.. I have (voyage-0.6.2):

# uname -srv                                                     
Linux 2.6.26-486-voyage #1 PREEMPT Wed Jul 1 15:01:20 GMT 2009#

# grep NET_TULIP /boot/config-2.6.26-486-voyage                  
CONFIG_NET_TULIP=y

# modprobe -l | grep tulip                                       
/lib/modules/2.6.26-486-voyage/kernel/drivers/net/tulip/tulip.ko                
/lib/modules/2.6.26-486-voyage/kernel/drivers/net/tulip/de2104x.ko

What version do you use?

(Maybe "modprobe de2104x" is more approriate for your network card.)

Greertings,
 - Darsha




More information about the Voyage-linux mailing list