Tried it, but it doesn't work... However, I am using an alpha driver for an eepro100.
My /etc/dhcpc/config file looks like this: ----------------------- (tao)hnine:/etc/dhcpc[523]$ cat config # List here the interface that the dhcpcd daemon should use. # The default is to assign an IP address to eth0. # If you want to disable the daemon, enter "none" here. IFACE=eth0 (tao)hnine:/etc/dhcpc[524]$ ----------------------- However, when I run the daemon (forcibly in the foreground) I get: ----------------------- (tao)hnine:/etc[521]$ dhcpcd -d no DHCPOFFER messages (tao)hnine:/etc[522]$ ----------------------- The ifconfig output looks like this: ----------------------- (tao)hnine:/etc[517]$ ifconfig eth0 up (tao)hnine:/etc[518]$ ifconfig lo Link encap:Local Loopback inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0 UP BROADCAST LOOPBACK RUNNING MTU:3584 Metric:1 RX packets:115 errors:0 dropped:0 overruns:0 TX packets:115 errors:0 dropped:0 overruns:0 sl0 Link encap:Serial Line IP inet addr:127.0.0.3 P-t-P:127.0.0.2 Mask:255.255.255.0 UP POINTOPOINT RUNNING MTU:256 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 TX packets:49 errors:0 dropped:0 overruns:0 eth0 Link encap:10Mbps Ethernet HWaddr 00:A0:C9:27:06:DD inet addr:0.0.0.0 Bcast:0.0.0.0 Mask:0.0.0.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 TX packets:0 errors:0 dropped:0 overruns:0 Interrupt:9 Base address:0xff40 (tao)hnine:/etc[519]$ ---------------------- Don't know what to do ... :-( Any help is appreciated. Thanks. -- Harmon -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .