A new Kubuntu 12.04 install is not getting IP addresses from either the wired connection nor from any wireless connection. The cables / router ports / wifi adapter / access point are all known good and work with other equipment. I suspected a failed NIC but seeing how the wireless connections also aren't working via USB wifi adapter, that eliminates the NIC as a possible source of the issue. What other hardware might be shared between the wired (onboard NIC) and wireless (USB wifi adapter)? I stress that with the wifi adapter I see other networks, but cannot get an IP address from them either. Testing with a Kubuntu 11.10 LiveCD has the same results.
I notice that there is no /etc/dhcp/dhclient.conf
file.
isc-dhcp-client
is installed, and tcpdump did not hear anything on the eth0 interface (yes, that is the correct interface). Where should I take it from here? – dotancohen Jun 30 '12 at 20:44tcpdump
sit overnight, [this is its output)[http://pastebin.com/WLxf6B5R]. I then unplugged the network cable, waited a minute, then startedtcpdump
again before plugging the cable back in. There was no output for the 60 seconds that I waited. I tried again with the -vv option, again no output for the duration of the 60 seconds wait after plugging the cable back in. Note that the NIC LED was lit. – dotancohen Jul 01 '12 at 08:12ifconfig
as well, this will tell us which IP addresses your NIC has been assigned (or gave itself), perhaps I was wrong about not receiving any responses. – Jeff Welling Jul 01 '12 at 15:15