Differences between revisions 45 and 46
Revision 45 as of 2015-05-08 04:32:09
Size: 25146
Editor: GeoffSimmons
Comment: R8712U and R8188EU are enabled as modules for all archs since linux 3.16.2-3; rtl8821ae and r8192ee are x86 only.
Revision 46 as of 2015-05-28 13:41:39
Size: 25147
Editor: ?Andrea Cimbalo
Comment:
Deletions are marked like this. Additions are marked like this.
Line 78: Line 78:
# cp rtl8192u_linux_2.6.0006.1031.2008/firmware/RTL8192U/* /lib/firmware/RTL8192U # cp -r rtl8192u_linux_2.6.0006.1031.2008/firmware/RTL8192U /lib/firmware/RTL8192U

Translation(s): Français


Realtek RTL8188CE, RTL8188CUS, RTL8188DE, RTL8188EE, RTL8188ETV, RTL8188EU, RTL8188SU, RTL8191SE, RTL8191SU, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192E, RTL8192EE, RTL8192SE, RTL8192SU, RTL8192U, RTL8723AE, RTL8723AU, RTL8723BE, RTL8812AE, RTL8821AE devices

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

Drivers

r8712u, r8192ee, r8188eu, r8723au, rtl8192ce, rtl8192cu, rtl8192de, rtl8188ee, rtl8192e, rtl8192se, rtl8192u, rtl8723ae, rtl8723be and rtl8821ae are drivers for Realtek 802.11n wireless LAN chips, included in the mainline Linux kernel.

The produced kernel modules are:

  • r8192e_pci (formerly r8192_pci) (supported devices)

    • Supports PCI-E devices based on the RTL8192E chipset (RTL8191SE/RTL8192SE not supported).
  • r8192u_usb (supported devices)

    • Supports USB devices based on the RTL8192U chipset.
  • r8712u (supported devices)

    • Supports USB devices based on the RTL8188SU, RTL8191SU and RTL8192SU chips.
  • rtl8192ce (supported devices)

    • Supports PCI-E devices based on the RTL8188CE and RTL8192CE chips.
  • rtl8192cu (supported devices)

    • Supports USB devices based on the RTL8188CUS and RTL8192CU chips.
  • rtl8192se (supported devices)

    • Supports PCI-E devices based on the RTL8191SE and RTL8192SE chips.
  • rtl8192de (supported devices)

    • Supports PCI-E devices based on the RTL8188DE and RTL8192DE chips.
  • rtl8723ae (supported devices)

    • Supports PCI-E devices based on the RTL8723AE chip.
    • Introduced at Linux 3.8.
  • rtl8188ee (supported devices)

    • Supports PCI-E devices based on the RTL8188EE chip.
    • Introduced at Linux 3.10.
  • rtl8723be (supported devices)

    • Supports PCI-E devices based on the RTL8723BE chip.
    • Introduced at Linux 3.15.
  • rtl8821ae (supported devices)

    • Supports PCI-E devices based on the RTL8812AE and RTL8821AE chips.
    • Introduced at Linux 3.16.
  • r8192ee (supported devices)

    • Supports PCI-E devices based on the RTL8192EE chip.
    • Introduced at Linux 3.16.
  • r8188eu (supported devices)

    • Supports USB devices based on the RTL8188EU and RTL8188ETV chips.
    • Introduced at Linux 3.12.
  • r8723au (supported devices)

    • Supports USB devices based on the RTL8723AU chip.
    • Introduced at Linux 3.15.

Non-free firmware is required for all drivers, which can be provided by installing the firmware-realtek package. RTL8192U firmware is currently not packaged (588142).

<!> r8192ee, r8723au, rtl8192e, rtl8192u and rtl8821ae 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

Debian 8 "Jessie"

