Belkin F5D8010

The following guide was originally published on Welcome to Ubuntu.

The guide was written at the Fiesty-Fawn timeframe (7.0.4). Paul Ryan provides numerous update pointers for a Karmic Koala context (9.10) as a comment on the original blog post (March 2010 timeframe).

Introduction

This guide is a walkthrough for installing WiFi cards that are based upon the TrueMIMO Pre-N technologies. Wireless cards with this chipset (Airgo AGN100) have been particularly difficult to install under Linux due to the chipset's schematics being closed-source. Using the official Ubuntu Documentation on ndiswrapper & the ndisWrapper page on Sourceforge, I have created a set of instructions to install this card. There are two sets of instructions: one if you can currently get online through a wired connection, and one if you cannot get online through a wired connection and must either dual-boot with Microsoft Windows or download the files on a different system. If you can do the wired connection method, it is the preferred method.

Other cards these instructions may work with

These instructions may work on, but are not guaranteed to work for the following cards except for the Belkin F5D8010:

  • Linksys WPC511GX
  • Linksys WMP54GX
  • Netgear WGM511
  • Buffalo WLI-CB-G108
  • AeroGuard AGN1023PC

  • Planex CQW-NS108AG
  • Planex CQW-NS108G
  • Samsung X20 Laptop
  • GemTek WPCO-131G

  • Corega CG-WLCB108GM

Online Instructions

Installing ndisWrapper

  1. Open Terminal.
  2. Type (or copy/paste) the following line into terminal:
    •      lspci -nn

  3. Look for the following:
    •      03:00.0 Ethernet Controller: Airgo Networks Inc AGN100 802.11 a/b/g True MIMO Wireless Card [17cb:0001] (rev 01)

      • If the line is not present, these instructions will not work for you.
  4. Type (or copy/paste) the following lines into Terminal:
    •      sudo modprobe -r ndiswrapper
          sudo apt-get --purge remove ndiswrapper-utils
          sudo rm -r /etc/ndiswrapper/
          sudo rm -r /etc/modprobe.d/ndiswrapper
          sudo rm /lib/modules/$(uname -r)/kernel/drivers/net/ndiswrapper/ndiswrapper.ko
  5. Type (or copy/paste) the following line into Terminal:
    •      sudo apt-get install linux-headers-$(uname -r)

  6. Type (or copy/paste) the following line into Terminal:
    •      sudo apt-get install dh-make fakeroot gcc-3.4 build-essential

  7. Navigate to Sourceforge to download the latest version of ndisWrapper.

  8. Save the file you download in your Home folder
  9. Type (or copy/paste) the following lines into Terminal:
    •      tar xvfz ndiswrapper-[current version].tar.gz
          cd ndiswrapper-[current version]

      (Where [current version] is the version number of the file you downloaded. i.e.: ndiswrapper-1.52.tar.gz)

  10. Type (or copy/paste) the following lines into Terminal:
    •      sudo make uninstall
          sudo make
  11. Type (or copy/paste) the following lines into Terminal:
    •      fakeroot
          sudo make install

Installing the Drivers

  1. Type (or copy/paste) the following into a terminal to download the drivers:
    •      wget http://77.91.202.10/~alpoimco/Satanas/belkin_pre-n.tar.gz Mirror (If the first link is down):      wget http://www.someawe.com/uploads/belkin_pre-n.tar.gz

  2. Type (or copy/paste) the following into a terminal to extract the drivers you just downloaded:
    •      tar xvfz belkin_pre-n.tar.gz
          cd belkin_pre-n
  3. Type (or copy/paste) the following line into terminal:
    •      echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist

  4. Type (or copy/paste) the following line into terminal:
    •      sudo ndiswrapper -i NetAni.inf

  5. Type (or copy/paste) the following line into terminal:
    •      ndiswrapper -l

  6. Look for the following:
    •      tmimo3p: driver installed
                       device (17CB:0001) present
  7. Type (or copy/paste) the following into Terminal to activate the driver:
    •      sudo depmod -a
          sudo modprobe ndiswrapper
  8. Type (or copy/paste) the following into Terminal to check for errors:
    •      tail /var/log/messages

  9. Type (or copy/paste) the following into Terminal to open the Network Manager:
    •      gksudo network-admin

  10. Verify the connection labeled "Wireless connection" says "Roaming mode enabled" beneath it.
  11. Perform the following steps if it does not say "Roaming mode enabled:"
    1. Click the Wireless connection to highlight it.
    2. Click the Properties button to open the properties window.
    3. Click the check box next to Enable roaming mode and click Ok.
    4. Verify that the wireless connection now says "Roaming mode enabled."
  12. Click the close button on the Network manager to close it and return to the Terminal.
  13. Type (or copy/paste) the following into Terminal to create an alias for your wireless card:
    •      sudo ndiswrapper -m

  14. Type (or copy/paste) the following into Terminal to open the modules list:
    •      gksudo gedit /etc/modules

  15. Type the following at the end of the text document that loads (if not already present):
    •      ndiswrapper

  16. Reboot your system to make sure everything is in full working order.

