Results 1 to 6 of 6

Thread: How to Install USB WIRELESS adapter??Atheros chip based

  1. #1
    Join Date
    Mar 2008
    Beans
    6

    Please help..How to Install USB WIRELESS adapter??Atheros chip based

    Well, i almost done with installation...

    here steps i have followed:

    lsusb
    ndiswrapper -i net5523.inf
    ndiswrapper -m
    ndiswrapper -l
    (net5523 : driver installed
    device (0cf3:0002) present


    however when i goto Adm->network, i can only see WIRED and MODEM connection...please help..i just install UBUNTU 5 minute ago..
    Last edited by chilskater; March 29th, 2008 at 03:01 PM. Reason: updates

  2. #2
    Join Date
    Feb 2007
    Location
    Leicester, England
    Beans
    160
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to Install USB WIRELESS adapter??Atheros chip based

    You need after installing ndiswrapper have to done the following commands in a terminal (Application - Accessories - Terminal)
    copy and paste

    sudo depmod -a
    sudo modprobe ndiswrapper
    sudo ndiswrapper -m

    See ndiswrapper when you do?

    lsmod

    To load ndiswrapper when you boot

    sudo gedit /etc/modules

    and add on a line on its own at the end of the file

    ndiswrapper

    Reboot and your wireless card should be recognised

    Good luck

  3. #3
    Join Date
    Mar 2008
    Beans
    6

    Re: How to Install USB WIRELESS adapter??Atheros chip based

    so it suppose to be like this? I am very noob..thanks

    lsusb
    ndiswrapper -i net5523.inf
    ndiswrapper -m
    ndiswrapper -l
    (net5523 : driver installed
    device (0cf3:0002) present

    sudo depmod -a
    sudo modprobe ndiswrapper
    sudo ndiswrapper -m

    See ndiswrapper when you do?

    lsmod

    To load ndiswrapper when you boot

    sudo gedit /etc/modules

    and add on a line on its own at the end of the file

    ndiswrapper

    Reboot

  4. #4
    Join Date
    Feb 2007
    Location
    Leicester, England
    Beans
    160
    Distro
    Ubuntu 10.04 Lucid Lynx

    Re: How to Install USB WIRELESS adapter??Atheros chip based

    Look like your windows driver is installed correctly. These commands will insert the ndiswrapper into the kernel.

    sudo depmod -a
    sudo modprobe ndiswrapper
    sudo ndiswrapper -m


    This command checks that that ndiswrapper is loaded. A load of text will be listed and you should see ndiswrapper somewhere in that list.

    lsmod


    Adding ndiswrapper to /etc/modules makes sure ndiswrapper is loaded when the machine boots up.
    Hope that sort of explains what is going on well to the best of my ability anyway.

    Good luck

  5. #5
    Join Date
    Mar 2008
    Beans
    6

    Re: How to Install USB WIRELESS adapter??Atheros chip based

    it worked like magic..i have update my UBUNTU..thanks bro!!

  6. #6
    Join Date
    Jan 2009
    Location
    Netherlands!
    Beans
    4
    Distro
    Ubuntu 8.10 Intrepid Ibex

    Re: How to Install USB WIRELESS adapter??Atheros chip based

    Everything turns out fine by now, thanks for that. But I absolutely have no idea of how to connect to my wireless router now..! :S

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
  •