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

Thread: Realtek RTL8188SU 802.11n WLAN Adapter

  1. #1
    Join Date
    Mar 2011
    Beans
    7

    Realtek RTL8188SU 802.11n WLAN Adapter

    Hi just swapping all my computers over to linux as it far far better than anything i've used before. Have the above driver as identified in lsusb.

    http://218.210.127.131/downloads/dow...Downloads=true

    Downloaded the linux driver but dont know what to do from here. Tried doing it the windows inf file way but that didnt work. Or more like i couldnt get it working.

    Any pointers?

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

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    Have the above driver as identified in lsusb.
    Could you please post it?
    Code:
    lsusb

  3. #3
    Join Date
    Mar 2011
    Beans
    7

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    Yes of course here it is
    Attached Images Attached Images

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

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    Please post:
    Code:
    sudo modprobe r8192s_usb
    iwconfig
    dmesg | grep 819
    The pipe symbol | is on the right side of my US keyboard on the same key with \.

  5. #5
    Join Date
    Mar 2011
    Beans
    7

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    Hi thanks for the reply.

    Here are the screenshots with the commands from the terminal.
    Attached Images Attached Images

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

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    You have the classic firmware problem. It's pretty easily fixed. Remove the device. Get a wired ethernet connection temporarily and do:
    Code:
    sudo mkdir /lib/firmware/RTL8192SU
    wget http://launchpadlibrarian.net/37387612/rtl8192sfw.bin.gz
    gunzip rtl8192sfw.bin.gz
    sudo mv rtl8192sfw.bin /lib/firmware/RTL8192SU/
    Reinsert the device and you should be working.

    I notice that ndiswrapper is still active and you'll probably have a more efficient system if, after you verify the native driver is working, do:
    Code:
    sudo apt-get remove --purge ndiswrap*
    sudo rm /etc/modprobe.d/blacklist
    Post back if you get stuck.

  7. #7
    Join Date
    Mar 2011
    Beans
    7

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    Ok will do. Will have to move the PC upstairs for the router connection and do some tinkering then all should be OK i think

    Could i do this with another machine and then copy the files over with a usb stick?

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

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    Could i do this with another machine and then copy the files over with a usb stick?
    Certainly. Drag and drop the firmware file to your desktop and then:
    Code:
    sudo mkdir /lib/firmware/RTL8192SU
    cd Desktop
    gunzip rtl8192sfw.bin.gz
    sudo mv rtl8192sfw.bin /lib/firmware/RTL8192SU/
    Post back if you get stuck.

  9. #9
    Join Date
    Mar 2011
    Beans
    7

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    worked a treat Thanks

  10. #10
    Join Date
    Apr 2011
    Beans
    1

    Re: Realtek RTL8188SU 802.11n WLAN Adapter

    God bless you for this tutorial !!

    I´m sorry for rebirthing this old thread, but I´m so happy! Thanks for this tutorial - I´ve tried everything (hours and hours of googling and trying lots of non-working tutorials) and it didn´t worked - everything but THIS !

    Thank you very much

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
  •