When i type:
Code: Select all
$ dhcpcd eth0How can i fix this, i have to have internet access to continue the installation.
Code: Select all
$ dhcpcd eth0
Code: Select all
lsmodCode: Select all
net-setup eth0Code: Select all
/lib/modules/*/kernel/drivers/netCode: Select all
modprobe "module"Code: Select all
cat /proc/pci | grep net
Code: Select all
iface_eth0="dhcp"Code: Select all
ifconfig -a
Code: Select all
ifconfig -aWhy do you want this to be in the boot line? If you put in the livecd it loads a kernel with all options turned on, which means that it should detect your system components. If you enter the above line in the boot line nothing will happen, since no modules were loaded so far that could refer to a device called eth0. Boot with livecd as described in the guide till you reach the shell.will the "iface_eth0="dhcp"" code work in the boot line of the livecd?
Maybe you should try this one out. BTW what livecd are you using? r2/r3/r4?Note: Some ISPs require you to provide a hostname. To do that, add a -h myhostname flag to the dhcpcd command line above.

