Contenu | Rechercher | Menus

Annonce

Si vous avez des soucis pour rester connecté, déconnectez-vous puis reconnectez-vous depuis ce lien en cochant la case
Me connecter automatiquement lors de mes prochaines visites.

À propos de l'équipe du forum.

#1 Le 28/04/2022, à 11:37

21TSupSC

[Résolu] Clé wifi non reconnue par ubuntu 22.04

Bonjour,

Je me permets d'écrire à la suite de ce problème car j'ai un problème très similaire que je n'arrive pas à résoudre malgré la lecture de ce sujet. Je tiens à préciser que je suis relativement novice et je ne pas sûr d'avoir compris les choses à propos du kernel.

Je possède une odroidhc4 et le module wifi5b vendu avec. L'ordinateur est sous ubuntu 22.04 LTS (GNU/Linux 5.16.0-odroid-arm64 aarch64).
Lorsque je branche la clé wifi elle n'est pas reconnue. En effet,

lsusb

renvoie le message

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0bda:1a2b Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (Driver CDROM Mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Je change avec usb_modswitch pour la clé soit reconnue.

sudo usb_modeswitch -KW -v 0bda -p 1a2b

et un

lsusb

renvoie

Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:c820 Realtek Semiconductor Corp. 802.11ac NIC
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

À ce stade, cela fonctionne. Cependant, si je reboot je dois de nouveau refaire le processus. C'est pourquoi j'ai cherché à résoudre ce problème et je suis tombé sur ce sujet qui est similaire.

J'ai donc modifié le fichier

sudo vim /lib/udev/rules.d/40-usb_modeswitch.rules

pour y copier les lignes

# Realtek 8821CU Wifi AC USB
ATTR{idVendor}=="0bda", ATTR{idProduct}=="1a2b", RUN+="usb_modeswitch '/%k’"

Cela ne fonctionne pas après le reboot. Je dois refaire à la main la manipulation avec usb_modeswitch.


Je rajoute quelques informations complémentaires. Pour installer le driver j'ai utilisé la commande (recommandé par une personne sur le forum odroid)

sudo apt install rtl8821cu-dkms linux-firmware

Ensuite, les lignes rajoutées dans le fichier 

 /lib/udev/rules.d/40-usb_modeswitch.rules

sont bien avant

 LABEL="modeswitch_rules_end" 

.
Aussi, j'ai aussi essayé

 RUN+="usb_modeswitch -KW -v 0bda -p 1a2b"

à la place de

 RUN+="usb_modeswitch '/%k’"

Merci pour votre lecture.

Dernière modification par 21TSupSC (Le 20/05/2022, à 10:01)

Hors ligne

#2 Le 28/04/2022, à 11:46

xubu1957

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Bonjour,

Montre :

dkms status

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

Hors ligne

#3 Le 28/04/2022, à 11:55

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Bonjour,

Merci pour la réponse rapide. Le résultat de

dkms status

est

rtl8821au/5.8.2.3+202201261127~jammy, 5.15.0-odroid-arm64, aarch64: installed
rtl8821au/5.8.2.3+202201261127~jammy, 5.16.0-odroid-arm64, aarch64: installed
rtl8821cu/5.8.1.7+202202041425~jammy, 5.15.0-odroid-arm64, aarch64: installed
rtl8821cu/5.8.1.7+202202041425~jammy, 5.16.0-odroid-arm64, aarch64: installed

Hors ligne

#4 Le 28/04/2022, à 14:40

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Bonjour,

@xubu : as tu demandé à scinder le fil?

@21TSupSC : Le chipset de ta clé est un rtl8188gu. Ce fil, sauf erreur de ma part, est un rtl8821cu
Je trouve ce pilote : https://github.com/lwfinger/rtl8188gu, je propose de l'essayer.

Remets d'équerre tes fichiers de conf /lib/udev/rules.d/40-usb_modeswitch.rules

Passe les commandes suivantes (vu que dkms est installé, la chaine de compilation l'est déjà) :

sudo apt install --resinstall git
git clone https://github.com/lwfinger/rtl8188gu
cd rtl8188gu
make
sudo make backup_rtlwifi
sudo make install

Tu donnes bien tout les retours et tu rebootes.

EDIT : /!\ ne passe pas 2 fois la commande make backup_rtlwifi

Dernière modification par NicoApi73 (Le 28/04/2022, à 14:42)

Hors ligne

#5 Le 28/04/2022, à 14:51

xubu1957

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

@Nico

Salut !

Demande de scission effectuée en fin de matinée prise en compte :

Nota : notre Modération a scindé le fil > Clé wifi non reconnue par ubuntu 18.04lts [RESOLU]

Dernière modification par xubu1957 (Le 28/04/2022, à 18:50)


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

Hors ligne

#6 Le 28/04/2022, à 14:52

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Bon, j'en ai fait également une, ne te voyant pas connecté. Désolé à la modération pour ce surcroit de message wink

Hors ligne

#7 Le 28/04/2022, à 16:14

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Concernant l'identité du chipset je me suis fié à ce que l'on m'a dit sur le forum odroid . Donc d'après un admin du site :
"You had to run sudo apt install rtl8821cu-dkms linux-firmware since WiFi Module 5B must have a RTL8821CU chipset."
Effectivement, lorsque je fais lsusb il est écrit RTL8188GU. Ce qui explique pourquoi ça ne marche pas, mais cela veut dire que le driver RTL8821CU permet d'utiliser une puce RTL8821GU. Ou alors je n'ai rien compris. J'ai effectué les différentes commandes même si après sudo make backup_rtlwifi le résultats demandais un reboot. Je crois aussi que bc n'est pas installé mais nécessaire, j'attends votre avis avant de relancer avec bc installé.

Je copie colle les résultats de la console.

$ sudo apt install --reinstall git
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
The following additional packages will be installed:
  git-man liberror-perl
Suggested packages:
  git-daemon-run | git-daemon-sysvinit git-doc git-email git-gui gitk gitweb git-cvs git-mediawiki git-svn
The following NEW packages will be installed:
  git git-man liberror-perl
0 upgraded, 3 newly installed, 0 to remove and 1 not upgraded.
Need to get 4,149 kB of archives.
After this operation, 20.4 MB of additional disk space will be used.
Do you want to continue? [Y/n] Y
Get:1 http://fr.ports.ubuntu.com/ubuntu-ports jammy/main arm64 liberror-perl all 0.17029-1 [26.5 kB]
Get:2 http://fr.ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git-man all 1:2.34.1-1ubuntu1.2 [952 kB]
Get:3 http://fr.ports.ubuntu.com/ubuntu-ports jammy-updates/main arm64 git arm64 1:2.34.1-1ubuntu1.2 [3,171 kB]
Fetched 4,149 kB in 1s (3,924 kB/s)
Selecting previously unselected package liberror-perl.
(Reading database ... 65332 files and directories currently installed.)
Preparing to unpack .../liberror-perl_0.17029-1_all.deb ...
Unpacking liberror-perl (0.17029-1) ...
Selecting previously unselected package git-man.
Preparing to unpack .../git-man_1%3a2.34.1-1ubuntu1.2_all.deb ...
Unpacking git-man (1:2.34.1-1ubuntu1.2) ...
Selecting previously unselected package git.
Preparing to unpack .../git_1%3a2.34.1-1ubuntu1.2_arm64.deb ...
Unpacking git (1:2.34.1-1ubuntu1.2) ...
Setting up liberror-perl (0.17029-1) ...
Setting up git-man (1:2.34.1-1ubuntu1.2) ...
Setting up git (1:2.34.1-1ubuntu1.2) ...
Processing triggers for man-db (2.10.2-1) …
$ git clone https://github.com/lwfinger/rtl8188gu
Cloning into 'rtl8188gu'...
remote: Enumerating objects: 1032, done.
remote: Counting objects: 100% (1032/1032), done.
remote: Compressing objects: 100% (534/534), done.
remote: Total 1032 (delta 572), reused 759 (delta 485), pack-reused 0
Receiving objects: 100% (1032/1032), 3.27 MiB | 2.63 MiB/s, done.
Resolving deltas: 100% (572/572), done.
$ make
/bin/sh: 1: bc: not found
make ARCH=aarch64 CROSS_COMPILE= -C /lib/modules/5.16.0-odroid-arm64/build M=/home/myID/rtl8188gu  modules
make[1]: Entering directory '/usr/src/linux-headers-5.16.0-odroid-arm64'
/bin/sh: 1: /usr/src/linux-headers-5.16.0-odroid-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: /usr/src/linux-headers-5.16.0-odroid-common/scripts/pahole-flags.sh: not found
warning: the compiler differs from the one used to build the kernel
  The kernel was built by: gcc-10 (Ubuntu 10.3.0-14ubuntu1) 10.3.0
  You are using:           gcc-10 (Ubuntu 10.3.0-15ubuntu1) 10.3.0
/bin/sh: 1: /usr/src/linux-headers-5.16.0-odroid-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: bc: not found
  CC [M]  /home/myID/rtl8188gu/core/rtw_cmd.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_security.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_debug.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_io.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_ioctl_query.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_ioctl_set.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_ieee80211.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_mlme.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_mlme_ext.o
/home/myID/rtl8188gu/core/rtw_mlme_ext.c: In function ‘rtw_txpwr_init_regd’:
/home/myID/rtl8188gu/core/rtw_mlme_ext.c:764:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
  764 |   if (rfctl->regd_name)
      |      ^
/home/myID/rtl8188gu/core/rtw_mlme_ext.c:766:2: note: here
  766 |  default:
      |  ^~~~~~~
/home/myID/rtl8188gu/core/rtw_mlme_ext.c: In function ‘mgt_dispatcher’:
/home/myID/rtl8188gu/core/rtw_mlme_ext.c:1733:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
 1733 |   if (MLME_IS_AP(padapter))
      |      ^
/home/myID/rtl8188gu/core/rtw_mlme_ext.c:1738:2: note: here
 1738 |  case WIFI_ASSOCREQ:
      |  ^~~~
  CC [M]  /home/myID/rtl8188gu/core/rtw_mi.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_wlan_util.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_vht.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_pwrctrl.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_rf.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_recv.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_sta_mgt.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_ap.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_xmit.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_p2p.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_rson.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_tdls.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_br_ext.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_iol.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_sreset.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_btcoex_wifionly.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_btcoex.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_beamforming.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_odm.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_rm.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_rm_fsm.o
  CC [M]  /home/myID/rtl8188gu/core/efuse/rtw_efuse.o
  CC [M]  /home/myID/rtl8188gu/os_dep/osdep_service.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/os_intfs.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/usb_intf.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/usb_ops_linux.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/ioctl_linux.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/xmit_linux.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/mlme_linux.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/recv_linux.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/ioctl_cfg80211.o
/home/myID/rtl8188gu/os_dep/linux/ioctl_cfg80211.c: In function ‘cfg80211_rtw_change_iface’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2151:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2151 |   is_p2p = _TRUE;
/home/myID/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2153:2: note: here
 2153 |  case NL80211_IFTYPE_STATION:
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2175:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
 2175 |   is_p2p = _TRUE;
/home/myID/rtl8188gu/os_dep/linux/ioctl_cfg80211.c:2177:2: note: here
 2177 |  case NL80211_IFTYPE_AP:
      |  ^~~~
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/rtw_cfgvendor.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/wifi_regd.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/rtw_android.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/rtw_proc.o
  CC [M]  /home/myID/rtl8188gu/os_dep/linux/ioctl_mp.o
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_reg’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:46:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
   46 |  char input[wrqu->length + 1];
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_reg’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:132:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  132 |  char input[wrqu->length + 1];
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_write_rf’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:266:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  266 |  char input[wrqu->length];
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_read_rf’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:308:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  308 |  char input[wrqu->length];
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_rate’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:417:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  417 |  u8  input[wrqu->length + 1];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_channel’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:467:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  467 |  u8  input[wrqu->length + 1];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_bandwidth’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:497:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  497 |  u8  input[wrqu->length];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower_index’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:530:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  530 |  char input[wrqu->length + 1];
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_txpower’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:559:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  559 |  u8  input[wrqu->length];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_tx’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:597:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  597 |  u8  input[wrqu->length + 1];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_ant_rx’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:645:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  645 |  u8  input[wrqu->length + 1];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_disable_bt_coexist’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:825:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  825 |  u8 input[wrqu->data.length + 1];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_arx’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:863:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
  863 |  u8  input[wrqu->length];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_pwrtrk’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:1042:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1042 |  u8  input[wrqu->length];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_psd’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:1080:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1080 |  u8  input[wrqu->length + 1];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_dump’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:1198:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1198 |  u8  input[wrqu->length];
      |  ^~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_phypara’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:1224:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1224 |  char input[wrqu->length];
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_SetRFPath’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:1250:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1250 |  char input[wrqu->length];
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_QueryDrv’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:1298:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1298 |  char input[wrqu->data.length];
      |  ^~~~
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c: In function ‘rtw_mp_PwrCtlDM’:
/home/myID/rtl8188gu/os_dep/linux/ioctl_mp.c:1327:2: warning: ISO C90 forbids variable length array ‘input’ [-Wvla]
 1327 |  u8  input[wrqu->length];
      |  ^~
  CC [M]  /home/myID/rtl8188gu/hal/hal_intf.o
/home/myID/rtl8188gu/hal/hal_intf.c: In function ‘c2h_handler’:
/home/myID/rtl8188gu/hal/hal_intf.c:930:10: warning: this statement may fall through [-Wimplicit-fallthrough=]
  930 |   sub_id = payload[0];
      |   ~~~~~~~^~~~~~~~~~~~
/home/myID/rtl8188gu/hal/hal_intf.c:933:2: note: here
  933 |  default:
      |  ^~~~~~~
  CC [M]  /home/myID/rtl8188gu/hal/hal_com.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_com_phycfg.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_phy.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_dm.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_dm_acs.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_btcoex_wifionly.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_btcoex.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_mp.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_mcc.o
  CC [M]  /home/myID/rtl8188gu/hal/hal_hci/hal_usb.o
  CC [M]  /home/myID/rtl8188gu/hal/led/hal_usb_led.o
  CC [M]  /home/myID/rtl8188gu/hal/HalPwrSeqCmd.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/Hal8710BPwrSeq.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/rtl8710b_sreset.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/rtl8710b_hal_init.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/rtl8710b_phycfg.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/rtl8710b_rf6052.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/rtl8710b_dm.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/rtl8710b_rxdesc.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/rtl8710b_cmd.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/hal8710b_fw.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/rtl8710b_lps_poff.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/usb/usb_halinit.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_led.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_xmit.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/usb/rtl8710bu_recv.o
  CC [M]  /home/myID/rtl8188gu/hal/rtl8710b/usb/usb_ops.o
  CC [M]  /home/myID/rtl8188gu/hal/efuse/rtl8710b/HalEfuseMask8710B_USB.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_debug.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_antdiv.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_soml.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_smt_ant.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_antdect.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_interface.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_phystatus.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_hwconfig.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_dig.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_pathdiv.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_rainfo.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_dynamictxpower.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_adaptivity.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_cfotracking.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_noisemonitor.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_acs.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_beamforming.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_dfs.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/txbf/halcomtxbf.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/txbf/haltxbfinterface.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/txbf/phydm_hal_txbf_api.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_adc_sampling.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_ccx.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_psd.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_primary_cca.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_cck_pd.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_rssi_monitor.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_auto_dbg.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_math_lib.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_api.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/phydm_pow_train.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/halrf/halrf.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/halrf/halphyrf_ce.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/halrf/halrf_powertracking_ce.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/halrf/halrf_powertracking.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/halrf/halrf_kfree.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_bb.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_mac.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/rtl8710b/halhwimg8710b_rf.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/rtl8710b/phydm_regconfig8710b.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/rtl8710b/phydm_rtl8710b.o
  CC [M]  /home/myID/rtl8188gu/hal/phydm/halrf/rtl8710b/halrf_8710b.o
  CC [M]  /home/myID/rtl8188gu/hal/btc/halbtc8723bwifionly.o
  CC [M]  /home/myID/rtl8188gu/hal/btc/halbtc8822bwifionly.o
  CC [M]  /home/myID/rtl8188gu/hal/btc/halbtc8821cwifionly.o
  CC [M]  /home/myID/rtl8188gu/platform/platform_ops.o
  CC [M]  /home/myID/rtl8188gu/core/rtw_mp.o
  LD [M]  /home/myID/rtl8188gu/8188gu.o
/bin/sh: 1: /usr/src/linux-headers-5.16.0-odroid-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: /usr/src/linux-headers-5.16.0-odroid-common/scripts/pahole-flags.sh: not found
/bin/sh: 1: bc: not found
  MODPOST /home/myID/rtl8188gu/Module.symvers
  CC [M]  /home/myID/rtl8188gu/8188gu.mod.o
  LD [M]  /home/myID/rtl8188gu/8188gu.ko
make[1]: Leaving directory '/usr/src/linux-headers-5.16.0-odroid-arm64’
$ sudo make backup_rtlwifi
/bin/sh: 1: bc: not found
Making backup rtlwifi drivers
Please reboot your system
$ sudo make install
/bin/sh: 1: bc: not found
install -p -m 644 8188gu.ko  /lib/modules/5.16.0-odroid-arm64/kernel/drivers/net/wireless/
/sbin/depmod -a 5.16.0-odroid-arm64

Dernière modification par 21TSupSC (Le 28/04/2022, à 16:27)

Hors ligne

#8 Le 28/04/2022, à 16:19

xubu1957

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Please reboot your system

Redémarre l'ordi.


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

Hors ligne

#9 Le 28/04/2022, à 16:24

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Pardon. J'ai redemarré mais cela ne fonctionne toujours pas...je suis encore obligé de passer par la commande.

sudo usb_modeswitch -KW -v 0bda -p 1a2b

J'ai aussi commenté les lignes dans /lib/udev/rules.d/40-usb_modeswitch.rules

Dernière modification par 21TSupSC (Le 28/04/2022, à 16:26)

Hors ligne

#10 Le 28/04/2022, à 16:27

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Reboote ton système, sans passer la commande usb_modeswitch, puis donne les retours des commandes suivantes :

sudo lshw -class network
lsmod | sort
dmesg | grep rtl

Hors ligne

#11 Le 28/04/2022, à 16:45

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Pour information, je fais tout en ssh donc si le wifi n'est pas activé je suis obligé de brancher un câble ethernet.

$ sudo lshw -class network
  *-network                 
       description: Ethernet interface
       physical id: 7
       logical name: eth0
       serial: 00:1e:06:49:14:a0
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=st_gmac driverversion=Jan_2016 duplex=full ip=192.168.1.9 link=yes multicast=yes port=twisted pair speed=1Gbit/s
$ lsmod | sort
ahci                   36864  2
axg_audio              77824  13
cdrom                  77824  1 sr_mod
cfbcopyarea            16384  1 drm_kms_helper
cfbfillrect            16384  1 drm_kms_helper
cfbimgblt              16384  1 drm_kms_helper
clk_phase              16384  1 axg_audio
cpufreq_conservative    16384  0
cpufreq_powersave      20480  0
drm_kms_helper        290816  5 meson_dw_hdmi,meson_drm,dw_hdmi
dw_hdmi                53248  2 meson_dw_hdmi,dw_hdmi_i2s_audio
dw_hdmi_i2s_audio      16384  0
fuse                  131072  1
gpu_sched              40960  1 panfrost
ip_tables              32768  0
ir_nec_decoder         20480  0
libahci                45056  1 ahci
libata                233472  2 libahci,ahci
mc                     61440  4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
meson_canvas           16384  2 meson_drm,meson_vdec
meson_drm              65536  1 meson_dw_hdmi
meson_dw_hdmi          24576  0
meson_gxbb_wdt         20480  0
meson_gxl              20480  0
meson_ir               16384  0
meson_rng              16384  0
meson_vdec             77824  0
Module                  Size  Used by
panfrost               69632  0
pwm_fan                24576  0
reset_meson_audio_arb    16384  3
rfkill                 36864  1
rng_core               24576  1 meson_rng
rtc_pcf8563            24576  0
sch_fq_codel           24576  2
sclk_div               16384  1 axg_audio
sg                     40960  0
snd_soc_hdmi_codec     24576  1
snd_soc_meson_axg_fifo    20480  1 snd_soc_meson_axg_frddr
snd_soc_meson_axg_frddr    36864  3
snd_soc_meson_axg_sound_card    16384  0
snd_soc_meson_axg_tdm_formatter    16384  2 snd_soc_meson_axg_tdm_interface,snd_soc_meson_axg_tdmout
snd_soc_meson_axg_tdm_interface    16384  2 snd_soc_meson_axg_sound_card
snd_soc_meson_axg_tdmout    24576  1
snd_soc_meson_card_utils    16384  1 snd_soc_meson_axg_sound_card
snd_soc_meson_codec_glue    16384  1 snd_soc_meson_g12a_tohdmitx
snd_soc_meson_g12a_tohdmitx    20480  1
spi_meson_spifc        20480  0
sr_mod                 32768  0
uas                    28672  0
v4l2_mem2mem           40960  1 meson_vdec
videobuf2_common       61440  5 meson_vdec,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,videobuf2_memops
videobuf2_dma_contig    24576  1 meson_vdec
videobuf2_memops       20480  1 videobuf2_dma_contig
videobuf2_v4l2         32768  2 meson_vdec,v4l2_mem2mem
videodev              237568  4 meson_vdec,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
x_tables               49152  1 ip_tables
$ dmesg | grep rtl

aucun retour

Dernière modification par 21TSupSC (Le 28/04/2022, à 16:57)

Hors ligne

#12 Le 28/04/2022, à 17:10

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

ok, passe la commande

sudo usb_modeswitch -KW -v 0bda -p 1a2b

, puis donne :

sudo lshw -class network
lsmod | sort
dmesg | tail -25

Hors ligne

#13 Le 28/04/2022, à 21:46

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Du coup j'ai bien repassé la commande pour changer le mode de la clé wifi. Ensuite j'ai tapé les commandes demandées.

$ sudo lshw -class network
[sudo] password for myID: 
  *-network:0               
       description: Ethernet interface
       physical id: 7
       logical name: eth0
       serial: 00:1e:06:49:14:a0
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=st_gmac driverversion=Jan_2016 link=no multicast=yes port=twisted pair
  *-network:1
       description: Wireless interface
       physical id: 8
       bus info: usb@1:2
       logical name: wlx200bd04d3ddb
       serial: 20:0b:d0:4d:3d:db
       capabilities: ethernet physical wireless
       configuration: broadcast=yes driver=rtl8821cu driverversion=5.16.0-odroid-arm64 ip=192.168.1.56 multicast=yes wireless=IEEE 802.11AC
$ lsmod | sort
8821cu               2383872  0
ahci                   36864  2
axg_audio              77824  13
bluetooth             696320  5 btrtl,btintel,btbcm,btusb
btbcm                  24576  1 btusb
btintel                45056  1 btusb
btrtl                  24576  1 btusb
btusb                  57344  0
cdrom                  77824  1 sr_mod
cfbcopyarea            16384  1 drm_kms_helper
cfbfillrect            16384  1 drm_kms_helper
cfbimgblt              16384  1 drm_kms_helper
cfg80211              397312  1 8821cu
clk_phase              16384  1 axg_audio
cpufreq_conservative    16384  0
cpufreq_powersave      20480  0
drm_kms_helper        290816  5 meson_dw_hdmi,meson_drm,dw_hdmi
dw_hdmi                53248  2 meson_dw_hdmi,dw_hdmi_i2s_audio
dw_hdmi_i2s_audio      16384  0
ecc                    36864  1 ecdh_generic
ecdh_generic           16384  1 bluetooth
fuse                  131072  1
gpu_sched              40960  1 panfrost
ip_tables              32768  0
ir_nec_decoder         20480  0
libahci                45056  1 ahci
libata                233472  2 libahci,ahci
mc                     61440  4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
meson_canvas           16384  2 meson_drm,meson_vdec
meson_drm              65536  1 meson_dw_hdmi
meson_dw_hdmi          24576  0
meson_gxbb_wdt         20480  0
meson_gxl              20480  0
meson_ir               16384  0
meson_rng              16384  0
meson_vdec             77824  0
Module                  Size  Used by
panfrost               69632  0
pwm_fan                24576  0
reset_meson_audio_arb    16384  3
rfkill                 36864  4 bluetooth,cfg80211
rng_core               24576  1 meson_rng
rtc_pcf8563            24576  0
sch_fq_codel           24576  6
sclk_div               16384  1 axg_audio
sg                     40960  0
snd_soc_hdmi_codec     24576  1
snd_soc_meson_axg_fifo    20480  1 snd_soc_meson_axg_frddr
snd_soc_meson_axg_frddr    36864  3
snd_soc_meson_axg_sound_card    16384  0
snd_soc_meson_axg_tdm_formatter    16384  2 snd_soc_meson_axg_tdm_interface,snd_soc_meson_axg_tdmout
snd_soc_meson_axg_tdm_interface    16384  2 snd_soc_meson_axg_sound_card
snd_soc_meson_axg_tdmout    24576  1
snd_soc_meson_card_utils    16384  1 snd_soc_meson_axg_sound_card
snd_soc_meson_codec_glue    16384  1 snd_soc_meson_g12a_tohdmitx
snd_soc_meson_g12a_tohdmitx    20480  1
spi_meson_spifc        20480  0
sr_mod                 32768  0
uas                    28672  0
v4l2_mem2mem           40960  1 meson_vdec
videobuf2_common       61440  5 meson_vdec,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,videobuf2_memops
videobuf2_dma_contig    24576  1 meson_vdec
videobuf2_memops       20480  1 videobuf2_dma_contig
videobuf2_v4l2         32768  2 meson_vdec,v4l2_mem2mem
videodev              237568  4 meson_vdec,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
x_tables               49152  1 ip_tables
$ dmesg | tail -25
[  479.011664] usb 1-2: new high-speed USB device number 3 using xhci-hcd
[  479.159978] usb 1-2: New USB device found, idVendor=0bda, idProduct=c820, bcdDevice= 2.00
[  479.159992] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  479.159997] usb 1-2: Product: 802.11ac NIC
[  479.160001] usb 1-2: Manufacturer: Realtek
[  479.160005] usb 1-2: SerialNumber: 123456
[  479.197920] Bluetooth: Core ver 2.22
[  479.198024] NET: Registered PF_BLUETOOTH protocol family
[  479.198028] Bluetooth: HCI device and connection manager initialized
[  479.198043] Bluetooth: HCI socket layer initialized
[  479.198049] Bluetooth: L2CAP socket layer initialized
[  479.198063] Bluetooth: SCO socket layer initialized
[  479.204966] 8821cu: loading out-of-tree module taints kernel.
[  479.211704] usbcore: registered new interface driver btusb
[  479.221762] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[  479.222717] Bluetooth: hci0: RTL: rom_version status=0 version=1
[  479.222733] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[  479.226013] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[  479.226372] Bluetooth: hci0: RTL: cfg_sz 10, total sz 31990
[  479.453644] usbcore: registered new interface driver rtl8821cu
[  479.472699] rtl8821cu 1-2:1.2 wlx200bd04d3ddb: renamed from wlan0
[  479.677687] Bluetooth: hci0: RTL: fw version 0x829a7644
[  480.365953] IPv6: ADDRCONF(NETDEV_CHANGE): wlx200bd04d3ddb: link becomes ready
[  486.690513] IPv6: ADDRCONF(NETDEV_CHANGE): wlx200bd04d3ddb: link becomes ready
[  548.849698] meson8b-dwmac ff3f0000.ethernet eth0: Link is Down

Hors ligne

#14 Le 28/04/2022, à 22:35

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

C'est surprenant, il va chercher le module 8821cu

Connecte toi en filaire, car si ce que je propose ne fonctionne pas, tu vas perdre la liaison WiFi (jusqu'au reboot et le passage de la commande, puis passe pour changer le mode USB):

sudo modprobe -r 8821cu
sudo modprobe 8188gu

Puis donne le retour de :

dmesg | tail -50
sudo lshw -class network
lsmod | sort

Hors ligne

#15 Le 28/04/2022, à 22:44

xubu1957

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04


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

Hors ligne

#16 Le 28/04/2022, à 22:52

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Merci xubu, j'ai regardé le lien, et je ne comprends pas pourquoi sous la même référence (1a2b) il y a plusieurs chipsets...

A priori, on ne peut pas se passer de la commande usb_modeswitch. Par contre, il semblerait que le fichier de configuration devrait contenir ceci :

# Realtek 8821CU Wifi AC USB
ATTR{idVendor}=="0bda", ATTR{idProduct}=="1a2b", RUN+="/usr/sbin/usb_modeswitch -K -v 0bda -p 1a2b"

(La première ligne est un commentaire, et on pourrait remplacer 8821CU par 8188GU !)

Hors ligne

#17 Le 29/04/2022, à 05:44

iznobe

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Bonjour , le mode switch permet generalement de " retablir " en quelque sorte une peripherique USB qui serait mal detecté , vers celui adequat .
Generalement il n ' y a pas plusieurs chipset avec une meme reference .

Il faut effectivement , une fois qu ' on est sur que tout fonctionne normalement , pour que les changements tiennent apres un reboot modifier , le fichier mode switch rules qui indiquent quoi faire avec les bon parametres pour definir le bon materiel a la place de celui mal reconnu .
Le principal probleme etant que il n ' y a pas de norme suffisament stricte ( ou que les fabricants ne les respectent pas ) pour se passer de ce genre de chose actuellement .

Je pensais que la ligne a ajouter au fichier des rules aurait du etre plus complete , genre contenir aussi la 2eme partie apres les : de chaque coté , du genre :
Pour rappel , quand ca ne fonctionne pas :

Bus 001 Device 002: ID 0bda:1a2b Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (Driver CDROM Mode)

quand cela fonctionne :

Bus 001 Device 003: ID 0bda:c820 Realtek Semiconductor Corp. 802.11ac NIC

/lib/udev/rules.d/40-usb_modeswitch.rules :

# Realtek 8821CU Wifi AC USB
ATTR{idVendor}=="0bda", ATTR{idProduct}=="c820", RUN+="usb_modeswitch '/%k’"

A mon avis , je pense que le chipset est correctement reconnue de base par l' ordi .
Le probleme est en fait que la clé est reconnue comme un CDROM , a la place d ' une clé wifi .
Du coup dans le switch il faut simplement lui dire ( avec le bon code ( c820 ? ) ) que  ce n' est pas un CDROM mais une clé wifi .

Dernière modification par iznobe (Le 29/04/2022, à 06:03)


retour utilisable de commande
MSI Z490A-pro , i7 10700 , 32 GB RAM .

Hors ligne

#18 Le 29/04/2022, à 09:09

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

NicoApi73 a écrit :

C'est surprenant, il va chercher le module 8821cu

Connecte toi en filaire, car si ce que je propose ne fonctionne pas, tu vas perdre la liaison WiFi (jusqu'au reboot et le passage de la commande, puis passe pour changer le mode USB):

sudo modprobe -r 8821cu
sudo modprobe 8188gu

Puis donne le retour de :

dmesg | tail -50
sudo lshw -class network
lsmod | sort

J'ai donc effectué les commandes

$ sudo modprobe -r 8821cu
$ sudo modprobe 8188gu
$ dmesg | tail -50
[  122.485519] systemd[1]: Reached target Swaps.
[  122.526138] systemd[1]: Finished Apply Kernel Variables.
[  122.538485] systemd[1]: Finished Create System Users.
[  122.541537] systemd[1]: Starting Create Static Device Nodes in /dev...
[  122.549397] systemd[1]: Started Journal Service.
[  122.575276] systemd-journald[827]: Received client request to flush runtime journal.
[  122.577923] systemd-journald[827]: File /var/log/journal/1e86f6d726fa465aa0987df7d582fe64/system.journal corrupted or uncleanly shut down, renaming and replacing.
[  122.992204] mc: Linux media interface: v0.10
[  123.000946] videodev: Linux video capture interface: v2.00
[  123.022320] Registered IR keymap rc-odroid
[  123.024442] meson-drm ff900000.vpu: Queued 2 outputs on vpu
[  123.030163] IR NEC protocol handler initialized
[  123.037884] meson_vdec: module is from the staging directory, the quality is unknown, you have been warned.
[  123.043195] meson-drm ff900000.vpu: CVBS Output connector not available
[  123.062599] rc rc0: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0
[  123.062790] rc rc0: lirc_dev: driver meson-ir registered at minor = 0, raw IR receiver, no transmitter
[  123.062909] input: meson-ir as /devices/platform/soc/ff800000.bus/ff808000.ir/rc/rc0/input0
[  123.063172] meson-ir ff808000.ir: receiver initialized
[  123.065740] sd 2:0:0:0: Attached scsi generic sg0 type 0
[  123.065880] sr 0:0:0:0: Attached scsi generic sg1 type 5
[  123.072025] meson-dw-hdmi ff600000.hdmi-tx: Detected HDMI TX controller v2.01a with HDCP (meson_dw_hdmi_phy)
[  123.074563] meson-dw-hdmi ff600000.hdmi-tx: registered DesignWare HDMI I2C bus driver
[  123.074836] meson-drm ff900000.vpu: bound ff600000.hdmi-tx (ops meson_dw_hdmi_ops [meson_dw_hdmi])
[  123.075302] [drm] Initialized meson 1.0.0 20161109 for ff900000.vpu on minor 0
[  123.144639] panfrost ffe40000.gpu: clock rate = 24000000
[  123.144725] panfrost ffe40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
[  123.157749] panfrost ffe40000.gpu: mali-g31 id 0x7093 major 0x0 minor 0x0 status 0x0
[  123.157765] panfrost ffe40000.gpu: features: 00000000,3fde77ff, issues: 00000000,00000400
[  123.157770] panfrost ffe40000.gpu: Features: L2:0x07100206 Shader:0x00000000 Tiler:0x00000209 Mem:0x1 MMU:0x00002821 AS:0xff JS:0x7
[  123.157775] panfrost ffe40000.gpu: shader_present=0x1 l2_present=0x1
[  123.177584] [drm] Initialized panfrost 1.2.0 20180908 for ffe40000.gpu on minor 1
[  123.254582] Console: switching to colour frame buffer device 128x48
[  123.276519] meson-drm ff900000.vpu: [drm] fb0: mesondrmfb frame buffer device
[  123.542883] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  123.542920] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[  123.867985] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[  123.873514] meson8b-dwmac ff3f0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[  123.883976] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found
[  123.883998] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW
[  123.889675] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode
[  124.947947] random: crng init done
[  124.947957] random: 7 urandom warning(s) missed due to ratelimiting
[  206.851967] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  206.852162] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[  307.421780] 8188gu: loading out-of-tree module taints kernel.
[  307.434763] RTW: module init start
[  307.434775] RTW: rtl8710bu v5.2.22_xxxx.20180117
[  307.434804] RTW: rtw_inetaddr_notifier_register
[  307.434894] usbcore: registered new interface driver rtl8710bu
[  307.434899] RTW: module init ret=0
$ sudo lshw -class network
  *-network                 
       description: Ethernet interface
       physical id: 7
       logical name: eth0
       serial: 00:1e:06:49:14:a0
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=st_gmac driverversion=Jan_2016 duplex=full ip=192.168.1.9 link=yes multicast=yes port=twisted pair speed=1Gbit/s
$ lsmod | sort
8188gu               1495040  0
ahci                   36864  2
axg_audio              77824  13
cdrom                  77824  1 sr_mod
cfbcopyarea            16384  1 drm_kms_helper
cfbfillrect            16384  1 drm_kms_helper
cfbimgblt              16384  1 drm_kms_helper
cfg80211              397312  1 8188gu
clk_phase              16384  1 axg_audio
cpufreq_conservative    16384  0
cpufreq_powersave      20480  0
drm_kms_helper        290816  5 meson_dw_hdmi,meson_drm,dw_hdmi
dw_hdmi                53248  2 meson_dw_hdmi,dw_hdmi_i2s_audio
dw_hdmi_i2s_audio      16384  0
fuse                  131072  1
gpu_sched              40960  1 panfrost
ip_tables              32768  0
ir_nec_decoder         20480  0
libahci                45056  1 ahci
libata                233472  2 libahci,ahci
mc                     61440  4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
meson_canvas           16384  2 meson_drm,meson_vdec
meson_drm              65536  1 meson_dw_hdmi
meson_dw_hdmi          24576  0
meson_gxbb_wdt         20480  0
meson_gxl              20480  0
meson_ir               16384  0
meson_rng              16384  0
meson_vdec             77824  0
Module                  Size  Used by
panfrost               69632  0
pwm_fan                24576  0
reset_meson_audio_arb    16384  3
rfkill                 36864  2 cfg80211
rng_core               24576  1 meson_rng
rtc_pcf8563            24576  0
sch_fq_codel           24576  2
sclk_div               16384  1 axg_audio
sg                     40960  0
snd_soc_hdmi_codec     24576  1
snd_soc_meson_axg_fifo    20480  1 snd_soc_meson_axg_frddr
snd_soc_meson_axg_frddr    36864  3
snd_soc_meson_axg_sound_card    16384  0
snd_soc_meson_axg_tdm_formatter    16384  2 snd_soc_meson_axg_tdm_interface,snd_soc_meson_axg_tdmout
snd_soc_meson_axg_tdm_interface    16384  2 snd_soc_meson_axg_sound_card
snd_soc_meson_axg_tdmout    24576  1
snd_soc_meson_card_utils    16384  1 snd_soc_meson_axg_sound_card
snd_soc_meson_codec_glue    16384  1 snd_soc_meson_g12a_tohdmitx
snd_soc_meson_g12a_tohdmitx    20480  1
spi_meson_spifc        20480  0
sr_mod                 32768  0
uas                    28672  0
v4l2_mem2mem           40960  1 meson_vdec
videobuf2_common       61440  5 meson_vdec,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,videobuf2_memops
videobuf2_dma_contig    24576  1 meson_vdec
videobuf2_memops       20480  1 videobuf2_dma_contig
videobuf2_v4l2         32768  2 meson_vdec,v4l2_mem2mem
videodev              237568  4 meson_vdec,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
x_tables               49152  1 ip_tables

J'ai reboot l'ordinateur mais toujours pareil je dois effectué un usb_modeswitch pour passer la clé en clé wifi puis ça fonctionne.

Hors ligne

#19 Le 29/04/2022, à 09:37

xubu1957

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Bonjour,

Pour info, chili555 conseille le brektrou dans askubuntu.com/questions/1224468/usb-wifi-adapter-driver-installed-but-dont-work.

        _ _ _

(edit=messages regroupés)
        _ _ _

@Nico

Vu :

 usbcore: registered new interface driver rtl8710bu

Pour info, si tu vois une piste > github.com/lwfinger/rtl8188gu/issues/4

ou vers la fin de cette discussion > github.com/lwfinger/rtl8188gu/issues/7

Dernière modification par xubu1957 (Le 29/04/2022, à 09:52)


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

Hors ligne

#20 Le 29/04/2022, à 15:35

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

xubu1957 a écrit :
 usbcore: registered new interface driver rtl8710bu

Bonjour,

C'est parti pour nous passer en revue toute la gamme USB Realtek wink (à mon avis, c'est un copier-coller dans le code de L. Finger)

