Pages : 1
#1 Le 14/05/2024, à 09:55
- imageors
[Résolu] Re disparition wifi suite mise à jour 22.04
Bonjour,
Rebelote !!
Mon wifi a encore disparu suite à mise à jour, j' ai déjà regardé les sujets pour ce problème mais je ne trouve pas la solution.
UEFI désactivé.
wificheck
#!/bin/bash
#
# 2012 → 2022 - cracolinux
# 2020 - Mise à jour par j1v3_d4_v0m17 : https://github.com/j1v3/wificheck
# 2020 - Modification suite remarque par Watael : https://forum.ubuntu-fr.org/viewtopic.php?pid=22395338#p22395338
# 2022 - Modification suite à la proposition de Bruno : https://forum.ubuntu-fr.org/viewtopic.php?pid=22552050#p22552050
# 2023 - Ajout de la commande bootctl, remarque par NicoApi73 via xubu1957 : https://forum.ubuntu-fr.org/viewtopic.php?pid=22631234#p22631234
#
# v2.1
#
# LICENCE:
#
# LICENCE PUBLIQUE RIEN À BRANLER
# Version 1, Mars 2009
# Copyright (C) 2009 Sam Hocevar
# 14 rue de Plaisance, 75014 Paris, France
#
# La copie et la distribution de copies exactes de cette licence sont
# autorisées, et toute modification est permise à condition de changer
# le nom de la licence.
#
# CONDITIONS DE COPIE, DISTRIBUTION ET MODIFICATION
# DE LA LICENCE PUBLIQUE RIEN À BRANLER
#
# 0. Faites ce que vous voulez, j’en ai RIEN À BRANLER.
exec 3>&1
exec 1>~/wificheck.log
echo [code]
# lsb
echo -e "\n>> lsb_release -a\n"
lsb_release -a
# lsusb
echo -e "\n>> lsusb \n"
lsusb
# lspci -k -nn | grep -A 3 -i net
echo -e "\n>> lspci -k -nn | grep -A 3 -i net \n"
lspci -k -nn | grep -A 3 -i net
# sudo lshw -C network
echo -e "\n>> sudo lshw -C network \n"
sudo lshw -C network
# lsmod
echo -e "\n>> lsmod | sort \n"
lsmod | sort
# bootctl
echo -e "\n>> bootctl"
bootctl
echo [/code]
echo [code]
# iwconfig
echo -e "\n>> iwconfig \n"
iwconfig
# ip a or ifconfig -a
if [ -x "$(command -v ip)" ]; then
echo -e "\n>> ip a \n"
ip a
else
echo -e "\n>> ifconfig -a \n"
ifconfig -a
fi
# sudo iwlist scan
echo -e "\n>> sudo iwlist scan \n"
sudo iwlist scan
# uname -r -m
echo -e "\n>> uname -r -m \n"
uname -r -m
# cat /etc/network/interfaces
echo -e "\n>> cat /etc/network/interfaces \n"
cat /etc/network/interfaces
# nm-tool show 2>/dev/null
echo -e "\n>> nm-tool \n"
nm-tool show 2>/dev/null
# nmcli dev wifi
echo -e "\n>> nmcli dev wifi \n"
nmcli dev wifi
# nmcli connection
echo -e "\n>> nmcli connection list (< 15.04) ou nmcli connection show (>= 15.04) \n"
nmcli connection show 2>/dev/null || nmcli connection list
# sudo rfkill list
echo -e "\n>> sudo rfkill list \n"
sudo rfkill list
echo [/code]
exec >&3-
echo "Le fichier wificheck.log a été crée dans "$HOME""
echo "Vous n'avez plus qu'à copier/coller son contenu entier sur le forum"
echo " accès →→ file:/"$HOME"/wificheck.log"
Dernière modification par imageors (Le 15/05/2024, à 13:58)
Hors ligne
#2 Le 14/05/2024, à 09:58
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ nmcli |cat
enx023670600b71: connecté à Connexion filaire 2
"Samsung GT-I9070"
ethernet (rndis_host), 02:36:70:60:0B:71, hw, mtu 1500
ip4 par défaut
inet4 192.168.50.132/24
route4 192.168.50.0/24 metric 100
route4 169.254.0.0/16 metric 1000
route4 default via 192.168.50.120 metric 100
inet6 fe80::391a:411c:1ea6:2bb9/64
route6 fe80::/64 metric 1024
enp2s0: indisponible
"Realtek RTL8111/8168/8411"
ethernet (r8169), 4C:ED:FB:2C:0D:32, hw, mtu 1500
lo: non-géré
"lo"
loopback (unknown), 00:00:00:00:00:00, sw, mtu 65536
DNS configuration:
servers: 192.168.50.120
interface: enx023670600b71
Utilisez « nmcli device show » pour obtenir des informations complètes sur les périphériques connus et « nmcli connection show » pour obtenir une vue d'ensemble des profils de connexions actifs.
Consultez les pages de manuel nmcli(1) et nmcli-examples(7) pour les détails complets d'utilisation.
Hors ligne
#3 Le 14/05/2024, à 09:59
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: enp2s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc fq_codel state DOWN group default qlen 1000
link/ether 4c:ed:fb:2c:0d:32 brd ff:ff:ff:ff:ff:ff
3: enx023670600b71: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN group default qlen 1000
link/ether 02:36:70:60:0b:71 brd ff:ff:ff:ff:ff:ff
inet 192.168.50.132/24 brd 192.168.50.255 scope global dynamic noprefixroute enx023670600b71
valid_lft 2975sec preferred_lft 2975sec
inet6 fe80::391a:411c:1ea6:2bb9/64 scope link noprefixroute
valid_lft forever preferred_lft forever
Hors ligne
#4 Le 14/05/2024, à 10:00
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ history 100
1 ps -e | grep snap-store 7007
2 sudo snap refresh
3 exit
4 sudo apt install flatpak
5 flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
6 org.avidemux.Avidemux
7 snap-store --quit && sudo snap refresh snap-store
8 exit
9 flatpak install flathub avidemux
10 flatpak run avidemux
11 exit
12 nmtui
13 nmcli |cat
14 ip a
15 history 100
Hors ligne
#5 Le 14/05/2024, à 10:01
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ lsmod |sort
ac97_bus 12288 1 snd_soc_core
acpi_pad 184320 0
aesni_intel 356352 4
af_alg 32768 6 algif_hash,algif_skcipher
ahci 49152 2
algif_hash 12288 1
algif_skcipher 12288 1
asus_nb_wmi 28672 0
asus_wireless 16384 0
asus_wmi 73728 3 asus_nb_wmi,hid_asus,mfd_aaeon
autofs4 57344 2
binfmt_misc 24576 1
bluetooth 1073152 44 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
bnep 32768 2
btbcm 24576 1 btusb
btintel 53248 1 btusb
btmtk 12288 1 btusb
btrtl 32768 1 btusb
btusb 73728 0
cdc_acm 45056 0
cdc_ether 24576 1 rndis_host
cec 94208 2 drm_display_helper,i915
cfg80211 1318912 1 iwlwifi
cmac 12288 3
coretemp 24576 0
crc32_pclmul 12288 0
crct10dif_pclmul 12288 1
cryptd 24576 3 crypto_simd,ghash_clmulni_intel
crypto_simd 16384 1 aesni_intel
drm 761856 17 drm_kms_helper,drm_display_helper,nvidia,drm_buddy,nvidia_drm,i915,ttm
drm_buddy 20480 1 i915
drm_display_helper 241664 1 i915
drm_kms_helper 270336 3 drm_display_helper,nvidia_drm,i915
ecc 45056 1 ecdh_generic
ecdh_generic 16384 2 bluetooth
ee1004 16384 0
efi_pstore 12288 0
ghash_clmulni_intel 16384 0
hid 180224 5 i2c_hid,usbhid,hid_multitouch,hid_generic,hid_asus
hid_asus 28672 0
hid_generic 12288 0
hid_multitouch 36864 0
i2c_algo_bit 16384 1 i915
i2c_hid 40960 1 i2c_hid_acpi
i2c_hid_acpi 12288 0
i2c_i801 36864 0
i2c_smbus 16384 1 i2c_i801
i915 4157440 22
idma64 20480 0
input_leds 12288 0
intel_cstate 20480 0
intel_lpss 16384 1 intel_lpss_pci
intel_lpss_pci 24576 0
intel_pch_thermal 20480 0
intel_powerclamp 24576 0
intel_rapl_common 36864 1 intel_rapl_msr
intel_rapl_msr 20480 0
intel_tcc_cooling 12288 0
ip_tables 36864 0
irqbypass 12288 1 kvm
iwlwifi 598016 0
joydev 32768 0
kvm 1409024 1 kvm_intel
kvm_intel 487424 0
ledtrig_audio 12288 2 snd_hda_codec_generic,asus_wmi
libahci 57344 1 ahci
lp 28672 0
mac_hid 12288 0
mc 86016 4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mei 167936 5 mei_hdcp,mei_pxp,mei_me
mei_hdcp 28672 0
mei_me 53248 2
mei_pxp 16384 0
mfd_aaeon 12288 0
mii 20480 1 usbnet
Module Size Used by
msr 12288 0
mxm_wmi 12288 0
nls_iso8859_1 12288 1
nvidia 56786944 2 nvidia_uvm,nvidia_modeset
nvidia_drm 94208 1
nvidia_modeset 1314816 1 nvidia_drm
nvidia_uvm 1794048 0
parport 77824 3 parport_pc,lp,ppdev
parport_pc 53248 0
pinctrl_sunrisepoint 28672 1
platform_profile 12288 1 asus_wmi
polyval_clmulni 12288 0
polyval_generic 12288 1 polyval_clmulni
ppdev 24576 0
psmouse 212992 0
r8169 114688 0
rapl 20480 0
rc_core 77824 1 cec
realtek 36864 1
rfcomm 98304 16
rndis_host 20480 0
rtsx_pci 131072 1 rtsx_pci_sdmmc
rtsx_pci_sdmmc 36864 0
sch_fq_codel 24576 3
serio_raw 20480 0
snd 143360 19 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hda_codec_hdmi,snd_hwdep,snd_hda_intel,snd_hda_codec,snd_hda_codec_realtek,snd_timer,snd_compress,snd_soc_core,snd_pcm,snd_rawmidi
snd_compress 28672 2 snd_soc_avs,snd_soc_core
snd_hda_codec 212992 6 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_codec_realtek
snd_hda_codec_generic 122880 1 snd_hda_codec_realtek
snd_hda_codec_hdmi 94208 1
snd_hda_codec_realtek 192512 1
snd_hda_core 147456 8 snd_hda_codec_generic,snd_soc_avs,snd_hda_codec_hdmi,snd_soc_hda_codec,snd_hda_intel,snd_hda_ext_core,snd_hda_codec,snd_hda_codec_realtek
snd_hda_ext_core 36864 2 snd_soc_avs,snd_soc_hda_codec
snd_hda_intel 61440 3
snd_hwdep 20480 1 snd_hda_codec
snd_intel_dspcfg 32768 2 snd_soc_avs,snd_hda_intel
snd_intel_sdw_acpi 16384 1 snd_intel_dspcfg
snd_pcm 196608 8 snd_soc_avs,snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,snd_compress,snd_soc_core,snd_hda_core,snd_pcm_dmaengine
snd_pcm_dmaengine 16384 1 snd_soc_core
snd_rawmidi 57344 1 snd_seq_midi
snd_seq 118784 2 snd_seq_midi,snd_seq_midi_event
snd_seq_device 16384 3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_midi 24576 0
snd_seq_midi_event 16384 1 snd_seq_midi
snd_soc_avs 184320 0
snd_soc_core 446464 2 snd_soc_avs,snd_soc_hda_codec
snd_soc_hda_codec 24576 1 snd_soc_avs
snd_timer 49152 2 snd_seq,snd_pcm
soundcore 16384 1 snd
sparse_keymap 12288 1 asus_wmi
ttm 110592 1 i915
usbhid 77824 1 hid_asus
usbnet 61440 2 rndis_host,cdc_ether
uvc 12288 1 uvcvideo
uvcvideo 135168 0
video 73728 3 asus_wmi,i915,nvidia_modeset
videobuf2_common 86016 4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_memops
videobuf2_memops 16384 1 videobuf2_vmalloc
videobuf2_v4l2 40960 1 uvcvideo
videobuf2_vmalloc 20480 1 uvcvideo
videodev 364544 2 videobuf2_v4l2,uvcvideo
wmi 40960 4 video,asus_wmi,mfd_aaeon,mxm_wmi
x86_pkg_temp_thermal 20480 0
xhci_pci 24576 0
xhci_pci_renesas 20480 1 xhci_pci
x_tables 69632 1 ip_tables
Hors ligne
#6 Le 14/05/2024, à 10:03
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ systemctl |grep -i network
sys-devices-pci0000:00-0000:00:14.0-usb1-1\x2d9-1\x2d9:1.0-net-enx023670600b71.device loaded active plugged GT-I9070 (network tethering, USB debugging enabled)
sys-subsystem-net-devices-enx023670600b71.device loaded active plugged GT-I9070 (network tethering, USB debugging enabled)
networkd-dispatcher.service loaded active running Dispatcher daemon for systemd-networkd
NetworkManager-wait-online.service loaded active exited Network Manager Wait Online
NetworkManager.service loaded active running Network Manager
systemd-resolved.service loaded active running Network Name Resolution
systemd-timesyncd.service loaded active running Network Time Synchronization
network-online.target loaded active active Network is Online
network-pre.target loaded active active Preparation for Network
network.target loaded active active Network
nss-lookup.target
Hors ligne
#7 Le 14/05/2024, à 10:04
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Dsv00001043sd00001BC0bc03sc02i00
vendor : NVIDIA Corporation
model : GP107M [GeForce GTX 1050 Mobile]
driver : nvidia-driver-470-server - distro non-free
driver : nvidia-driver-535 - distro non-free recommended
driver : nvidia-driver-450-server - distro non-free
driver : nvidia-driver-545 - distro non-free
driver : nvidia-driver-535-server - distro non-free
driver : nvidia-driver-418-server - distro non-free
driver : nvidia-driver-470 - distro non-free
driver : nvidia-driver-390 - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
Hors ligne
#8 Le 14/05/2024, à 10:05
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ rfkill list ; mokutil --sb-state
3: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
SecureBoot disabled
Hors ligne
#9 Le 14/05/2024, à 10:07
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ inxi -Fxxxrz
System:
Kernel: 6.5.0-18-generic x86_64 bits: 64 compiler: N/A Desktop: GNOME 42.9
tk: GTK 3.24.33 wm: gnome-shell dm: GDM3 42.0
Distro: Ubuntu 22.04.4 LTS (Jammy Jellyfish)
Machine:
Type: Laptop System: ASUSTeK product: GL703VD v: 1.0
serial: <superuser required>
Mobo: ASUSTeK model: GL703VD v: 1.0 serial: <superuser required>
UEFI: American Megatrends v: GL703VD.307 date: 03/14/2018
Battery:
ID-1: BAT1 charge: 40.6 Wh (100.0%) condition: 40.6/64.4 Wh (63.0%)
volts: 5.1 min: 15.2 model: ASUS A32-K55 type: Li-ion serial: N/A
status: Full
CPU:
Info: quad core model: Intel Core i7-7700HQ bits: 64 type: MT MCP
smt: enabled arch: Kaby Lake rev: 9 cache: L1: 256 KiB L2: 1024 KiB
L3: 6 MiB
Speed (MHz): avg: 800 high: 803 min/max: 800/3800 cores: 1: 800 2: 800
3: 800 4: 803 5: 800 6: 800 7: 800 8: 800 bogomips: 44798
Flags: avx avx2 ht lm nx pae sse sse2 sse3 sse4_1 sse4_2 ssse3 vmx
Graphics:
Device-1: Intel HD Graphics 630 vendor: ASUSTeK driver: i915 v: kernel
ports: active: eDP-1 empty: DP-1,HDMI-A-1,HDMI-A-2 bus-ID: 00:02.0
chip-ID: 8086:591b class-ID: 0300
Device-2: NVIDIA GP107M [GeForce GTX 1050 Mobile] vendor: ASUSTeK
driver: nvidia v: 535.154.05 pcie: speed: 2.5 GT/s lanes: 16
bus-ID: 01:00.0 chip-ID: 10de:1c8d class-ID: 0302
Device-3: IMC Networks USB2.0 HD UVC WebCam type: USB driver: uvcvideo
bus-ID: 1-7:4 chip-ID: 13d3:5666 class-ID: 0e02 serial: <filter>
Display: x11 server: X.Org v: 1.21.1.4 compositor: gnome-shell driver: X:
loaded: modesetting,nouveau unloaded: fbdev,vesa failed: nvidia gpu: i915
display-ID: :1 screens: 1
Screen-1: 0 s-res: 1920x1080 s-dpi: 98 s-size: 499x280mm (19.6x11.0")
s-diag: 572mm (22.5")
Monitor-1: eDP-1 model: LG res: 1920x1080 hz: 60 dpi: 128
size: 382x215mm (15.0x8.5") diag: 438mm (17.3") modes: 1920x1080
OpenGL: renderer: Mesa Intel HD Graphics 630 (KBL GT2)
v: 4.6 Mesa 23.2.1-1ubuntu3.1~22.04.2 direct render: Yes
Audio:
Device-1: Intel CM238 HD Audio vendor: ASUSTeK driver: snd_hda_intel
v: kernel bus-ID: 00:1f.3 chip-ID: 8086:a171 class-ID: 0403
Sound Server-1: ALSA v: k6.5.0-18-generic running: yes
Sound Server-2: PulseAudio v: 15.99.1 running: yes
Sound Server-3: PipeWire v: 0.3.48 running: yes
Network:
Device-1: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet
vendor: ASUSTeK driver: r8169 v: kernel pcie: speed: 2.5 GT/s lanes: 1
port: d000 bus-ID: 02:00.0 chip-ID: 10ec:8168 class-ID: 0200
IF: enp2s0 state: down mac: <filter>
Device-2: Intel Wireless 8265 / 8275 driver: N/A pcie: speed: 2.5 GT/s
lanes: 1 bus-ID: 04:00.0 chip-ID: 8086:24fd class-ID: 0280
IF-ID-1: enx023670600b71 state: unknown speed: -1 duplex: half
mac: <filter>
Bluetooth:
Device-1: Intel Bluetooth wireless interface type: USB driver: btusb v: 0.8
bus-ID: 1-6:3 chip-ID: 8087:0a2b class-ID: e001
Report: hciconfig ID: hci0 rfk-id: 3 state: up address: <filter>
bt-v: 2.1 lmp-v: 4.2 sub-v: 100 hci-v: 4.2 rev: 100
Device-2: Samsung GT-I9070 (network tethering USB debugging enabled)
type: USB driver: rndis_host v: kernel bus-ID: 1-9:8 chip-ID: 04e8:6864
class-ID: 0a00 serial: <filter>
RAID:
Hardware-1: Intel 82801 Mobile SATA Controller [RAID mode] driver: ahci
v: 3.0 port: f060 bus-ID: 00:17.0 chip-ID: 8086:282a rev: N/A
class-ID: 0104
Drives:
Local Storage: total: 1.03 TiB used: 74.55 GiB (7.1%)
ID-1: /dev/sda vendor: SK Hynix model: HFS128G39TND-N210A
size: 119.24 GiB speed: 6.0 Gb/s type: SSD serial: <filter> rev: 0P10
scheme: GPT
ID-2: /dev/sdb vendor: HGST (Hitachi) model: HTS721010A9E630
size: 931.51 GiB speed: 6.0 Gb/s type: HDD rpm: 7200 serial: <filter>
rev: A3V0 scheme: GPT
Partition:
ID-1: / size: 226.74 GiB used: 74.52 GiB (32.9%) fs: ext4 dev: /dev/sdb4
ID-2: /boot/efi size: 256 MiB used: 35.2 MiB (13.8%) fs: vfat
dev: /dev/sda1
Swap:
ID-1: swap-1 type: file size: 2 GiB used: 320 KiB (0.0%) priority: -2
file: /swapfile
Sensors:
System Temperatures: cpu: 51.0 C pch: 49.5 C mobo: N/A
Fan Speeds (RPM): cpu: 0
Repos:
Packages: 1961 apt: 1918 flatpak: 11 snap: 32
Active apt repos in: /etc/apt/sources.list
1: deb http://fr.archive.ubuntu.com/ubuntu/ jammy main restricted
2: deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates main restricted
3: deb http://fr.archive.ubuntu.com/ubuntu/ jammy universe
4: deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates universe
5: deb http://fr.archive.ubuntu.com/ubuntu/ jammy multiverse
6: deb http://fr.archive.ubuntu.com/ubuntu/ jammy-updates multiverse
7: deb http://fr.archive.ubuntu.com/ubuntu/ jammy-backports main restricted universe multiverse
8: deb http://security.ubuntu.com/ubuntu jammy-security main restricted
9: deb http://security.ubuntu.com/ubuntu jammy-security universe
10: deb http://security.ubuntu.com/ubuntu jammy-security multiverse
Info:
Processes: 346 Uptime: 1d 47m wakeups: 4 Memory: 7.63 GiB
used: 4.66 GiB (61.1%) Init: systemd v: 249 runlevel: 5 Compilers:
gcc: 11.4.0 alt: 11/12 Shell: Bash v: 5.1.16 running-in: gnome-terminal
inxi: 3.3.13
Hors ligne
#10 Le 14/05/2024, à 10:08
- xubu1957
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
Montre :
sudo lshw -class network
rfkill list all
et d'éventuels paquets cassés :
dpkg -l | grep -v ^ii
Dernière modification par xubu1957 (Le 14/05/2024, à 10:18)
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
Hors ligne
#11 Le 14/05/2024, à 10:09
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ sudo lshw -class network
*-network
description: Ethernet interface
produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: enp2s0
version: 15
numéro de série: 4c:ed:fb:2c:0d:32
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=6.5.0-35-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.67 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources : irq:16 portE/S:d000(taille=256) mémoire:df304000-df304fff mémoire:df300000-df303fff
*-network NON-RÉCLAMÉ
description: Network controller
produit: Wireless 8265 / 8275
fabricant: Intel Corporation
identifiant matériel: 0
information bus: pci@0000:04:00.0
version: 78
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress cap_list
configuration : latency=0
ressources : mémoire:df100000-df101fff
xxxxxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ ^[[200~rfkill list all~
rfkill : commande introuvable
Dernière modification par imageors (Le 14/05/2024, à 10:15)
Hors ligne
#12 Le 14/05/2024, à 10:11
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxx@ASUS-GL703VD:~$ ^[[200~dpkg -l | grep -v ^ii~
dpkg : commande introuvable
Hors ligne
#13 Le 14/05/2024, à 10:12
- xubu1957
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
Fournis :
sudo dmesg | grep iwlwifi
J'avais mis :
rfkill list all
dpkg -l | grep -v ^ii
et toi :
^[[200~rfkill list all~
^[[200~dpkg -l | grep -v ^ii~
Bonjour,
Quand il y a plusieurs retours de commandes ..., il est préférable de les poster dans le même message (au besoin en utilisant le lien « Modifier »), ça évite d'alourdir la discussion.
Lecture conseillée > memento des balises code.
Dernière modification par xubu1957 (Le 14/05/2024, à 10:18)
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
Hors ligne
#14 Le 14/05/2024, à 10:19
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
Fournis :
sudo dmesg | grep iwlwifi
J'avais mis :
rfkill list all
dpkg -l | grep -v ^ii
et toi :
^[[200~rfkill list all~
^[[200~dpkg -l | grep -v ^ii~
xxxxxx@ASUS-GL703VD:~$ rfkill list all
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
xxxxxx@ASUS-GL703VD:~$ dpkg -l | grep -v ^ii
Souhait=inconnU/Installé/suppRimé/Purgé/H=à garder
| État=Non/Installé/fichier-Config/dépaqUeté/échec-conFig/H=semi-installé/W=attend-traitement-déclenchements
|/ Err?=(aucune)/besoin Réinstallation (État,Err: majuscule=mauvais)
||/ Nom Version Architecture Description
+++-==========================================-=======================================-============-================================================================================
xxxxxxx@ASUS-GL703VD:~$
Hors ligne
#15 Le 14/05/2024, à 10:29
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
xxxxxxxx@ASUS-GL703VD:~$ sudo dmesg | grep iwlwifi
[sudo] Mot de passe de xxxxxxx :
[ 19.540490] iwlwifi 0000:04:00.0: enabling device (0000 -> 0002)
[ 19.603506] iwlwifi: probe of 0000:04:00.0 failed with error -110
morales@ASUS-GL703VD:~$
Hors ligne
#16 Le 14/05/2024, à 10:32
- xubu1957
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
Pas de dual-boot avec Windows ?
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
Hors ligne
#17 Le 14/05/2024, à 10:41
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
Si dual avec Windows 10:
xxxxxxxx@ASUS-GL703VD:~$ 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-6.5-headers-6.5.0-18 6.5.0-18.18~22.04.1 all
ii linux-headers-6.5.0-18-generic 6.5.0-18.18~22.04.1 amd64
ii linux-image-6.5.0-18-generic 6.5.0-18.18~22.04.1 amd64
ii linux-modules-6.5.0-18-generic 6.5.0-18.18~22.04.1 amd64
ii linux-modules-extra-6.5.0-18-generic 6.5.0-18.18~22.04.1 amd64
ii linux-modules-nvidia-535-6.5.0-18-generic 6.5.0-18.18~22.04.1 amd64
ii linux-signatures-nvidia-6.5.0-18-generic 6.5.0-18.18~22.04.1 amd64
ii linux-hwe-6.5-headers-6.5.0-28 6.5.0-28.29~22.04.1 all
ii linux-headers-6.5.0-28-generic 6.5.0-28.29~22.04.1 amd64
ii linux-image-6.5.0-28-generic 6.5.0-28.29~22.04.1 amd64
ii linux-modules-6.5.0-28-generic 6.5.0-28.29~22.04.1 amd64
ii linux-modules-extra-6.5.0-28-generic 6.5.0-28.29~22.04.1 amd64
ii linux-modules-nvidia-535-6.5.0-28-generic 6.5.0-28.29~22.04.1+2 amd64
ii linux-signatures-nvidia-6.5.0-28-generic 6.5.0-28.29~22.04.1+2 amd64
ii linux-hwe-6.5-headers-6.5.0-35 6.5.0-35.35~22.04.1 all
ii linux-headers-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64
ii linux-image-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64
ii linux-modules-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64
ii linux-modules-extra-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64
ii linux-modules-nvidia-535-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64
ii linux-modules-nvidia-535-generic-hwe-22.04 6.5.0-35.35~22.04.1 amd64
ii linux-signatures-nvidia-6.5.0-35-generic 6.5.0-35.35~22.04.1 amd64
ii linux-generic-hwe-22.04 6.5.0.35.35~22.04.1 amd64
ii linux-headers-generic-hwe-22.04 6.5.0.35.35~22.04.1 amd64
ii linux-image-generic-hwe-22.04 6.5.0.35.35~22.04.1 amd64
Noyau courant : 6.5.0-35-generic x86_64
Hors ligne
#18 Le 14/05/2024, à 10:45
- xubu1957
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
Voir le § 7 du > [Tuto] Pas de Wi-fi ? Éléments importants à vérifier, en cas de dual-boot avec Windows.
et pour info > unix.stackexchange.com/questions/593826/wifi-not-working-kubuntu-20-04-intel-8265-network-interface
Dernière modification par xubu1957 (Le 14/05/2024, à 10:47)
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
Hors ligne
#19 Le 15/05/2024, à 12:32
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
1) Vérifier le chiffrement de la Box ou du routeur
xxxxxxx@ASUS-GL703VD:~$ nmcli dev wifi | cat
xxxxxxx@ASUS-GL703VD:~$
2) Le secure-boot
Désactivé depuis un moment
3) La documentation :
Wifi: http://doc.ubuntu-fr.org/wifi
Identifier sa carte réseau WIFI:
xxxxxxx@ASUS-GL703VD:~$ lsusb
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 005: ID 0b05:1869 ASUSTek Computer, Inc. ITE Device(8910)
Bus 001 Device 004: ID 13d3:5666 IMC Networks USB2.0 HD UVC WebCam
Bus 001 Device 003: ID 8087:0a2b Intel Corp. Bluetooth wireless interface
Bus 001 Device 002: ID 046d:c542 Logitech, Inc. Wireless Receiver
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ lspci | grep -i net
02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
04:00.0 Network controller: Intel Corporation Wireless 8265 / 8275 (rev 78)
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ sudo lshw
[sudo] Mot de passe de xxxxxxx :
asus-gl703vd
description: Ordinateur Bloc-notes
produit: GL703VD
fabricant: ASUSTeK COMPUTER INC.
version: 1.0
numéro de série: JAN0CXPLR03F404
bits: 64 bits
fonctionnalités: smbios-3.0.0 dmi-3.0.0 smp vsyscall32
configuration : boot=normal chassis=notebook family=ROG uuid=70a4bc2a-5f2e-9244-87d8-9203cd3ab344
*-core
description: Carte mère
produit: GL703VD
fabricant: ASUSTeK COMPUTER INC.
identifiant matériel: 0
version: 1.0
numéro de série: JAN0CXPLR03F404
emplacement: Default string
*-firmware
description: BIOS
fabricant: American Megatrends Inc.
identifiant matériel: 0
version: GL703VD.307
date: 03/14/2018
taille: 64KiB
capacité: 8MiB
fonctionnalités: pci upgrade shadowing escd cdboot bootselect socketedrom edd int13floppy1200 int13floppy720 int13floppy2880 int5printscreen int9keyboard int14serial int17printer acpi usb smartbattery biosbootspecification uefi
*-memory
description: Mémoire Système
identifiant matériel: 3d
emplacement: Carte mère
taille: 8GiB
*-bank:0
description: SODIMM DDR4 Synchrone Unbuffered (Unregistered) 2400 MHz (0,4 ns)
produit: HMA81GS6AFR8N-UH
fabricant: SK Hynix
identifiant matériel: 0
numéro de série: C02E4861
emplacement: ChannelA-DIMM0
taille: 8GiB
bits: 64 bits
horloge: 2400MHz (0.4ns)
*-bank:1
description: Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2024-02-12 11:07+0000X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2024-02-12 11:07+0000X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06) [vide]
identifiant matériel: 1
emplacement: ChannelA-DIMM1
*-bank:2
description: Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2024-02-12 11:07+0000X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2024-02-12 11:07+0000X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06) [vide]
identifiant matériel: 2
emplacement: ChannelB-DIMM0
*-bank:3
description: Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2024-02-12 11:07+0000X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06)Project-Id-Version: @(#) $Id$Report-Msgid-Bugs-To: PO-Revision-Date: 2022-04-01 21:15+0000Last-Translator: Lyonel Vincent <Unknown>Language-Team: MIME-Version: 1.0Content-Type: text/plain; charset=UTF-8Content-Transfer-Encoding: 8bitX-Launchpad-Export-Date: 2024-02-12 11:07+0000X-Generator: Launchpad (build 9643586c585856148a18782148972ae9c1179d06) [vide]
identifiant matériel: 3
emplacement: ChannelB-DIMM1
*-cache:0
description: L1 cache
identifiant matériel: 44
emplacement: L1 Cache
taille: 256KiB
capacité: 256KiB
fonctionnalités: synchronous internal write-back unified
configuration : level=1
*-cache:1
description: L2 cache
identifiant matériel: 45
emplacement: L2 Cache
taille: 1MiB
capacité: 1MiB
fonctionnalités: synchronous internal write-back unified
configuration : level=2
*-cache:2
description: L3 cache
identifiant matériel: 46
emplacement: L3 Cache
taille: 6MiB
capacité: 6MiB
fonctionnalités: synchronous internal write-back unified
configuration : level=3
*-cpu
description: CPU
produit: Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz
fabricant: Intel Corp.
identifiant matériel: 47
information bus: cpu@0
version: 6.158.9
numéro de série: To Be Filled By O.E.M.
emplacement: U3E1
taille: 3404MHz
capacité: 3800MHz
bits: 64 bits
horloge: 100MHz
fonctionnalités: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp x86-64 constant_tsc art arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb invpcid_single pti ssbd ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid mpx rdseed adx smap clflushopt intel_pt xsaveopt xsavec xgetbv1 xsaves dtherm ida arat pln pts hwp hwp_notify hwp_act_window hwp_epp vnmi md_clear flush_l1d arch_capabilities cpufreq
configuration : cores=4 enabledcores=4 microcode=244 threads=8
*-pci
description: Host bridge
produit: Xeon E3-1200 v6/7th Gen Core Processor Host Bridge/DRAM Registers
fabricant: Intel Corporation
identifiant matériel: 100
information bus: pci@0000:00:00.0
version: 05
bits: 32 bits
horloge: 33MHz
configuration : driver=skl_uncore
ressources : irq:0
*-pci:0
description: PCI bridge
produit: 6th-10th Gen Core Processor PCIe Controller (x16)
fabricant: Intel Corporation
identifiant matériel: 1
information bus: pci@0000:00:01.0
version: 05
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pm msi pciexpress normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:122 portE/S:e000(taille=4096) mémoire:de000000-df0fffff portE/S:c0000000(taille=301989888)
*-display
description: 3D controller
produit: GP107M [GeForce GTX 1050 Mobile]
fabricant: NVIDIA Corporation
identifiant matériel: 0
information bus: pci@0000:01:00.0
version: a1
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list rom
configuration : driver=nvidia latency=0
ressources : irq:134 mémoire:de000000-deffffff mémoire:c0000000-cfffffff mémoire:d0000000-d1ffffff portE/S:e000(taille=128) mémoire:df000000-df07ffff
*-display
description: VGA compatible controller
produit: HD Graphics 630
fabricant: Intel Corporation
identifiant matériel: 2
information bus: pci@0000:00:02.0
nom logique: /dev/fb0
version: 04
bits: 64 bits
horloge: 33MHz
fonctionnalités: pciexpress msi pm vga_controller bus_master cap_list rom fb
configuration : depth=32 driver=i915 latency=0 resolution=1920,1080
ressources : irq:132 mémoire:dd000000-ddffffff mémoire:b0000000-bfffffff portE/S:f000(taille=64) mémoire:c0000-dffff
*-generic:0 NON-RÉCLAMÉ
description: System peripheral
produit: Xeon E3-1200 v5/v6 / E3-1500 v5 / 6th/7th/8th Gen Core Processor Gaussian Mixture Model
fabricant: Intel Corporation
identifiant matériel: 8
information bus: pci@0000:00:08.0
version: 00
bits: 64 bits
horloge: 33MHz
fonctionnalités: msi pm cap_list
configuration : latency=0
ressources : mémoire:df430000-df430fff
*-usb
description: USB controller
produit: 100 Series/C230 Series Chipset Family USB 3.0 xHCI Controller
fabricant: Intel Corporation
identifiant matériel: 14
information bus: pci@0000:00:14.0
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi xhci bus_master cap_list
configuration : driver=xhci_hcd latency=0
ressources : irq:128 mémoire:df410000-df41ffff
*-usbhost:0
produit: xHCI Host Controller
fabricant: Linux 6.5.0-35-generic xhci-hcd
identifiant matériel: 0
information bus: usb@1
nom logique: usb1
version: 6.05
fonctionnalités: usb-2.00
configuration : driver=hub slots=16 speed=480Mbit/s
*-usb:0
description: Souris
produit: Logitech Wireless Receiver Mouse
fabricant: Logitech
identifiant matériel: 3
information bus: usb@1:3
nom logique: input9
nom logique: /dev/input/event7
nom logique: /dev/input/mouse2
version: 3.02
fonctionnalités: usb-1.10 usb
configuration : driver=usbhid maxpower=50mA speed=12Mbit/s
*-usb:1
description: Interface sans fil Bluetooth
produit: Bluetooth wireless interface
fabricant: Intel Corp.
identifiant matériel: 6
information bus: usb@1:6
version: 0.10
fonctionnalités: bluetooth usb-2.00
configuration : driver=btusb maxpower=100mA speed=12Mbit/s
*-usb:2
description: Vidéo
produit: USB2.0 HD UVC WebCam
fabricant: Azurewave
identifiant matériel: 7
information bus: usb@1:7
version: 3.22
numéro de série: NULL
fonctionnalités: usb-2.00
configuration : driver=uvcvideo maxpower=500mA speed=480Mbit/s
*-usb:3
description: Clavier
produit: Asus Keyboard
fabricant: ITE Tech. Inc.
identifiant matériel: 8
information bus: usb@1:8
nom logique: input14
nom logique: /dev/input/event8
nom logique: input14::capslock
nom logique: input14::compose
nom logique: input14::kana
nom logique: input14::numlock
nom logique: input14::scrolllock
version: 0.03
fonctionnalités: usb-2.00 usb
configuration : driver=usbhid maxpower=100mA speed=12Mbit/s
*-usbhost:1
produit: xHCI Host Controller
fabricant: Linux 6.5.0-35-generic xhci-hcd
identifiant matériel: 1
information bus: usb@2
nom logique: usb2
version: 6.05
fonctionnalités: usb-3.00
configuration : driver=hub slots=8 speed=5000Mbit/s
*-generic:1
description: Signal processing controller
produit: 100 Series/C230 Series Chipset Family Thermal Subsystem
fabricant: Intel Corporation
identifiant matériel: 14.2
information bus: pci@0000:00:14.2
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi cap_list
configuration : driver=intel_pch_thermal latency=0
ressources : irq:18 mémoire:df42f000-df42ffff
*-generic:2
description: Signal processing controller
produit: 100 Series/C230 Series Chipset Family Serial IO I2C Controller #0
fabricant: Intel Corporation
identifiant matériel: 15
information bus: pci@0000:00:15.0
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm bus_master cap_list
configuration : driver=intel-lpss latency=0
ressources : irq:16 mémoire:df42e000-df42efff
*-communication
description: Communication controller
produit: 100 Series/C230 Series Chipset Family MEI Controller #1
fabricant: Intel Corporation
identifiant matériel: 16
information bus: pci@0000:00:16.0
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi bus_master cap_list
configuration : driver=mei_me latency=0
ressources : irq:131 mémoire:df42d000-df42dfff
*-raid
description: RAID bus controller
produit: 82801 Mobile SATA Controller [RAID mode]
fabricant: Intel Corporation
identifiant matériel: 17
information bus: pci@0000:00:17.0
nom logique: scsi0
nom logique: scsi2
version: 31
bits: 32 bits
horloge: 66MHz
fonctionnalités: raid msi pm bus_master cap_list emulated
configuration : driver=ahci latency=0
ressources : irq:126 mémoire:df428000-df429fff mémoire:df42c000-df42c0ff portE/S:f090(taille=8) portE/S:f080(taille=4) portE/S:f060(taille=32) mémoire:df42b000-df42b7ff
*-disk:0
description: ATA Disk
produit: HFS128G39TND-N21
identifiant matériel: 0
information bus: scsi@0:0.0.0
nom logique: /dev/sda
version: 0P10
numéro de série: ES81N516511001J38
taille: 119GiB (128GB)
fonctionnalités: gpt-1.00 partitioned partitioned:gpt
configuration : ansiversion=5 guid=4232a8c0-cf9f-483b-bb11-3ca769cb826a logicalsectorsize=512 sectorsize=4096
*-volume:0
description: Windows FAT volume
fabricant: MSDOS5.0
identifiant matériel: 1
information bus: scsi@0:0.0.0,1
nom logique: /dev/sda1
nom logique: /boot/efi
version: FAT32
numéro de série: fa41-4f28
taille: 255MiB
capacité: 259MiB
fonctionnalités: boot nomount fat initialized
configuration : FATs=2 filesystem=fat label=SYSTEM mount.fstype=vfat mount.options=rw,relatime,fmask=0077,dmask=0077,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro name=EFI system partition state=mounted
*-volume:1
description: reserved partition
fabricant: Windows
identifiant matériel: 2
information bus: scsi@0:0.0.0,2
nom logique: /dev/sda2
numéro de série: fa1d1e2b-7e3d-424a-8938-8b1d82b5e5f5
capacité: 15MiB
fonctionnalités: nofs nomount
configuration : name=Microsoft reserved partition
*-volume:2
description: Windows NTFS volume
fabricant: Windows
identifiant matériel: 3
information bus: scsi@0:0.0.0,3
nom logique: /dev/sda3
version: 3.1
numéro de série: e44328aa-2126-f546-af97-185be4de3ed0
taille: 118GiB
capacité: 118GiB
fonctionnalités: ntfs initialized
configuration : clustersize=4096 created=2018-10-19 22:42:35 filesystem=ntfs label=OS name=Basic data partition state=clean
*-volume:3
description: Windows NTFS volume
fabricant: Windows
identifiant matériel: 4
information bus: scsi@0:0.0.0,4
nom logique: /dev/sda4
version: 3.1
numéro de série: 6263-a8da
taille: 775MiB
capacité: 799MiB
fonctionnalités: boot precious nomount ntfs initialized
configuration : clustersize=4096 created=2018-10-19 23:40:44 filesystem=ntfs label=RECOVERY name=Basic data partition state=clean
*-disk:1
description: ATA Disk
produit: HGST HTS721010A9
identifiant matériel: 1
information bus: scsi@2:0.0.0
nom logique: /dev/sdb
version: A3V0
numéro de série: JR1004BN0BEPLM
taille: 931GiB (1TB)
fonctionnalités: gpt-1.00 partitioned partitioned:gpt
configuration : ansiversion=5 guid=832c1c41-e8d6-439a-826d-9aa70de55eb8 logicalsectorsize=512 sectorsize=4096
*-volume:0
description: Windows NTFS volume
fabricant: Windows
identifiant matériel: 1
information bus: scsi@2:0.0.0,1
nom logique: /dev/sdb1
version: 3.1
numéro de série: 5a486e06-306f-e343-a062-cd4b42274f0f
taille: 699GiB
capacité: 699GiB
fonctionnalités: ntfs initialized
configuration : clustersize=4096 created=2023-08-20 17:36:46 filesystem=ntfs label=DATA1 name=Basic data partition state=clean
*-volume:1
description: Windows FAT volume
fabricant: mkfs.fat
identifiant matériel: 2
information bus: scsi@2:0.0.0,2
nom logique: /dev/sdb2
version: FAT32
numéro de série: 5aa2-b585
taille: 498MiB
capacité: 512MiB
fonctionnalités: boot fat initialized
configuration : FATs=2 filesystem=fat name=EFI System Partition
*-volume:2
description: Volume EXT4
fabricant: Linux
identifiant matériel: 3
information bus: scsi@2:0.0.0,3
nom logique: /dev/sdb3
version: 1.0
numéro de série: ce13d338-19e6-45f1-8084-420178bbf0b2
taille: 231GiB
fonctionnalités: journaled extended_attributes large_files huge_files dir_nlink 64bit extents ext4 ext2 initialized
configuration : created=2019-10-15 10:39:06 filesystem=ext4 lastmountpoint=/ modified=2019-10-15 14:36:50 mounted=2019-10-15 14:36:53 state=clean
*-volume:3
description: Volume EXT4
fabricant: Linux
identifiant matériel: 4
information bus: scsi@2:0.0.0,4
nom logique: /dev/sdb4
nom logique: /
nom logique: /var/snap/firefox/common/host-hunspell
version: 1.0
numéro de série: c350c2f0-25f8-4da9-b506-d0a0aa3bfed5
taille: 231GiB
fonctionnalités: journaled extended_attributes large_files huge_files dir_nlink recover 64bit extents ext4 ext2 initialized
configuration : created=2024-04-21 16:49:21 filesystem=ext4 lastmountpoint=/ modified=2024-05-14 13:53:20 mount.fstype=ext4 mount.options=ro,noexec,noatime,errors=remount-ro mounted=2024-05-14 13:53:27 state=mounted
*-pci:1
description: PCI bridge
produit: 100 Series/C230 Series Chipset Family PCI Express Root Port #5
fabricant: Intel Corporation
identifiant matériel: 1c
information bus: pci@0000:00:1c.0
version: f1
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:123 portE/S:d000(taille=4096) mémoire:df300000-df3fffff
*-network
description: Ethernet interface
produit: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:02:00.0
nom logique: enp2s0
version: 15
numéro de série: 4c:ed:fb:2c:0d:32
taille: 1Gbit/s
capacité: 1Gbit/s
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress msix bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt-fd autonegotiation
configuration : autonegotiation=on broadcast=yes driver=r8169 driverversion=6.5.0-35-generic duplex=full firmware=rtl8168h-2_0.0.2 02/26/15 ip=192.168.1.67 latency=0 link=yes multicast=yes port=twisted pair speed=1Gbit/s
ressources : irq:16 portE/S:d000(taille=256) mémoire:df304000-df304fff mémoire:df300000-df303fff
*-pci:2
description: PCI bridge
produit: 100 Series/C230 Series Chipset Family PCI Express Root Port #6
fabricant: Intel Corporation
identifiant matériel: 1c.5
information bus: pci@0000:00:1c.5
version: f1
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:124 mémoire:df200000-df2fffff
*-generic
description: MMC Host
produit: RTS5229 PCI Express Card Reader
fabricant: Realtek Semiconductor Co., Ltd.
identifiant matériel: 0
information bus: pci@0000:03:00.0
nom logique: mmc0
version: 01
bits: 32 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress bus_master cap_list
configuration : driver=rtsx_pci latency=0
ressources : irq:127 mémoire:df200000-df200fff
*-pci:3
description: PCI bridge
produit: 100 Series/C230 Series Chipset Family PCI Express Root Port #7
fabricant: Intel Corporation
identifiant matériel: 1c.6
information bus: pci@0000:00:1c.6
version: f1
bits: 32 bits
horloge: 33MHz
fonctionnalités: pci pciexpress msi pm normal_decode bus_master cap_list
configuration : driver=pcieport
ressources : irq:125 mémoire:df100000-df1fffff
*-network NON-RÉCLAMÉ
description: Network controller
produit: Wireless 8265 / 8275
fabricant: Intel Corporation
identifiant matériel: 0
information bus: pci@0000:04:00.0
version: 78
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi pciexpress cap_list
configuration : latency=0
ressources : mémoire:df100000-df101fff
*-isa
description: ISA bridge
produit: HM175 Chipset LPC/eSPI Controller
fabricant: Intel Corporation
identifiant matériel: 1f
information bus: pci@0000:00:1f.0
version: 31
bits: 32 bits
horloge: 33MHz
fonctionnalités: isa bus_master
configuration : latency=0
*-pnp00:00
produit: PnP device PNP0c02
identifiant matériel: 0
fonctionnalités: pnp
configuration : driver=system
*-pnp00:01
produit: PnP device PNP0c02
identifiant matériel: 1
fonctionnalités: pnp
configuration : driver=system
*-pnp00:02
produit: PnP device PNP0b00
identifiant matériel: 2
fonctionnalités: pnp
configuration : driver=rtc_cmos
*-pnp00:03
produit: PnP device INT3f0d
identifiant matériel: 3
fonctionnalités: pnp
configuration : driver=system
*-pnp00:04
produit: PnP device PNP0c02
identifiant matériel: 4
fonctionnalités: pnp
configuration : driver=system
*-pnp00:05
produit: PnP device PNP0c02
identifiant matériel: 5
fonctionnalités: pnp
configuration : driver=system
*-pnp00:06
produit: PnP device PNP0c02
identifiant matériel: 6
fonctionnalités: pnp
configuration : driver=system
*-pnp00:07
produit: PnP device PNP0c02
identifiant matériel: 7
fonctionnalités: pnp
configuration : driver=system
*-pnp00:08
produit: PnP device PNP0c02
identifiant matériel: 8
fonctionnalités: pnp
configuration : driver=system
*-memory NON-RÉCLAMÉ
description: Memory controller
produit: 100 Series/C230 Series Chipset Family Power Management Controller
fabricant: Intel Corporation
identifiant matériel: 1f.2
information bus: pci@0000:00:1f.2
version: 31
bits: 32 bits
horloge: 33MHz (30.3ns)
configuration : latency=0
ressources : mémoire:df424000-df427fff
*-multimedia
description: Audio device
produit: CM238 HD Audio Controller
fabricant: Intel Corporation
identifiant matériel: 1f.3
information bus: pci@0000:00:1f.3
nom logique: card0
nom logique: /dev/snd/controlC0
nom logique: /dev/snd/hwC0D0
nom logique: /dev/snd/hwC0D2
nom logique: /dev/snd/pcmC0D0c
nom logique: /dev/snd/pcmC0D0p
nom logique: /dev/snd/pcmC0D3p
nom logique: /dev/snd/pcmC0D7p
nom logique: /dev/snd/pcmC0D8p
version: 31
bits: 64 bits
horloge: 33MHz
fonctionnalités: pm msi bus_master cap_list
configuration : driver=snd_hda_intel latency=32
ressources : irq:133 mémoire:df420000-df423fff mémoire:df400000-df40ffff
*-input:0
produit: HDA Intel PCH Headset Mic
identifiant matériel: 0
nom logique: input20
nom logique: /dev/input/event12
*-input:1
produit: HDA Intel PCH Headphone
identifiant matériel: 1
nom logique: input21
nom logique: /dev/input/event13
*-input:2
produit: HDA Intel PCH HDMI/DP,pcm=3
identifiant matériel: 2
nom logique: input22
nom logique: /dev/input/event14
*-input:3
produit: HDA Intel PCH HDMI/DP,pcm=7
identifiant matériel: 3
nom logique: input23
nom logique: /dev/input/event15
*-input:4
produit: HDA Intel PCH HDMI/DP,pcm=8
identifiant matériel: 4
nom logique: input24
nom logique: /dev/input/event16
*-serial
description: SMBus
produit: 100 Series/C230 Series Chipset Family SMBus
fabricant: Intel Corporation
identifiant matériel: 1f.4
information bus: pci@0000:00:1f.4
version: 31
bits: 64 bits
horloge: 33MHz
configuration : driver=i801_smbus latency=0
ressources : irq:16 mémoire:df42a000-df42a0ff portE/S:f040(taille=32)
*-power NON-RÉCLAMÉ
description: To Be Filled By O.E.M.
produit: To Be Filled By O.E.M.
fabricant: To Be Filled By O.E.M.
identifiant matériel: 1
version: To Be Filled By O.E.M.
numéro de série: To Be Filled By O.E.M.
capacité: 32768mWh
*-input:0
produit: Sleep Button
identifiant matériel: 2
nom logique: input0
nom logique: /dev/input/event0
fonctionnalités: platform
*-input:1
produit: Power Button
identifiant matériel: 3
nom logique: input1
nom logique: /dev/input/event1
fonctionnalités: platform
*-input:2
produit: Asus Wireless Radio Control
identifiant matériel: 4
nom logique: input15
nom logique: /dev/input/event9
fonctionnalités: platform
*-input:3
produit: ELAN1200:00 04F3:3090 Mouse
identifiant matériel: 5
nom logique: input16
nom logique: /dev/input/event5
nom logique: /dev/input/mouse0
fonctionnalités: i2c
*-input:4
produit: ELAN1200:00 04F3:3090 Touchpad
identifiant matériel: 6
nom logique: input17
nom logique: /dev/input/event6
nom logique: /dev/input/mouse1
fonctionnalités: i2c
*-input:5
produit: Video Bus
identifiant matériel: 7
nom logique: input18
nom logique: /dev/input/event10
fonctionnalités: platform
*-input:6
produit: Video Bus
identifiant matériel: 8
nom logique: input19
nom logique: /dev/input/event11
fonctionnalités: platform
*-input:7
produit: Lid Switch
identifiant matériel: 9
nom logique: input2
nom logique: /dev/input/event2
fonctionnalités: platform
*-input:8
produit: Power Button
identifiant matériel: a
nom logique: input3
nom logique: /dev/input/event3
fonctionnalités: platform
*-input:9
produit: AT Translated Set 2 keyboard
identifiant matériel: b
nom logique: input4
nom logique: /dev/input/event4
nom logique: input4::capslock
nom logique: input4::numlock
nom logique: input4::scrolllock
fonctionnalités: i8042
xxxxxxx@ASUS-GL703VD:~$
Non pris en charge pour wicd, Wifi-Radar, Network-admin,
xxxxxxx@ASUS-GL703VD:~$ sudo rfkill list
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ sudo rfkill unblock all
[sudo] Mot de passe de xxxxxxx :
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ iw dev
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ sudo iw dev wlan0 scan
[sudo] Mot de passe de xxxxxxx :
command failed: No such device (-19)
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ sudo iw dev wlan0 link~
command failed: No such device (-19)
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ iw dev wlan0 station dump
command failed: No such device (-19)
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ ifconfig
enp2s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 192.168.1.67 netmask 255.255.255.0 broadcast 192.168.1.255
inet6 2a01:e0a:8c3:94a0:dadb:92ab:9215:ada prefixlen 64 scopeid 0x0<global>
inet6 2a01:e0a:8c3:94a0:d3a:a7d9:5c2e:9f28 prefixlen 64 scopeid 0x0<global>
inet6 fe80::46ff:2af:5e3b:e096 prefixlen 64 scopeid 0x20<link>
ether 4c:ed:fb:2c:0d:32 txqueuelen 1000 (Ethernet)
RX packets 38676 bytes 26875617 (26.8 MB)
RX errors 0 dropped 13 overruns 0 frame 0
TX packets 29812 bytes 11952128 (11.9 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
lo: flags=73<UP,LOOPBACK,RUNNING> mtu 65536
inet 127.0.0.1 netmask 255.0.0.0
inet6 ::1 prefixlen 128 scopeid 0x10<host>
loop txqueuelen 1000 (Boucle locale)
RX packets 24580 bytes 2379740 (2.3 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 24580 bytes 2379740 (2.3 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ ifconfig wlan0 hw ether 4c:ed:fb:2c:0d:32
SIOCSIFHWADDR: Opération non permise
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ ifconfig wlan0 hw ether 4c:ed:fb:2c:0d:32
SIOCSIFHWADDR: Opération non permise
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ iw reg get
global
country FR: DFS-ETSI
(2400 - 2483 @ 40), (N/A, 20), (N/A)
(5150 - 5250 @ 80), (N/A, 23), (N/A), NO-OUTDOOR, AUTO-BW
(5250 - 5350 @ 80), (N/A, 20), (0 ms), NO-OUTDOOR, DFS, AUTO-BW
(5470 - 5725 @ 160), (N/A, 26), (0 ms), DFS
(5725 - 5875 @ 80), (N/A, 13), (N/A)
(5945 - 6425 @ 160), (N/A, 23), (N/A), NO-OUTDOOR
(57000 - 71000 @ 2160), (N/A, 40), (N/A)
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ sudo apt-get install apturl
[sudo] Mot de passe de xxxxxxx :
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances... Fait
Lecture des informations d'état... Fait
apturl est déjà la version la plus récente (0.5.2ubuntu22).
Les paquets suivants ont été installés automatiquement et ne sont plus nécessaires :
libwpe-1.0-1 libwpebackend-fdo-1.0-1 linux-headers-6.5.0-18-generic
linux-hwe-6.5-headers-6.5.0-18 linux-image-6.5.0-18-generic linux-modules-6.5.0-18-generic
linux-modules-extra-6.5.0-18-generic linux-modules-nvidia-535-6.5.0-18-generic
linux-objects-nvidia-535-6.5.0-18-generic linux-signatures-nvidia-6.5.0-18-generic
nvidia-firmware-535-535.154.05
Veuillez utiliser « sudo apt autoremove » pour les supprimer.
0 mis à jour, 0 nouvellement installés, 0 à enlever et 0 non mis à jour.
xxxxxxx@ASUS-GL703VD:~
xxxxxxx@ASUS-GL703VD:~$ sudo rfkill list
[sudo] Mot de passe de xxxxxxx :
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
xxxxxxx@ASUS-GL703VD:~$
====================================================================
A tous ceux qui sont avec de l'ASUS :
Essayer cette modification, facilement "réversible" :
sudo nano /etc/modprobe.d/blacklist.conf
(ou en utilisant l'editeur_de_texte de votre variante)
A la fin du fichier, rajouter la ligne suivante :
blacklist asus_nb_wmi
Enregistrer la modification, rebooter et tester si le wifi est ok.
Nada, fonctionne pas !!!!!!!
=====================================================================
xxxxxxx@ASUS-GL703VD:~$ dkms status
broadcom-sta/6.30.223.271, 6.5.0-28-generic, x86_64: installed
broadcom-sta/6.30.223.271, 6.5.0-35-generic, x86_64: installed
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001C8Dsv00001043sd00001BC0bc03sc02i00
vendor : NVIDIA Corporation
model : GP107M [GeForce GTX 1050 Mobile]
driver : nvidia-driver-418-server - distro non-free
driver : nvidia-driver-535 - distro non-free recommended
driver : nvidia-driver-390 - distro non-free
driver : nvidia-driver-470 - distro non-free
driver : nvidia-driver-535-server - distro non-free
driver : nvidia-driver-450-server - distro non-free
driver : nvidia-driver-545 - distro non-free
driver : nvidia-driver-470-server - distro non-free
driver : xserver-xorg-video-nouveau - distro free builtin
xxxxxxx@ASUS-GL703VD:~$
xxxxxxx@ASUS-GL703VD:~$ sudo dmesg | grep 8812
[sudo] Mot de passe de xxxxxxx :
xxxxxxx@ASUS-GL703VD:~$
Dernière modification par imageors (Le 15/05/2024, à 13:34)
Hors ligne
#20 Le 15/05/2024, à 13:00
- xubu1957
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
Bonjour,
> Astuce/Tutoriel : « message perdu, déconnecté du forum »
Avais-tu désactivé le fast-boot sur Windows ?
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
Hors ligne
#21 Le 15/05/2024, à 13:37
- imageors
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
SecureBoot disabled
C'est quoi le fast-boot sur Windows?
Merci
Probléme résolu, la wifi est signalé en haut à droite.
Merci pour ton aide.
Par contre pourquoi, ça a disparu et comment est revenu !!!!!!!!!.
Voir #19
Dernière modification par imageors (Le 15/05/2024, à 13:53)
Hors ligne
#22 Le 15/05/2024, à 14:03
- xubu1957
Re : [Résolu] Re disparition wifi suite mise à jour 22.04
Pour info une réponse de geole.
Et pour le secure-boot, la Doc desactiver_secure_boot et la page wikipedia.org/wiki/UEFI.
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
Hors ligne
Pages : 1