Find the answer to your Linux question:
Results 1 to 5 of 5
Hello! Magically, my internet connections works via my eth0 adapter. For Windows user this may be fine, but I actually would like to know what makes it connect. My /etc/network/interfaces ...
  1. #1
    Just Joined!
    Join Date
    Mar 2010
    Posts
    10

    Question [SOLVED] eth0 works without configuration... ?

    Hello!

    Magically, my internet connections works via my eth0 adapter. For Windows user this may be fine, but I actually would like to know what makes it connect.

    My /etc/network/interfaces shows:

    auto lo
    iface lo inet loopback

    auto wlan0
    ... doesn't work anyway ...

    No eth0 mentioned here. dhcp3/dhclient.conf consists only of commented-out lines, so no eth0 here either.
    In /etc/init.d I see there is this networking daemon. When I do

    sudo /etc/init.d/networking stop, I see:

    ...
    Ignoring unkown interface eth0=eth0

    Gee, that magically enhanced eth0 works even if you want to shut it down...

    No wonder I don't get my wlan0 working, my PC doesn't seem to care about anything I am configuring here...


    EDIT: the only place I see any eth0 in is
    /etc/initramfs-tools/initramfs.conf: DEVICE=eth0
    is that it? It doesn't make any sense because how should it know that it should use DHCP?

  2. #2
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    /etc/network/interfaces is for manually configuring your network settings. In fact, if anything other that those two lines are in there, it screws up what is handling your networks, which is called, da da dum, NetworkManager.

    https://help.ubuntu.com/community/NetworkManager0.7

  3. #3
    Just Joined!
    Join Date
    Mar 2010
    Posts
    10
    Thank you, so no configure writing anymore, huh? I guess this is good

    WiFi works too, but sadly the networkmanager crashes when he tries to connect via WPA2. I see that its in beta, is there an alternative?


    Best regards,
    Christian

  4. #4
    Linux Guru reed9's Avatar
    Join Date
    Feb 2009
    Location
    Boston, MA
    Posts
    4,651
    I've always preferred Wicd.

  5. #5
    Just Joined!
    Join Date
    Mar 2010
    Posts
    10
    Strike! Wicd works like a charm, thanks!

Posting Permissions

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