View Poll Results: Did you find this useful?

Voters
1. You may not vote on this poll
  • Yes

    1 100.00%
  • No

    0 0%
Results 1 to 6 of 6

Thread: How to get Belkin Wireless USB Driver working on Ubuntu.

Hybrid View

  1. #1
    Join Date
    Oct 2010
    Location
    UK
    Beans
    364
    Distro
    Ubuntu 19.04 Disco Dingo

    How to get Belkin Wireless USB Driver working on Ubuntu.

    A common problem for most people with them. This tutorial Applies to the Belkin N150 F6D4050. 100& Success rate.

    1. Open Application>Accessories>Terminal.

    2. Type in lsusb

    3. Your device ID should read out 050d:935a

    4.If it does read out, in the same terminal, type sudo gedit /etc/udev/rules.d/network_drivers.rules

    5. A File should open, in this file type ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="050d", ATTR{idProduct}=="935a", RUN+="/sbin/modprobe -qba rt2870sta"

    6. Save and close this file, then in the same Terminal type sudo gedit /etc/modprobe.d/network_drivers.conf

    7. Another file should open, similar to step 5. Type in install rt2870sta /sbin/modprobe --ignore-install rt2870sta $CMDLINE_OPTS; /bin/echo "050d 935a" > /sys/bus/usb/drivers/rt2870/new_id

    9. Save and Close this file. In the terminal either type sudo reboot or just restart your pc as normal.

    10. Upon login, a rectangular box will appear saying, wireless networks are available.

    Glad I could help
    Harry.
    It's been a while!

  2. #2
    Join Date
    May 2007
    Location
    johanesburg
    Beans
    7
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How to get Belkin Wireless USB Driver working on Ubuntu.

    great stuff!!! its working!!!!!!!!!!!!!! thanks a lot man!

  3. #3
    Join Date
    Apr 2007
    Location
    Cork, Ireland
    Beans
    48
    Distro
    Ubuntu

    Re: How to get Belkin Wireless USB Driver working on Ubuntu.

    Most excellent! This worked for me too, Ubuntu 10.10

    Thanks a million!

  4. #4
    Join Date
    Oct 2010
    Location
    UK
    Beans
    364
    Distro
    Ubuntu 19.04 Disco Dingo

    Re: How to get Belkin Wireless USB Driver working on Ubuntu.

    Glad I could help. Didn't realise this even got posted. Thanks
    It's been a while!

  5. #5
    Join Date
    Jul 2010
    Beans
    7

    Re: How to get Belkin Wireless USB Driver working on Ubuntu.

    Almost got it to work, but I am using a belkin F5D7050 ver 4000. lsusb is putting out ID 050d:905c Ralink RT2573 do you think you can help with that?

  6. #6
    Join Date
    Oct 2010
    Location
    UK
    Beans
    364
    Distro
    Ubuntu 19.04 Disco Dingo

    Re: How to get Belkin Wireless USB Driver working on Ubuntu.

    5. A File should open, in this file type ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="050d", ATTR{idProduct}=="905c", RUN+="/sbin/modprobe -qba rt2573sta"

    6. Save and close this file, then in the same Terminal type sudo gedit /etc/modprobe.d/network_drivers.conf

    7. Another file should open, similar to step 5. Type in install rt2573sta /sbin/modprobe --ignore-install rt2573sta $CMDLINE_OPTS; /bin/echo "050d 905c" > /sys/bus/usb/drivers/rt2573/new_id

    9. Save and Close this file. In the terminal either type sudo reboot or just restart your pc as normal.

    10. Upon login, a rectangular box will appear saying, wireless networks are available.

    -that should do it
    It's been a while!

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
  •