This release supports Realtek RTL8188CE, RTL8188CUS, RTL8188DE, RTL8188EE, RTL8188ETV, RTL8188EU, RTL8188SU, RTL8191SE, RTL8191SU, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192E, RTL8192EE, RTL8192SE, RTL8192SU, RTL8192U, RTL8723AE, RTL8723AU, RTL8723BE, RTL8812AE and RTL8821AE-based devices.

  1. Add a "non-free" component to /etc/apt/sources.list, for example:

    # Debian 8 "Jessie"
    deb http://http.debian.net/debian/ jessie main contrib non-free
  2. Update the list of available packages and install the firmware-realtek package:

    # apt-get update && apt-get install firmware-realtek

    RTL8192U-based devices only: firmware is required to be manually supplied:

    # apt-get install unzip && exit
    $ wget ftp://ftp2.dlink.com/PRODUCTS/DWA-130/REVC/DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP
    $ unzip DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP
    $ su
    # mkdir /lib/firmware/RTL8192U
    # cp -r rtl8192u_linux_2.6.0006.1031.2008/firmware/RTL8192U /lib/firmware/RTL8192U
  3. Connect the device to your system.
  4. Configure your wireless interface as appropriate.

Debian 7 "Wheezy"

This release supports Realtek RTL8188CE, RTL8188CUS, RTL8188DE, RTL8188SU, RTL8191SE, RTL8191SU, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192E, RTL8192SE, RTL8192SU and RTL8192U-based devices.

  1. Add a "non-free" component to /etc/apt/sources.list, for example:

    # Debian 7 "Wheezy"
    deb http://http.debian.net/debian/ wheezy main contrib non-free
  2. Update the list of available packages and install the firmware-realtek package:

    # apt-get update && apt-get install firmware-realtek

    RTL8192U-based devices only: firmware is required to be manually supplied:

    # apt-get install unzip && exit
    $ wget ftp://ftp2.dlink.com/PRODUCTS/DWA-130/REVC/DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP
    $ unzip DWA-130_REVC_DRIVERS_0.06_LINUX.ZIP
    $ su
    # mkdir /lib/firmware/RTL8192U
    # cp rtl8192u_linux_2.6.0006.1031.2008/firmware/RTL8192U/* /lib/firmware/RTL8192U
  3. Connect the device to your system.
  4. Configure your wireless interface as appropriate.

Troubleshooting

rtl8192ce

Devices supported by this driver may suffer from intermittent connection loss. If so, it can be made more reliable by disabling power management via module options ips and fwlps. These can be supplied by creating a new file:

/etc/modprobe.d/rtl8192ce.conf

  • options rtl8192ce ips=0 fwlps=0

Supported Devices

r8192e_pci

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

The following list is based on the alias fields of modinfo r8192e_pci in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 07AA:0044 (Vendor name unknown) (Device name unknown)
    PCI: 07AA:0047 (Vendor name unknown) (Device name unknown)
    PCI: 10EC:8192 Realtek Semiconductor Co., Ltd. RTL8192E/RTL8192SE Wireless LAN Controller

PCI ID 10EC:8192 is used to identify two different devices requiring different drivers. This driver supports RTL8192E based devices, shown as rev 01.

r8192u_usb

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

The following list is based on the alias fields of modinfo r8192u_usb in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • USB: 043E:7A01 LG Electronics USA, Inc. (Device name unknown)
    USB: 050D:805E Belkin Components F5D8053 N Wireless USB Adapter v5000 [Realtek RTL8192U]
    USB: 07AA:0043 Corega K.K. CG-WLUSB300N rev A2 [Realtek RTL8192U]
    USB: 0BDA:8709 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0DF6:0031 Sitecom Europe B.V. (Device name unknown)
    USB: 1740:9201 Senao (Device name unknown)
    USB: 2001:3301 D-Link Corp. DWA-130 802.11n Wireless N Adapter(rev.C1) [Realtek RTL8192U]
    USB: 5A57:0290 Zinwell ZW-N290 802.11n [Realtek RTL8192SU]

r8712u

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

