Translation(s): none


Realtek RTL8192E, RTL8188SU, RTL8191S, RTL8192SU, RTL8192U devices

This page describes how to enable support for WiFi devices based on Realtek 802.11n chipsets on Debian systems.

Drivers

rtl8192e and rtl8192su are vendor drivers for Realtek 802.11n wireless LAN chipsets. They are included as staging drivers in the mainline Linux kernel.

The produced kernel modules are:

Firmware is required and must be installed prior to device operation.

<!> These staging drivers are only available for the x86 and x86-64 architectures (Debian i386 and AMD64 ports respectively) at this time.

{i} Realtek 802.11b/g devices are supported by different drivers.

Installation

Lenny users:


  1. Install the subversion and wireless-tools packages:

    # aptitude update && aptitude install subversion wireless-tools
    # exit
  2. Acquire and install device firmware:

    $ svn export svn://svn.debian.org/svn/kernel/dists/trunk/firmware-nonfree/realtek/RTL8192E
    $ svn export svn://svn.debian.org/svn/kernel/dists/trunk/firmware-nonfree/realtek/RTL8192SU
    $ su
    # mkdir /usr/local/lib/firmware
    # cp -r RTL8192* /usr/local/lib/firmware
  3. If not already performed, connect the device to your system.
  4. The necessary kernel module should be automatically loaded. If necessary, it can be manually loaded via either:

    # modprobe r8192_pci

    or

    # modprobe r8192s_usb
  5. Verify your device has an available interface:

    # iwconfig
  6. Raise the interface to activate the radio, for example:

    # ifconfig wlan0 up
  7. Configure your wireless interface as appropriate.

Supported Devices

r8192_pci

The page HowToIdentifyADevice/PCI explains how to identify a PCI device.

The following list is based on the alias fields of modinfo r8192_pci in Debian 2.6.32 kernel images.

r8192s_usb

The page HowToIdentifyADevice/USB explains how to identify a USB device.

The following list is based on the alias fields of modinfo r8192s_usb in Debian 2.6.32 kernel images.

See Also


CategoryHardware | CategoryWireless