Bonjour xubu1957, merci pour ta réponse rapide.
Retour de lsusb :
Bus 003 Device 008: ID 0bda:b711 Realtek Semiconductor Corp. 802.11n WLAN Adapter
J'ai essayé la manipulation expliquée sur le forum Ubuntu allemand, voici le retour opéré :
0@0:~$ sudo apt-get install linux-headers-$(uname -r) linux-headers-generic build-essential
[sudo] password for 0:
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.8ubuntu1).
linux-headers-5.4.0-31-generic est déjà la version la plus récente (5.4.0-31.35).
linux-headers-generic est déjà la version la plus récente (5.4.0.31.36).
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
0@0:~$ wget media.cdn.ubuntu-de.org/forum/attachments/40/16/4365112-2011_0719_RT3070_RT3370_RT5370_RT5372_V2.5.0.3_prepared.tar.gz
--2020-05-26 11:58:25-- http://media.cdn.ubuntu-de.org/forum/attachments/40/16/4365112-2011_0719_RT3070_RT3370_RT5370_RT5372_V2.5.0.3_prepared.tar.gz
Resolving media.cdn.ubuntu-de.org (media.cdn.ubuntu-de.org)... 213.95.41.4, 2001:780:0:25:dead:beef:cafe:1
Connecting to media.cdn.ubuntu-de.org (media.cdn.ubuntu-de.org)|213.95.41.4|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2020-05-26 11:58:25 ERROR 404: Not Found.
J'avais ce matin effectué les manipulations préconisées par le constructeur de la clé (Tenda) en suivant leur Readme, en voici le retour d'erreur de la commande "make" (étape 4) :
0@0:~/Téléchargements/DPO_RT5572_LinuxSTA_2.6.1.3_20121022$ makemake -C tools
make[1]: Entering directory '/home/0/Téléchargements/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/tools'
gcc -g bin2h.c -o bin2h
make[1]: Leaving directory '/home/0/Téléchargements/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/tools'
/home/0Téléchargements/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/tools/bin2h
cp -f os/linux/Makefile.6 /home/0/Téléchargements/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux/Makefile
make -C /lib/modules/5.4.0-31-generic/build SUBDIRS=/home/0/Téléchargements/DPO_RT5572_LinuxSTA_2.6.1.3_20121022/os/linux modules
make[1]: Entering directory '/usr/src/linux-headers-5.4.0-31-generic'
arch/x86/Makefile:147: CONFIG_X86_X32 enabled but no binutils support
LEX scripts/kconfig/lexer.lex.c
/bin/sh: 1: flex: not found
make[3]: *** [scripts/Makefile.host:9: scripts/kconfig/lexer.lex.c] Error 127
make[2]: *** [Makefile:594: syncconfig] Error 2
make[1]: *** [Makefile:704: include/config/auto.conf.cmd] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-5.4.0-31-generic'
make: *** [Makefile:389: LINUX] Error 2
Et voici la documentation officielle de Tenda en question :
Build Instructions:
====================
1> $tar -xvzf DPB_RT2870_Linux_STA_x.x.x.x.tgz
go to "./DPB_RT2870_Linux_STA_x.x.x.x" directory.
2> In Makefile
set the "MODE = STA" in Makefile and chose the TARGET to Linux by set "TARGET = LINUX"
define the linux kernel source include file path LINUX_SRC
modify to meet your need.
3> In os/linux/config.mk
define the GCC and LD of the target machine
define the compiler flags CFLAGS
modify to meet your need.
** Build for being controlled by NetworkManager or wpa_supplicant wext functions
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y'.
=> #>cd wpa_supplicant-x.x
=> #>./wpa_supplicant -Dwext -ira0 -c wpa_supplicant.conf -d
** Build for being controlled by WpaSupplicant with Ralink Driver
Please set 'HAS_WPA_SUPPLICANT=y' and 'HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n'.
=> #>cd wpa_supplicant-0.5.7
=> #>./wpa_supplicant -Dralink -ira0 -c wpa_supplicant.conf -d
4> $make
# compile driver source code
# To fix "error: too few arguments to function ¡¥iwe_stream_add_event"
=> $patch -i os/linux/sta_ioctl.c.patch os/linux/sta_ioctl.c
5> $cp RT2870STA.dat /etc/Wireless/RT2870STA/RT2870STA.dat
6> load driver, go to "os/linux/" directory.
#[kernel 2.4]
# $/sbin/insmod rt2870sta.o
# $/sbin/ifconfig ra0 inet YOUR_IP up
#[kernel 2.6]
# $/sbin/insmod rt2870sta.ko
# $/sbin/ifconfig ra0 inet YOUR_IP up
7> unload driver
$/sbin/ifconfig ra0 down
$/sbin/rmmod rt2870sta
Je précise également que certaines étapes de cette documentation me sont incompréhensibles du fait de mon manque de compétences dans le domaine, notamment la 1 (j'ai simplement extrait le .rar, j'imaginais que c'en était le but) ; les 3 premières étapes de la 3 (je ne sais pas ce dont il s'agit).
Je reste disponible si besoin d'autres informations ou pour corriger certaines de mes manipulations.
Merci encore.