The following list is based on the alias fields of modinfo r8712u in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • USB: 0409:02B6 NEC Corp. Aterm WL300NU-GS 802.11n Wireless Adapter
    USB: 04F2:AFF2 Chicony Electronics Co., Ltd (Device name unknown)
    USB: 04F2:AFF5 Chicony Electronics Co., Ltd (Device name unknown)
    USB: 04F2:AFF6 Chicony Electronics Co., Ltd (Device name unknown)
    USB: 050D:11F1 Belkin Components (Device name unknown)
    USB: 050D:815F Belkin Components F5D8053 N Wireless USB Adapter v6000 [Realtek RTL8192SU]
    USB: 050D:845A Belkin Components F7D2101 802.11n Surf & Share Wireless Adapter v1000 [Realtek RTL8192SU]
    USB: 050D:945A Belkin Components F7D1101 v1 Basic Wireless Adapter [Realtek RTL8188SU]
    USB: 06F8:E031 Guillemot Corp. Hercules HWNUm-300 Wireless N mini [Realtek RTL8191SU]
    USB: 06F8:E032 Guillemot Corp. HWGUm-54 [Hercules Wireless G Ultra Mini Key]
    USB: 06F8:E034 Guillemot Corp. (Device name unknown)
    USB: 0789:0167 Logitec Corp. (Device name unknown)
    USB: 07AA:0047 Corega K.K. CG-WLUSBNM
    USB: 07AA:0051 Corega K.K. CG-WLUSB300NM
    USB: 07B8:8188 AboCom Systems Inc AboCom Systems Inc [WN2001 Prolink Wireless-N Nano Adapter]
    USB: 07D1:3300 D-Link System DWA-130 802.11n Wireless N Adapter(rev.E) [Realtek RTL8191SU]
    USB: 07D1:3302 D-Link System DWA-130 802.11n Wireless N Adapter(rev.C2) [Realtek RTL8191SU]
    USB: 07D1:3303 D-Link System DWA-131 802.11n Wireless N Nano Adapter(rev.A1) [Realtek RTL8192SU]
    USB: 07D1:3306 D-Link System (Device name unknown)
    USB: 083A:C512 Accton Technology Corp. (Device name unknown)
    USB: 0B05:1786 ASUSTek Computer, Inc. USB-N10 802.11n Network Adapter [Realtek RTL8188SU]
    USB: 0B05:1791 ASUSTek Computer, Inc. WL-167G v3 802.11n Adapter [Realtek RTL8188SU]
    USB: 0BDA:5077 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:8171 Realtek Semiconductor Corp. RTL8188SU 802.11n WLAN Adapter
    USB: 0BDA:8172 Realtek Semiconductor Corp. RTL8191SU 802.11n WLAN Adapter
    USB: 0BDA:8173 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:8174 Realtek Semiconductor Corp. RTL8192SU 802.11n WLAN Adapter
    USB: 0BDA:8192 Realtek Semiconductor Corp. RTL8191SU 802.11n Wireless Adapter
    USB: 0BDA:8712 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:8713 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:C512 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0DF6:0045 Sitecom Europe B.V. WL-353 Wireless USB Adapter 150N Nano
    USB: 0DF6:0049 Sitecom Europe B.V. WL-356 Wireless Adapter 300N
    USB: 0DF6:004B Sitecom Europe B.V. WL-349v3 Wireless Micro Adapter 150N X1 [Realtek RTL8192SU]
    USB: 0DF6:004C Sitecom Europe B.V. WL-352 802.11n Adapter [Realtek RTL8191SU]
    USB: 0DF6:0057 Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:0058 Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:0059 Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:005B Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:005D Sitecom Europe B.V. WLA-2000 v1.001 WLAN [RTL8191SU]
    USB: 0DF6:0063 Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:0064 Sitecom Europe B.V. (Device name unknown)
    USB: 0E66:0015 Hawking Technologies HWDN2 Rev. E Hi-Gain Wireless-150N Dish Adapter [Realtek RTL8191SU]
    USB: 0E66:0016 Hawking Technologies (Device name unknown)
    USB: 0EB0:9061 NovaTech (Device name unknown)
    USB: 13D3:3306 IMC Networks Mediao 802.11n WLAN [Realtek RTL8191SU]
    USB: 13D3:3309 IMC Networks (Device name unknown)
    USB: 13D3:3310 IMC Networks (Device name unknown)
    USB: 13D3:3311 IMC Networks (Device name unknown)
    USB: 13D3:3323 IMC Networks (Device name unknown)
    USB: 13D3:3325 IMC Networks (Device name unknown)
    USB: 13D3:3333 IMC Networks (Device name unknown)
    USB: 13D3:3334 IMC Networks (Device name unknown)
    USB: 13D3:3335 IMC Networks (Device name unknown)
    USB: 13D3:3336 IMC Networks (Device name unknown)
    USB: 13D3:3339 IMC Networks (Device name unknown)
    USB: 13D3:3340 IMC Networks (Device name unknown)
    USB: 13D3:3341 IMC Networks (Device name unknown)
    USB: 13D3:3342 IMC Networks (Device name unknown)
    USB: 14B2:3300 Ralink Technology, Corp. (Device name unknown)
    USB: 14B2:3301 Ralink Technology, Corp. (Device name unknown)
    USB: 14B2:3302 Ralink Technology, Corp. (Device name unknown)
    USB: 1690:0752 Askey Computer Corp. [hex] (Device name unknown)
    USB: 1740:9603 Senao RTL8188S WLAN Adapter
    USB: 1740:9605 Senao (Device name unknown)
    USB: 177F:0154 Sweex LW154 802.11bgn (1x1:1) Wireless Adapter [Realtek RTL8188SU]
    USB: 2001:3306 D-Link Corp. DWL-G122 Wireless Adapter(rev.F1) [Realtek RTL8188SU]
    USB: 2019:4901 PLANEX GW-USSuper300 802.11bgn Wireless Adapter [Realtek RTL8191SU]
    USB: 2019:AB28 PLANEX GW-USNano
    USB: 2019:ED16 PLANEX GW-USMicroN2W 802.11bgn Wireless Adapter [Realtek RTL8188SU]
    USB: 2019:ED18 PLANEX GW-USHyper300 / GW-USH300N 802.11bgn Wireless Adapter [Realtek RTL8191SU]
    USB: 20F4:646B TRENDnet (Device name unknown)
    USB: 25D4:4CA1 (Vendor name unknown) (Device name unknown)
    USB: 25D4:4CAB (Vendor name unknown) (Device name unknown)
    USB: 7392:7611 Edimax Technology Co., Ltd (Device name unknown)
    USB: 7392:7612 Edimax Technology Co., Ltd (Device name unknown)
    USB: 7392:7622 Edimax Technology Co., Ltd (Device name unknown)

