Rodolfo Perez wrote:
> On Thu, 2011-03-17 at 10:21 -0500, Bruce Dubbs wrote:
>> Rodolfo Perez wrote:
>>> Hey all
>>>
>>> I trying to install lfs-6.8 with the svn-jhalfs. I almost succeeded :-)
>>> I experienced the same problem as mentioned below. Is there now a
>>> "smooth" solution to this?
>>> I'm working on a laptop (TravelMate 6291) and My Host has Mandriva
>>> 2010.1. help is highly appreciated.
>> I think this is a host system issue. What is the result of
>>
>> ls -ld /sys/class/net/*
>
>
> That gives me:
>
> [ruedi@localhost ~]$ ls -ld /sys/class/net/*
> lrwxrwxrwx 1 root root 0 2011-03-17 20:48 /sys/class/net/eth0 ->
> lrwxrwxrwx 1 root root 0 2011-03-17 20:48 /sys/class/net/lo ->
> lrwxrwxrwx 1 root root 0 2011-03-17 20:53 /sys/class/net/ppp0 ->
> lrwxrwxrwx 1 root root 0 2011-03-17 20:48 /sys/class/net/vboxnet0 ->
> lrwxrwxrwx 1 root root 0 2011-03-17 20:48 /sys/class/net/wlan0 ->
> [ruedi@localhost ~]$
I'm not familiar with vboxnet0, but what happens if you do:
for NIC in /sys/class/net/eth* ; do
INTERFACE=${NIC##*/} udevadm test --action=add $NIC
done
The purpose of 70-persistent-net.rules is really to ensure the same
ordering of interfaces with multiple eth* entries. In your case, this
instruction is not really needed at all.
-- Bruce
--
http://linuxfromscratch.org/mailman/listinfo/alfs-discuss
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page