Results 1 to 4 of 4

Thread: Problem changing wireless card

  1. #1
    Join Date
    Jun 2009
    Posts
    59

    Problem changing wireless card

    I just purchased the new ubuntu 10 (2 GB of RAM and 500 GB disk) and installed. This netbook is equipped with a Wifi card absolutely rotten with Tx-Power is limited to 5 dBm. So I decided to change the card and try a AR5007EG Atheros card (Manufacturer: Atheros, module: ath5k) from a friend. I plugged it into a mini pci express. The problem: this wireless card does not appear after the command lspci, same with lsusb. Because it does not even appear in the device, I doubt that lsmod would be of any use.

    I have already tried this card and works very well on the Mac Book of my friend. Can anyone explain me what is the problem with my wireless card?

  2. #2
    Join Date
    Jan 2006
    Posts
    3,792

    Re: Problem changing wireless card

    I have used same wireless card (AR5007EG) as yours and it does not work with ubuntu by default. There's a manipulation that you need to do, look through google for assistance. I myself don't think can explain you things clearly, but googling seems to be solving your problem perfectly OK.

  3. #3
    Join Date
    Jun 2009
    Posts
    59

    Re: Problem changing wireless card

    In my case, it does not work since my card is not even detected in my device so any module can not walk, but thank you anyway. However I am assuming it as some kind of bug, because Ubuntu 10 is not assigning devices even after boot.

  4. #4
    Join Date
    Apr 2008
    Posts
    3,339

    Re: Problem changing wireless card

    Open a terminal and type in the following commands:

    sudo apt-get install build-essential
    wget http://www.orbit-lab.org/kernel/comp...-08-05.tar.bz2
    tar xvf compat-wireless-2009-08-05.tar.bz2
    cd compat-wireless-2009-08-05 /
    /scripts/driver-select ath5k
    echo "ath5k" | sudo tee /etc/modules
    echo "blacklist ath_hal" | sudo tee /etc/modprobe.d/blacklist
    echo "blacklist ath_pci" | sudo tee /etc/modprobe.d/blacklist
    make
    sudo make install
    sudo make unload
    sudo make load

    Your wireless should work, if not reboot and let me know

Similar Threads

  1. Replies: 6
    Last Post: 13-04-2011, 08:03 AM
  2. Wireless card problem on Ubuntu
    By Messenger in forum Portable Devices
    Replies: 4
    Last Post: 29-06-2010, 01:27 PM
  3. Wireless lan card problem with xp
    By austin26 in forum Networking & Security
    Replies: 2
    Last Post: 29-10-2009, 02:40 PM
  4. wireless card problem!
    By Aadils in forum Technology & Internet
    Replies: 0
    Last Post: 10-12-2008, 05:49 PM
  5. Problem with wireless pci card
    By Brunoz in forum Video Games
    Replies: 6
    Last Post: 02-09-2008, 06:52 PM

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
  •  
Page generated in 1,751,567,517.09713 seconds with 16 queries