#26 Le 03/03/2026, à 20:55
- xubu1957

Re : resolu installation BrosTrend Clé WiFi 6 USB
Tente :
sudo apt purge linux-generic-hwe-24.04 linux-headers-generic-hwe-24.04 linux-image-generic-hwe-24.04Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#27 Le 03/03/2026, à 20:58
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
eric@eric-System-Product-Name:~$ sudo apt purge linux-generic-hwe-24.04 linux-headers-generic-hwe-24.04 linux-image-generic-hwe-24.04
[sudo: authenticate] Password:
SUPPRESSION :
linux-generic-hwe-24.04* linux-image-generic-hwe-24.04*
linux-headers-generic-hwe-24.04*
Sommaire :
Mise à niveau de : 0. Installation de : 0Supprimé : 3. Non mis à jour : 1
Espace libéré : 55,3 kB
Continuer ? [O/n] o
(Lecture de la base de données... 206888 fichiers et répertoires déjà installés.
)
Suppression de linux-generic-hwe-24.04 (6.17.0-14.14) ...
Suppression de linux-headers-generic-hwe-24.04 (6.17.0-14.14) ...
Suppression de linux-image-generic-hwe-24.04 (6.17.0-14.14) ...
eric@eric-System-Product-Name:~$ Hors ligne
#28 Le 03/03/2026, à 21:04
- xubu1957

Re : resolu installation BrosTrend Clé WiFi 6 USB
Pour le module mal installé, en voyant bugs.launchpad.net/ubuntu/+bug/2140748 rtl88x2bu 5.13.1 fails to build on kernel 6.17 HWE
Il faudra des aidants plus calés que ma pomme.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#29 Le 03/03/2026, à 21:12
- ylag
Re : resolu installation BrosTrend Clé WiFi 6 USB
Pour le module dkms rtl88x2bu mal installé, peut-être essayer cette commande :
sudo dkms remove rtl88x2bu/5.13.1... redonner après un nouveau résultat de :
dkms statusA+
Dernière modification par ylag (Le 03/03/2026, à 21:13)
Hors ligne
#30 Le 03/03/2026, à 21:14
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
eric@eric-System-Product-Name:~$ sudo dkms remove rtl88x2bu/5.13.1
[sudo: authenticate] Password:
Module rtl88x2bu/5.13.1 is not installed for kernel 6.14.0-37-generic (x86_64). Skipping...
Module rtl88x2bu/5.13.1 is not built for kernel 6.14.0-37-generic (x86_64). Skipping...
Deleting module rtl88x2bu/5.13.1 completely from the DKMS tree.
eric@eric-System-Product-Name:~$ Hors ligne
#31 Le 03/03/2026, à 21:15
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
eric@eric-System-Product-Name:~$ dkms status
rtl8852bu/1.19.14-127, 6.17.0-14-generic, x86_64: installed
eric@eric-System-Product-Name:~$ Hors ligne
#32 Le 03/03/2026, à 21:21
- ylag
Re : resolu installation BrosTrend Clé WiFi 6 USB
Au #34, on voit qu'il ne resterait qu'un module dkms rtl8852bu en version 1.19.14-127, correctement installé sur le noyau
6.17.0-14-generic.
À voir si ça fonctionne pour le Wifi ... ?
A+
Dernière modification par ylag (Le 03/03/2026, à 21:21)
Hors ligne
#33 Le 03/03/2026, à 21:23
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
que faire alors pour installer BrosTrend Clé WiFi 6 USB
Hors ligne
#34 Le 04/03/2026, à 09:07
- xubu1957

