Author Topic: Setting up the Belkin USB wireless adapter  (Read 2863 times)

Offline Ertain

  • Sr. Member
  • ****
  • Posts: 365
  • I come in peace. And for some nachos.
Setting up the Belkin USB wireless adapter
« on: September 08, 2010, 03:21:27 PM »
Hello everyone!  If you bought a Belkin Basic USB wireless adapter (model F7D1101, product ID 050d:945a) and you find that you can't get it to work, even after you've plugged it in and loaded a couple of drivers, then this might help you.

I found this off of a website which I can't seem to remember at the point. :-\  But anyway, here's the procedures to getting it to work.

Get the file from here and untar it (alternatively, use Ark).  Next, create the directory /lib/firmware/RTL8192SU/, and place rtl8192sfw.bin in the directory, using this command:
Code: [Select]
sudo mkdir /lib/firmware/RTL8192SU/
sudo cp /directory/with/rtl8192sfw.bin /lib/firmware/RTL8192SU/

Add some rules to udev, using this command (I'll use kwrite):
Code: [Select]
sudo kwrite /etc/modprobe.d/network_drivers.conf
And adding this line of code:
Code: [Select]
install r8192s_usb /sbin/modprobe --ignore-install r8192s_usb $CMDLINE_OPTS; /bin/echo "050d 945a" > /sys/bus/usb/drivers/rtl819xU/new_id

This should automattically detect the wireless adapter, and you should be able to connect to a wireless hub or wireless router.
"She's the boss, apple sauce!"
 -Frank Cho

smarks

  • Guest
Re: Setting up the Belkin USB wireless adapter
« Reply #1 on: February 23, 2011, 06:11:06 PM »
I have tried your advice here and I do not seem to get my USB to respond. Can you give any further assistance? I am a new user.

Offline nerdful1

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1575
  • Registered Linux User #444541
    • Nerdful Things
Re: Setting up the Belkin USB wireless adapter
« Reply #2 on: February 23, 2011, 06:46:21 PM »
If that belkin has the rtl8192se in it you're in for a tough ride. I just spent all day today trying kernels, googling, ndiswrapper stuff, etc. 
Promote open source.
Stars up!  Lights Down! Use sky and neighbor friendly outdoor lighting, and save energy.  Darksky dot org.
 ISF Professional that wants to keep black level in the sky.
Mythic Dragon V1.0 Desktop HTPC running PCLOS & Mythtv simultaneously.

Offline Ertain

  • Sr. Member
  • ****
  • Posts: 365
  • I come in peace. And for some nachos.
Re: Setting up the Belkin USB wireless adapter
« Reply #3 on: February 23, 2011, 08:25:30 PM »
Aw, nuts, it works for me. :-\ Hmm, when you plug it in does your computer at least note it is there?  If so then try loading the r8192s_usb kernel module (use the command "sudo modprobe r8192s_usb" or become a Super User with "su" [be sure to type in your root password] and then try "modprobe r8192s_usb").

Also make sure that wireless adapter is the one I have described.
"She's the boss, apple sauce!"
 -Frank Cho

Offline nerdful1

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1575
  • Registered Linux User #444541
    • Nerdful Things
Re: Setting up the Belkin USB wireless adapter
« Reply #4 on: February 24, 2011, 05:34:02 AM »
Sorry for jumping in. The POS (Point of Sale in case of underaged readers) I have is an internal PCI card. Maybe the usb version is better supported.
Good luck.
Promote open source.
Stars up!  Lights Down! Use sky and neighbor friendly outdoor lighting, and save energy.  Darksky dot org.
 ISF Professional that wants to keep black level in the sky.
Mythic Dragon V1.0 Desktop HTPC running PCLOS & Mythtv simultaneously.

Offline rk40413

  • New Friend
  • *
  • Posts: 1
Re: Setting up the Belkin USB wireless adapter
« Reply #5 on: July 18, 2011, 09:44:36 PM »
Hello Ertain,

I have followed your steps but I am getting the bellow error when i run the command "modprobw r8192s_usb"
--------------------------------------------
[root@localhost drivers]# modprobe r8192s_usb
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
WARNING: Deprecated config file /etc/modprobe.conf, all config files belong into /etc/modprobe.d/.
FATAL: Module r8192s_usb not found.
sh: /sys/bus/usb/drivers/rtl819xU/new_id: No such file or directory
FATAL: Error running install command for r8192s_usb
[root@localhost drivers]#

[root@localhost rules.d]#
[root@localhost rules.d]#
[root@localhost rules.d]# dmesg | tail -n25
usb 1-1: USB disconnect, address 6
usb 1-5: new high speed USB device using ehci_hcd and address 7
usb 1-5: New USB device found, idVendor=0781, idProduct=5151
usb 1-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-5: Product: Cruzer Micro
usb 1-5: Manufacturer: SanDisk
usb 1-5: SerialNumber: 2103230A79D05CF9
scsi5 : usb-storage 1-5:1.0
scsi 5:0:0:0: Direct-Access     SanDisk  Cruzer Micro     8.02 PQ: 0 ANSI: 0 CCS
sd 5:0:0:0: Attached scsi generic sg2 type 0
sd 5:0:0:0: [sdb] 15695871 512-byte logical blocks: (8.03 GB/7.48 GiB)
sd 5:0:0:0: [sdb] Write Protect is off
sd 5:0:0:0: [sdb] Mode Sense: 45 00 00 08
sd 5:0:0:0: [sdb] Assuming drive cache: write through
sd 5:0:0:0: [sdb] Assuming drive cache: write through
 sdb: sdb1
sd 5:0:0:0: [sdb] Assuming drive cache: write through
sd 5:0:0:0: [sdb] Attached SCSI removable disk
SELinux: initialized (dev sdb1, type vfat), uses genfs_contexts
usb 1-2: new high speed USB device using ehci_hcd and address 8
usb 1-2: New USB device found, idVendor=050d, idProduct=945a
usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
usb 1-2: Product: Belkin USB Wireless Adaptor
usb 1-2: Manufacturer: Manufacturer Realtek
usb 1-2: SerialNumber: 00e04c000001
[root@localhost rules.d]#

---------------------------------
Could you please help me

Thanks,

Offline Ertain

  • Sr. Member
  • ****
  • Posts: 365
  • I come in peace. And for some nachos.
Re: Setting up the Belkin USB wireless adapter
« Reply #6 on: July 18, 2011, 10:42:35 PM »
Seems something has changed in the kernel since I wrote this. :o

Instead of using r8192s_usb, try using r8712u.
"She's the boss, apple sauce!"
 -Frank Cho