Peux tu réessayer (avec une commande en plus) :

sudo modprobe -r 8821cu
sudo modprobe 8188gu
sudo usb_modeswitch -KW -v 0bda -p 1a2b

Puis donne le retour de :

dmesg | tail -50
sudo lshw -class network
lsmod | sort

La référence de chipset identifiée par iznobe dans un des retours dmesg correspond bien au rtl8821cu. Je pense que c'est bien ce module que tu as et ne comprends pas pourquoi lsusb identifie le 8188gu.

Pour moi, dans ce cas, c'est le 8821cu qu'il faut paramétrer, dans ce cas, la config serait :

# Realtek 8821CU Wifi AC USB
ATTR{idVendor}=="0bda", ATTR{idProduct}=="c820", RUN+="/usr/sbin/usb_modeswitch -K -v 0bda -p c820"

Dernière modification par NicoApi73 (Le 29/04/2022, à 15:36)

Hors ligne

#21 Le 29/04/2022, à 16:33

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Du coup, je me suis connecté en ethernet puis j'ai lancer les commandes.

$ sudo modprobe -r 8821cu
sudo modprobe 8188gu
$ sudo usb_modeswitch -KW -v 0bda -p 1a2b
Take all parameters from the command line


 * usb_modeswitch: handle USB devices with multiple modes
 * Version 2.6.1 (C) Josua Dietze 2017
 * Based on libusb1/libusbx

 ! PLEASE REPORT NEW CONFIGURATIONS !

