#76 Le 12/08/2022, à 08:31
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
autre chose quand je refait la procédure #60 je doit supprimer le dossier rtl8821cu qui se trouve dans dossier personnel si non
la commande suivante ne marche pas:git clone https://github.com/brektrou/rtl8821CU.git
?
Bonjour,
Normalement, tu n'as pas besoin de passer cette commande de nouveau : tu n'as pas besoin de télécharger à nouveau les sources du pilotes (sauf cas exceptionnel).
La liste des commandes ci-dessous est suffisante :
cd rtl8821CU
make clean
make
sudo make install
sudo modprobe 8821cu
Hors ligne
#77 Le 12/08/2022, à 15:06
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Ok la prochaine fois je fais ça
merci
Hors ligne
#78 Le 17/02/2023, à 15:05
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bon ça marchait bien mais aujourd'hui suite a un mise a jour du firmware cette procédure ne marche plus
cd rtl8821CU
make clean
make
sudo make install
sudo modprobe 8821cu
Hors ligne
#79 Le 17/02/2023, à 15:07
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Fournis le noyau actif :
uname -a
et :
dkms status
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#80 Le 17/02/2023, à 15:17
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
uname -a
fred@fred-X15I3-8TU512:~$ uname -a
Linux fred-X15I3-8TU512 5.19.0-32-generic #33~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jan 30 17:03:34 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
dkms statut
fred@fred-X15I3-8TU512:~$ dkms status
rtl8821CU/#MODULE_VERSION#: added
Dernière modification par marvin33 (Le 17/02/2023, à 15:18)
Hors ligne
#81 Le 17/02/2023, à 15:22
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Noyau de kinetic dans linux-headers-generic.
Fournis les noyaux présents :
echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#82 Le 17/02/2023, à 15:24
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
noyaux présent:
fred@fred-X15I3-8TU512:~$ echo; dpkg -l | awk '!/^rc/ && / linux-(c|g|h|i|lo|m|si|t)/{print $1,$2,$3,$4 | "sort -k3V | column -t"}' ; echo -e "\nNoyau courant : $(uname -mr)"
ii linux-hwe-5.8-headers-5.8.0-63 5.8.0-63.71~20.04.1 all
ii linux-headers-5.8.0-63-generic 5.8.0-63.71~20.04.1 amd64
ii linux-headers-5.15.0-60 5.15.0-60.66 all
ii linux-headers-5.15.0-60-generic 5.15.0-60.66 amd64
ii linux-image-5.15.0-60-generic 5.15.0-60.66 amd64
ii linux-modules-5.15.0-60-generic 5.15.0-60.66 amd64
ii linux-modules-extra-5.15.0-60-generic 5.15.0-60.66 amd64
ii linux-generic 5.15.0.60.58 amd64
ii linux-generic-hwe-20.04 5.15.0.60.58 amd64
ii linux-headers-generic 5.15.0.60.58 amd64
ii linux-image-generic 5.15.0.60.58 amd64
ii linux-hwe-5.19-headers-5.19.0-32 5.19.0-32.33~22.04.1 all
ii linux-headers-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64
ii linux-image-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64
ii linux-modules-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64
ii linux-modules-extra-5.19.0-32-generic 5.19.0-32.33~22.04.1 amd64
ii linux-generic-hwe-22.04 5.19.0.32.33~22.04.9 amd64
ii linux-headers-generic-hwe-22.04 5.19.0.32.33~22.04.9 amd64
ii linux-image-generic-hwe-22.04 5.19.0.32.33~22.04.9 amd64
Noyau courant : 5.19.0-32-generic x86_64
Hors ligne
#83 Le 17/02/2023, à 15:32
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Il faut l'avis de Nico.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#84 Le 17/02/2023, à 15:36
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
ok merci quand même
Hors ligne
#85 Le 17/02/2023, à 15:42
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Montre le sources.list avec la numérotation :
find /etc/apt -type f \( -name '*.list*' -o -name '*.sources' \) -exec bash -c 'echo -e "\n\t$1\n"; [ "${1##*.}" = "list" -o "${1##*.}" = "sources" ] && cat -n "$1"' _ '{}' \;
Vu ce cas > plus de wifi avec version 22-04 5.19 032
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#86 Le 17/02/2023, à 16:14
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Il ne faut pas aller sur la série de noyau 5.19, mais rester sur la série 5.15. La dernière mise à jour du pilote brektrou date d'avril, donc pas compatible d'une série de noyau plus récente.
Le 5.15 ne pose pas de problème, c'est la série de la 22.04.1. Pour ça, il faut virer le HWE
J'ai très peu de disponibilité jusqu'à lundi, peut être demain soir, pas sûr...
Hors ligne
#87 Le 17/02/2023, à 16:22
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Ok
réponse
/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list.distUpgrade
/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-apps-focal.list.distUpgrade
/etc/apt/sources.list.d/ingalex-ubuntu-super-boot-manager-impish.list.save
/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-impish.list.distUpgrade
/etc/apt/sources.list.d/ingalex-ubuntu-super-boot-manager-impish.list
/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-focal.list
1 # deb http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu focal main
2 # deb-src http://ppa.launchpad.net/nilarimogard/webupd8/ubuntu focal main
/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-focal.list.save
/etc/apt/sources.list.d/lutris-team-ubuntu-lutris-focal.list
1 # deb http://ppa.launchpad.net/lutris-team/lutris/ubuntu hirsute main # désactivé pour la mise à niveau vers hirsute
2 # deb-src http://ppa.launchpad.net/lutris-team/lutris/ubuntu focal main
/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-apps-focal.list.save
/etc/apt/sources.list.d/lutris-team-ubuntu-lutris-focal.list.distUpgrade
/etc/apt/sources.list.d/ubuntuhandbook1-ubuntu-apps-focal.list
1 # deb http://ppa.launchpad.net/ubuntuhandbook1/apps/ubuntu hirsute main # désactivé pour la mise à niveau vers hirsute
2 # deb-src http://ppa.launchpad.net/ubuntuhandbook1/apps/ubuntu focal main
/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list
1 # deb http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu hirsute main # désactivé pour la mise à niveau vers hirsute
2 # deb-src http://ppa.launchpad.net/yannubuntu/boot-repair/ubuntu focal main
/etc/apt/sources.list.d/lucioc-ubuntu-sayonara-focal.list
1 # deb http://ppa.launchpad.net/lucioc/sayonara/ubuntu hirsute main # désactivé pour la mise à niveau vers hirsute
2 # deb-src http://ppa.launchpad.net/lucioc/sayonara/ubuntu focal main
/etc/apt/sources.list.d/protonvpn-stable.list.save
/etc/apt/sources.list.d/lucioc-ubuntu-sayonara-focal.list.distUpgrade
/etc/apt/sources.list.d/protonvpn-stable.list.distUpgrade
/etc/apt/sources.list.d/lucioc-ubuntu-sayonara-focal.list.save
/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-impish.list.save
/etc/apt/sources.list.d/nilarimogard-ubuntu-webupd8-focal.list.distUpgrade
/etc/apt/sources.list.d/lutris-team-ubuntu-lutris-focal.list.save
/etc/apt/sources.list.d/yannubuntu-ubuntu-boot-repair-focal.list.save
/etc/apt/sources.list.d/protonvpn-stable.list
1 #
2 # ProtonVPN stable release
3 #
4 deb [arch="all", signed-by=/usr/share/keyrings/protonvpn-stable-archive-keyring.gpg] https://repo.protonvpn.com/debian stable main
/etc/apt/sources.list.d/archive_uri-https_dl_winehq_org_wine-builds_ubuntu_-impish.list
1 # deb https://dl.winehq.org/wine-builds/ubuntu/ impish main
2 # deb-src https://dl.winehq.org/wine-builds/ubuntu/ impish main
/etc/apt/sources.list
1 # deb cdrom:[Ubuntu 20.04.2.0 LTS _Focal Fossa_ - Release amd64 (20210209.1)]/ focal main restricted
2
3 # See http://help.ubuntu.com/community/UpgradeNotes for how to upgrade to
4 # newer versions of the distribution.
5 deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
6 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal main restricted
7
8 ## Major bug fix updates produced after the final release of the
9 ## distribution.
10 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
11 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates main restricted
12
13 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
14 ## team. Also, please note that software in universe WILL NOT receive any
15 ## review or updates from the Ubuntu security team.
16 deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
17 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal universe
18 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
19 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates universe
20
21 ## N.B. software from this repository is ENTIRELY UNSUPPORTED by the Ubuntu
22 ## team, and may not be under a free licence. Please satisfy yourself as to
23 ## your rights to use the software. Also, please note that software in
24 ## multiverse WILL NOT receive any review or updates from the Ubuntu
25 ## security team.
26 deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
27 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal multiverse
28 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
29 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-updates multiverse
30
31 ## N.B. software from this repository may not have been tested as
32 ## extensively as that contained in the main release, although it includes
33 ## newer versions of some applications which may provide useful features.
34 ## Also, please note that software in backports WILL NOT receive any review
35 ## or updates from the Ubuntu security team.
36 deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
37 # deb-src http://fr.archive.ubuntu.com/ubuntu/ focal-backports main restricted universe multiverse
38
39
40 deb http://security.ubuntu.com/ubuntu jammy-security main restricted
41 # deb-src http://security.ubuntu.com/ubuntu focal-security main restricted
42 deb http://security.ubuntu.com/ubuntu jammy-security universe
43 # deb-src http://security.ubuntu.com/ubuntu focal-security universe
44 deb http://security.ubuntu.com/ubuntu jammy-security multiverse
45 # deb-src http://security.ubuntu.com/ubuntu focal-security multiverse
46
47 # This system was installed using small removable media
48 # (e.g. netinst, live or single CD). The matching "deb cdrom"
49 # entries were disabled at the end of the installation process.
50 # For information about how to configure apt package sources,
51 # see the sources.list(5) manual.
52 # deb https://dl.winehq.org/wine-builds/ubuntu/ hirsute main # désactivé pour la mise à niveau vers hirsute
53 # deb-src https://dl.winehq.org/wine-builds/ubuntu/ focal main
/etc/apt/sources.list.distUpgrade
/etc/apt/sources.list.save
fred@fred-X15I3-8TU512:~$
Hors ligne
#88 Le 17/02/2023, à 16:32
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Fais voir :
sudo apt update
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#89 Le 17/02/2023, à 16:34
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
fred@fred-X15I3-8TU512:~$ sudo apt update
Atteint :1 http://fr.archive.ubuntu.com/ubuntu jammy InRelease
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates InRelease [119 kB]
Atteint :3 https://repo.protonvpn.com/debian stable InRelease
Réception de :4 http://fr.archive.ubuntu.com/ubuntu jammy-backports InRelease [107 kB]
Réception de :5 http://security.ubuntu.com/ubuntu jammy-security InRelease [110 kB]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 Packages [898 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main i386 Packages [441 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 DEP-11 Metadata [101 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 c-n-f Metadata [13,5 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted amd64 Packages [624 kB]
Réception de :11 http://fr.archive.ubuntu.com/ubuntu jammy-updates/restricted i386 Packages [27,2 kB]
Réception de :12 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 Packages [853 kB]
Réception de :13 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe i386 Packages [586 kB]
Réception de :14 http://fr.archive.ubuntu.com/ubuntu jammy-updates/universe amd64 DEP-11 Metadata [267 kB]
Réception de :15 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse i386 Packages [3520 B]
Réception de :16 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 Packages [9696 B]
Réception de :17 http://fr.archive.ubuntu.com/ubuntu jammy-updates/multiverse amd64 DEP-11 Metadata [940 B]
Réception de :18 http://fr.archive.ubuntu.com/ubuntu jammy-backports/main amd64 DEP-11 Metadata [7988 B]
Réception de :19 http://fr.archive.ubuntu.com/ubuntu jammy-backports/universe amd64 DEP-11 Metadata [12,4 kB]
Réception de :20 http://security.ubuntu.com/ubuntu jammy-security/main amd64 DEP-11 Metadata [41,6 kB]
Réception de :21 http://security.ubuntu.com/ubuntu jammy-security/universe amd64 DEP-11 Metadata [15,2 kB]
4239 ko réceptionnés en 2s (2768 ko/s)
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
27 paquets peuvent être mis à jour. Exécutez « apt list --upgradable » pour les voir.
Hors ligne
#90 Le 17/02/2023, à 16:35
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
27 paquets peuvent être mis à jour.
Affiche :
sudo apt full-upgrade
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#91 Le 17/02/2023, à 16:41
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
fred@fred-X15I3-8TU512:~$ sudo apt full-upgrade
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
Calcul de la mise à jour... Fait
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
libllvm13 libllvm13:i386
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
#
# News about significant security updates, features and services will
# appear here to raise awareness and perhaps tease /r/Linux ;)
# Use 'pro config set apt_news=false' to hide this and future APT news.
#
Les paquets suivants ont été conservés :
fwupd-signed gnome-initial-setup gnome-remote-desktop grub-efi-amd64-bin
grub-efi-amd64-signed language-pack-en language-pack-en-base language-pack-fr
language-pack-fr-base language-pack-gnome-en language-pack-gnome-en-base
language-pack-gnome-fr language-pack-gnome-fr-base shim-signed
ubuntu-advantage-desktop-daemon update-notifier update-notifier-common
Les paquets suivants seront mis à jour :
base-files python-apt-common python3-apt python3-distupgrade
python3-software-properties software-properties-common software-properties-gtk
ubuntu-advantage-tools ubuntu-release-upgrader-core
ubuntu-release-upgrader-gtk
10 mis à jour, 0 nouvellement installés, 0 à enlever et 17 non mis à jour.
Il est nécessaire de prendre 669 ko dans les archives.
Après cette opération, 50,2 ko d'espace disque supplémentaires seront utilisés.
Souhaitez-vous continuer ? [O/n] o
Réception de :1 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 base-files amd64 12ubuntu4.3 [62,6 kB]
Réception de :2 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python-apt-common all 2.4.0ubuntu1 [14,3 kB]
Réception de :3 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-apt amd64 2.4.0ubuntu1 [164 kB]
Réception de :4 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-advantage-tools amd64 27.13.5~22.04.1 [172 kB]
Réception de :5 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-release-upgrader-gtk all 1:22.04.16 [9130 B]
Réception de :6 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 ubuntu-release-upgrader-core all 1:22.04.16 [26,2 kB]
Réception de :7 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-distupgrade all 1:22.04.16 [107 kB]
Réception de :8 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-common all 0.99.22.5 [14,1 kB]
Réception de :9 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 software-properties-gtk all 0.99.22.5 [70,9 kB]
Réception de :10 http://fr.archive.ubuntu.com/ubuntu jammy-updates/main amd64 python3-software-properties all 0.99.22.5 [28,8 kB]
669 ko réceptionnés en 0s (3170 ko/s)
Préconfiguration des paquets...
(Lecture de la base de données... 261355 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../base-files_12ubuntu4.3_amd64.deb ...
Dépaquetage de base-files (12ubuntu4.3) sur (12ubuntu4.2) ...
Paramétrage de base-files (12ubuntu4.3) ...
Installation de la nouvelle version du fichier de configuration /etc/issue ...
Installation de la nouvelle version du fichier de configuration /etc/issue.net ...
Installation de la nouvelle version du fichier de configuration /etc/lsb-release .
..
motd-news.service is a disabled or a static unit not running, not starting it.
(Lecture de la base de données... 261355 fichiers et répertoires déjà installés.)
Préparation du dépaquetage de .../0-python-apt-common_2.4.0ubuntu1_all.deb ...
Dépaquetage de python-apt-common (2.4.0ubuntu1) sur (2.4.0) ...
Préparation du dépaquetage de .../1-python3-apt_2.4.0ubuntu1_amd64.deb ...
Dépaquetage de python3-apt (2.4.0ubuntu1) sur (2.4.0) ...
Préparation du dépaquetage de .../2-ubuntu-advantage-tools_27.13.5~22.04.1_amd64.d
eb ...
Dépaquetage de ubuntu-advantage-tools (27.13.5~22.04.1) sur (27.12~22.04.1) ...
Préparation du dépaquetage de .../3-ubuntu-release-upgrader-gtk_1%3a22.04.16_all.d
eb ...
Dépaquetage de ubuntu-release-upgrader-gtk (1:22.04.16) sur (1:22.04.15) ...
Préparation du dépaquetage de .../4-ubuntu-release-upgrader-core_1%3a22.04.16_all.
deb ...
Dépaquetage de ubuntu-release-upgrader-core (1:22.04.16) sur (1:22.04.15) ...
Préparation du dépaquetage de .../5-python3-distupgrade_1%3a22.04.16_all.deb ...
Dépaquetage de python3-distupgrade (1:22.04.16) sur (1:22.04.15) ...
Préparation du dépaquetage de .../6-software-properties-common_0.99.22.5_all.deb .
..
Dépaquetage de software-properties-common (0.99.22.5) sur (0.99.22.4) ...
Préparation du dépaquetage de .../7-software-properties-gtk_0.99.22.5_all.deb ...
Dépaquetage de software-properties-gtk (0.99.22.5) sur (0.99.22.4) ...
Préparation du dépaquetage de .../8-python3-software-properties_0.99.22.5_all.deb
...
Dépaquetage de python3-software-properties (0.99.22.5) sur (0.99.22.4) ...
Paramétrage de python-apt-common (2.4.0ubuntu1) ...
Paramétrage de python3-apt (2.4.0ubuntu1) ...
Paramétrage de python3-distupgrade (1:22.04.16) ...
Paramétrage de python3-software-properties (0.99.22.5) ...
Paramétrage de ubuntu-release-upgrader-core (1:22.04.16) ...
Paramétrage de ubuntu-release-upgrader-gtk (1:22.04.16) ...
Paramétrage de ubuntu-advantage-tools (27.13.5~22.04.1) ...
Installation de la nouvelle version du fichier de configuration /etc/apt/apt.conf.
d/20apt-esm-hook.conf ...
Installation de la nouvelle version du fichier de configuration /etc/ubuntu-advant
age/help_data.yaml ...
Installation de la nouvelle version du fichier de configuration /etc/ubuntu-advant
age/uaclient.conf ...
Paramétrage de software-properties-common (0.99.22.5) ...
Paramétrage de software-properties-gtk (0.99.22.5) ...
Traitement des actions différées (« triggers ») pour cracklib-runtime (2.9.6-3.4bu
ild4) ...
Traitement des actions différées (« triggers ») pour plymouth-theme-ubuntu-text (0
.9.5+git20211018-1ubuntu3) ...
update-initramfs: deferring update (trigger activated)
Traitement des actions différées (« triggers ») pour dbus (1.12.20-2ubuntu4.1) ...
Traitement des actions différées (« triggers ») pour shared-mime-info (2.1-2) ...
Traitement des actions différées (« triggers ») pour install-info (6.8-4build1) ..
.
Traitement des actions différées (« triggers ») pour mailcap (3.70+nmu1ubuntu1) ..
.
Traitement des actions différées (« triggers ») pour desktop-file-utils (0.26-1ubu
ntu3) ...
Traitement des actions différées (« triggers ») pour hicolor-icon-theme (0.17-2) .
..
Traitement des actions différées (« triggers ») pour gnome-menus (3.36.0-1ubuntu3)
...
Traitement des actions différées (« triggers ») pour libglib2.0-0:amd64 (2.72.4-0u
buntu1) ...
Traitement des actions différées (« triggers ») pour libglib2.0-0:i386 (2.72.4-0ub
untu1) ...
Traitement des actions différées (« triggers ») pour man-db (2.10.2-1) ...
Traitement des actions différées (« triggers ») pour initramfs-tools (0.140ubuntu1
3.1) ...
update-initramfs: Generating /boot/initrd.img-5.19.0-32-generic
Hors ligne
#92 Le 17/02/2023, à 16:55
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
17 non mis à jour
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#93 Le 17/02/2023, à 16:59
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
mises a jour progressives , donc il faut attendre ou les faire en manuel , c'est ça?
Hors ligne
#94 Le 17/02/2023, à 17:35
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Si tu peux attendre, tu laisses le système les gérer.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#95 Le 18/02/2023, à 16:08
- xubu1957
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Et que là > no network [FIXED], j'ai pas compris !
If you are using 22.04 and got a kernel update to 5.19, the loss of wifi was likely due to a gcc version conflict and that issue was recently fixed
Si vous utilisez la version 22.04 et que vous avez reçu une mise à jour du noyau vers 5.19, la perte du wifi était probablement due à un conflit de version de gcc et ce problème a été récemment corrigé.
Conseils pour les nouveaux demandeurs et pas qu'eux
Important : Pensez à passer vos sujets en [Réso|u] 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
#96 Le 18/02/2023, à 16:18
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Donne l'ensemble des retours des commandes du #78
Hors ligne
#97 Le 18/02/2023, à 21:28
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Renvoie des commande cd rtl8821CU suivi de make clean
fred@fred-X15I3-8TU512:~$ cd rtl8821CU
fred@fred-X15I3-8TU512:~/rtl8821CU$ make clean
#make -C /lib/modules/5.19.0-32-generic/build M=/home/fred/rtl8821CU clean
cd hal ; rm -fr */*/*/*.mod.c */*/*/*.mod */*/*/*.o */*/*/.*.cmd */*/*/*.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions
fred@fred-X15I3-8TU512:~/rtl8821CU$
Hors ligne
#98 Le 19/02/2023, à 06:21
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
Bonjour,
Et make et sudo make install ???
Hors ligne
#99 Le 19/02/2023, à 07:36
- marvin33
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
desolé les invités était la
make
fred@fred-X15I3-8TU512:~/rtl8821CU$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/5.19.0-32-generic/build M=/home/fred/rtl8821CU modules
make[1] : on entre dans le répertoire « /usr/src/linux-headers-5.19.0-32-generic »
warning: the compiler differs from the one used to build the kernel
The kernel was built by: x86_64-linux-gnu-gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
You are using: gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
CC [M] /home/fred/rtl8821CU/core/rtw_cmd.o
CC [M] /home/fred/rtl8821CU/core/rtw_security.o
CC [M] /home/fred/rtl8821CU/core/rtw_debug.o
CC [M] /home/fred/rtl8821CU/core/rtw_io.o
CC [M] /home/fred/rtl8821CU/core/rtw_ioctl_query.o
CC [M] /home/fred/rtl8821CU/core/rtw_ioctl_set.o
CC [M] /home/fred/rtl8821CU/core/rtw_ieee80211.o
CC [M] /home/fred/rtl8821CU/core/rtw_mlme.o
CC [M] /home/fred/rtl8821CU/core/rtw_mlme_ext.o
CC [M] /home/fred/rtl8821CU/core/rtw_mi.o
CC [M] /home/fred/rtl8821CU/core/rtw_wlan_util.o
CC [M] /home/fred/rtl8821CU/core/rtw_vht.o
CC [M] /home/fred/rtl8821CU/core/rtw_pwrctrl.o
CC [M] /home/fred/rtl8821CU/core/rtw_rf.o
CC [M] /home/fred/rtl8821CU/core/rtw_recv.o
CC [M] /home/fred/rtl8821CU/core/rtw_sta_mgt.o
CC [M] /home/fred/rtl8821CU/core/rtw_ap.o
CC [M] /home/fred/rtl8821CU/core/mesh/rtw_mesh.o
CC [M] /home/fred/rtl8821CU/core/mesh/rtw_mesh_pathtbl.o
CC [M] /home/fred/rtl8821CU/core/mesh/rtw_mesh_hwmp.o
CC [M] /home/fred/rtl8821CU/core/rtw_xmit.o
CC [M] /home/fred/rtl8821CU/core/rtw_p2p.o
CC [M] /home/fred/rtl8821CU/core/rtw_rson.o
CC [M] /home/fred/rtl8821CU/core/rtw_tdls.o
CC [M] /home/fred/rtl8821CU/core/rtw_br_ext.o
CC [M] /home/fred/rtl8821CU/core/rtw_iol.o
CC [M] /home/fred/rtl8821CU/core/rtw_sreset.o
CC [M] /home/fred/rtl8821CU/core/rtw_btcoex_wifionly.o
CC [M] /home/fred/rtl8821CU/core/rtw_btcoex.o
CC [M] /home/fred/rtl8821CU/core/rtw_beamforming.o
CC [M] /home/fred/rtl8821CU/core/rtw_odm.o
CC [M] /home/fred/rtl8821CU/core/rtw_rm.o
CC [M] /home/fred/rtl8821CU/core/rtw_rm_fsm.o
CC [M] /home/fred/rtl8821CU/core/efuse/rtw_efuse.o
CC [M] /home/fred/rtl8821CU/os_dep/osdep_service.o
/home/fred/rtl8821CU/os_dep/osdep_service.c: In function ‘rtw_change_ifname’:
/home/fred/rtl8821CU/os_dep/osdep_service.c:2494:28: warning: passing argument 1 of ‘_rtw_memcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
2494 | _rtw_memcpy(pnetdev->dev_addr, adapter_mac_addr(padapter), ETH_ALEN);
| ~~~~~~~^~~~~~~~~~
/home/fred/rtl8821CU/os_dep/osdep_service.c:925:24: note: expected ‘void *’ but argument is of type ‘const unsigned char *’
925 | void _rtw_memcpy(void *dst, const void *src, u32 sz)
| ~~~~~~^~~
CC [M] /home/fred/rtl8821CU/os_dep/linux/os_intfs.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/usb_intf.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/usb_ops_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/ioctl_linux.o
/home/fred/rtl8821CU/os_dep/linux/ioctl_linux.c: In function ‘rtw_mp_efuse_set’:
/home/fred/rtl8821CU/os_dep/linux/ioctl_linux.c:9781:46: warning: passing argument 1 of ‘_rtw_memcpy’ discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers]
9781 | _rtw_memcpy(padapter->pnetdev->dev_addr, get_hal_mac_addr(padapter), ETH_ALEN); /* set mac addr to net_device */
| ~~~~~~~~~~~~~~~~~^~~~~~~~~~
In file included from /home/fred/rtl8821CU/include/drv_types.h:27,
from /home/fred/rtl8821CU/os_dep/linux/ioctl_linux.c:17:
/home/fred/rtl8821CU/include/osdep_service.h:296:35: note: expected ‘void *’ but argument is of type ‘const unsigned char *’
296 | extern void _rtw_memcpy(void *dec, const void *sour, u32 sz);
| ~~~~~~^~~
CC [M] /home/fred/rtl8821CU/os_dep/linux/xmit_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/mlme_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/recv_linux.o
CC [M] /home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.o
/home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_cfg80211_ch_switch_notify’:
/home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.c:420:9: error: too few arguments to function ‘cfg80211_ch_switch_notify’
420 | cfg80211_ch_switch_notify(adapter->pnetdev, &chdef);
| ^~~~~~~~~~~~~~~~~~~~~~~~~
In file included from /home/fred/rtl8821CU/include/osdep_service_linux.h:93,
from /home/fred/rtl8821CU/include/osdep_service.h:50,
from /home/fred/rtl8821CU/include/drv_types.h:27,
from /home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.c:17:
./include/net/cfg80211.h:7967:6: note: declared here
7967 | void cfg80211_ch_switch_notify(struct net_device *dev,
| ^~~~~~~~~~~~~~~~~~~~~~~~~
/home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.c: At top level:
/home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.c:9416:20: error: initialization of ‘int (*)(struct wiphy *, struct net_device *, unsigned int)’ from incompatible pointer type ‘int (*)(struct wiphy *, struct net_device *)’ [-Werror=incompatible-pointer-types]
9416 | .stop_ap = cfg80211_rtw_stop_ap,
| ^~~~~~~~~~~~~~~~~~~~
/home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.c:9416:20: note: (near initialization for ‘rtw_cfg80211_ops.stop_ap’)
/home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.c: In function ‘rtw_wdev_unregister’:
/home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.c:9682:17: error: ‘struct wireless_dev’ has no member named ‘current_bss’
9682 | if (wdev->current_bss) {
| ^~
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:257 : /home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.o] Erreur 1
make[1]: *** [Makefile:1850 : /home/fred/rtl8821CU] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.19.0-32-generic »
make: *** [Makefile:2217 : modules] Erreur 2
sudo make install
fred@fred-X15I3-8TU512:~/rtl8821CU$ sudo make install
[sudo] Mot de passe de fred :
mkdir -p /lib/modules/5.19.0-32-generic/kernel/drivers/net/wireless/realtek/rtl8821cu/
install -p -m 644 8821cu.ko /lib/modules/5.19.0-32-generic/kernel/drivers/net/wireless/realtek/rtl8821cu/
install: impossible d'évaluer '8821cu.ko': Aucun fichier ou dossier de ce type
make: *** [Makefile:2224 : install] Erreur 1
Hors ligne
#100 Le 20/02/2023, à 00:16
- NicoApi73
Re : pas de wifi sur nouveau portable thomson ubuntu 20.04.2 [Résolu]
make[2]: *** [scripts/Makefile.build:257 : /home/fred/rtl8821CU/os_dep/linux/ioctl_cfg80211.o] Erreur 1
make[1]: *** [Makefile:1850 : /home/fred/rtl8821CU] Erreur 2
make[1] : on quitte le répertoire « /usr/src/linux-headers-5.19.0-32-generic »
make: *** [Makefile:2217 : modules] Erreur 2
Je confirme ce que j'ai écrit, la compilation du pilote ne passe pas pour le noyau 5.19, le pilote n'est pas à jour pour la série 5.19 (le dernier commit de ce pilote date du 09/04/2022). Il faut repasser sur la série 5.15
Sinon, le pilote suivant compile sur le 5.19 : https://github.com/morrownr/8821cu-20210916
Dernière modification par NicoApi73 (Le 20/02/2023, à 07:14)
Hors ligne