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 02/11/2024, à 02:08

abens

Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Bonjour,
Je n'ai pas de wifi sur mon Ubuntu 24.04.1 LTS. Ethernet marche sans problème
J'ai vu ce post qui avait l'air assez similaire a mon probleme post similaire.

Une solution a été proposée dans ce post mais ça ne marche pas pour moi.
Voilà la solution qui a été proposée

sudo apt install git
cd
git clone https://github.com/lwfinger/rtw88
cd rtw88
make
sudo make install
sudo modprobe rtw_8821ce
sudo lshw -class network
nmcli dev wifi
lsmod | sort

sauf que j'ai un problème quand j'execute la commande "sudo modprobe rtw_8821ce"

 sudo modprobe rtw_8821ce
modprobe: ERROR: could not insert 'rtw_8821ce': Exec format error

Quelques infos sur mon setup.

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 24.04.1 LTS
Release:	24.04
Codename:	noble
$ lsusb
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 003: ID 1bcf:2b9d Sunplus Innovation Technology Inc. Integrated_WebcaD
Bus 001 Device 004: ID 0bda:c829 Realtek Semiconductor Corp. Bluetooth Radio 
Bus 001 Device 006: ID 046d:c077 Logitech, Inc. Mouse
Bus 001 Device 018: ID 2717:ff80 Xiaomi Inc. Mi/Redmi series (RNDIS)
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
$ lspci
0000:00:00.0 Host bridge: Intel Corporation Alder Lake-U15 Host and DRAM Controller )
0000:00:02.0 VGA compatible controller: Intel Corporation Alder Lake-UP3 GT2 [Iris X)
0000:00:04.0 Signal processing controller: Intel Corporation Alder Lake Innovation P)
0000:00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian &)
0000:00:0e.0 RAID bus controller: Intel Corporation Volume Management Device NVMe RAr
0000:00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Cont)
0000:00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
0000:00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C C)
0000:00:15.1 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C C)
0000:00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Control)
0000:00:17.0 System peripheral: Intel Corporation RST VMD Managed Controller
0000:00:1d.0 PCI bridge: Intel Corporation Alder Lake PCI Express x1 Root Port #10 ()
0000:00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
0000:00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio )
0000:00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
0000:00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controlle)
0000:01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac r
10000:e0:17.0 SATA controller: Intel Corporation Alder Lake-P SATA AHCI Controller ()
10000:e0:1c.0 System peripheral: Intel Corporation RST VMD Managed Controller
10000:e0:1c.4 PCI bridge: Intel Corporation Device 51bc (rev 01)
10000:e1:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a80f
$ lspci -k -nn | grep -A 3 -i net
0000:01:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8821CE 80]
	Subsystem: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless ]
	Kernel driver in use: rtw_8821ce
	Kernel modules: rtw88_8821ce, rtw_8821ce
10000:e0:17.0 SATA controller [0106]: Intel Corporation Alder Lake-P SATA AHCI Contr)
$ lspci -k
0000:00:00.0 Host bridge: Intel Corporation Alder Lake-U15 Host and DRAM Controller )
	Subsystem: Dell Device 0b92
	Kernel driver in use: igen6_edac
	Kernel modules: igen6_edac
0000:00:02.0 VGA compatible controller: Intel Corporation Alder Lake-UP3 GT2 [Iris X)
	Subsystem: Dell Alder Lake-UP3 GT2 [Iris Xe Graphics]
	Kernel driver in use: i915
	Kernel modules: i915, xe
0000:00:04.0 Signal processing controller: Intel Corporation Alder Lake Innovation P)
	Subsystem: Dell Alder Lake Innovation Platform Framework Processor Participat
	Kernel driver in use: proc_thermal_pci
	Kernel modules: processor_thermal_device_pci
0000:00:08.0 System peripheral: Intel Corporation 12th Gen Core Processor Gaussian &)
	Subsystem: Dell 12th Gen Core Processor Gaussian & Neural Accelerator
0000:00:0e.0 RAID bus controller: Intel Corporation Volume Management Device NVMe RAr
	Subsystem: Dell Volume Management Device NVMe RAID Controller
	Kernel driver in use: vmd
	Kernel modules: vmd, ahci
0000:00:14.0 USB controller: Intel Corporation Alder Lake PCH USB 3.2 xHCI Host Cont)
	Subsystem: Dell Alder Lake PCH USB 3.2 xHCI Host Controller
	Kernel driver in use: xhci_hcd
	Kernel modules: xhci_pci
0000:00:14.2 RAM memory: Intel Corporation Alder Lake PCH Shared SRAM (rev 01)
	Subsystem: Dell Alder Lake PCH Shared SRAM
0000:00:15.0 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C C)
	Subsystem: Dell Alder Lake PCH Serial IO I2C Controller
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
0000:00:15.1 Serial bus controller: Intel Corporation Alder Lake PCH Serial IO I2C C)
	Subsystem: Dell Alder Lake PCH Serial IO I2C Controller
	Kernel driver in use: intel-lpss
	Kernel modules: intel_lpss_pci
0000:00:16.0 Communication controller: Intel Corporation Alder Lake PCH HECI Control)
	Subsystem: Dell Alder Lake PCH HECI Controller
	Kernel driver in use: mei_me
	Kernel modules: mei_me
0000:00:17.0 System peripheral: Intel Corporation RST VMD Managed Controller
0000:00:1d.0 PCI bridge: Intel Corporation Alder Lake PCI Express x1 Root Port #10 ()
	Subsystem: Dell Alder Lake PCI Express x1 Root Port
	Kernel driver in use: pcieport
0000:00:1f.0 ISA bridge: Intel Corporation Alder Lake PCH eSPI Controller (rev 01)
	Subsystem: Dell Alder Lake PCH eSPI Controller
0000:00:1f.3 Audio device: Intel Corporation Alder Lake PCH-P High Definition Audio )
	Subsystem: Dell Alder Lake PCH-P High Definition Audio Controller
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel, snd_sof_pci_intel_tgl
0000:00:1f.4 SMBus: Intel Corporation Alder Lake PCH-P SMBus Host Controller (rev 01)
	Subsystem: Dell Alder Lake PCH-P SMBus Host Controller
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801
0000:00:1f.5 Serial bus controller: Intel Corporation Alder Lake-P PCH SPI Controlle)
	Subsystem: Dell Alder Lake-P PCH SPI Controller
	Kernel driver in use: intel-spi
	Kernel modules: spi_intel_pci
