Page 1 of 1

Can't Connect to my Belkin N600 WiFi Modem.(Solved)

PostPosted: Tue Mar 11, 2014 8:22 pm
by spider58
I have a Belkin F9L 1101v2 usb dongle to connect to the modem which I can't get to work. I have tried installing the driver several times and get the same error message asking if ndiswrapper is installed. I have checked in the packet manager and it says it is.

I am a real newbie when it comes to Linux (though I was a member of this forum a long time ago but can't remember my password and the email address I was using no longer exists.) so I will be greatful of any advice.

Re: Can't Connect to my Belkin N600 WiFi Modem.

PostPosted: Tue Mar 11, 2014 11:53 pm
by pam
Try and compile the linux driver:

Open terminal.

Become root user:
Code: Select all
sudo su
-- enter password.

Download driver from github:
Code: Select all
git clone https://github.com/lwfinger/rtl8192du.git

Note: if you get error like "command: git not found", install git as per the following:
Code: Select all
sudo apt-get install git


Once you have downloaded your driver, do the following:
Code: Select all
cd rtl8192du

Code: Select all
make

Code: Select all
make install

Code: Select all
modprobe 8192du


Reboot!
Device should work.

Re: Can't Connect to my Belkin N600 WiFi Modem. (Solved)

PostPosted: Wed Mar 12, 2014 12:22 am
by spider58
Thank you so much for your help. Followed the instructions and It works now.

:D <BREW>

Re: Can't Connect to my Belkin N600 WiFi Modem.(Solved)

PostPosted: Wed Mar 12, 2014 11:30 pm
by pam
Your'e Welcome spider58.
Enjoy Ultimate Edition.
<BREW>