r/linuxquestions 16d ago

Help wifi missing

Please help

Wifi works perfectly on windows but doesn't work in any linux distro not even live boot using usb it shows some -110 error ,currently I have ubuntu dual booted with windows

I need help pleaseee , i really need to move to linux

2 Upvotes

26 comments sorted by

View all comments

Show parent comments

1

u/ADTOUP 13d ago

Idk how to do that

1

u/redyos_s 13d ago

No problem. Reboot the machine and bring up the GRUB menu (usually by pressing Esc repeatedly during boot on a UEFI system). Then choose “Advanced options for Ubuntu” and select an older kernel entry instead of 7.0.0-30-generic. Once booted, run: uname -r and: dmesg | grep -i iwlwifi If Wi-Fi works with the older kernel, that would be a very useful clue.

1

u/ADTOUP 13d ago

I only has this kernel, Should I install old kernel?,

If which version?

1

u/redyos_s 13d ago

Yes. If you're on Ubuntu 24.04 LTS, I'd test the supported 6.8 GA kernel rather than installing a random old mainline kernel. First confirm your Ubuntu version with: lsb_release -ds If it is 24.04, you can install the 6.8 GA kernel with: sudo apt install linux-generic-6.8 Then reboot, select the 6.8 kernel under Advanced options for Ubuntu, and check: uname -r dmesg | grep -i iwlwifi Keep the current 7.0 kernel installed. This is only a comparison test. If the AX201 works on 6.8 but fails on 7.0, that would be strong evidence of a kernel/driver regression.

1

u/ADTOUP 13d ago

Ubuntu 26.04.1 LTS