Offline Instructions

Downloading the Drivers and Installation Files

  1. Open Terminal.
  2. Type (or copy/paste) the following line into terminal:
    •      lspci -nn

  3. Look for the following:
    •      03:00.0 Ethernet Controller: Airgo Networks Inc AGN100 802.11 a/b/g True MIMO Wireless Card [17cb:0001] (rev 01)

      • If the line is not present, these instructions will not work for you.
  4. Download the files you need to install the drivers from a separate computer:
    1. Download the driver file from either here or here. This file is required for all distributions of Ubuntu.

    2. Download the ndisWrapper files for your distribution:
  5. Copy the four files you downloaded to your Home folder on your Ubuntu system using a flash drive, CD-ROM, or other means.

Installing ndisWrapper and the drivers

  1. Open terminal on your Ubuntu system.
  2. Type (or copy/paste) the following into Terminal to install ndisWrapper:
    •      sudo dpkg -i ndiswrapper-common_*.deb
          sudo dpkg -i ndiswrapper-utils*.deb
          sudo dpkg -i --force-depends ndisgtk_*.deb
  3. Type (or copy/paste) the following into a terminal to extract the drivers you just downloaded:
    •      tar xvfz belkin_pre-n.tar.gz
          cd belkin_pre-n
  4. Type (or copy/paste) the following line into terminal:
    •      echo 'blacklist bcm43xx' | sudo tee -a /etc/modprobe.d/blacklist

  5. Type (or copy/paste) the following line into terminal:
    •      sudo ndiswrapper -i NetAni.inf

  6. Type (or copy/paste) the following line into terminal:
    •      ndiswrapper -l

  7. Look for the following:
    •      tmimo3p: driver installed
                       device (17CB:0001) present
  8. Type (or copy/paste) the following into Terminal to activate the driver:
    •      sudo depmod -a
          sudo modprobe ndiswrapper
  9. Type (or copy/paste) the following into Terminal to check for errors:
    •      tail /var/log/messages

  10. Type (or copy/paste) the following into Terminal to open the Network Manager:
    •      gksudo network-admin

  11. Verify the connection labeled "Wireless connection" says "Roaming mode enabled" beneath it.
  12. Perform the following steps if it does not say "Roaming mode enabled:"
    1. Click the Wireless connection to highlight it.
    2. Click the Properties button to open the properties window.
    3. Click the check box next to Enable roaming mode and click Ok.
    4. Verify that the wireless connection now says "Roaming mode enabled."
  13. Click the close button on the Network manager to close it and return to the Terminal.
  14. Type (or copy/paste) the following into Terminal to create an alias for your wireless card:
    •      sudo ndiswrapper -m

  15. Type (or copy/paste) the following into Terminal to open the modules list:
    •      gksudo gedit /etc/modules

  16. Type the following at the end of the text document that loads (if not already present):
    •      ndiswrapper

  17. Reboot your system to make sure everything is in full working order.

If roaming mode doesn't work

Follow the wireless security guide in the forums.

WifiDocs/Device/Belkin_F5D8010 (last edited 2010-03-24 07:52:09 by fm5g905wlz)