I switched to 22.04 last week (I was previously on 20.04, my first Ubuntu) and it worked fine until yesterday. I started having Wifi issues where I needed to turn it off and on again for it to work again. But on the third time in less than two hours, the WiFi icon on the top of my screen switched to the Ethernet icon. And from that point, I couldn't (and still can't) connect to internet. I've tried different WiFi connexions, Ethernet... It just doesn't work. I've searched for solutions and found that there are quite a lot of WiFi issues with 22.04. I've tried what is suggested here : https://www.technewstoday.com/ubuntu-wifi-not-working/ but it's not working since I can't update anything without internet connexion...
Edit: I have tried to change the kernel version without success. It doesn't seem to change anything for my problem. Additional information:
- my kernel version is 5.15.0-46-generic. I've switched to 5.15.0-43-generic (the only choice) during boot, but it didn't change anything.
- I have the 'mtd device must be supplied (device name is empty)' message during boot.
- from the moment the problem appeared, the Ethernet connection icon is always displayed, no matter what.
Any idea on how to solve this ?
Thanks !
Edit 2 : Here's the log :
lspci -knn | grep Net -A3; rfkill list
02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8822CE 802.11ac PCIe Wireless Network Adapter [10ec:c822]
Subsystem: Electronics & Telecommunications RSH RTL8822CE 802.11ac PCIe Wireless Network Adapter [1058:1e25]
Kernel driver in use: rtw_8822ce
Kernel modules: rtw88_8822ce
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Picasso/Raven 2 [Radeon Vega Series / Radeon Vega Mobile Series] [1002:15d8] (rev c2)
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
sudo dmesg | grep rtw
[ 2.513304] rtw_8822ce 0000:02:00.0: Firmware version 9.9.4, H2C version 15 [ 2.513486] rtw_8822ce 0000:02:00.0: Firmware version 9.9.11, H2C version 15 [ 3.001199] rtw_8822ce 0000:02:00.0 wlp2s0: renamed from wlan0 [ 5.036755] rtw_8822ce 0000:02:00.0: start vif 5c:3a:45:06:32:31 on port 0 [ 826.961117] rtw_8822ce 0000:02:00.0: sta 22:66:cf:40:c8:30 joined with macid 0
lspci -knn | grep Net -A3; rfkill list
terminal command. – Pilot6 Aug 22 '22 at 14:22dmesg | grep rtw
– Pilot6 Aug 23 '22 at 13:57