rtl8192ce

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

The following list is based on the alias fields of modinfo rtl8192ce in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 10EC:8176 Realtek Semiconductor Co., Ltd. RTL8188CE 802.11b/g/n WiFi Adapter
    PCI: 10EC:8177 Realtek Semiconductor Co., Ltd. RTL8191CE PCIe Wireless Network Adapter
    PCI: 10EC:8178 Realtek Semiconductor Co., Ltd. RTL8192CE PCIe Wireless Network Adapter
    PCI: 10EC:8191 Realtek Semiconductor Co., Ltd. RTL8192CE PCIe Wireless Network Adapter

rtl8192cu

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

The following list is based on the alias fields of modinfo rtl8192cu in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • USB: 04F2:AFF7 Chicony Electronics Co., Ltd (Device name unknown)
    USB: 04F2:AFF8 Chicony Electronics Co., Ltd (Device name unknown)
    USB: 04F2:AFF9 Chicony Electronics Co., Ltd (Device name unknown)
    USB: 04F2:AFFA Chicony Electronics Co., Ltd (Device name unknown)
    USB: 04F2:AFFB Chicony Electronics Co., Ltd (Device name unknown)
    USB: 04F2:AFFC Chicony Electronics Co., Ltd (Device name unknown)
    USB: 050D:1004 Belkin Components F9L1004 802.11n Surf N300 XR Wireless Adapter [Realtek RTL8192CU]
    USB: 050D:1102 Belkin Components F7D1102 N150/Surf Micro Wireless Adapter v1000 [Realtek RTL8188CUS]
    USB: 050D:11F2 Belkin Components ISY Wireless Micro Adapter IWL 2000 [RTL8188CUS]
    USB: 050D:2102 Belkin Components (Device name unknown)
    USB: 050D:2103 Belkin Components F7D2102 802.11n N300 Micro Wireless Adapter v3000 [Realtek RTL8192CU]
    USB: 0586:341F ZyXEL Communications Corp. NWD2205 802.11n Wireless N Adapter [Realtek RTL8192CU]
    USB: 06F8:E033 Guillemot Corp. Hercules HWNUp-150 802.11n Wireless N Pico [Realtek RTL8188CUS]
    USB: 07AA:0056 Corega K.K. (Device name unknown)
    USB: 07B8:8178 AboCom Systems Inc (Device name unknown)
    USB: 07B8:8188 AboCom Systems Inc AboCom Systems Inc [WN2001 Prolink Wireless-N Nano Adapter]
    USB: 07B8:8189 AboCom Systems Inc (Device name unknown)
    USB: 0846:9021 NetGear, Inc. WNA3100M(v1) Wireless-N 300 [Realtek RTL8192CU]
    USB: 0846:9041 NetGear, Inc. WNA1000M 802.11bgn [Realtek RTL8188CUS]
    USB: 0846:F001 NetGear, Inc. On Networks N300MA 802.11bgn [Realtek RTL8192CU]
    USB: 0B05:17AB ASUSTek Computer, Inc. USB-N13 802.11n Network Adapter (rev. B1) [Realtek RTL8192CU]
    USB: 0BDA:018A Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:317F Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:5088 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:8170 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:8176 Realtek Semiconductor Corp. RTL8188CUS 802.11n WLAN Adapter
    USB: 0BDA:8177 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:8178 Realtek Semiconductor Corp. RTL8192CU 802.11n WLAN Adapter
    USB: 0BDA:817A Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:817B Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:817C Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:817D Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:817E Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:817F Realtek Semiconductor Corp. RTL8188RU 802.11n WLAN Adapter
    USB: 0BDA:8186 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:818A Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:8191 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:819A Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:8754 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0DF6:0052 Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:005C Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:0061 Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:0070 Sitecom Europe B.V. (Device name unknown)
    USB: 0DF6:0077 Sitecom Europe B.V. (Device name unknown)
    USB: 0E66:0019 Hawking Technologies (Device name unknown)
    USB: 0EB0:9071 NovaTech (Device name unknown)
    USB: 103C:1629 (Vendor name unknown) (Device name unknown)
    USB: 13D3:3357 IMC Networks (Device name unknown)
    USB: 13D3:3358 IMC Networks (Device name unknown)
    USB: 13D3:3359 IMC Networks (Device name unknown)
    USB: 2001:3307 D-Link Corp. (Device name unknown)
    USB: 2001:3308 D-Link Corp. DWA-121 802.11n Wireless N 150 Pico Adapter [Realtek RTL8188CUS]
    USB: 2001:3309 D-Link Corp. DWA-135 802.11n Wireless N Adapter(rev.A1) [Realtek RTL8192CU]
    USB: 2001:330A D-Link Corp. DWA-133 802.11n Wireless N Adapter [Realtek RTL8192CU]
    USB: 2019:1201 PLANEX (Device name unknown)
    USB: 2019:4902 PLANEX (Device name unknown)
    USB: 2019:AB2A PLANEX GW-USNano2 802.11n Wireless Adapter [Realtek RTL8188CUS]
    USB: 2019:AB2B PLANEX GW-USEco300 802.11bgn Wireless Adapter [Realtek RTL8192CU]
    USB: 2019:AB2E PLANEX (Device name unknown)
    USB: 2019:ED17 PLANEX GW-USValue-EZ 802.11n Wireless Adapter [Realtek RTL8188CUS]
    USB: 20F4:624D TRENDnet (Device name unknown)
    USB: 20F4:648B TRENDnet TEW-648UBM 802.11n 150Mbps Micro Wireless N Adapter [Realtek RTL8188CUS]
    USB: 2357:0100 (Vendor name unknown) (Device name unknown)
    USB: 4855:0090 Memorex (Device name unknown)
    USB: 4855:0091 Memorex (Device name unknown)
    USB: 4856:0091 (Vendor name unknown) (Device name unknown)
    USB: 7392:7811 Edimax Technology Co., Ltd EW-7811Un 802.11n Wireless Adapter [Realtek RTL8188CUS]
    USB: 7392:7822 Edimax Technology Co., Ltd (Device name unknown)
    USB: 9846:9041 (Vendor name unknown) (Device name unknown)