0000:01:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac r
	Subsystem: Realtek Semiconductor Co., Ltd. RTL8821CE 802.11ac PCIe Wireless r
	Kernel driver in use: rtw_8821ce
	Kernel modules: rtw88_8821ce, rtw_8821ce
10000:e0:17.0 SATA controller: Intel Corporation Alder Lake-P SATA AHCI Controller ()
	Subsystem: Dell Alder Lake-P SATA AHCI Controller
	Kernel driver in use: ahci
	Kernel modules: ahci
10000:e0:1c.0 System peripheral: Intel Corporation RST VMD Managed Controller
10000:e0:1c.4 PCI bridge: Intel Corporation Device 51bc (rev 01)
	Kernel driver in use: pcieport
10000:e1:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd Device a80f
	Subsystem: Samsung Electronics Co Ltd Device a801
	Kernel driver in use: nvme
	Kernel modules: nvme
$ sudo lshw -C network
  *-network                 
       description: Wireless interface
       product: RTL8821CE 802.11ac PCIe Wireless Network Adapter
       vendor: Realtek Semiconductor Co., Ltd.
       physical id: 0
       bus info: pci@0000:01:00.0
       logical name: wlp1s0
       version: 00
       serial: 2c:9c:58:72:84:3b
       width: 64 bits
       clock: 33MHz
       capabilities: pm msi pciexpress bus_master cap_list ethernet physical wireless
       configuration: broadcast=yes driver=rtw_8821ce driverversion=6.8.0-48-generic1
       resources: irq:167 ioport:3000(size=256) memory:74000000-7400ffff
  *-network
       description: Ethernet interface
       physical id: f
       bus info: usb@1:2
       logical name: enx1a60e215d104
       serial: 1a:60:e2:15:d1:04
       capabilities: ethernet physical
       configuration: autonegotiation=off broadcast=yes driver=rndis_host driverversr
