maarten
4th April 2004, 08:36 PM
Hi all,
I have an usb-adsl modem and when i run it on reboot i get the error:
cannot get driver information: operation not supported
thus not up and running, when i have logged in i can get hsb0 going by throwing away
/etc/dhcpc/dhcpcd-hsb0.pid file
and run
dhcpcd hsb0 in the terminal.
then it's working perfectly.
the modem takes about a minute to connect and i suspect that dhcpcd just kickes in too soon.
i created a file for startup:
ifcfg-hsb0:
# Zonnet ADSL-USB
DEVICE=hsb0
ONBOOT=yes
BOOTPROTO=dhcp
DHCP_CLIENT=dhcpcd
my question is: is it possible to let dhcpcd run later in startup or can i put a minute delay inthere somewhere?
Maarten
I have an usb-adsl modem and when i run it on reboot i get the error:
cannot get driver information: operation not supported
thus not up and running, when i have logged in i can get hsb0 going by throwing away
/etc/dhcpc/dhcpcd-hsb0.pid file
and run
dhcpcd hsb0 in the terminal.
then it's working perfectly.
the modem takes about a minute to connect and i suspect that dhcpcd just kickes in too soon.
i created a file for startup:
ifcfg-hsb0:
# Zonnet ADSL-USB
DEVICE=hsb0
ONBOOT=yes
BOOTPROTO=dhcp
DHCP_CLIENT=dhcpcd
my question is: is it possible to let dhcpcd run later in startup or can i put a minute delay inthere somewhere?
Maarten