Results 1 to 7 of 7

Thread: wireless trouble...

  1. #1
    Join Date
    Aug 2008
    Beans
    10

    Angry wireless trouble...

    Hey, I'm setting up my dad with ubuntu on his brand new hp pavilion dv9910us. So far, most things are working well except the wireless. The restricted drivers are installed/enabled, but there is still no wireless internet. No matter if I switch on or off the wireless manually, it still does not show up or catch a signal (and when I access admin>networking it doesn't show up at all.)

    can anyone kindly help me out?

  2. #2
    Join Date
    Apr 2006
    Location
    Illinois, USA
    Beans
    1,283
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: wireless trouble...

    Could you post the output of
    Code:
    lspci | grep Network
    One thing I would suggest in Ndiswrapper.
    If I'm not being clear enough or giving you enough information, just ask

    "But woe to him who is alone when he falls, for he has no one to help him up."

    Smooth scrolling for GTK!

  3. #3
    Join Date
    Aug 2008
    Beans
    10

    Re: wireless trouble...

    nothing showed up when i did lspci ... however, i looked at some other stuff and i have an Atheros Communications Inc. AR242x 802.11abg Wireless PCI Express Adapter. people say it's easy to install via madwifi (see this website: http://madberry.org/2008/08/how-to-g...eless-to-work/ ) but when I get to sudo make install i get this error:
    dennis@dennis-laptop:~/Desktop/madwifi-ng-r2756+ar5007$ sudo make install
    cd: 1: can't cd to /lib/modules/2.6.24-21-server/build
    Makefile.inc:66: *** /lib/modules/2.6.24-21-server/build is missing, please set KERNELPATH. Stop.
    I googled that, and it said something about making a symbolic link? things that i tried to make a symbolic link were vague and i don't know what they mean...

  4. #4
    Join Date
    Apr 2006
    Location
    Illinois, USA
    Beans
    1,283
    Distro
    Ubuntu 11.04 Natty Narwhal

    Re: wireless trouble...

    Thanks for the info.
    A link will just point to a path that does exist, so you don't have to copy the whole directory over.
    Find in /lib/modules the latest kernel version you have, such as 2.6.24-20-generic. Replace "yourversion" in the following command with the directory you find:
    Code:
    sudo ls /lib/modules/yourversion/build /lib/modules/2.6.24-21-server/build
    If it complains about "directory does not exist" or something similar, then do
    Code:
    sudo mkdir /lib/modules/2.6.24-21-server
    And try the first command again.
    If I'm not being clear enough or giving you enough information, just ask

    "But woe to him who is alone when he falls, for he has no one to help him up."

    Smooth scrolling for GTK!

  5. #5
    Join Date
    Apr 2007
    Location
    Mount Horeb, WI
    Beans
    4,312
    Distro
    Kubuntu Development Release

    Re: wireless trouble...

    Quote Originally Posted by Sam Lars View Post
    Thanks for the info.
    A link will just point to a path that does exist, so you don't have to copy the whole directory over.
    Find in /lib/modules the latest kernel version you have, such as 2.6.24-20-generic. Replace "yourversion" in the following command with the directory you find:
    Code:
    sudo ls /lib/modules/yourversion/build /lib/modules/2.6.24-21-server/build
    If it complains about "directory does not exist" or something similar, then do
    Code:
    sudo mkdir /lib/modules/2.6.24-21-server
    And try the first command again.
    I think Sam Lars meant to say:
    Code:
    sudo ln -s /lib/modules/yourversion/build /lib/modules/2.6.24-21-server/build
    This will create the symbolic link.

  6. #6
    Join Date
    Mar 2008
    Beans
    917

    Re: wireless trouble...

    If you find that you have a AR5007 Atheros adapter and are using Ubuntu Hardy 32bit then I have a guide that is step by step to install it with a current Madwifi driver. The driver I have linked in my guide is tested and works with WEP & WPA as well as supports both Monitor mode and packet injection for hacking purposes. This guide and especially my driver are only for 32bit Hardy with an AR5007 , So if that is what you are working with it will work. Note no Madwifi drivers work with USB devices so anyone with an Atheros based USB wifi device are stuck with Ndiswrapper for drivers. But if its in your laptop its not USB based obviously.

    To see if you do have a AR5007 you should both run the following command as well as Google your laptop model like so "model wifi chipset" as sort of a confirmation. Here is the command to check and I will show you what it should be in the output to verify you have a AR5007

    lspci -n

    In the output you should see one device with the following ID -> 168c:001c (rev 01) . it will most likely be toward the bottom of the list of output.

    HERE IS WHAT MINE SHOWS AS
    05:00.0 0200: 168c:001c (rev 01)

    Here is a link to my guide if anyone has this adapter and needs help to install it.

    http://ubuntuforums.org/showthread.php?t=795984

    If you get stuck using my guide or don't understand something then just PM me and I will help you.

  7. #7
    Join Date
    Aug 2008
    Beans
    10

    Re: wireless trouble...

    i use the ar242x, not 5007.

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
  •