Results 1 to 3 of 3
only gives:
lo link encap:local loopback
inet addr: 127.0.0.1 Mask 255.0.0.0
etc....
any ideas? get no internet on this comp anymore.
any help would be greatly appreciated...
- 10-15-2008 #1Just Joined!
- Join Date
- Oct 2008
- Posts
- 1
eth0 does not show up in ifconfig anymore
only gives:
lo link encap:local loopback
inet addr: 127.0.0.1 Mask 255.0.0.0
etc....
any ideas? get no internet on this comp anymore.
any help would be greatly appreciated
- 10-15-2008 #2
Welcome to the forums!
Try this:
If eth0 shows in that output, then:Code:/sbin/ifconfig -a
Code:ifconfig eth0 up && ifconfig
If eth0 doesn't show up, check your machine. Chances are someone stole your network card
Can't tell an OS by it's GUI
- 10-16-2008 #3Linux Newbie
- Join Date
- Jul 2005
- Location
- Australia (Down Under)
- Posts
- 141
prob not the best way, but this is how i fix that.
i press Ctrl+Alt+F1 (use Ctrl+Alt+F7 to get back to gui)
you will then see something like
Debian GNU/Linux
localhost login:
enter your username, press enter
enter your password press enter
then i pull the network cable out.. then a line of code shows up saying something like
WatchDog Eth1 Cable unplugged
in this case it has told me that my network card is eth1 not eth0.
then i edit my /etc/network/interfaces to reflect the changes


Reply With Quote
