The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Intel 4965 widreless card

    Discussion in 'Linux Compatibility and Software' started by Telkwa, May 27, 2008.

  1. Telkwa

    Telkwa Notebook Consultant

    Reputations:
    68
    Messages:
    294
    Likes Received:
    0
    Trophy Points:
    30
    Has anyone had any experience swapping these around? I pointed my Dad toward a non-Centrino laptop, figuring he'd never want to try Linux. Wrong. He's running Ubuntu 8.04 now. I had no luck getting his stupid Atheros wireless card to work. So I dropped mine in and it works flawlessly. Problem with that plan is I'm now without a wireless card.
    Mine says "Model: 4965AGN MM1"
    There are several on eBay that say "MM2"
    Anyone think that would make any difference?
     
  2. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Did you try the Mad-WiFi driver in the repos (if it wasn't already loaded in the Restricted Driver Manager)?

    Can your laptop use your Dad's Atheros chip?
     
  3. Thomas

    Thomas McLovin

    Reputations:
    1,988
    Messages:
    5,253
    Likes Received:
    0
    Trophy Points:
    205
    Tried ndiswrapper?
     
  4. jas

    jas Notebook Evangelist

    Reputations:
    697
    Messages:
    622
    Likes Received:
    5
    Trophy Points:
    31
    If you put the Atheros 5007 card back, you could try the following steps to get the latest patched madwifi driver to work with his Atheros WiFi chipset. This should work for an Ubuntu 8.04 32 bit system (not 64 bit).

    1) First go to System> Administration-> Hardware Drivers and disable by un-ticking the following option
    Code:
    Atheros Hardware Access Layer (Hal)
    Then reboot your system

    2) Go to System->Administration->Software Sources. Make sure you have "Universe" & "Multiverse" checked.

    3) Then open the terminal from Applications–>Accessories–>Terminal and perform the following commands for steps 3 through 7;
    Code:
    sudo apt-get install build-essential
    4) Get this version of madwifi patched driver
    Code:
    wget http://snapshots.madwifi.org/special/madwifi-nr-r3366+ar5007.tar.gz
    5) Untar the downloaded package
    Code:
    tar xvfz madwifi-nr-r3366+ar5007.tar.gz
    6) Get inside the unpacked directory
    Code:
    cd madwifi-nr-r3366+ar5007
    7) Now you can first build, install, and then load, your madwifi driver modules with the following commands
    Code:
    sudo make && sudo make install
    sudo modprobe ath_pci && sudo modprobe wlan_scan_sta
    8) Now restart your computer and you should be able to see any available networks in your Network Manager.

    Good Luck..
     
  5. Telkwa

    Telkwa Notebook Consultant

    Reputations:
    68
    Messages:
    294
    Likes Received:
    0
    Trophy Points:
    30
    Those are exactly the instructions I followed. It didn't seem to work. I went thru those instructions three or four times, thinking I'd missed something. Then after a reboot it worked!
    The first thing Ubuntu did was download updates, which included the recent kernel update. The wireless immediately quit again.
    I did try putting the 5007 in my Acer lappy after reading the recent thread on this forum about Atheros being second to Intel for support. 8.04 didn't even try loading restricted drivers on reboot - it just didn't see any wireless networks at all. I shoulda checked lspci but just pulled the damn thing out in disgust. I'm quite sure I didn't put the wires on the card backward - took pictures and notes before removal.
    For those of who who have gotten the Atheros 5007 to work, did you have to reinstall the madwifi or ndiswrapper fixes after kernel updates?

    I guess I'll try it again this morning. Looks like I can buy 4965 cards at Amazon for about $35...

    Didn't try ndiswrapper. Saw several comments that madwifi was more stable than ndis.

    EDIT: Well, I'll be pan-fried. The above instructions worked with the 5007 in my (previously) Centrino Acer. The restricted drivers thingie did come up, it just took a minute or so. Turned off the HAL layer box, but not the "support for Atheros" box. Rebooted. Copied and pasted jas' commands. Got some errors at that very last step but figured what the hey. Rebooted and all the neighbors' networks were recognized. The Atheros doesn't seem as snappy as the 4965 but at least this gets me going for now.

    Thanks, guys, for your support!
     
  6. mosquitogang201

    mosquitogang201 Notebook Enthusiast

    Reputations:
    0
    Messages:
    27
    Likes Received:
    0
    Trophy Points:
    5
    heck i have a spare 4965 chip if you want it
     
  7. dude106

    dude106 Notebook Consultant

    Reputations:
    16
    Messages:
    135
    Likes Received:
    0
    Trophy Points:
    30
    weird. When I installed Ubuntu, it recognized my Atheros 5007 chip, and installed the restricted drivers for it. Are you using 8.04? I don't know why it didn't recognize it.