gassier bonsoir a tous novice sur ubuntu 18.04 lts je viens d aquerir sur un pc bureau une carte archer t4u v3.20 tplink ac1300 . mon problème est le suivant : carte reconnu après pilote installés mais pas de réseau qui s affiche !! merci a tous de votre aide le gamin commence a dire que son père est nul en informatique !! [IMG ALT=test ]file:///tmp/lu2827ifc8rb.tmp/lu2827ifc8rm.tmp/Sans%20nom%2011.htm[/IMG]
xubu1957 Bonjour, Montre, en te servant du Retour utilisable de commande : lsusb lsmod | grep cfg80211 iwconfig nmcli dev wifi
gassier <pre><font color="#8AE234"><b>theo@theo-Aspire-X3200</b></font>:<font color="#729FCF"><b>~</b></font>$ lsusb Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 004 Device 003: ID 058f:9360 Alcor Micro Corp. 8-in-1 Media Card Reader Bus 004 Device 002: ID 1ea7:0064 Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 008: ID 0781:5591 SanDisk Corp. Bus 001 Device 003: ID 2357:0115 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 002: ID 04f3:01a4 Elan Microelectronics Corp. Wireless Keyboard Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub <font color="#8AE234"><b>theo@theo-Aspire-X3200</b></font>:<font color="#729FCF"><b>~</b></font>$ </pre>
gassier theo@theo-Aspire-X3200:~$ lsmod | grep cfg80211 cfg80211 622592 1 rtl8812au theo@theo-Aspire-X3200:~$
gassier theo@theo-Aspire-X3200:~$ lsmod | grep cfg80211 cfg80211 622592 1 rtl8812au theo@theo-Aspire-X3200:~$ iwconfig enp0s10 no wireless extensions. wlx00e04c881200 unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 lo no wireless extensions. theo@theo-Aspire-X3200:~$ nmcli dev wifi IN-USE SSID MODE CHAN RATE SIGNAL BARS SECURITY theo@theo-Aspire-X3200:~$
xubu1957 Essaye, en désactivant la gestion de l'énergie de la carte : sudo iwconfig wlx00e04c881200 power off sudo ip link set wlx00e04c881200 up et redonne : iwconfig
gassier theo@theo-Aspire-X3200:~$ sudo iwconfig wlx00e04c881200 power off [sudo] Mot de passe de theo : Error for wireless request "Set Power Management" (8B2C) : SET failed on device wlx00e04c881200 ; Operation not permitted. theo@theo-Aspire-X3200:~$ sudo iwconfig wlx00e04c881200 power off Error for wireless request "Set Power Management" (8B2C) : SET failed on device wlx00e04c881200 ; Operation not permitted. theo@theo-Aspire-X3200:~$ sudo ip link set wlx00e04c881200 up RTNETLINK answers: Operation not permitted theo@theo-Aspire-X3200:~$ iwconfig enp0s10 no wireless extensions. wlx00e04c881200 unassociated Nickname:"<WIFI@REALTEK>" Mode:Managed Frequency=2.412 GHz Access Point: Not-Associated Sensitivity:0/0 Retry:off RTS thr:off Fragment thr:off Power Management:off Link Quality:0 Signal level:0 Noise level:0 Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0 Tx excessive retries:0 Invalid misc:0 Missed beacon:0 lo no wireless extensions. theo@theo-Aspire-X3200:~$
xubu1957 J'ai un doute sur le pilote rtl8812au, dans cette discussion [Résolu] pilote RTL8822BU // Compilation (noyaux) tplink T4U, le pilote utilisé était le rtl8822bu.
gassier theo@theo-Aspire-X3200:~$ lsmod | grep rtl rtl8812au 1347584 0 cfg80211 622592 1 rtl8812au theo@theo-Aspire-X3200:~$
gassier j ai essaye ca mais pas de changement ! sudo apt-get install git linux-headers-generic build-essential dkms cd ~ git clone https://github.com/jeremyb31/rtl8822bu sudo dkms install rtl8822bu
xubu1957 Tente : sudo apt install git linux-headers-generic build-essential dkms cd ~ git clone https://github.com/jeremyb31/rtl8822bu sudo dkms install rtl8822bu Donne les retours. _ _ _ Tu avais passé les lignes une à une ?
gassier theo@theo-Aspire-X3200:~$ sudo apt install git linux-headers-generic build-essential dkms [sudo] Mot de passe de theo : Lecture des listes de paquets... Fait Construction de l'arbre des dépendances Lecture des informations d'état... Fait build-essential est déjà la version la plus récente (12.4ubuntu1). dkms est déjà la version la plus récente (2.3-3ubuntu9.7). git est déjà la version la plus récente (1:2.17.1-1ubuntu0.5). linux-headers-generic est déjà la version la plus récente (4.15.0.74.76). 0 mis à jour, 0 nouvellement installés, 0 à enlever et 18 non mis à jour. theo@theo-Aspire-X3200:~$
xubu1957 Fais la suite : cd ~ git clone https://github.com/jeremyb31/rtl8822bu sudo dkms install rtl8822bu
gassier theo@theo-Aspire-X3200:~$ cd ~ theo@theo-Aspire-X3200:~$ git clone https://github.com/jeremyb31/rtl8822bu fatal: le chemin de destination 'rtl8822bu' existe déjà et n'est pas un répertoire vide. theo@theo-Aspire-X3200:~$ sudo dkms install rtl8822bu [sudo] Mot de passe de theo : Error! DKMS tree already contains: 8822bu-1.1 You cannot add the same module/version combo more than once. theo@theo-Aspire-X3200:~$