rtl8192se

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

The following list is based on the alias fields of modinfo rtl8192se in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 10EC:8171 Realtek Semiconductor Co., Ltd. RTL8191SEvA Wireless LAN Controller
    PCI: 10EC:8172 Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller
    PCI: 10EC:8173 Realtek Semiconductor Co., Ltd. RTL8192SE Wireless LAN Controller
    PCI: 10EC:8174 Realtek Semiconductor Co., Ltd. RTL8192SE Wireless LAN Controller
    PCI: 10EC:8192 Realtek Semiconductor Co., Ltd. RTL8192E/RTL8192SE Wireless LAN Controller

PCI ID 10EC:8192 is used to identify two different devices requiring different drivers. This driver supports RTL8192SE based devices, not shown as rev 01.

rtl8192de

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

The following list is based on the alias fields of modinfo rtl8192de in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 10EC:002B Realtek Semiconductor Co., Ltd. (Device name unknown)
    PCI: 10EC:8193 Realtek Semiconductor Co., Ltd. RTL8192DE Wireless LAN Controller

rtl8723ae

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

The following list is based on the alias fields of modinfo rtl8723ae in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 10EC:8723 Realtek Semiconductor Co., Ltd. RTL8723AE PCIe Wireless Network Adapter

rtl8188ee

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