Re : resolu installation BrosTrend Clé WiFi 6 USB
Bonjour,
Tenter un autre pilote depuis le github.com/morrownr/rtw89.
git clone https://github.com/morrownr/rtw89cd rtw89sudo make cleanup_target_systemsudo dkms install $PWDmake clean modules && sudo make installsudo make install_fwsudo cp -v rtw89.conf /etc/modprobe.d/Sous réserve de l'avis des autres aidants.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#35 Le 04/03/2026, à 09:20
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
eric@eric-System-Product-Name:~$ git clone https://github.com/morrownr/rtw89
Clonage dans 'rtw89'...
remote: Enumerating objects: 8118, done.
remote: Counting objects: 100% (3450/3450), done.
remote: Compressing objects: 100% (1629/1629), done.
remote: Total 8118 (delta 1846), reused 1960 (delta 1819), pack-reused 4668 (from 1)
Réception d'objets: 100% (8118/8118), 20.79 Mio | 18.73 Mio/s, fait.
Résolution des deltas: 100% (6299/6299), fait.
eric@eric-System-Product-Name:~$ eric@eric-System-Product-Name:~$ cd rtw89
eric@eric-System-Product-Name:~/rtw89$ eric@eric-System-Product-Name:~/rtw89$ sudo make cleanup_target_system
[sudo: authenticate] Password:
find /lib/modules/`uname -r` -name "rtw89core*" -exec rm -fv {} \;
find /lib/modules/`uname -r` -name "rtw89pci*" -exec rm -fv {} \;
find /lib/modules/`uname -r` -name "rtw_885*" -exec rm -fv {} \;
find /lib/modules/`uname -r` -name "rtw_89*" -exec rm -fv {} \;
depmod -a `uname -r`
eric@eric-System-Product-Name:~/rtw89$ eric@eric-System-Product-Name:~/rtw89$ sudo dkms install $PWD
Creating symlink /var/lib/dkms/rtw89/7.0/source -> /usr/src/rtw89-7.0
Sign command: /usr/bin/kmodsign
Signing key: /var/lib/shim-signed/mok/MOK.priv
Public certificate (MOK): /var/lib/shim-signed/mok/MOK.der
Building module(s)...(bad exit status: 2)
Failed command:
KVER=6.14.0-37-generic 'make' modules
ERROR (dkms apport): binary package for rtw89: 7.0 not found
Error! Bad return status for module build on kernel: 6.14.0-37-generic (x86_64)
Consult /var/lib/dkms/rtw89/7.0/build/make.log for more information.
eric@eric-System-Product-Name:~/rtw89$ eric@eric-System-Product-Name:~/rtw89$ make clean modules && sudo make install
make -C /lib/modules/`uname -r`/build M=$PWD clean
make[1] : on entre dans le répertoire « /usr/src/linux-headers-6.14.0-37-generic »
make[2] : on entre dans le répertoire « /home/eric/rtw89 »
make[2] : on quitte le répertoire « /home/eric/rtw89 »
make[1] : on quitte le répertoire « /usr/src/linux-headers-6.14.0-37-generic »
make -j`nproc --ignore=1` -C /lib/modules/`uname -r`/build M=$PWD modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-6.14.0-37-generic »
make[2] : on entre dans le répertoire « /home/eric/rtw89 »
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc-14 (Ubuntu 14.2.0-19ubuntu2) 14.2.0
You are using:
CC [M] core.o
/bin/sh: 1: gcc-14: not found
make[4]: *** [/usr/src/linux-headers-6.14.0-37-generic/scripts/Makefile.build:207: core.o] Error 127
make[3]: *** [/usr/src/linux-headers-6.14.0-37-generic/Makefile:1997: .] Error 2
make[2]: *** [/usr/src/linux-headers-6.14.0-37-generic/Makefile:251: __sub-make] Error 2
make[2] : on quitte le répertoire « /home/eric/rtw89 »
make[1]: *** [Makefile:251: __sub-make] Error 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-6.14.0-37-generic »
make: *** [Makefile:118: modules] Error 2
eric@eric-System-Product-Name:~/rtw89$ make clean modules && sudo make installeric@eric-System-Product-Name:~/rtw89$ sudo make install_fw
removed '/lib/firmware/rtw89/rtw8851b_fw.bin.zst'
'tmp/rtw8851b_fw.bin.zst' -> '/lib/firmware/rtw89/rtw8851b_fw.bin.zst'
removed '/lib/firmware/rtw89/rtw8852a_fw.bin.zst'
'tmp/rtw8852a_fw.bin.zst' -> '/lib/firmware/rtw89/rtw8852a_fw.bin.zst'
removed '/lib/firmware/rtw89/rtw8852b_fw-1.bin.zst'
'tmp/rtw8852b_fw-1.bin.zst' -> '/lib/firmware/rtw89/rtw8852b_fw-1.bin.zst'
removed '/lib/firmware/rtw89/rtw8852bt_fw.bin.zst'
'tmp/rtw8852bt_fw.bin.zst' -> '/lib/firmware/rtw89/rtw8852bt_fw.bin.zst'
removed '/lib/firmware/rtw89/rtw8852c_fw-2.bin.zst'
'tmp/rtw8852c_fw-2.bin.zst' -> '/lib/firmware/rtw89/rtw8852c_fw-2.bin.zst'
removed '/lib/firmware/rtw89/rtw8922a_fw-4.bin.zst'
'tmp/rtw8922a_fw-4.bin.zst' -> '/lib/firmware/rtw89/rtw8922a_fw-4.bin.zst'
eric@eric-System-Product-Name:~/rtw89$ eric@eric-System-Product-Name:~/rtw89$ sudo cp -v rtw89.conf /etc/modprobe.d/
'rtw89.conf' -> '/etc/modprobe.d/rtw89.conf'
eric@eric-System-Product-Name:~/rtw89$ modération: messages regroupés
Dernière modification par xubu1957 (Le 04/03/2026, à 10:38)
Hors ligne
#36 Le 04/03/2026, à 09:22
- xubu1957