$ lsmod | sort
ac97_bus               12288  1 snd_soc_core
acpi_pad              184320  0
acpi_tad               20480  0
acpi_thermal_rel       20480  1 int3400_thermal
aesni_intel           356352  3
af_alg                 32768  6 algif_hash,algif_skcipher
ahci                   49152  0
algif_hash             12288  1
algif_skcipher         16384  1
autofs4                57344  2
binfmt_misc            24576  1
bluetooth            1028096  34 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
bnep                   32768  2
btbcm                  24576  1 btusb
btintel                57344  1 btusb
btmtk                  12288  1 btusb
btrtl                  32768  1 btusb
btusb                  77824  0
cdc_ether              24576  1 rndis_host
cec                    94208  3 drm_display_helper,xe,i915
cfg80211             1323008  2 rtw88_core,mac80211
cmac                   12288  2
cmdlinepart            12288  0
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
dcdbas                 20480  1 dell_smbios
dell_laptop            32768  0
dell_smbios            32768  2 dell_wmi,dell_laptop
dell_smm_hwmon         32768  0
dell_wmi               28672  1 dell_laptop
dell_wmi_ddv           24576  0
dell_wmi_descriptor    16384  2 dell_wmi,dell_smbios
dell_wmi_sysman        49152  0
dmi_sysfs              24576  0
drm_buddy              20480  2 xe,i915
drm_display_helper    237568  2 xe,i915
drm_exec               12288  2 drm_gpuvm,xe
drm_gpuvm              45056  1 xe
drm_suballoc_helper    16384  1 xe
drm_ttm_helper         12288  1 xe
ecc                    45056  1 ecdh_generic
ecdh_generic           16384  1 bluetooth
ee1004                 16384  0
efi_pstore             12288  0
firmware_attributes_class    12288  1 dell_wmi_sysman
ghash_clmulni_intel    16384  0
gpu_sched              61440  1 xe
hid                   180224  4 i2c_hid,usbhid,hid_multitouch,hid_generic
hid_generic            12288  0
hid_multitouch         36864  0
i2c_algo_bit           16384  2 xe,i915
i2c_hid                40960  1 i2c_hid_acpi
i2c_hid_acpi           12288  0
i2c_i801               36864  0
i2c_smbus              16384  1 i2c_i801
i915                 4280320  80
idma64                 20480  0
igen6_edac             24576  0
input_leds             12288  0
int3400_thermal        24576  0
int3403_thermal        16384  0
int340x_thermal_zone    16384  2 int3403_thermal,processor_thermal_device
intel_cstate           24576  0
intel_hid              28672  0
intel_lpss             12288  1 intel_lpss_pci
intel_lpss_pci         24576  0
intel_pmc_core        118784  0
intel_powerclamp       24576  0
intel_rapl_common      40960  2 intel_rapl_msr,processor_thermal_rapl
intel_rapl_msr         20480  0
intel_uncore_frequency    16384  0
intel_uncore_frequency_common    16384  1 intel_uncore_frequency
intel_vsec             20480  1 intel_pmc_core
ip_tables              32768  0
irqbypass              12288  1 kvm
joydev                 32768  0
kvm                  1404928  1 kvm_intel
kvm_intel             487424  0
ledtrig_audio          12288  2 dell_wmi,dell_laptop
libahci                53248  1 ahci
libarc4                12288  1 mac80211
lp                     28672  0
mac80211             1720320  2 rtw88_pci,rtw88_core
mac_hid                12288  0
mc                     81920  4 videodev,videobuf2_v4l2,uvcvideo,videobuf2_common
mei                   172032  5 mei_hdcp,mei_pxp,mei_me
mei_hdcp               28672  0
mei_me                 53248  2
mei_pxp                16384  0
mii                    20480  1 usbnet
Module                  Size  Used by
msr                    12288  0
mtd                    98304  3 spi_nor,cmdlinepart
nfnetlink              20480  1
nls_iso8859_1          12288  1
ntfs3                 348160  0
nvme                   61440  2
nvme_auth              28672  1 nvme_core
nvme_core             208896  3 nvme
parport                73728  3 parport_pc,lp,ppdev
parport_pc             53248  0
pinctrl_tigerlake      28672  1
pmt_class              12288  1 pmt_telemetry
pmt_telemetry          16384  1 intel_pmc_core
polyval_clmulni        12288  0
polyval_generic        12288  1 polyval_clmulni
ppdev                  24576  0
processor_thermal_device    20480  1 processor_thermal_device_pci
processor_thermal_device_pci    16384  0
processor_thermal_mbox    12288  4 processor_thermal_power_floor,processor_thermal_wt
processor_thermal_power_floor    12288  2 processor_thermal_device_pci,processor_thee
processor_thermal_rapl    16384  1 processor_thermal_device
processor_thermal_rfim    32768  1 processor_thermal_device
processor_thermal_wt_hint    16384  2 processor_thermal_device_pci,processor_thermale
processor_thermal_wt_req    12288  1 processor_thermal_device
psmouse               217088  0
qrtr                   53248  2
rapl                   20480  0
rc_core                73728  1 cec
rfcomm                 98304  4
rndis_host             24576  0
rtw88_8821c            94208  1 rtw88_8821ce
rtw88_8821ce           12288  0
rtw88_core            360448  2 rtw88_pci,rtw88_8821c
rtw88_pci              32768  1 rtw88_8821ce
sch_fq_codel           24576  2
serio_raw              20480  0
sha1_ssse3             32768  0
sha256_ssse3           32768  0
snd                   143360  18 snd_hda_codec_generic,snd_seq,snd_seq_device,snd_hdi
snd_compress           28672  1 snd_soc_core
snd_hda_codec         204800  6 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_coda
snd_hda_codec_cs8409    36864  1
snd_hda_codec_generic   122880  1 snd_hda_codec_cs8409
snd_hda_codec_hdmi     94208  1
snd_hda_core          139264  9 snd_hda_codec_generic,snd_hda_codec_hdmi,snd_hda_coda
snd_hda_ext_core       32768  4 snd_sof_intel_hda_common,snd_soc_hdac_hda,snd_sof_ina
snd_hda_intel          61440  1
snd_hrtimer            12288  1
snd_hwdep              20480  1 snd_hda_codec
snd_intel_dspcfg       36864  3 snd_hda_intel,snd_sof,snd_sof_intel_hda_common
snd_intel_sdw_acpi     16384  2 snd_sof_intel_hda_common,snd_intel_dspcfg
snd_pcm               192512  11 snd_hda_codec_hdmi,snd_hda_intel,snd_hda_codec,soune
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_rawmidi            57344  1 snd_seq_midi
snd_seq               114688  9 snd_seq_midi,snd_seq_midi_event,snd_seq_dummy
snd_seq_device         16384  3 snd_seq,snd_seq_midi,snd_rawmidi
snd_seq_dummy          12288  0
snd_seq_midi           24576  0
snd_seq_midi_event     16384  1 snd_seq_midi
snd_soc_acpi           16384  2 snd_soc_acpi_intel_match,snd_sof_intel_hda_common
snd_soc_acpi_intel_match    98304  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_soc_core          438272  4 soundwire_intel,snd_sof,snd_sof_intel_hda_common,snda
snd_soc_hdac_hda       24576  1 snd_sof_intel_hda_common
snd_sof               380928  3 snd_sof_pci,snd_sof_intel_hda_common,snd_sof_intel_ha
snd_sof_intel_hda      24576  1 snd_sof_intel_hda_common
snd_sof_intel_hda_common   217088  1 snd_sof_pci_intel_tgl
snd_sof_intel_hda_mlink    45056  2 soundwire_intel,snd_sof_intel_hda_common
snd_sof_pci            24576  2 snd_sof_intel_hda_common,snd_sof_pci_intel_tgl
snd_sof_pci_intel_tgl    12288  0
snd_sof_utils          16384  1 snd_sof
snd_sof_xtensa_dsp     12288  1 snd_sof_intel_hda_common
snd_timer              49152  3 snd_seq,snd_hrtimer,snd_pcm
soundcore              16384  1 snd
soundwire_bus         110592  3 soundwire_intel,soundwire_generic_allocation,soundwie
soundwire_cadence      40960  1 soundwire_intel
soundwire_generic_allocation    12288  1 soundwire_intel
soundwire_intel        73728  1 snd_sof_intel_hda_common
sparse_keymap          12288  2 intel_hid,dell_wmi
spi_intel              32768  1 spi_intel_pci
spi_intel_pci          12288  0
spi_nor               163840  0
ttm                   110592  3 drm_ttm_helper,xe,i915
uas                    28672  0
usbhid                 77824  0
usbnet                 61440  2 rndis_host,cdc_ether
usb_storage            86016  1 uas
uvc                    12288  1 uvcvideo
uvcvideo              139264  0
video                  73728  4 dell_wmi,dell_laptop,xe,i915
videobuf2_common       81920  4 videobuf2_vmalloc,videobuf2_v4l2,uvcvideo,videobuf2_s
videobuf2_memops       16384  1 videobuf2_vmalloc
videobuf2_v4l2         36864  1 uvcvideo
videobuf2_vmalloc      20480  1 uvcvideo
videodev              352256  2 videobuf2_v4l2,uvcvideo
vmd                    24576  0
wmi                    28672  8 dell_wmi_sysman,video,dell_wmi_ddv,dell_wmi,wmi_bmofr
wmi_bmof               12288  0
x86_pkg_temp_thermal    20480  0
xe                   2711552  0
xhci_pci               24576  0
xhci_pci_renesas       20480  1 xhci_pci
x_tables               65536  1 ip_tables
$ ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default ql0
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
    inet6 ::1/128 scope host noprefixroute 
       valid_lft forever preferred_lft forever
2: wlp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue state DOWN gro0
    link/ether 2c:9c:58:72:84:3b brd ff:ff:ff:ff:ff:ff
6: enx1a60e215d104: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state 0
    link/ether 1a:60:e2:15:d1:04 brd ff:ff:ff:ff:ff:ff
    inet 192.168.7.70/24 brd 192.168.7.255 scope global dynamic noprefixroute enx1a64
       valid_lft 2322sec preferred_lft 2322sec
    inet6 fe80::e32c:de64:f2c:a75a/64 scope link noprefixroute 
       valid_lft forever preferred_lft forever

L'interface que j'utilise normalement pour le wifi sans file (wlp1s0) est bien down mais je n'arrive pas à la 'up'

$ sudo iwlist scan
lo        Interface doesn't support scanning.

