xubu1957 a écritAlors :
sudo apt-get update
sudo apt-get install git build-essential
Si pas d'anomalies, continuer avec :
git clone https://github.com/Mange/rtl8192eu-linux-driver.git
cd rtl8192eu-linux-driver
sudo make
sudo make install
kysama@kysama-computer:~$ sudo apt-get update
[sudo] Mot de passe de kysama :
Atteint:1 http://fr.archive.ubuntu.com/ubuntu xenial InRelease
Réception de:2 http://fr.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Réception de:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Atteint:4 http://ppa.launchpad.net/nathan-renniewaldock/flux/ubuntu xenial InRelease
Réception de:5 http://fr.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Réception de:6 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [689 kB]
Réception de:7 http://security.ubuntu.com/ubuntu xenial-security/main amd64 DEP-11 Metadata [62,5 kB]
Réception de:8 http://security.ubuntu.com/ubuntu xenial-security/main DEP-11 64x64 Icons [67,1 kB]
Réception de:9 http://security.ubuntu.com/ubuntu xenial-security/universe amd64 DEP-11 Metadata [51,3 kB]
Réception de:10 http://security.ubuntu.com/ubuntu xenial-security/universe DEP-11 64x64 Icons [80,2 kB]
Réception de:11 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main i386 Packages [646 kB]
Réception de:12 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main amd64 DEP-11 Metadata [307 kB]
Réception de:13 http://fr.archive.ubuntu.com/ubuntu xenial-updates/main DEP-11 64x64 Icons [221 kB]
Réception de:14 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [568 kB]
Réception de:15 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe i386 Packages [533 kB]
Réception de:16 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 DEP-11 Metadata [185 kB]
Réception de:17 http://fr.archive.ubuntu.com/ubuntu xenial-updates/universe DEP-11 64x64 Icons [266 kB]
Réception de:18 http://fr.archive.ubuntu.com/ubuntu xenial-updates/multiverse amd64 DEP-11 Metadata [5 892 B]
Réception de:19 http://fr.archive.ubuntu.com/ubuntu xenial-backports/main amd64 DEP-11 Metadata [3 324 B]
Réception de:20 http://fr.archive.ubuntu.com/ubuntu xenial-backports/universe amd64 DEP-11 Metadata [4 712 B]
3 997 ko réceptionnés en 3s (1 093 ko/s)
Lecture des listes de paquets... Fait
kysama@kysama-computer:~$ sudo apt-get install git build-essential
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
build-essential is already the newest version (12.1ubuntu2).
git is already the newest version (1:2.7.4-0ubuntu1.3).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 27 non mis à jour.
kysama@kysama-computer:~$ git clone [url]https://github.com/Mange/rtl8192eu-linux-driver.git[/url]
Clonage dans 'rtl8192eu-linux-driver'...
remote: Counting objects: 1176, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 1176 (delta 0), reused 1 (delta 0), pack-reused 1172
Réception d'objets: 100% (1176/1176), 3.53 MiB | 779.00 KiB/s, fait.
Résolution des deltas: 100% (649/649), fait.
Vérification de la connectivité... fait.
kysama@kysama-computer:~$ cd rtl8192eu-linux-driver
kysama@kysama-computer:~/rtl8192eu-linux-driver$ sudo make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.10.0-42-generic/build M=/home/kysama/rtl8192eu-linux-driver modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-4.10.0-42-generic »
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_cmd.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_security.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_debug.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_io.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_ioctl_query.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_ioctl_set.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_ieee80211.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_mlme.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_mlme_ext.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_wlan_util.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_vht.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_pwrctrl.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_rf.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_recv.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_sta_mgt.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_ap.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_xmit.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_p2p.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_tdls.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_br_ext.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_iol.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_sreset.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_btcoex.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_beamforming.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_odm.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/efuse/rtw_efuse.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/osdep_service.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/os_intfs.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/usb_intf.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/usb_ops_linux.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/ioctl_linux.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/xmit_linux.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/mlme_linux.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/recv_linux.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/ioctl_cfg80211.o
/home/kysama/rtl8192eu-linux-driver/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_spt_band_free’:
/home/kysama/rtl8192eu-linux-driver/os_dep/linux/ioctl_cfg80211.c:288:20: warning: comparison between ‘enum nl80211_band’ and ‘enum ieee80211_band’ [-Wenum-compare]
if(spt_band->band == IEEE80211_BAND_2GHZ)
^
/home/kysama/rtl8192eu-linux-driver/os_dep/linux/ioctl_cfg80211.c:294:25: warning: comparison between ‘enum nl80211_band’ and ‘enum ieee80211_band’ [-Wenum-compare]
else if(spt_band->band == IEEE80211_BAND_5GHZ)
^
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/rtw_cfgvendor.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/wifi_regd.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/rtw_android.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/rtw_proc.o
CC [M] /home/kysama/rtl8192eu-linux-driver/os_dep/linux/ioctl_mp.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/hal_intf.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/hal_com.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/hal_com_phycfg.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/hal_phy.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/hal_dm.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/hal_btcoex.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/hal_mp.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/hal_hci/hal_usb.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/led/hal_usb_led.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/HalPwrSeqCmd.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/Hal8192EPwrSeq.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/rtl8192e_xmit.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/rtl8192e_sreset.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/rtl8192e_hal_init.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/rtl8192e_phycfg.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/rtl8192e_rf6052.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/rtl8192e_dm.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/rtl8192e_rxdesc.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/rtl8192e_cmd.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/usb/usb_halinit.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/usb/rtl8192eu_led.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/usb/rtl8192eu_xmit.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/usb/rtl8192eu_recv.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/rtl8192e/usb/usb_ops_linux.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/efuse/rtl8192e/HalEfuseMask8192E_USB.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_debug.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_antdiv.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_antdect.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_interface.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_hwconfig.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/halphyrf_ce.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_edcaturbocheck.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_dig.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_pathdiv.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_rainfo.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_dynamicbbpowersaving.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_powertracking_ce.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_dynamictxpower.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_adaptivity.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_cfotracking.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_noisemonitor.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_acs.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_beamforming.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/phydm_dfs.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/txbf/halcomtxbf.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/txbf/haltxbfinterface.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/rtl8192e/halhwimg8192e_mac.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/rtl8192e/halhwimg8192e_bb.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/rtl8192e/halhwimg8192e_rf.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/rtl8192e/halhwimg8192e_fw.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/rtl8192e/halphyrf_8192e_ce.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/rtl8192e/phydm_regconfig8192e.o
CC [M] /home/kysama/rtl8192eu-linux-driver/hal/phydm/rtl8192e/phydm_rtl8192e.o
CC [M] /home/kysama/rtl8192eu-linux-driver/platform/platform_ops.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_mp.o
CC [M] /home/kysama/rtl8192eu-linux-driver/core/rtw_mp_ioctl.o
LD [M] /home/kysama/rtl8192eu-linux-driver/8192eu.o
Building modules, stage 2.
MODPOST 1 modules
CC /home/kysama/rtl8192eu-linux-driver/8192eu.mod.o
LD [M] /home/kysama/rtl8192eu-linux-driver/8192eu.ko
make[1] : on quitte le répertoire « /usr/src/linux-headers-4.10.0-42-generic »
kysama@kysama-computer:~/rtl8192eu-linux-driver$ sudo make install
install -p -m 644 8192eu.ko /lib/modules/4.10.0-42-generic/kernel/drivers/net/wireless/
/sbin/depmod -a 4.10.0-42-generic