Re : resolu installation BrosTrend Clé WiFi 6 USB
Il faut des spécialistes en compilation, dont je ne fais pas partie.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#37 Le 04/03/2026, à 09:30
- iznobe

Re : resolu installation BrosTrend Clé WiFi 6 USB
Bonjour cela semble s ' etre installé correctement .
Que dis
sudo lshw -c networkip a?
Dernière modification par iznobe (Le 04/03/2026, à 10:10)
En ligne
#38 Le 04/03/2026, à 09:59
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
eric@eric-System-Product-Name:~/rtw89$ sudo lshw -c network
*-network
description: Ethernet interface
produit: RTL8111/8168/8211/8411 PCI Express Gigabit Ethernet Controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: enp2s0
version: 15
numéro de série: 30:c5:99:5d:6b:11
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=6.14.0-37-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.194 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources : irq:19 portE/S:3000(taille=256) mémoire:84b04000-84b04fff mémoire:84b00000-84b03fff
eric@eric-System-Product-Name:~/rtw89$ eric@eric-System-Product-Name:~/rtw89$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host noprefixroute
valid_lft forever preferred_lft forever
2: enp2s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000
link/ether 30:c5:99:5d:6b:11 brd ff:ff:ff:ff:ff:ff
altname enx30c5995d6b11
inet 192.168.1.194/24 brd 192.168.1.255 scope global dynamic noprefixroute enp2s0
valid_lft 76450sec preferred_lft 76450sec
inet6 2001:861:c90:3b60:3585:1816:36a0:2fcf/64 scope global temporary dynamic
valid_lft 86363sec preferred_lft 14363sec
inet6 2001:861:c90:3b60:32c5:99ff:fe5d:6b11/64 scope global dynamic mngtmpaddr proto kernel_ra
valid_lft 86363sec preferred_lft 14363sec
inet6 fe80::32c5:99ff:fe5d:6b11/64 scope link proto kernel_ll
valid_lft forever preferred_lft forever
3: moz0: <POINTOPOINT,NOARP,DEBUG,UP,LOWER_UP> mtu 1420 qdisc noqueue state UNKNOWN group default qlen 1000
link/none
inet 10.161.158.117/32 scope global moz0
valid_lft forever preferred_lft forever
inet6 fc00:bbbb:bbbb:bb01:d:0:21:9e75/64 scope global
valid_lft forever preferred_lft forever
eric@eric-System-Product-Name:~/rtw89$ Dernière modification par xubu1957 (Le 04/03/2026, à 10:30)
Hors ligne
#39 Le 04/03/2026, à 10:24
- iznobe