wlp1s0    Scan completed :
          Cell 01 - Address: A0:25:D7:1B:97:D0
                    Channel:60
                    Frequency:5.3 GHz (Channel 60)
                    Quality=25/70  Signal level=-85 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa8b0c03f
                    Extra: Last beacon: 1968ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 03013C
                    IE: Unknown: 050400010100
                    IE: Unknown: 070C465220240817640B1E95050E
                    IE: Unknown: 200100
                    IE: Unknown: 23021500
                    IE: Unknown: 0B050100043075
                    IE: Unknown: 33050124282C30
                    IE: Unknown: 33050234383C40
                    IE: Unknown: 330C0364686C7074787C8084888C
                    IE: Unknown: 4306000C82FB82FB
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AEF0917FFFF00000100000000000000000000000000000000
                    IE: Unknown: 3D163C050400000000000000000000000000000000000000
                    IE: Unknown: 7F0A04000800000000400040
                    IE: Unknown: BF0C9179890FFAFF0000FAFF0000
                    IE: Unknown: C0050000000000
                    IE: Unknown: C303012A2A
                    IE: Unknown: FF1C2305000812001044200EC00F418508000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F002AFCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040815
          Cell 02 - Address: F4:CA:E5:8B:A4:79
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=58/70  Signal level=-52 dBm  
                    Encryption key:on
                    ESSID:"FreeWifi_secure"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000000aefcc57160
                    Extra: Last beacon: 2818ms ago
                    IE: Unknown: 000F46726565576966695F736563757265
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 03010B
                    IE: Unknown: 050401020000
                    IE: Unknown: 2A0104
                    IE: Unknown: 32043048606C
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : TKIP
                        Pairwise Ciphers (2) : CCMP TKIP
                        Authentication Suites (1) : 802.1x
                    IE: Unknown: 0B050000670000
                    IE: Unknown: 46057200000000
                    IE: Unknown: 2D1AEC0003FFFFFF000100000000000000010000000000000000
                    IE: Unknown: 3D160B000000000000000000000000000000000000000000
                    IE: Unknown: 7F080000080200000040
                    IE: Unknown: DD180050F2020101000003A4000027A4000042435E0062322F00
                    IE: Unknown: DD0C0007CB010103000000000000
          Cell 03 - Address: F4:CA:E5:8B:A4:78
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=58/70  Signal level=-52 dBm  
                    Encryption key:on
                    ESSID:"Freebox-5F11C1"
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 6 Mb/s
                              9 Mb/s; 12 Mb/s; 18 Mb/s
                    Bit Rates:24 Mb/s; 36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=000000aefcc48160
                    Extra: Last beacon: 2879ms ago
                    IE: Unknown: 000E46726565626F782D354631314331
                    IE: Unknown: 010882848B960C121824
                    IE: Unknown: 03010B
                    IE: Unknown: 050401020000
                    IE: Unknown: 2A0104
                    IE: Unknown: 32043048606C
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: 0B0501005F0000
                    IE: Unknown: 46057200000000
                    IE: Unknown: 2D1AEC0003FFFFFF000100000000000000010000000000000000
                    IE: Unknown: 3D160B000000000000000000000000000000000000000000
                    IE: Unknown: 7F080000088200000040
                    IE: Unknown: 6B0700F4CAE55F11C1
                    IE: Unknown: 6C027F00
                    IE: Unknown: DD180050F2020101010003A4000027A4000042435E0062322F00
                    IE: Unknown: DD220050F204104A00011010440001021057000101103C000100
                    IE: Unknown: DD0C0007CB010101000000000000
          Cell 04 - Address: A0:25:D7:44:E1:30
                    Channel:124
                    Frequency:5.62 GHz (Channel 124)
                    Quality=24/70  Signal level=-86 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa3d5004f
                    Extra: Last beacon: 1159ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 03017C
                    IE: Unknown: 050400010000
                    IE: Unknown: 070C465220240817640B1E95050E
                    IE: Unknown: 200100
                    IE: Unknown: 23021A00
                    IE: Unknown: 0B05020006A177
                    IE: Unknown: 33050124282C30
                    IE: Unknown: 33050234383C40
                    IE: Unknown: 330C0364686C7074787C8084888C
                    IE: Unknown: 4306000CF3FDF3FD
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AEF0917FFFF00000100000000000000000000000000000000
                    IE: Unknown: 3D167C050400000000000000000000000000000000000000
                    IE: Unknown: 7F0A04000800000000400040
                    IE: Unknown: BF0C9179890FFAFF0000FAFF0000
                    IE: Unknown: C0050000000000
                    IE: Unknown: C303013535
                    IE: Unknown: FF1C2305000812001044200EC00F418508000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0031FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B860104081A
          Cell 05 - Address: A0:25:D7:1B:D8:10
                    Channel:116
                    Frequency:5.58 GHz (Channel 116)
                    Quality=55/70  Signal level=-55 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa90b603d
                    Extra: Last beacon: 1341ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030174
                    IE: Unknown: 050400010000
                    IE: Unknown: 070C465220240817640B1E95050E
                    IE: Unknown: 200100
                    IE: Unknown: 23021A00
                    IE: Unknown: 0B05000001D978
                    IE: Unknown: 33050124282C30
                    IE: Unknown: 33050234383C40
                    IE: Unknown: 330C0364686C7074787C8084888C
                    IE: Unknown: 4306000C2CFF2CFF
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AEF0917FFFF00000100000000000000000000000000000000
                    IE: Unknown: 3D1674050000000000000000000000000000000000000000
                    IE: Unknown: 7F0A04000800000000400040
                    IE: Unknown: BF0C9179890FFAFF0000FAFF0000
                    IE: Unknown: C0050000000000
                    IE: Unknown: C303013535
                    IE: Unknown: FF1C2305000812001044200EC00F418508000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0005FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B860104081A
          Cell 06 - Address: A0:25:D7:1B:B0:30
                    Channel:132
                    Frequency:5.66 GHz (Channel 132)
                    Quality=32/70  Signal level=-78 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fabf4b04f
                    Extra: Last beacon: 977ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030184
                    IE: Unknown: 050400010002
                    IE: Unknown: 070C465220240817640B1E95050E
                    IE: Unknown: 200100
                    IE: Unknown: 23021A00
                    IE: Unknown: 0B0503000FBF72
                    IE: Unknown: 33050124282C30
                    IE: Unknown: 33050234383C40
                    IE: Unknown: 330C0364686C7074787C8084888C
                    IE: Unknown: 4306000C11F911F9
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AEF0917FFFF00000100000000000000000000000000000000
                    IE: Unknown: 3D1684050400000000000000000000000000000000000000
                    IE: Unknown: 7F0A04000800000000400040
                    IE: Unknown: BF0C9179890FFAFF0000FAFF0000
                    IE: Unknown: C0050000000000
                    IE: Unknown: C303013535
                    IE: Unknown: FF1C2305000812001044200EC00F418508000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F001CFCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B860104081A
          Cell 07 - Address: A0:25:D7:1B:D9:60
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=32/70  Signal level=-78 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa741903b
                    Extra: Last beacon: 16895ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 03010B
                    IE: Unknown: 050400010100
                    IE: Unknown: 0706465220010D14
                    IE: Unknown: 200100
                    IE: Unknown: 23021400
                    IE: Unknown: 2A0100
                    IE: Unknown: 0B0505003AFE5D
                    IE: Unknown: 33040401060B
                    IE: Unknown: 4306000C51E451E4
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AAD0917FFFF00000000000000000000000000000000000000
                    IE: Unknown: 3D160B000400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0A05000800000000400040
                    IE: Unknown: FF1C2305000812001020200EC00D418108000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0004FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040814
          Cell 08 - Address: A0:25:D7:1B:D8:00
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=52/70  Signal level=-58 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa80fd03f
                    Extra: Last beacon: 17499ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030101
                    IE: Unknown: 050400010100
                    IE: Unknown: 0706465220010D14
                    IE: Unknown: 200100
                    IE: Unknown: 23021400
                    IE: Unknown: 2A0100
                    IE: Unknown: 0B05010014DD6D
                    IE: Unknown: 33040401060B
                    IE: Unknown: 4306000C2FF42FF4
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AAD0917FFFF00000000000000000000000000000000000000
                    IE: Unknown: 3D1601000000000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0A05000800000000400040
                    IE: Unknown: FF1C2305000812001020200EC00D418108000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0032FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040814
          Cell 09 - Address: A0:25:D7:1B:68:C0
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=35/70  Signal level=-75 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa92c3414
                    Extra: Last beacon: 3551ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030101
                    IE: Unknown: 050400010000
                    IE: Unknown: 0706465220010D14
                    IE: Unknown: 200100
                    IE: Unknown: 23021400
                    IE: Unknown: 2A0100
                    IE: Unknown: 0B050100178671
                    IE: Unknown: 33040401060B
                    IE: Unknown: 4306000CD9F7D9F7
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AAD0917FFFF00000000000000000000000000000000000000
                    IE: Unknown: 3D1601000400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0A05000800000000400040
                    IE: Unknown: FF1C2305000812001020200EC00D418108000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0028FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040814
          Cell 10 - Address: A0:25:D7:43:19:60
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=31/70  Signal level=-79 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa749603b
                    Extra: Last beacon: 2920ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 03010B
                    IE: Unknown: 050400010102
                    IE: Unknown: 0706465220010D14
                    IE: Unknown: 200100
                    IE: Unknown: 23021400
                    IE: Unknown: 2A0100
                    IE: Unknown: 0B05050080AF4B
                    IE: Unknown: 33040401060B
                    IE: Unknown: 4306000C01D201D2
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AAD0917FFFF00000000000000000000000000000000000000
                    IE: Unknown: 3D160B000400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0A05000800000000400040
                    IE: Unknown: FF1C2305000812001020200EC00D418108000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0032FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040814
          Cell 11 - Address: A0:25:D7:1B:97:C0
                    Channel:1
                    Frequency:2.412 GHz (Channel 1)
                    Quality=34/70  Signal level=-76 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa8931040
                    Extra: Last beacon: 3524ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030101
                    IE: Unknown: 050400010000
                    IE: Unknown: 0706465220010D14
                    IE: Unknown: 200100
                    IE: Unknown: 23021400
                    IE: Unknown: 2A0100
                    IE: Unknown: 0B05010012F773
                    IE: Unknown: 33040401060B
                    IE: Unknown: 4306000C4AFA4AFA
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AAD0917FFFF00000000000000000000000000000000000000
                    IE: Unknown: 3D1601000400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0A05000800000000400040
                    IE: Unknown: FF1C2305000812001020200EC00D418108000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0017FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040814
          Cell 12 - Address: A0:25:D7:1B:B0:20
                    Channel:6
                    Frequency:2.437 GHz (Channel 6)
                    Quality=28/70  Signal level=-82 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fabcc103b
                    Extra: Last beacon: 3205ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030106
                    IE: Unknown: 050400010000
                    IE: Unknown: 0706465220010D14
                    IE: Unknown: 200100
                    IE: Unknown: 23021400
                    IE: Unknown: 2A0100
                    IE: Unknown: 0B05000011F773
                    IE: Unknown: 33040401060B
                    IE: Unknown: 4306000C4AFA4AFA
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AAD0917FFFF00000000000000000000000000000000000000
                    IE: Unknown: 3D1606000000000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0A05000800000000400040
                    IE: Unknown: FF1C2305000812001020200EC00D418108000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0022FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040814
          Cell 13 - Address: A0:25:D7:45:08:00
                    Channel:11
                    Frequency:2.462 GHz (Channel 11)
                    Quality=37/70  Signal level=-73 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fabb7c6b7
                    Extra: Last beacon: 2893ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 03010B
                    IE: Unknown: 050400010100
                    IE: Unknown: 0706465220010D14
                    IE: Unknown: 200100
                    IE: Unknown: 23021400
                    IE: Unknown: 2A0100
                    IE: Unknown: 0B05010071764A
                    IE: Unknown: 33040401060B
                    IE: Unknown: 4306000CC9D0C9D0
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AAD0917FFFF00000000000000000000000000000000000000
                    IE: Unknown: 3D160B000400000000000000000000000000000000000000
                    IE: Unknown: 4A0E14000A002C01C800140005001900
                    IE: Unknown: 7F0A05000800000000400040
                    IE: Unknown: FF1C2305000812001020200EC00D418108000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0020FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040814
          Cell 14 - Address: A0:25:D7:1B:A2:F0
                    Channel:40
                    Frequency:5.2 GHz (Channel 40)
                    Quality=22/70  Signal level=-88 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fa83eb03c
                    Extra: Last beacon: 2422ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030128
                    IE: Unknown: 050400010002
                    IE: Unknown: 070C465220240817640B1E95050E
                    IE: Unknown: 200100
                    IE: Unknown: 23021600
                    IE: Unknown: 0B05010005A177
                    IE: Unknown: 33050124282C30
                    IE: Unknown: 33050234383C40
                    IE: Unknown: 330C0364686C7074787C8084888C
                    IE: Unknown: 4306000CF3FDF3FD
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AEF0917FFFF00000100000000000000000000000000000000
                    IE: Unknown: 3D1628070400000000000000000000000000000000000000
                    IE: Unknown: 7F0A04000800000000400040
                    IE: Unknown: BF0C9179890FFAFF0000FAFF0000
                    IE: Unknown: C0050000000000
                    IE: Unknown: C303012D2D
                    IE: Unknown: FF1C2305000812001044200EC00F418508000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0030FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B8601040816
          Cell 15 - Address: A0:25:D7:45:08:10
                    Channel:100
                    Frequency:5.5 GHz (Channel 100)
                    Quality=24/70  Signal level=-86 dBm  
                    Encryption key:off
                    ESSID:"Wifi_R8"
                    Bit Rates:6 Mb/s; 9 Mb/s; 12 Mb/s; 18 Mb/s; 24 Mb/s
                              36 Mb/s; 48 Mb/s; 54 Mb/s
                    Mode:Master
                    Extra:tsf=00000c2fabcf3044
                    Extra: Last beacon: 1772ms ago
                    IE: Unknown: 0007576966695F5238
                    IE: Unknown: 01088C129824B048606C
                    IE: Unknown: 030164
                    IE: Unknown: 050400010100
                    IE: Unknown: 070C465220240817640B1E95050E
                    IE: Unknown: 200100
                    IE: Unknown: 23021A00
                    IE: Unknown: 0B05020002D978
                    IE: Unknown: 33050124282C30
                    IE: Unknown: 33050234383C40
                    IE: Unknown: 330C0364686C7074787C8084888C
                    IE: Unknown: 4306000C2CFF2CFF
                    IE: Unknown: 46057340010001
                    IE: Unknown: 2D1AEF0917FFFF00000100000000000000000000000000000000
                    IE: Unknown: 3D1664050400000000000000000000000000000000000000
                    IE: Unknown: 7F0A04000800000000400040
                    IE: Unknown: BF0C9179890FFAFF0000FAFF0000
                    IE: Unknown: C0050000000000
                    IE: Unknown: C303013535
                    IE: Unknown: FF1C2305000812001044200EC00F418508000C00FAFFFAFF3917
                    IE: Unknown: FF0724F43F0023FCFF
                    IE: Unknown: FF0E260000A40820A408404308603208
                    IE: Unknown: DD180050F2020101800003A4000027A4000042435E0062322F00
                    IE: Unknown: DD07000B860104081A