DefaultVendor=  0x0bda
DefaultProduct= 0x1a2b

StandardEject=1

Look for default devices ...
  found USB ID 1d6b:0003
  found USB ID 0bda:c820
   vendor ID matched
  found USB ID 1d6b:0002
 No devices in default mode found. Nothing to do. Bye!
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0bda:c820 Realtek Semiconductor Corp. 802.11ac NIC
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ dmesg | tail -50 
[  123.142390] panfrost ffe40000.gpu: shader_present=0x1 l2_present=0x1
[  123.168910] [drm] Initialized panfrost 1.2.0 20180908 for ffe40000.gpu on minor 1
[  123.276775] Console: switching to colour frame buffer device 128x48
[  123.304524] meson-drm ff900000.vpu: [drm] fb0: mesondrmfb frame buffer device
[  123.487502] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null). Quota mode: none.
[  123.487539] ext4 filesystem being mounted at /boot supports timestamps until 2038 (0x7fffffff)
[  123.815866] meson8b-dwmac ff3f0000.ethernet eth0: PHY [0.0:00] driver [RTL8211F Gigabit Ethernet] (irq=POLL)
[  123.817430] meson8b-dwmac ff3f0000.ethernet eth0: Register MEM_TYPE_PAGE_POOL RxQ-0
[  123.828203] meson8b-dwmac ff3f0000.ethernet eth0: No Safety Features support found
[  123.828225] meson8b-dwmac ff3f0000.ethernet eth0: PTP not supported by HW
[  123.828649] meson8b-dwmac ff3f0000.ethernet eth0: configuring for phy/rgmii link mode
[  126.511745] random: crng init done
[  126.511754] random: 7 urandom warning(s) missed due to ratelimiting
[  127.939764] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[  127.939802] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  132.079873] scsi 0:0:0:0: rejecting I/O to dead device
[  206.282755] usb 1-2: USB disconnect, device number 2
[  206.663506] usb 1-2: new high-speed USB device number 3 using xhci-hcd
[  206.811813] usb 1-2: New USB device found, idVendor=0bda, idProduct=c820, bcdDevice= 2.00
[  206.811826] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  206.811832] usb 1-2: Product: 802.11ac NIC
[  206.811836] usb 1-2: Manufacturer: Realtek
[  206.811840] usb 1-2: SerialNumber: 123456
[  206.848349] Bluetooth: Core ver 2.22
[  206.848459] NET: Registered PF_BLUETOOTH protocol family
[  206.848464] Bluetooth: HCI device and connection manager initialized
[  206.848477] Bluetooth: HCI socket layer initialized
[  206.848489] Bluetooth: L2CAP socket layer initialized
[  206.848507] Bluetooth: SCO socket layer initialized
[  206.856766] 8821cu: loading out-of-tree module taints kernel.
[  206.862756] usbcore: registered new interface driver btusb
[  206.868463] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[  206.869485] Bluetooth: hci0: RTL: rom_version status=0 version=1
[  206.869502] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[  206.873838] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[  206.874276] Bluetooth: hci0: RTL: cfg_sz 10, total sz 31990
[  207.106405] usbcore: registered new interface driver rtl8821cu
[  207.123149] rtl8821cu 1-2:1.2 wlx200bd04d3ddb: renamed from wlan0
[  207.325397] Bluetooth: hci0: RTL: fw version 0x829a7644
[  208.005707] IPv6: ADDRCONF(NETDEV_CHANGE): wlx200bd04d3ddb: link becomes ready
[  214.328043] IPv6: ADDRCONF(NETDEV_CHANGE): wlx200bd04d3ddb: link becomes ready
[  240.574660] meson8b-dwmac ff3f0000.ethernet eth0: Link is Down
[ 2662.930029] rc rc0: two consecutive events of type space
[26025.401609] usbcore: deregistering interface driver rtl8821cu
[26211.265511] meson8b-dwmac ff3f0000.ethernet eth0: Link is Up - 1Gbps/Full - flow control rx/tx
[26396.136472] RTW: module init start
[26396.136484] RTW: rtl8710bu v5.2.22_xxxx.20180117
[26396.136512] RTW: rtw_inetaddr_notifier_register
[26396.136605] usbcore: registered new interface driver rtl8710bu
[26396.136609] RTW: module init ret=0
$ sudo lshw -class network
  *-network                 
       description: Ethernet interface
       physical id: 7
       logical name: eth0
       serial: 00:1e:06:49:14:a0
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=st_gmac driverversion=Jan_2016 duplex=full ip=192.168.1.9 link=yes multicast=yes port=twisted pair speed=1Gbit/s
$ lsmod | sort
8188gu               1495040  0
ahci                   36864  2
axg_audio              77824  13
bluetooth             696320  5 btrtl,btintel,btbcm,btusb
btbcm                  24576  1 btusb
btintel                45056  1 btusb
btrtl                  24576  1 btusb
btusb                  57344  0
cdrom                  77824  1 sr_mod
cfbcopyarea            16384  1 drm_kms_helper
cfbfillrect            16384  1 drm_kms_helper
cfbimgblt              16384  1 drm_kms_helper
cfg80211              397312  1 8188gu
clk_phase              16384  1 axg_audio
cpufreq_conservative    16384  0
cpufreq_powersave      20480  0
drm_kms_helper        290816  5 meson_dw_hdmi,meson_drm,dw_hdmi
dw_hdmi                53248  2 meson_dw_hdmi,dw_hdmi_i2s_audio
dw_hdmi_i2s_audio      16384  0
ecc                    36864  1 ecdh_generic
ecdh_generic           16384  1 bluetooth
fuse                  131072  1
gpu_sched              40960  1 panfrost
ip_tables              32768  0
ir_nec_decoder         20480  0
libahci                45056  1 ahci
libata                233472  2 libahci,ahci
mc                     61440  4 videodev,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
meson_canvas           16384  2 meson_drm,meson_vdec
meson_drm              65536  1 meson_dw_hdmi
meson_dw_hdmi          24576  0
meson_gxbb_wdt         20480  0
meson_gxl              20480  0
meson_ir               16384  0
meson_rng              16384  0
meson_vdec             77824  0
Module                  Size  Used by
panfrost               69632  0
pwm_fan                24576  0
reset_meson_audio_arb    16384  3
rfkill                 36864  3 bluetooth,cfg80211
rng_core               24576  1 meson_rng
rtc_pcf8563            24576  0
sch_fq_codel           24576  2
sclk_div               16384  1 axg_audio
sg                     40960  0
snd_soc_hdmi_codec     24576  1
snd_soc_meson_axg_fifo    20480  1 snd_soc_meson_axg_frddr
snd_soc_meson_axg_frddr    36864  3
snd_soc_meson_axg_sound_card    16384  0
snd_soc_meson_axg_tdm_formatter    16384  2 snd_soc_meson_axg_tdm_interface,snd_soc_meson_axg_tdmout
snd_soc_meson_axg_tdm_interface    16384  2 snd_soc_meson_axg_sound_card
snd_soc_meson_axg_tdmout    24576  1
snd_soc_meson_card_utils    16384  1 snd_soc_meson_axg_sound_card
snd_soc_meson_codec_glue    16384  1 snd_soc_meson_g12a_tohdmitx
snd_soc_meson_g12a_tohdmitx    20480  1
spi_meson_spifc        20480  0
sr_mod                 32768  0
uas                    28672  0
v4l2_mem2mem           40960  1 meson_vdec
videobuf2_common       61440  5 meson_vdec,videobuf2_dma_contig,videobuf2_v4l2,v4l2_mem2mem,videobuf2_memops
videobuf2_dma_contig    24576  1 meson_vdec
videobuf2_memops       20480  1 videobuf2_dma_contig
videobuf2_v4l2         32768  2 meson_vdec,v4l2_mem2mem
videodev              237568  4 meson_vdec,videobuf2_v4l2,videobuf2_common,v4l2_mem2mem
x_tables               49152  1 ip_tables

