sorry, I'm a newbie ... how do I do this?
clark923 wrote:
unfortunately, there was no change
Then you modified something even deeper in the system. Can you tell us where you made the changes that caused your network communications to fail?
Strange... could you open your Terminal application as mentioned before and paste here the output of these commands (some were already mentioned, but bear with me :) ):
status network-manager
cat /var/lib/NetworkManager/NetworkManager.state
ifconfig
route -n
cat /etc/network/interfaces
nslookup linux.com
dns is working... i know I've posted a lot of commands here, but the output hopefully will give the ppl in this thread a better insight on the problem...
1) network-manager start/running. process 2432
2) no such library or directory
3) ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:353466 errors:0 dropped:0 overruns:0 frame:0
TX packets:353466 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:17789052 (17.7 MB) TX bytes:17789052 (17.7 MB)
4) route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
5) cat /etc/network/interfaces
auto lo
iface lo inet loopback
6) nslookup linux.com
^[[B^[[B;; connection timed out; no servers could be reached
Ok, this commands might help (I'm assuming that the cable is connected, interface is called eth0 and that there is a dhcp server somewhere on your network):
sudo ifconfig eth0 up
sudo dhclient
The Linux Foundation is a non-profit consortium dedicated to the growth of Linux.
Join / Linux Training / Board