Find the answer to your Linux question:
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...
  1. #1
    Just 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

  2. #2
    Linux Engineer Freston's Avatar
    Join Date
    Mar 2007
    Location
    The Netherlands
    Posts
    1,047
    Welcome to the forums!

    Try this:
    Code:
    /sbin/ifconfig -a
    If eth0 shows in that output, then:
    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

  3. #3
    Linux 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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •