readme : lisez-moi.
Release Date: 2013-02-07, ver 0010
Realtek Linux mac80211 based driver:
--This driver supports follwing RealTek PCIE Wireless LAN NICs:
RTL8188CE/RTL8192CE
RTL8191SE/RTL8192SE
RTL8192DE
RTL8723AE
RTL8188EE
--This driver supports follwing Linux OS:
Fedora Core
Debian
Mandriva
Open SUSE
Gentoo
MeeGo
android 2.2 (froyo-x86), etc.
--This driver supports follwing kernel versions:
1) kernel version >=2.6.35
you can build & install drvier use II.
2) kernel version [2.6.24, 2.6.34]
you can build & install drvier use III.
========================================================================================
I. Component
========================================================================================
The driver is composed of several parts:
1. Firmare to make nic work
1.1 firmare/rtlwifi
2. Module source code
2.1 ./*
2.2 rtl8192ce
2.2 rtl8192se
2.2 rtl8192de
2.2 rtl8723ae
2.2 rtl8188ee
3. Script to build the modules
3.1 Makefile
4. compat-wireless
4.1 compat-wireless*.tar.bz2
4.2 compat
========================================================================================
II. Compile & Installation & uninstall
========================================================================================
You can enter top-level directory of driver and execute follwing command to
Compile, Installation, or uninstall the driver:
1. Change to Super User
sudo su
2. Compile driver from the source code
make
3. Install the driver to the kernel
make install
reboot
4. uninstall driver
make uninstall
...
Attendons une seconde. On ne se précipite pas dans le premier piège tendu.
Avant d’installer des pilotes de chez le fabricant, on essaie ceux du noyau.
On se tourne vers les pilotes propriétaires SEULEMENT SI on n’y arrive pas avec le noyau linux générique, le nulix des familles. Rien ne laisse paraître que tu les aies essayés …
Marche à suivre :
wiki.debian.org/fr/rtl819x
[quote]
Installation
Debian 8 “Jessie”
Cette version de Debian gère les périphériques basés sur les puces Realtek RTL8188CE, RTL8188CUS, RTL8188DE, RTL8188EE, RTL8188ETV, RTL8188EU, RTL8188SU, RTL8191SE, RTL8191SU, RTL8192CE, RTL8192CU, RTL8192DE, RTL8192E, RTL8192EE, RTL8192SE, RTL8192SU, RTL8192U, RTL8723AE, RTL8723AU, RTL8723BE, RTL8812AE et RTL8821AE.
1 Ajoutez la source “non-free” à votre fichier /etc/apt/sources.list, par exemple :
# Debian 8 "Jessie"
deb [httpredir.debian.org/debian/](http://httpredir.debian.org/debian/) jessie main contrib non-free
2 Mettez à jour la liste des paquets disponibles et installez le paquet firmware-realtek :
# apt-get update && apt-get install firmware-realtek
…
3 Connectez votre périphérique.
4 Configurez une interface WiFi[/quote]