I am having a problem booting up when the ethernet cable is not plugged into eth0. During the boot it will hang when it gets to the DHCP section of startup
Code:
dhcpcd: MAC address = my:mac:add:ress
dhcpcd: MAC address = my:mac:add:ress
dhcpcd: MAC address = my:mac:add:ress
dhcpcd: MAC address = my:mac:add:ress
dhcpcd: MAC address = my:mac:add:ress
(repeats over and over and over)
The next line is typically when I have a connection:
Code:
dhcpcd: IP address = 192.168.0.10x
But I never get beyond the MAC address without connection.
I obviously use DHCP but when I am on the go with my laptop a connection is not always available.
I am looking for a way to help this by either:
A) pressing a combonation of buttons at this point in the boot to skip DHCP
B) shortening the number of tries to 1 or 2
Oh yeah, I am running Slackware 10 (2.6.8 kernel) if that changes the game at all.