Re : resolu installation BrosTrend Clé WiFi 6 USB
et pour
lsusb -t?
En ligne
#40 Le 04/03/2026, à 10:25
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
eric@eric-System-Product-Name:~/rtw89$ lsusb -t
/: Bus 001.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/16p, 480M
|__ Port 004: Dev 002, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 001: Dev 004, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 002: Dev 005, If 0, Class=Video, Driver=uvcvideo, 480M
|__ Port 002: Dev 005, If 1, Class=Video, Driver=uvcvideo, 480M
|__ Port 002: Dev 005, If 2, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 002: Dev 005, If 3, Class=Audio, Driver=snd-usb-audio, 480M
|__ Port 004: Dev 007, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 001: Dev 008, If 0, Class=Vendor Specific Class, Driver=btusb, 12M
|__ Port 001: Dev 008, If 1, Class=Vendor Specific Class, Driver=btusb, 12M
|__ Port 001: Dev 008, If 2, Class=Vendor Specific Class, Driver=btusb, 12M
|__ Port 001: Dev 008, If 3, Class=Application Specific Interface, Driver=[none], 12M
|__ Port 002: Dev 009, If 0, Class=Hub, Driver=hub/4p, 480M
|__ Port 001: Dev 012, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 001: Dev 012, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 003: Dev 010, If 0, Class=Wireless, Driver=btusb, 12M
|__ Port 003: Dev 010, If 1, Class=Wireless, Driver=btusb, 12M
|__ Port 004: Dev 011, If 0, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 004: Dev 011, If 1, Class=Human Interface Device, Driver=usbhid, 12M
|__ Port 006: Dev 003, If 0, Class=Vendor Specific Class, Driver=[none], 480M
/: Bus 002.Port 001: Dev 001, Class=root_hub, Driver=xhci_hcd/4p, 20000M/x2
eric@eric-System-Product-Name:~/rtw89$ Hors ligne
#41 Le 04/03/2026, à 11:03
- iznobe

Re : resolu installation BrosTrend Clé WiFi 6 USB
le wifi ne fonctionne toujours pas , a priori
?
En ligne
#42 Le 04/03/2026, à 11:05
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
tout a fait ca sent l'impasse
Hors ligne
#43 Le 04/03/2026, à 11:27
- xubu1957

Re : resolu installation BrosTrend Clé WiFi 6 USB
Montre :
dkms statusConseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#44 Le 04/03/2026, à 11:28
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
eric@eric-System-Product-Name:~/rtw89$ dkms status
rtl8852bu/1.19.14-127, 6.17.0-14-generic, x86_64: installed
rtw89/7.0: added
eric@eric-System-Product-Name:~/rtw89$ Hors ligne
#45 Le 04/03/2026, à 11:30
- xubu1957

Re : resolu installation BrosTrend Clé WiFi 6 USB
Reviens encore sur le noyau 6.14, comme indiqué au message #15.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#46 Le 04/03/2026, à 11:38
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
voila c'est fait
Hors ligne
#47 Le 04/03/2026, à 11:40
- xubu1957

Re : resolu installation BrosTrend Clé WiFi 6 USB
sudo modprobe rtl8852buréagit comment ?
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#48 Le 04/03/2026, à 11:41
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
eric@eric-System-Product-Name:~$ sudo modprobe rtl8852bu
[sudo: authenticate] Password:
modprobe: FATAL: Module rtl8852bu not found in directory /lib/modules/6.17.0-14-generic
eric@eric-System-Product-Name:~$ Hors ligne
#49 Le 04/03/2026, à 11:55
- xubu1957

Re : resolu installation BrosTrend Clé WiFi 6 USB
Je ne sais pas aider plus ! ¯∖_(ツ)_/¯
Il faut attendre les conseils des autres aidants.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [ Résolu ] lorsque ceux-ci le sont, au début du titre en cliquant sur Modifier sous le premier message, et un bref récapitulatif de la solution à la fin de celui-ci. Merci. Membre de Linux-Azur
En ligne
#50 Le 04/03/2026, à 11:57
- eric66220
Re : resolu installation BrosTrend Clé WiFi 6 USB
merci
Hors ligne