Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: Ethernet not functioning

  1. #11
    Join Date
    Jul 2009
    Location
    Dallas area, TX, US
    Beans
    16
    Distro
    Xubuntu 14.10 Utopic Unicorn

    Re: Ethernet not functioning

    gzip: stdin: decompression OK, trailing garbage ignored
    I did get this error un-tarring the package. That's a delayed error from an earlier file in the package with "trailing garbage" (whatever that is). In my case, at least, the module still compiled and installed successfully.

    It doesn't inspire great confidence in the vendor's package, I know. But it seems to work.

    For what it's worth, the hardware support pages indicate that the problem with the ethernet port has been resolved with UNR 9.10 (Karmic). I haven't tried it myself, yet.

    I should probably have added that if you compile the driver, you'll have to re-compile with each kernel upgrade.

  2. #12
    Join Date
    Feb 2008
    Location
    Massachusetts, USA
    Beans
    254
    Distro
    Kubuntu 12.04 Precise Pangolin

    Talking Re: Ethernet not functioning

    This worked for me. You're awesome! Thank you!

    Acer Aspire One AOD250-1580
    P5W-DH, E6750, Patriot Viper 4x2GB 1066, Seasonic M12 500w
    Creative Audigy, EVGA GTX 460, HP 2509m
    Kubuntu 12.04 64-bit (KDE 4.8.1)

  3. #13
    Join Date
    Oct 2008
    Location
    Chicago
    Beans
    148
    Distro
    Ubuntu UNR

    Re: Ethernet not functioning

    I just installed 8.04 LTS and the NIC worked fine after the first boot and has been working just dandy...

    Fluke?
    HP Mini 110 - UNR 9.10/Jolicloud Alpha Tester
    Lenovo Y510 - Windows 7/Linux Mint Gloria
    www.pcmuze.com - Blog
    www.Clevermodels.net - High Res Paper Models.

  4. #14
    Join Date
    Nov 2005
    Location
    metro Philadelphia, PA, U
    Beans
    53
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Ethernet not functioning -- The fix is in (sort of)

    Quote Originally Posted by rtb View Post
    A (recent?) lead from the hardware support pages references this solution which seems to work for me. It does require compiling the driver. I'll reproduce those instructions with a few updates/modifications here:

    Retrieve AR81Family-linux-v1.0.0.10.tar.gz from http://partner.atheros.com/Drivers.aspx. You'll find a link to it under the heading "AR81Family Linux Driver". You'll have to accept the Atheros EULA.

    Compile, install, and load the module. From the command line, go to the directory where you saved the package and issue these commands:

    Code:
    tar -xvzf AR81Family-linux-v1.0.0.10.tar.gz
    cd src
    make
    sudo make install
    sudo modprobe atl1e
    Hmmm, I'm running into a problem:

    Code:
    hugh@Aspire:~/tmp/src$ sudo make install
    make -C /lib/modules/2.6.28-15-generic/build SUBDIRS=/home/hugh/tmp/src modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.28-15-generic'
      Building modules, stage 2.
      MODPOST 1 modules
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-15-generic'
    # remove all old versions of the driver
    find /lib/modules/2.6.28-15-generic -name atl1e.ko -exec rm -f {} \; || true
    find /lib/modules/2.6.28-15-generic -name atl1e.ko.gz -exec rm -f {} \; || true
    install -D -m 644 atl1e.ko /lib/modules/2.6.28-15-generic/kernel/drivers/net/atl1e/atl1e.ko
    /sbin/depmod -a || true
    install -D -m 644 atl1e.7.gz /usr/share/man/man7/atl1e.7.gz
    man -c -P'cat > /dev/null' atl1e || true
    man: 
    cannot write to /var/cache/man/cat7/atl1e.7.gz in catman mode
    atl1e.
    hugh@Aspire:~/tmp/src$
    Suggestions anyone?
    Linux—the choice of a GNU generation

  5. #15
    Join Date
    Feb 2008
    Location
    Massachusetts, USA
    Beans
    254
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Ethernet not functioning -- The fix is in (sort of)

    Quote Originally Posted by hughh View Post
    Hmmm, I'm running into a problem:

    ... snip ...

    Suggestions anyone?
    Did you try running the modprobe anyway? I think I got an error too and it worked anyway.
    P5W-DH, E6750, Patriot Viper 4x2GB 1066, Seasonic M12 500w
    Creative Audigy, EVGA GTX 460, HP 2509m
    Kubuntu 12.04 64-bit (KDE 4.8.1)

  6. #16
    Join Date
    Feb 2008
    Location
    Massachusetts, USA
    Beans
    254
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Ethernet not functioning

    Oh, rock! This has been fixed in 10.04. I just tried the Alpha 3 of Lucid on a Live Flash and both wired and wireless worked!
    P5W-DH, E6750, Patriot Viper 4x2GB 1066, Seasonic M12 500w
    Creative Audigy, EVGA GTX 460, HP 2509m
    Kubuntu 12.04 64-bit (KDE 4.8.1)

  7. #17
    Join Date
    May 2010
    Beans
    2

    Question Makefile:118: *** Compiler not found. Stop.

    I get the following error for both
    make
    sudo make install
    "Makefile:118: *** Compiler not found. Stop."

    Anyone knows how to fix this without working network interface?

  8. #18
    Join Date
    May 2010
    Beans
    2

    Re: Ethernet not functioning

    Code:
    sudo mount -t vfat /dev/sdb1 /media/external -o uid=1000,gid=100,utf8,dmask=027,fmask=137
    sudo ln -sf /media/external /cdrom
    sudo apt-cdrom -m add
    sudo apt-get -f install
    Fixed my errors.

  9. #19
    Join Date
    Feb 2008
    Location
    Massachusetts, USA
    Beans
    254
    Distro
    Kubuntu 12.04 Precise Pangolin

    Re: Ethernet not functioning

    wittrup, very nice. And thank you for sharing your solution. That kind of follow-up helps make these forums so useful.
    P5W-DH, E6750, Patriot Viper 4x2GB 1066, Seasonic M12 500w
    Creative Audigy, EVGA GTX 460, HP 2509m
    Kubuntu 12.04 64-bit (KDE 4.8.1)

  10. #20
    Join Date
    Sep 2010
    Location
    soCal
    Beans
    3
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: Makefile:118: *** Compiler not found. Stop.

    Quote Originally Posted by wittrup View Post
    I get the following error for both
    make
    sudo make install
    "Makefile:118: *** Compiler not found. Stop."

    Anyone knows how to fix this without working network interface?
    I got his error as well. The commands you posted subsequently didn't work for me - can you explain what you were doing, exactly?
    Quote Originally Posted by wittrup
    Code:
    sudo mount -t vfat /dev/sdb1 /media/external -o uid=1000,gid=100,utf8,dmask=027,fmask=137
    sudo ln -sf /media/external /cdrom
    sudo apt-cdrom -m add
    sudo apt-get -f install
    or, if anybody else has any advice, please let me know. thanks
    Last edited by _traq_; September 19th, 2010 at 06:43 PM.

Page 2 of 2 FirstFirst 12

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
  •