The following list is based on the alias fields of modinfo rtl818ee in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 10EC:8179 Realtek Semiconductor Co., Ltd. RTL8188EE Wireless Network Adapter

rtl8723be

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

The following list is based on the alias fields of modinfo rtl8723be in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 10EC:B723 Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter

rtl8821ae

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

The following list is based on the alias fields of modinfo rtl8821ae in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 10EC:8812 Realtek Semiconductor Co., Ltd. RTL8812AE 802.11ac PCIe Wireless Network Adapter
    PCI: 10EC:8821 Realtek Semiconductor Co., Ltd. RTL8821AE 802.11ac PCIe Wireless Network Adapter

r8192ee

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

The following list is based on the alias fields of modinfo r8192ee in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • PCI: 10EC:818B Realtek Semiconductor Co., Ltd. RTL8192EE PCIe Wireless Network Adapter

r8188eu

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

The following list is based on the alias fields of modinfo r8188eu in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • USB: 056E:4008 Elecom Co., Ltd (Device name unknown)
    USB: 07B8:8179 AboCom Systems Inc (Device name unknown)
    USB: 0BDA:0179 Realtek Semiconductor Corp. RTL8188ETV Wireless LAN 802.11n Network Adapter
    USB: 0BDA:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
    USB: 0DF6:0076 Sitecom Europe B.V. (Device name unknown)
    USB: 2001:330F D-Link Corp. (Device name unknown)
    USB: 2001:3310 D-Link Corp. (Device name unknown)
    USB: 2001:3311 D-Link Corp. (Device name unknown)

r8723au

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

The following list is based on the alias fields of modinfo r8723au in Debian 3.16 (3.16.7-ckt9-3~deb8u1) kernel images.

  • USB: 0BDA:0724 Realtek Semiconductor Corp. (Device name unknown)
    USB: 0BDA:1724 Realtek Semiconductor Corp. RTL8723AU 802.11n WLAN Adapter
    USB: 0BDA:8724 Realtek Semiconductor Corp. (Device name unknown)

See Also


CategoryHardware | CategoryWireless