Hors ligne

#22 Le 29/04/2022, à 16:40

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

ok, je ne sais pas pourquoi au #1 on voit le 8188GU, mais pour moi, ce n'est pas le chipset ici.

Peux tu rebooter, et une fois le reboot fais, passe les commandes suivantes, (en donnant le retour de commande STP) :

lsusb
sudo usb_modeswitch -KW -v 0bda -p c820
lsusb
sudo lshw -class network

EDIT : en fait quand tu branches ta clé, elle est reconnue comme :

Bus 001 Device 002: ID 0bda:1a2b Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (Driver CDROM Mode)

et le modeswitch permet de retrouver la bonne référence :

Bus 001 Device 003: ID 0bda:c820 Realtek Semiconductor Corp. 802.11ac NIC

Dernière modification par NicoApi73 (Le 29/04/2022, à 16:43)

Hors ligne

#23 Le 29/04/2022, à 17:01

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0bda:1a2b Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (Driver CDROM Mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ sudo usb_modeswitch -KW -v 0bda -p c820 
Take all parameters from the command line


 * usb_modeswitch: handle USB devices with multiple modes
 * Version 2.6.1 (C) Josua Dietze 2017
 * Based on libusb1/libusbx

 ! PLEASE REPORT NEW CONFIGURATIONS !

DefaultVendor=  0x0bda
DefaultProduct= 0xc820

StandardEject=1

Look for default devices ...
  found USB ID 1d6b:0003
  found USB ID 0bda:1a2b
   vendor ID matched
  found USB ID 1d6b:0002
 No devices in default mode found. Nothing to do. Bye!
$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0bda:1a2b Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (Driver CDROM Mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
$ sudo lshw -class network
  *-network                 
       description: Ethernet interface
       physical id: 7
       logical name: eth0
       serial: 00:1e:06:49:14:a0
       size: 1Gbit/s
       capacity: 1Gbit/s
       capabilities: ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
       configuration: autonegotiation=on broadcast=yes driver=st_gmac driverversion=Jan_2016 duplex=full ip=192.168.1.9 link=yes multicast=yes port=twisted pair speed=1Gbit/s

Le usb_modeswitch ne fonction pas avec l'option -p c820 mais si je mets -p 1a2b oui.

Dernière modification par 21TSupSC (Le 29/04/2022, à 17:02)

Hors ligne

#24 Le 29/04/2022, à 17:10

NicoApi73

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

oui, en fait c'est logique. Le système semble confondre 0bda:c820 avec 0bda:1a2b. Il détecte (faussement) 0bda:1a2b et quand on force le switch, il reconnait 0bda:c820

L'installation du pilote de L. Finger ne sert à rien.

As tu essayé cette configuration dans le fichier /lib/udev/rules.d/40-usb_modeswitch.rules

# Realtek 8821CU Wifi AC USB
ATTR{idVendor}=="0bda", ATTR{idProduct}=="1a2b ", RUN+="/usr/sbin/usb_modeswitch -K -v 0bda -p 1a2b "

Hors ligne

#25 Le 29/04/2022, à 17:18

21TSupSC

Re : [Résolu] Clé wifi non reconnue par ubuntu 22.04

Oui j'ai essayé mais ça ne fonctionne pas. (je viens de remettre la commande dans le fichier /lib/udev/rules.d/40-usb_modeswitch.rules et reboot le systeme). En faisant

$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 002: ID 0bda:1a2b Realtek Semiconductor Corp. RTL8188GU 802.11n WLAN Adapter (Driver CDROM Mode)
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub

Dernière modification par 21TSupSC (Le 29/04/2022, à 17:19)

Hors ligne