enx1a60e215d104  Interface doesn't support scanning.
$ uname -r -m
6.8.0-48-generic x86_64
$ sudo rfkill list
1: phy0: Wireless LAN
	Soft blocked: no
	Hard blocked: no
4: hci0: Bluetooth
	Soft blocked: yes
	Hard blocked: no
$ nmcli connection show
NAME                 UUID                                  TYPE      DEVICE          
Wired connection 1   95df5629-8134-3736-a022-a3c6549a44e8  ethernet  enx1a60e215d104 
lo                   273bcc42-4ead-4b32-8e0d-12d90e650eb4  loopback  lo              
Redmi Note 8 (2021)  3e9cce62-debd-400a-a885-11de72702786  wifi      --              
Wifi_R8              36309e55-c523-40d5-9656-9f6b1edd28ab  wifi      -- 

Merci d'avance pour toute aide !

Dernière modification par abens (Le 02/11/2024, à 02:12)

Hors ligne

#2 Le 02/11/2024, à 06:37

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Bonjour,

Tente :

sudo ip link set wlp1s0 up

Montre :

iwconfig
dkms status

Vu :

 Channel:60
                    Frequency:5.3 GHz (Channel 60)

Il faudrait tester avec un canal 36, pour les fréquences 5 GHz.


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

