You are not logged in.
Pages: 1
in installation, when I setup the network, select eth0 (the only network device I have), and go to setup DHCP, it returns a message:
Dhcpcd problem
DHCP request failed. dhcpcd returned 0 but no ip configured for eth0
I don't know what that means...
When I press alt+f7, it doesn't seem to indicate anything having gone wrong
dhcpcd: version 5.0.6 starting
dhcpcd: eth0: broadcasting for a lease
dhcpcd: eth0: offered 192.168.1.101 from 192.168.1.1 ' '
dhcpcd: eth0: acknowledged 192.168.1.101 from 192.168.1.1 ' '
dhcpcd: eth0: checking for 192.168.1.101
dhcpcd: eth0: leased 192.168.1.101 for 7200 seconds
dhcpcd: eth0: MTU set to 576
dhcpcd: forking to background
My network card is and Intel 82540EM Gigabit Ethernet Controller
Any insight would be helpful
Thanks,
David
SOLUTION
Ber provided the link:
http://bbs.archlinux.org/viewtopic.php?id=88985Which gave the solution, basically use dhclient instead of dhcpcd (initialize it before install and skip "Setup Network" in install)
Last edited by chao06 (2010-03-30 22:29:57)
Acer Aspire One AOA150-1329 RT running Arch/Ubuntu 9.10
Dell Inspiron 6000 running Ubuntu 9.10
Dell Dimension 2100 running Arch
Dell Optiplex SX270 running nothing at the moment
Offline
bump... anyone?
Acer Aspire One AOA150-1329 RT running Arch/Ubuntu 9.10
Dell Inspiron 6000 running Ubuntu 9.10
Dell Dimension 2100 running Arch
Dell Optiplex SX270 running nothing at the moment
Offline
Returning 0 usually means (on linux) that the operation encountered no error. But as you didn't receive an IP address, I'dsay something went wrong outside of dhcpcd. Did you test your router?
V=RI sweet V=RI
Offline
how would I do that?
I've had no network problems with any other OS on that box or any network problems on any other computer w/ any OS including Arch... all through the same router
Last edited by chao06 (2010-03-30 11:09:34)
Acer Aspire One AOA150-1329 RT running Arch/Ubuntu 9.10
Dell Inspiron 6000 running Ubuntu 9.10
Dell Dimension 2100 running Arch
Dell Optiplex SX270 running nothing at the moment
Offline
Then I guess we can say it's functional...
What does "ifconfig" return to you (ie does it confirm that no ip address was assigned to eth0)?
V=RI sweet V=RI
Offline
yeah, no ip for eth0 after starting dhcpcd...
Acer Aspire One AOA150-1329 RT running Arch/Ubuntu 9.10
Dell Inspiron 6000 running Ubuntu 9.10
Dell Dimension 2100 running Arch
Dell Optiplex SX270 running nothing at the moment
Offline
Can you assign the ip address manually? It has been leased to you anyway...
ifconfig eth0 192.168.1.101 netmask 255.255.255.0 up
(netmask might be different if you have an uncommon network configuration, but I guess you know it then)
V=RI sweet V=RI
Offline
Have you seen that : http://bbs.archlinux.org/viewtopic.php?id=88985?
V=RI sweet V=RI
Offline
That's also an odd MTU. What are you connecting to?
Normal Ethernet MTU would be 1500.
Offline
Thanks, Ber, the link you provided gave the solution... I didn't know about dhclient previously, it worked without a hitch : )
Acer Aspire One AOA150-1329 RT running Arch/Ubuntu 9.10
Dell Inspiron 6000 running Ubuntu 9.10
Dell Dimension 2100 running Arch
Dell Optiplex SX270 running nothing at the moment
Offline
Pages: 1