Results 1 to 9 of 9

Thread: HOWTO: at76 for Ubuntu 8.10

  1. #1
    Join Date
    Jan 2009
    Location
    near linz/austria
    Beans
    8
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Arrow HOWTO: at76 for Ubuntu 8.10

    Hi!

    at76 (formerly at76c503a) is a driver for some Wireless LAN USB adapters like Netgear MA101 or one from Linksys. Unfortunatelly the old drivers stopped working with current Ubuntu without adaption. Ubuntu 8.10 ships only an ancient version (0.14beta1) of the driver which won't work properly with most devices. So here is how to get it working for Intrepid Ibex:

    1. Unplug your wlan usb device and start (to avoid complications).
    2. Eliminate the ancient driver that is included sudo find /lib/modules/`uname -r` -name at76_usb.ko -exec rm '{}' \; (or move it away for backup)
    3. Download at76_usb-0.17.tar.gz either from http://developer.berlios.de/project/...p?group_id=727 or from http://media.ubuntuusers.de/forum/at...sb-0.17.tar.gz and unpack it: tar xzf at76_usb-0.17.tar.gz
    4. Download my little patch from http://media.ubuntuusers.de/forum/at...sb-0.17-.patch and apply it: cd at76_usb-0.17 && patch -p1 <../at76_usb-0.17-.patch (sorry, the forum software shortened the more verbose name of the patch)
    5. Compile and install: make && sudo make install


    Original post in german: http://forum.ubuntuusers.de/post/1763750/

  2. #2
    Join Date
    Jun 2005
    Beans
    17

    Re: HOWTO: at76 for Ubuntu 8.10

    Thanks! This solves a bug i registered on launchpad two years ago.
    Click here to see bugreport.

  3. #3
    Join Date
    Jan 2009
    Beans
    8

    Re: HOWTO: at76 for Ubuntu 8.10

    Noob question. I'm going to try this, but I'm not clear about one thing. Where does the file need to go? If I copy to my $HOME directory, and do the tar from that directory, I presume it creates a new folder in $HOME. Do I then do the make from the same directory?

  4. #4
    Join Date
    Jan 2009
    Location
    near linz/austria
    Beans
    8
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    Re: HOWTO: at76 for Ubuntu 8.10

    Yeah, it seems like the bug will be solved soon! See https://bugs.launchpad.net/ubuntu/+s...22/+bug/152626

    A note about my work-around: A recent 0.17-version is actually included in the kernel source, in the staging-tree, (but isn't enabled in the Ubuntu kernel). So it is save to compile the sources of the kernel too. Sorry, I won't post how to do this.

    @Hawkman: Choose whatever directory you like. I usually take /usr/src (or i.e. ~/source) so that I don't forget to compile it again when I update the kernel.

  5. #5
    Join Date
    Mar 2009
    Beans
    5

    Re: HOWTO: at76 for Ubuntu 8.10

    I'm new to ubuntu and after wasting about 6 hours trying to get my card to work, I finally found this post and it works great now. Thank you.

  6. #6
    Join Date
    Jan 2009
    Location
    near linz/austria
    Beans
    8
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    News regarding at76 for Ubuntu 9.04

    Good news!

    Ubuntu 9.04 (Jaunty Jackalope) has been adopted as necesary. So it works out-of-the-box now!

  7. #7
    Join Date
    Feb 2006
    Beans
    27

    Re: HOWTO: at76 for Ubuntu 8.10

    Now in ubunti karmic 9.10 the at76_usb not working again
    I get a wlan0 but can not connect or use with NM.

    any work around?

  8. #8
    Join Date
    Feb 2006
    Beans
    27

    Re: HOWTO: at76 for Ubuntu 8.10

    Now i have try with ndiswrapper without good result,

    Why should Linux community rewrite drivers some has works perfectively in years?

  9. #9
    Join Date
    Jan 2009
    Location
    near linz/austria
    Beans
    8
    Distro
    Ubuntu 9.04 Jaunty Jackalope

    moving to other thread

    Thanks for the feedback pedor.

    Let's move to a new thread: http://ubuntuforums.org/showthread.php?p=8042683

    Please report there the output of those two commands:

    Code:
    find /lib -iname at76_usb.ko
    
    find /lib -iname at76_usb.ko | xargs grep --text "Atmel at76x USB Wireless LAN Driver "
    ...and more detailed problem description, please.

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
  •