#3 Le 02/11/2024, à 08:23

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Mon ordi s'est fermé éteint tout seul pendant la nuit alors que j'ai juste fermé le couvercle.
Du coup la connexion wifi est revenu à l'heure où je vous réponds donc mon interface wlp1s0 est up.

Je vous montre qd meme le iwconfig.

$ iwconfig 
lo        no wireless extensions.

wlp1s0    IEEE 802.11  ESSID:"Wifi_R8"  
          Mode:Managed  Frequency:5.58 GHz  Access Point: A0:25:D7:1B:D8:10   
          Bit Rate=81 Mb/s   Tx-Power=26 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Power Management:off
          Link Quality=42/70  Signal level=-68 dBm  
          Rx invalid nwid:0  Rx invalid crypt:0  Rx invalid frag:0
          Tx excessive retries:0  Invalid misc:19   Missed beacon:0

dkms a un output vide

Hors ligne

#4 Le 02/11/2024, à 08:30

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

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)"

et :

dpkg -l | grep -v ^ii

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

#5 Le 02/11/2024, à 08:33

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

$ 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-headers-6.8.0-48                6.8.0-48.48  all
ii  linux-tools-common                    6.8.0-48.48  all
ii  linux-generic-hwe-24.04               6.8.0-48.48  amd64
ii  linux-headers-6.8.0-48-generic        6.8.0-48.48  amd64
ii  linux-headers-generic-hwe-24.04       6.8.0-48.48  amd64
ii  linux-image-6.8.0-48-generic          6.8.0-48.48  amd64
ii  linux-image-generic-hwe-24.04         6.8.0-48.48  amd64
ii  linux-modules-6.8.0-48-generic        6.8.0-48.48  amd64
ii  linux-modules-extra-6.8.0-48-generic  6.8.0-48.48  amd64
ii  linux-tools-6.8.0-48                  6.8.0-48.48  amd64
ii  linux-tools-6.8.0-48-generic          6.8.0-48.48  amd64
$ dpkg -l | grep -v ^ii
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name                                          Version                                  Architecture Description
+++-=============================================-========================================-============-================================================================================

Je précise juste que ce n'est qu'une question de temps avant que j'ai le même problème. La connexion revient après reboot pour je ne sais quelle raison mais le problème revient au bout d'un moment

Hors ligne

#6 Le 02/11/2024, à 08:36

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

sudo dmesg | grep iwl

retourne ?


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

#7 Le 02/11/2024, à 08:51

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

sudo dmesg | grep iwl ne retourne rien

J'ai un autre problème. Quand je ferme le couvercle de l'ordi, ecran noir complet, il faut que je ferme et je rouvre l'ordi. Quelqu'un a une solution pour ça s'il vous plaît ?

Hors ligne

#8 Le 02/11/2024, à 08:59

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Je me suis trompé, c'est :

sudo dmesg | grep rtl

Montre la carte graphique :

lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"

et :

echo $XDG_SESSION_TYPE

pour voir si c'est Wayland ou x11.


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

#9 Le 02/11/2024, à 09:01

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

$ sudo dmesg | grep rtl
[    3.405558] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[    3.407224] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
$ lspci -vnn | grep -A 12 '\''[030[02]\]' | grep -Ei "vga|3d|display|kernel"
0000:00:02.0 VGA compatible controller [0300]: Intel Corporation Alder Lake-UP3 GT2 [Iris Xe Graphics] [8086:46a8] (rev 0c) (prog-if 00 [VGA controller])
	Kernel driver in use: i915
	Kernel modules: i915, xe
$ echo $XDG_SESSION_TYPE
wayland

