Welcome to the Linux Foundation Forum!

Realtek RTL8188SU 802.11n WLAN Adapter

I've just installed Backtrack on my Vmware.

I need to install a driver to my wlan adapter because backtrack doesn't support this driver.

I have downloaded the driver and placed it on the desktop.

I'm very new to the Linux enviroment so I hope you can give me a newbie guide to installing a driver from the command prompt.

I've tried to locate a step-by-step guide in the read me file but I can't find anything.

The driver is named:

rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401.tar.gz

I've tried to post in the backtrack forum without any luck.

Best regards:

Magnus

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Comments

  • Posts: 501
    This site has most of the information you need: www.linuxwireless.org

    In any case, this file is a compressed tar archive. You need to decompress it and then run the configuration and/or installation scripts - usually using the 'make' command. Example (assuming the file is on your desktop):
    1. tar -zxvf rtl8712_8188_8191_8192SU_usb_linux_v2.6.6.0.20110401
    2. cd rtl*
    3. ./configure
    4. make
    5. # if you are not root, then switch to root or try sudo
    6. make install
    Then reboot your system.
  • Thank you very much for your support.
    I get an error because there isn't a folder called configure so I can't install the driver.

    These are the folders located in the driver:
    backtrackfolders.png

    I will also look at the website you linked to.

    Thank you kind sir (:
  • Make sure the gcc compiler is installed to compile the package.

    #whereis gcc

    If you don't have it, install it using your package manager.

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Welcome!

It looks like you're new here. Sign in or register to get started.
Sign In

Categories

Upcoming Training