Ubuntu 9.04 madwifi drivers

Discussion in 'Linux' started by mindhack, Apr 29, 2009.

  1. mindhack

    mindhack

    Joined:
    Apr 25, 2009
    Messages:
    35
    Likes Received:
    0
    Location:
    Sequim, Wa
    Has anyone had luck getting the madwifi driver's working with Ubuntu 9.04 (desktop no netbook remix)?

    Since switching from backtrack4 to ubuntu 9.04 I have had issues with the ath5k drivers dropping my connection, and if i enable the madwifi drivers it no longer detects anything.
     
    mindhack, Apr 29, 2009
    #1
  2. mindhack

    mzc

    Joined:
    Sep 10, 2008
    Messages:
    106
    Likes Received:
    0
    the ath5k driver in the ubuntu 9.04NR fresh install works out of the box. then you just need to install backports to make the wifi led work...
     
    mzc, Apr 29, 2009
    #2
  3. mindhack

    janss

    Joined:
    Jul 23, 2008
    Messages:
    220
    Likes Received:
    0

    Have you blacklisted the ath5k module from loading when you activated the madwifi driver?
     
    janss, Apr 29, 2009
    #3
  4. mindhack

    mindhack

    Joined:
    Apr 25, 2009
    Messages:
    35
    Likes Received:
    0
    Location:
    Sequim, Wa
    The ath5k driver is sketchy at best. I was using the madwifi drivers previously with no problems, no dropped connections nor speed issues. With the ath5k, my speeds are slower, the connection likes to drop, and monitor mode doesn't work as well.

    I can do a usb boot into another debian based os with madwifi, and things work normal again, so I have to assume its the ath5k drivers.


    I added

    blacklist ath5k

    to /etc/modprobe.d/blacklist.conf. Then activated madwifi. I get this in dmesg.

    [ 9.321139] ath_pci: 0.9.4
    [ 9.326045] ath_pci 0000:03:00.0: PCI INT A -> GSI 18 (level, low) -> IRQ 18
    [ 9.326079] ath_pci 0000:03:00.0: setting latency timer to 64
    [ 9.374793] wifi%d: unable to attach hardware: 'Hardware revision not supported' (HAL status 13)
    [ 9.374836] ath_pci 0000:03:00.0: PCI INT A disabled

    Any ideas?
     
    mindhack, Apr 29, 2009
    #4
  5. mindhack

    ags

    Joined:
    Jul 22, 2008
    Messages:
    34
    Likes Received:
    0
    Your version of madwifi drivers doesn't support the card in the AA1. You'll need to download and compile a newer version of madwifi.

    More at: https://help.ubuntu.com/community/AspireOne :)
     
    ags, Apr 29, 2009
    #5
  6. mindhack

    mindhack

    Joined:
    Apr 25, 2009
    Messages:
    35
    Likes Received:
    0
    Location:
    Sequim, Wa
    I would assume the version that 9.04 automatically downloaded was newer than what I was previously using, should of been by several months.. I will give it a try after I finish re-installing ubuntu (trying some encryption schemes).
     
    mindhack, Apr 29, 2009
    #6
  7. mindhack

    caulktel

    Joined:
    Dec 12, 2008
    Messages:
    92
    Likes Received:
    0
    I'm using the stock ath5k driver and it works great. I'm not sure why everybody is trying to go with the mad wifi driver, what's the benefit?
     
    caulktel, Apr 30, 2009
    #7
  8. mindhack

    mindhack

    Joined:
    Apr 25, 2009
    Messages:
    35
    Likes Received:
    0
    Location:
    Sequim, Wa
    IMO

    madwifi is better tested, and more stable. It also works better with tools like kismet and airodump-ng.

    ath5k shows incorrect signal strengths. Such as one AP down the street is showing 95%, on in this room is showing 75%
    and one in the next room is showing 25%

    when really the one in this room should be near 100%, one in the other room atleast 75% and the one down the street should be about 10% or less.

    and some of us are just used to madwifi.
     
    mindhack, Apr 30, 2009
    #8
  9. mindhack

    mindhack

    Joined:
    Apr 25, 2009
    Messages:
    35
    Likes Received:
    0
    Location:
    Sequim, Wa
    Has anyone tried transfering large files over SSH with the aspire on wireless and the sshD wired on a lan?
    It chokes for me around 7-30mb. Appears to be another issue for me with ath5k.
     
    mindhack, Apr 30, 2009
    #9
  10. mindhack

    mzc

    Joined:
    Sep 10, 2008
    Messages:
    106
    Likes Received:
    0
    The solid state drive drive in the AAO110L is the issue. It does not have the write/read speed comparable to hard drives and SSD in Eee's.

    to make madwifi work.. try to compile a kernel that works for you.
     
    mzc, Apr 30, 2009
    #10
  11. mindhack

    mindhack

    Joined:
    Apr 25, 2009
    Messages:
    35
    Likes Received:
    0
    Location:
    Sequim, Wa
    Solid state drive is not the issue, as I do not have one.
     
    mindhack, May 1, 2009
    #11
  12. mindhack

    mindhack

    Joined:
    Apr 25, 2009
    Messages:
    35
    Likes Received:
    0
    Location:
    Sequim, Wa
    Following this gets madwifi working (credit to incandenza on ubuntuforums)

    sudo apt-get install subversion
    svn co http://svn.madwifi-project.org/madwifi/trunk madwifi
    cd madwifi/scripts
    sudo ./find-madwifi-modules.sh -r
    cd ..
    make
    sudo make install


    if wifi doesnt recover from suspend try
    sudo /etc/init.d/NetworkManager restart



    I no longer have issues with speeds, and stability while transfering on my lan, plus signal strength is being reported correctly.
     
    mindhack, May 1, 2009
    #12
  13. mindhack

    mindhack

    Joined:
    Apr 25, 2009
    Messages:
    35
    Likes Received:
    0
    Location:
    Sequim, Wa
    O yeah after doing that, then go enable the madwifi in system> admin > hardware drivers, then reboot.
     
    mindhack, May 1, 2009
    #13
Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments (here). After that, you can post your question and our members will help you out.