Hors ligne

#10 Le 02/11/2024, à 09:02

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

As-tu moyen de changer de session avec la roue crantée, pour tester avec xorg ?

Regarde l'EDIT de malbo dans le message #1, pour la roue crantée, (ou le début du message #8, citant nany).


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 02/11/2024, à 09:14

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Je viens de le faire. Je confirme que je suis bien X11 maintenant.

$ echo $XDG_SESSION_TYPE
x11

JE ne sais pas si ça va changer qlq chose. Tu me conseilles de faire le test "fermer l'écran, attendre 15min puis rouvrir pour voir si aucun problème".

Merci

Hors ligne

#12 Le 02/11/2024, à 09:17

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Pour la partie veille_et_hibernation, je ne suis pas compétent.


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

#13 Le 02/11/2024, à 09:18

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Ah my bad. Tu penses que passer sur X11 va regler le problem de la wifi ?

Hors ligne

#14 Le 02/11/2024, à 09:36

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Comme la carte est une combo wi-Fi/Bluetooth, montre :

lsusb; sudo dmesg | grep -i bluetooth; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
dpkg -l | grep blue

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

#15 Le 02/11/2024, à 10:32

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Voilà

$ lsusb; sudo dmesg | grep -i bluetooth; sudo dmesg | grep -i firmware; lsmod | grep bluetooth
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 046d:c077 Logitech, Inc. Mouse
Bus 001 Device 003: ID 1bcf:2b9d Sunplus Innovation Technology Inc. Integrated_Webcam_HD
Bus 001 Device 004: ID 0bda:c829 Realtek Semiconductor Corp. Bluetooth Radio 
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
[sudo] password for bens: 
Sorry, try again.
[sudo] password for bens: 
[    2.132018] usb 1-10: Product: Bluetooth Radio 
[    3.179237] Bluetooth: Core ver 2.22
[    3.179263] NET: Registered PF_BLUETOOTH protocol family
[    3.179265] Bluetooth: HCI device and connection manager initialized
[    3.179269] Bluetooth: HCI socket layer initialized
[    3.179271] Bluetooth: L2CAP socket layer initialized
[    3.179274] Bluetooth: SCO socket layer initialized
[    3.404560] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[    3.405552] Bluetooth: hci0: RTL: rom_version status=0 version=1
[    3.405558] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[    3.407224] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[    3.407359] Bluetooth: hci0: RTL: cfg_sz 10, total sz 34926
[    3.878557] Bluetooth: hci0: RTL: fw version 0x75b8f098
[    4.187309] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    4.187314] Bluetooth: BNEP filters: protocol multicast
[    4.187320] Bluetooth: BNEP socket layer initialized
[    4.189136] Bluetooth: MGMT ver 1.22
[    5.979892] Bluetooth: RFCOMM TTY layer initialized
[    5.979900] Bluetooth: RFCOMM socket layer initialized
[    5.979906] Bluetooth: RFCOMM ver 1.11
[ 6094.306734] Bluetooth: hci0: RTL: examining hci_ver=08 hci_rev=000c lmp_ver=08 lmp_subver=8821
[ 6094.307731] Bluetooth: hci0: RTL: rom_version status=0 version=1
[ 6094.307737] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_fw.bin
[ 6094.307804] Bluetooth: hci0: RTL: loading rtl_bt/rtl8821c_config.bin
[ 6094.307834] Bluetooth: hci0: RTL: cfg_sz 10, total sz 34926
[ 6094.773235] Bluetooth: hci0: RTL: fw version 0x75b8f098
[ 6094.850210] Bluetooth: MGMT ver 1.22
[    3.898779] i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/adlp_dmc.bin (v2.20)
[    3.919543] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.20.0
[    3.919555] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
[    3.989624] rtw_8821ce 0000:01:00.0: Firmware version 24.11.0, H2C version 12
[  660.373974] audit: type=1400 audit(1730534412.669:176): apparmor="DENIED" operation="open" class="file" profile="snap-update-ns.firmware-updater" name="/proc/5652/maps" pid=5652 comm="5" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[  660.519083] audit: type=1400 audit(1730534412.814:177): apparmor="DENIED" operation="open" class="file" profile="snap.firmware-updater.firmware-notifier" name="/proc/sys/vm/max_map_count" pid=5628 comm="firmware-notifi" requested_mask="r" denied_mask="r" fsuid=1000 ouid=0
[ 6093.992585] i915 0000:00:02.0: [drm] GT0: GuC firmware i915/adlp_guc_70.bin version 70.20.0
[ 6093.992591] i915 0000:00:02.0: [drm] GT0: HuC firmware i915/tgl_huc.bin version 7.9.3
bluetooth            1028096  34 btrtl,btmtk,btintel,btbcm,bnep,btusb,rfcomm
ecdh_generic           16384  1 bluetooth
$ dpkg -l | grep blue
ii  bluez                                         5.72-0ubuntu5                            amd64        Bluetooth tools and daemons
ii  bluez-cups                                    5.72-0ubuntu5                            amd64        Bluetooth printer driver for CUPS
ii  bluez-obexd                                   5.72-0ubuntu5                            amd64        bluez obex daemon
ii  gir1.2-gnomebluetooth-3.0:amd64               46.0-1build1                             amd64        Introspection data for GnomeBluetooth
ii  gnome-bluetooth-3-common                      46.0-1build1                             all          GNOME Bluetooth 3 common files
ii  gnome-bluetooth-sendto                        46.0-1build1                             amd64        GNOME Bluetooth Send To app
ii  libbluetooth3:amd64                           5.72-0ubuntu5                            amd64        Library to use the BlueZ Linux Bluetooth stack
ii  libgnome-bluetooth-3.0-13:amd64               46.0-1build1                             amd64        GNOME Bluetooth 3 support library
ii  libgnome-bluetooth-ui-3.0-13:amd64            46.0-1build1                             amd64        GNOME Bluetooth 3 UI support library
ii  libspa-0.2-bluetooth:amd64                    1.0.5-1ubuntu1                           amd64        libraries for the PipeWire multimedia server - bluetooth plugins

Hors ligne

#16 Le 02/11/2024, à 10:43

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

lsmod | grep 88

indique ?

> github.com/lwfinger/rtw88/issues/98


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 02/11/2024, à 10:44

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

