Results 1 to 10 of 14

Thread: Wifi adapter lost after installing ndiswrapper

Hybrid View

  1. #1
    Join Date
    Sep 2012
    Beans
    11

    Wifi adapter lost after installing ndiswrapper

    Hey guys after endless searching google and forums I hope to get help here. But first of hello to all and thanks in advance.

    Now to my problem;

    I installed on my Laptop Acer Aspire 5750G running Ubuntu Linux 12.04 Lts ndiswrapper through Ubuntu Software Center. After installation I installed through gui an Windows wireless driver which I used in Windows 7 x64 same notebook. After installation it showed up in ndiswrapper hardware found: yes.

    Atheros Wireless Adapter AR9287

    But!!!

    I lost actually my wifi adapter, which means there is no possibility to reach my wifi adapter or to connect to wirless lan. I can only plug a cable to my computer to get Internet access.

    So again what happened to my computer? I removed diswrapper but could not get the previous configuration back.

    No I´m whithout any clue or idea what to do!

    Thanks guys quite a lat for any help you can provide.
    Last edited by bonehunter; September 30th, 2012 at 10:24 PM.

  2. #2
    Join Date
    Feb 2012
    Location
    Athens, Alabama
    Beans
    611
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Wifi adapter lost after installing ndiswrapper

    Welcome to the forums! Please give the output of the following sudo command:
    Code:
    lspci

  3. #3
    Join Date
    Sep 2012
    Beans
    11

    Re: Wifi adapter lost after installing ndiswrapper

    Thanks for your replay,.... here as you asked me to print...


    00:00.0 Host bridge: Intel Corporation 2nd Generation Core Processor Family DRAM Controller (rev 09)
    00:01.0 PCI bridge: Intel Corporation Xeon E3-1200/2nd Generation Core Processor Family PCI Express Root Port (rev 09)
    00:02.0 VGA compatible controller: Intel Corporation 2nd Generation Core Processor Family Integrated Graphics Controller (rev 09)
    00:16.0 Communication controller: Intel Corporation 6 Series/C200 Series Chipset Family MEI Controller #1 (rev 04)
    00:1a.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #2 (rev 04)
    00:1b.0 Audio device: Intel Corporation 6 Series/C200 Series Chipset Family High Definition Audio Controller (rev 04)
    00:1c.0 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 1 (rev b4)
    00:1c.1 PCI bridge: Intel Corporation 6 Series/C200 Series Chipset Family PCI Express Root Port 2 (rev b4)
    00:1d.0 USB controller: Intel Corporation 6 Series/C200 Series Chipset Family USB Enhanced Host Controller #1 (rev 04)
    00:1f.0 ISA bridge: Intel Corporation HM65 Express Chipset Family LPC Controller (rev 04)
    00:1f.2 SATA controller: Intel Corporation 6 Series/C200 Series Chipset Family 6 port SATA AHCI Controller (rev 04)
    00:1f.3 SMBus: Intel Corporation 6 Series/C200 Series Chipset Family SMBus Controller (rev 04)
    01:00.0 VGA compatible controller: NVIDIA Corporation GF108 [GeForce GT 540M] (rev ff)
    02:00.0 Ethernet controller: Broadcom Corporation NetLink BCM57785 Gigabit Ethernet PCIe (rev 10)
    02:00.1 SD Host controller: Broadcom Corporation NetXtreme BCM57765 Memory Card Reader (rev 10)
    02:00.2 System peripheral: Broadcom Corporation Device 16be (rev 10)
    02:00.3 System peripheral: Broadcom Corporation Device 16bf (rev 10)
    03:00.0 Network controller: Atheros Communications Inc. AR9287 Wireless Network Adapter (PCI-Express) (rev 01

  4. #4
    Join Date
    Feb 2012
    Location
    Athens, Alabama
    Beans
    611
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Wifi adapter lost after installing ndiswrapper

    I have been gone for most of yesterday and will be looking at this later on today....unless someone else can also help!

  5. #5
    Join Date
    Feb 2012
    Location
    Athens, Alabama
    Beans
    611
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Wifi adapter lost after installing ndiswrapper

    Let's see if this gets you moving in the right direction...
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install linux-backports-modules-wireless-lucid-generic
    Code:
    sudo reboot
    Let me know if this works for you...

  6. #6
    Join Date
    Feb 2012
    Location
    Athens/Greece
    Beans
    Hidden!
    Distro
    Ubuntu 18.04 Bionic Beaver

    Re: Wifi adapter lost after installing ndiswrapper

    Quote Originally Posted by bonehunter View Post
    I installed on my Laptop Acer Aspire 5750G running Ubuntu Linux 12.04 Lts
    Quote Originally Posted by daslinkard View Post
    Let's see if this gets you moving in the right direction...
    Code:
    sudo apt-get update
    Code:
    sudo apt-get install linux-backports-modules-wireless-lucid-generic
    He has Ubuntu 12.04 Precise Pangolin , not 10.04 Lucid Lynx.

    I suggest

    1) First remove completely the ndiswrapper .
    Code:
    sudo modprobe -rf ndiswrapper 
    sudo apt-get remove --purge ndiswrapper-common ndiswrapper-utils-1.9 ndisgtk 
    sudo rm /etc/modprobe.d/ndiswrapper.conf 
    sudo rm -r /etc/ndiswrapper/*  
    sudo depmod -a
    Reboot your PC
    Then give the results* of bellow commands

    Code:
    lspci -nnk | grep -iA2 net 
    lsmod 
    ifconfig 
    nmcli nm status
    rfkill list all
    nm-tool
    *Put the results between the brackets [code]Here[/code].

    Thanks

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
  •