Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: atheros/8.10 problems

  1. #1
    Join Date
    Mar 2008
    Beans
    48
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    atheros/8.10 problems

    hello all

    i did a soft upgrade from hardy to intrepid, and low and behold, my wireless stopped working. it would appear that i am missing the driver, even though it worked on hardy and continues to work "out of the box" with the hardy live disc. the device manager and hardware testing are confirming the existence of the Atheros 802.11 WLAN but the hardware drivers section does not list that driver, which is easily found by the hardy live disc.

    so whats the deal? more importantly, how can i install or activate this driver without having to download it (since it obviously exists somewhere on my computer)? Ive tried looking for some command line tools to help with this, but didnt get far...

  2. #2
    Join Date
    Sep 2007
    Beans
    33

    Re: atheros/8.10 problems

    Try a Madwifi driver.

  3. #3
    Join Date
    Mar 2008
    Beans
    48
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: atheros/8.10 problems

    again, i'm not sure how i should go about doing that without having an internet connection in intrepid.

    to make this scenario more annoying, i am currently running off a live disc of intrepid where the wireless works perfectly. can someone explain to me why the version i downloaded a few short days ago does not have the "Support for Atheros 802.11 Wireless LAN Cards" driver that the live disc has? And can someone also explain to me how I can use this functioning and online version of Interepid to dowload an appropriate driver to somewhere I can access from the installed Intrepid?

    sorry for the tone, its been a long day... and it sometimes dawns on me that im not getting any better with computers...

  4. #4
    Join Date
    Nov 2005
    Location
    London, UK
    Beans
    84
    Distro
    Ubuntu

    Re: atheros/8.10 problems

    I have the same problem on a thinkpad t61p.
    Infact, I've had this in hardy as well, but managed to overcome it by installing the latest madwifi and wpa_supplicant off svn every time i upgraded a kernel. In interpid i'm not so lucky.
    at this moment the drivers (either madwifi ath_pci or ath5k) load fine, but the card cannot connect to any wifi network. it keeps asking me for the passphrase for either wpa or wep. after all my attemps it can now no longer show any network in network manager. I have to connect ot an 'invisible' one selecting one of my previous connections which are still rememebered.
    I'm tearing out my hairs here. literally.

  5. #5
    Join Date
    Mar 2008
    Beans
    48
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: atheros/8.10 problems

    yeah, I hear you. i've had this problem for five days now with no resloution. i just dont understand why the live disc would work when the install doesnt.
    as far as installing the madwifi driver, is that something you did from the live disc? where's a good place to save that so that intrepid can find it when i boot that up?

  6. #6
    Join Date
    Jan 2008
    Location
    Manchester UK
    Beans
    13,573
    Distro
    Ubuntu

    Re: atheros/8.10 problems

    Download the latest madwifi snapshot.

    Code:
    wget http://snapshots.madwifi-project.org/madwifi-hal-0.10.5.6/madwifi-hal-0.10.5.6-r3861-20080903.tar.gz
    Unzip it
    Code:
    tar -xvf madwifi-hal-0.10.5.6-r3861-20080903.tar.gz

    navigate to the extracted file

    Code:
    cd madwifi-hal-0.10.5.6-r3861-20080903
    If you`ve not got the tools necessary for compiling get them
    Code:
    sudo apt-get install build-essential linux-headers-$(uname -r)
    Then compile it

    Code:
    sudo make
    Code:
    sudo make install
    load the module/driver

    Code:
    sudo modprobe ath_pci
    make it load every time you boot
    Code:
    gksudo gedit /etc/modules
    then copy and paste this to the bottom of that file
    Code:
    ath_pci
    save
    exit
    reboot
    Last edited by nothingspecial; November 7th, 2008 at 09:26 AM.

  7. #7
    Join Date
    Mar 2008
    Beans
    48
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: atheros/8.10 problems

    thanks. i am going to try this, but first a couple noob questions:

    how do i specify a directory on my hd to save it to? once i do that, how do i activate that driver from within the installed version?

  8. #8
    Join Date
    Mar 2008
    Beans
    48
    Distro
    Ubuntu 7.10 Gutsy Gibbon

    Re: atheros/8.10 problems

    uhoh.

    failure:

    Code:
    ubuntu@ubuntu:~$ wget http://snapshots.madwifi.org/madwifi-hal-0.10.5.6-current.tar.gz
    --2008-11-06 21:52:30--  http://snapshots.madwifi.org/madwifi-hal-0.10.5.6-current.tar.gz
    Resolving snapshots.madwifi.org... 217.24.1.134
    Connecting to snapshots.madwifi.org|217.24.1.134|:80... connected.
    HTTP request sent, awaiting response... 301 Moved Permanently
    Location: http://snapshots.madwifi-project.orgmadwifi-hal-0.10.5.6-current.tar.gz [following]
    --2008-11-06 21:52:31--  http://snapshots.madwifi-project.orgmadwifi-hal-0.10.5.6-current.tar.gz/
    Resolving snapshots.madwifi-project.orgmadwifi-hal-0.10.5.6-current.tar.gz... failed: Name or service not known.
    wget: unable to resolve host address `snapshots.madwifi-project.orgmadwifi-hal-0.10.5.6-current.tar.gz'
    ubuntu@ubuntu:~$

  9. #9
    Join Date
    May 2007
    Location
    On a Repository
    Beans
    195
    Distro
    Ubuntu Development Release

    Re: atheros/8.10 problems

    Quote Originally Posted by brodiesel View Post
    to make this scenario more annoying, i am currently running off a live disc of intrepid where the wireless works perfectly. can someone explain to me why the version i downloaded a few short days ago does not have the "Support for Atheros 802.11 Wireless LAN Cards" driver that the live disc has? And can someone also explain to me how I can use this functioning and online version of Interepid to dowload an appropriate driver to somewhere I can access from the installed Intrepid?
    I don't know, but someone asked exactly this same question here:

    https://bugs.launchpad.net/ubuntu/+s...ux/+bug/288148

    I suggest you also post a complaint, your point is interesting and strongly valid.

    And anyway, you can plug an ethernet cable to your laptop, somehow, and do the information available on the wiki:

    https://help.ubuntu.com/community/Wi...Driver/Atheros

    So far, the built-in solution using the linux-backports-modules, worked for a fair amount of people. But if you installed other driver manually first you will need to blacklist the others and make sure ath5k is not blacklisted. And if you have problem connecting to a WEP network, see the post bellow.
    Last edited by eks; November 6th, 2008 at 11:56 PM.

  10. #10
    Join Date
    May 2007
    Location
    On a Repository
    Beans
    195
    Distro
    Ubuntu Development Release

    Re: atheros/8.10 problems

    Quote Originally Posted by yamagami View Post
    I have the same problem on a thinkpad t61p.
    Infact, I've had this in hardy as well, but managed to overcome it by installing the latest madwifi and wpa_supplicant off svn every time i upgraded a kernel. In interpid i'm not so lucky.
    at this moment the drivers (either madwifi ath_pci or ath5k) load fine, but the card cannot connect to any wifi network. it keeps asking me for the passphrase for either wpa or wep. after all my attemps it can now no longer show any network in network manager.
    Try setting the wpa supplicant to wext. It worked for me.

Page 1 of 2 12 LastLast

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
  •