$ lsmod | grep 88
snd_seq_dummy          12288  0
snd_hrtimer            12288  1
snd_hda_codec_generic   122880  1 snd_hda_codec_cs8409
drm_exec               12288  2 drm_gpuvm,xe
drm_ttm_helper         12288  1 xe
cmac                   12288  2
algif_hash             12288  1
snd_sof_pci_intel_tgl    12288  0
snd_sof_intel_hda_common   217088  1 snd_sof_pci_intel_tgl
snd_sof_xtensa_dsp     12288  1 snd_sof_intel_hda_common
soundwire_generic_allocation    12288  1 soundwire_intel
ac97_bus               12288  1 snd_soc_core
rtw_8821ce             12288  0
rtw_8821c              90112  1 rtw_8821ce
rtw_pci                32768  1 rtw_8821ce
rtw_core              352256  2 rtw_8821c,rtw_pci
nls_iso8859_1          12288  1
irqbypass              12288  1 kvm
crct10dif_pclmul       12288  1
polyval_clmulni        12288  0
polyval_generic        12288  1 polyval_clmulni
uvc                    12288  1 uvcvideo
cmdlinepart            12288  0
snd_seq               114688  9 snd_seq_midi,snd_seq_midi_event,snd_seq_dummy
btmtk                  12288  1 btusb
ledtrig_audio          12288  2 dell_wmi,dell_laptop
wmi_bmof               12288  0
firmware_attributes_class    12288  1 dell_wmi_sysman
libarc4                12288  1 mac80211
spi_intel_pci          12288  0
processor_thermal_wt_req    12288  1 processor_thermal_device
processor_thermal_power_floor    12288  2 processor_thermal_device_pci,processor_thermal_device
processor_thermal_mbox    12288  4 processor_thermal_power_floor,processor_thermal_wt_req,processor_thermal_rfim,processor_thermal_wt_hint
pmt_class              12288  1 pmt_telemetry
sparse_keymap          12288  2 intel_hid,dell_wmi
input_leds             12288  0
mac_hid                12288  0
msr                    12288  0
efi_pstore             12288  0
nvme_core             208896  3 nvme
hid_generic            12288  0
crc32_pclmul           12288  0
psmouse               217088  0
intel_lpss             12288  1 intel_lpss_pci
i2c_hid_acpi           12288  0

Hors ligne

#18 Le 02/11/2024, à 10:53

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

nmcli dev wifi | cat

affiche ?


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 02/11/2024, à 10:56

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

$ nmcli dev wifi | cat
IN-USE  BSSID              SSID             MODE   CHAN  RATE        SIGNAL  BARS  SECURITY    
        F4:CA:E5:8B:A4:78  Freebox-5F11C1   Infra  11    195 Mbit/s  77      ▂▄▆_  WPA2        
        F4:CA:E5:8B:A4:79  FreeWifi_secure  Infra  11    195 Mbit/s  74      ▂▄▆_  WPA2 802.1X 
        A0:25:D7:1B:D8:00  Wifi_R8          Infra  1     130 Mbit/s  64      ▂▄▆_  --          
*       A0:25:D7:1B:D8:10  Wifi_R8          Infra  116   270 Mbit/s  59      ▂▄▆_  --          
        A0:25:D7:1B:B0:20  Wifi_R8          Infra  6     130 Mbit/s  54      ▂▄__  --          
        A0:25:D7:45:08:00  Wifi_R8          Infra  11    130 Mbit/s  50      ▂▄__  --          
        A0:25:D7:43:54:A0  Wifi_R8          Infra  6     130 Mbit/s  40      ▂▄__  --          
        A0:25:D7:1B:B0:30  Wifi_R8          Infra  132   270 Mbit/s  37      ▂▄__  --          
        A0:25:D7:1B:97:C0  Wifi_R8          Infra  1     130 Mbit/s  35      ▂▄__  --          
        A0:25:D7:43:19:60  Wifi_R8          Infra  6     130 Mbit/s  35      ▂▄__  --          
        A0:25:D7:1B:97:D0  Wifi_R8          Infra  60    270 Mbit/s  34      ▂▄__  --          
        A0:25:D7:41:B4:00  Wifi_R8          Infra  6     130 Mbit/s  30      ▂___  --          
        A0:25:D7:1B:A2:E0  Wifi_R8          Infra  11    130 Mbit/s  30      ▂___  --          
        A0:25:D7:1B:D9:60  Wifi_R8          Infra  11    130 Mbit/s  30      ▂___  --          
        A0:25:D7:45:08:10  Wifi_R8          Infra  100   270 Mbit/s  29      ▂___  --          
        A0:25:D7:1B:68:C0  Wifi_R8          Infra  1     130 Mbit/s  22      ▂___  --          
        A0:25:D7:44:E1:30  Wifi_R8          Infra  124   270 Mbit/s  20      ▂___  --          

Du coup c'est Wifi_R8 que j'utilise le plus souvent mais quand le problème survient, ça me fait la meme chose avec d'autres wifi (notamment le partage co de ma 4G)

Hors ligne

#20 Le 02/11/2024, à 11:00

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

*       A0:25:D7:1B:D8:10  Wifi_R8          Infra  116   270 Mbit/s  59      ▂▄▆_  --  

Un canal 116, il faudrait fixer sur un canal 36.

Exemple pour les réglages > freeboxv6_boosterwifi.

Dernière modification par xubu1957 (Le 02/11/2024, à 11:01)


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 02/11/2024, à 11:09

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

C'est anecdotique ce problème ? Le truc c que j'ai aucun accès à la box. C'est une box gérée par la résidence dans laquelle je suis. Pas moyen de se connecter à l'interface de la box avec la route par défaut.
De plus, comme je l'ai dit, ça me fait la même chose avec le wifi de ma 4G.

Dernière modification par abens (Le 02/11/2024, à 11:09)

Hors ligne

#22 Le 02/11/2024, à 11:12

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Je vais solliciter du renfort.


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

#23 Le 02/11/2024, à 11:15

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Petite précision: la wifi marche pour l'instant. Je suis passé sur X11 comme tu m'as dit tout à l'heure. Si y a aucun problème d'ici quelques je vous tiendrais au courant et mettrait ma question en résolu.

[EDIT]: J'ai à nouveau plus de connection Wifi donc le problème persiste.Donc en gros, quand je reboote, j'ai une connection wifi pendant un certain temps avant que ça capote

Dernière modification par abens (Le 02/11/2024, à 12:22)

Hors ligne

#24 Le 02/11/2024, à 16:14

abens

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion

Peut etre dois-je refaire certaines commandes qui afficheraient différents résultats maintenant que mon pc n'a plus accès à internet sans fil ?

Hors ligne

#25 Le 02/11/2024, à 16:56

xubu1957

Re : Ubuntu 24 WIFI marche pendant un moment puis plus de connexion


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