@Bruce It's strange I checked the address and it's correct. Furthermore all the other files are seems to be in place. But then why the dhcpcd isn't starting automatically?
I'm thinking of writing a start-up script to solve this issue. Thanks, Oshadha On Tue, Feb 18, 2014 at 11:53 PM, Bruce Dubbs <[email protected]> wrote: > Oshadha Gunawardena wrote: > > @Bruce, When I checked there was already a rule, but I'm not sure if the > > address and other constants are correct or not > > You can check the address with `ip link show` or `ifconfig -a`. > > > # This file was automatically generated by the /lib/udev/write_net_rules > > # program, run by the persistent-net-generator.rules rules file. > > # > > # You can modify it, as long as you keep each rule on a single > > # line, and change only the value of the NAME= key. > > > > # net device e1000e > > SUBSYSTEM=="net", ACTION=="add", DRIVERS=="?*", > > ATTR{address}=="38:60:77:26:50:e3", ATTR{dev_id}=="0x0", ATTR{type}=="1", > > KERNEL=="en*", NAME="eth0" > > > > @Fernando > > root:/# ls /sys/class/net/ > > eth0 lo > > Looks like it's working. > > -- Bruce > -- > http://linuxfromscratch.org/mailman/listinfo/lfs-support > FAQ: http://www.linuxfromscratch.org/lfs/faq.html > Unsubscribe: See the above information page >
-- http://linuxfromscratch.org/mailman/listinfo/lfs-support FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
