Results 1 to 4 of 4

Thread: EeePC not finding wired network

  1. #1
    Join Date
    Oct 2006
    Beans
    4

    EeePC not finding wired network

    Hey guys,

    Just installed Ubuntu 8.04 out of the box and it doesn't find my ethernet card. It is not even listed in /etc/network/interfaces. I know there is an issue with the wireless support, but I haven't heard people mention this one. Any help would be greatly appreciated.

  2. #2
    Join Date
    Aug 2006
    Location
    Australia
    Beans
    1,438

    Re: EeePC not finding wired network

    People are experiencing this same issue.
    The solution from what I've read is to take the battery out, and put it back in.
    I don't have an eeePC myself, so I can't say exactly.
    I read it somewhere in the eeeuser.com's forum (under how to get ubuntu 8.04 installed on an eeePC)
    http://www.eeeuser.com/
    I'm a bit vague on the specifics of it all, so you may benefit from looking for the fix yourself.
    Post back here your solution if / when you find it so that others may benefit too.
    Work smart, not hard.

  3. #3
    Join Date
    Jun 2006
    Location
    Serbia
    Beans
    Hidden!
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: EeePC not finding wired network

    If it is an eeepc with Atheros L2 wired card (for example eeepc 701), you need to download a new driver (ubuntu 8.04 ships with an older version):
    http://people.redhat.com/csnook/atl2/atl2-2.0.5.tar.bz2

    You can then transfer it to eeepc with an usb stick, extract it and compile it:
    (if we assume that the file is copied on Desktop, you can open a termial and):
    Code:
    tar -xjf Desktop/atl2-2.0.5.tar.bz2
    cd atl2-2.0.5/
    make
    (this will compile the driver)

    You then have to move an ubuntu shipped version of atl2 driver:
    Code:
    sudo mv /lib/modules/`uname -r`/ubuntu/net/atl2/atl2.ko /lib/modules/`uname -r`/ubuntu/net/atl2/atl2.ko.old
    and copy new driver (assuming that you are still in atl2-2.0.5 folder:
    Code:
    sudo cp atl2.ko /lib/modules/`uname -r`/
    depmod -a
    and then restarting.

  4. #4
    Join Date
    Apr 2008
    Location
    Tujunga, CA
    Beans
    20
    Distro
    Ubuntu 4.10

    Re: EeePC not finding wired network

    Quote Originally Posted by Rhubarb View Post
    People are experiencing this same issue.
    The solution from what I've read is to take the battery out, and put it back in.
    I don't have an eeePC myself, so I can't say exactly.
    I read it somewhere in the eeeuser.com's forum (under how to get ubuntu 8.04 installed on an eeePC)
    http://www.eeeuser.com/
    I'm a bit vague on the specifics of it all, so you may benefit from looking for the fix yourself.
    Post back here your solution if / when you find it so that others may benefit too.
    Worked for me!!! How do people discover these things??! Thanks,
    Fred

Tags for this Thread

Bookmarks

Posting Permissions

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