Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: Can't get my Belkin wireless adapter F9L1101v to work!

  1. #1
    Join Date
    Jun 2013
    Beans
    13

    Can't get my Belkin wireless adapter F9L1101v to work!

    Ok so ive gone through lots of tutorials on how to install the drivers using ndiswrapper with no luck. I have the installation disk and have access to the:

    netrtwlanu.cat
    netrtwlanu.inf
    rtwlanu.inf

    When i type the lsusb command it recognizes the device is there:

    Code:
    root@bt:~# lsusb
    Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 004 Device 002: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
    Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
    Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Bus 001 Device 003: ID 050d:110a Belkin Components 
    Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
    Im fairly sure i installed the driver correctly, WICD just shows "No wireless networks found"

  2. #2
    Join Date
    Jun 2013
    Beans
    13

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    *bump*

  3. #3

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Unfortunately after a long search this is what I have come up with:
    https://bbs.archlinux.org/viewtopic.php?id=127710 (more on ndiswrapper with same chipset)

    I also found this and under "linux driver" it says unsupported...
    http://wikidevi.com/wiki/Belkin_F9L1101v1

    If all else fails, this wifi adapter should work after a little modification.
    http://www.belkin.com/us/F9L1103-Belkin/p/P-F9L1103
    http://wikidevi.com/wiki/Belkin_F9L1103

    Unfortunately that means purchasing a more expensive adapter, but this is the model I use and the driver build was successful.
    https://bbs.archlinux.org/viewtopic.php?id=149329

    Good luck and I hope you find a better answer than mine.

  4. #4
    Join Date
    Jun 2013
    Beans
    13

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Ahh ok i was hoping that it would be supported, should have checked before i bought it haha. Thanks for your response

  5. #5
    Join Date
    Jan 2008
    Beans
    4

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Your USB ID doesn't match up with the v1. You have a v2 F9L1101, right?

    The v2 uses RTL8192DU - if you can't get it working with ndiswrapper, you may be able to get it to work with Realtek's vendor driver.. or maybe with the source tree here.

  6. #6
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    050d:110a Belkin Components
    Your device works with the very new driver 8192du:
    Code:
    $ modinfo 8192du.ko | grep 110A
    alias:          usb:v050Dp110Ad*dc*dsc*dp*ic*isc*ip*in*
    Here is the procedure to download and install it: http://ubuntuforums.org/showthread.p...6#post12688576

    Please post back if you get stuck or need additional assistance.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    [QUOTE=m86;12713782]Your USB ID doesn't match up with the v1. You have a v2 F9L1101, right?

    I will should have paid attention to that, thanks and good eye.
    Last edited by KARNVORbeefRAGE; July 1st, 2013 at 09:49 PM.

  8. #8
    Join Date
    Jun 2013
    Beans
    13

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Quote Originally Posted by m86 View Post
    Your USB ID doesn't match up with the v1. You have a v2 F9L1101, right?

    The v2 uses RTL8192DU - if you can't get it working with ndiswrapper, you may be able to get it to work with Realtek's vendor driver.. or maybe with the source tree here.
    Its the F9L1101v2, how can i delete the drivers i already installed to try do it from scratch?

  9. #9
    Join Date
    Jun 2013
    Beans
    13

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    Ok so i downloaded the file from the Realtek site and unzipped it. Then i tried to install it using the install.sh script but i got the following error:

    Code:
    root@bt:~/Downloads/RTL8192DU_linux_v4.0.0_5260.20120921# sudo bash install.sh
    : command not found 
    ##################################################
    Realtek Wi-Fi driver Auto installation script
    Novembor, 21 2011 v1.1.0
    ##################################################
    : command not found: 
    : No such file or directoryiver
    Decompress the driver source tar ball:
        
    tar: \r\r: Cannot open: No such file or directory
    tar: Error is not recoverable: exiting now
    tar: Child returned status 2
    tar: Exiting with failure status due to previous errors
    : command not found: 
    android_reference_codes
    android_reference_codes_ICS_nl80211
    document
    driver
    hardware_wps_pbc
    install.sh
    readme.txt
    ReleaseNotes.pdf
    WiFi_Direct_User_Interface
    wireless_tools
    wpa_supplicant_hostapd
    : command not found: 
    install.sh: line 50: syntax error near unexpected token `else'
    'nstall.sh: line 50: `else

  10. #10
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Can't get my Belkin wireless adapter F9L1101v to work!

    That old antique isn't going to work. I suggest you remove ndiswrapper and use the procedure that is proven that I linked.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

Page 1 of 2 12 LastLast

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
  •