Just a note, very few of us are Linux compatible, there is one guy @Stephen M who is superb, but he hasn't been on much recently, hopefully he'll pop on in not too long.Hi.
It's got 2 antennas at the back of my PC. I install the firmware-iwlwifi package. My home wifi network is detected. I try to connect but the system tray icon shows the adapter never fully connects and times out.
Can anyone help?
Thanks.
Thanks for the heads up, ST. I see Stephen is gone almost 2 months. Yes, hopefully he returns again. 🙏Just a note, very few of us are Linux compatible, there is one guy @Stephen M who is superb, but he hasn't been on much recently, hopefully he'll pop on in not too long.
Not sure if this may be related?Thanks for the heads up, ST. I see Stephen is gone almost 2 months. Yes, hopefully he returns again. 🙏
The funny thing is, generally Intel stuff works well with GNU/Linux as the firmware tends to be baked into the Linux kernel. 💭
100%! And it is an archaic feature from HDD boot drives days. Just no need for it anymore.Even if it's not the issue, Microsoft should just remove the fast startup feature. It causes nothing but hassle.
It was unlikely due to the differing problems that the other person had but it was definitely worth a shot as it does cause problems.I disabled fast startup. The Intel wifi is still not working. 🤔
I certainly will. 👍If you manage to sort it though if you could post back for others that would be really appreciated.
Hi solidus1983.Intel Wireless is will not work out of the box with older kernels. When i installed Debian on my Clevo X170KM-G it worked only because i was using a kernel version of 5.13 or greater.
So maybe try updating the Kernel: https://www.itsfoss.net/installing-linux-5-14-kernel-on-debian-11/
For now don't go above kernel 5.14 as kernel 5.15 and 5.16 still have work needed to be done on them.
I tried kernel 5.14. As before, the Intel AX200 picks up the wifi, tries to connect, then fails.If your still having issues see if the card shows up in lspci.
lspci
and noticed this line: Network controller: Intel Corporation Wi-Fi 6 AX200 (rev 1a)
.sudo dmesg
sudo dmesg > output.txt && cat ~/output.txt | nc termbin.com 9999
/lib/firmware
Hi solidus1983.So ok its detected and some what working what does running
Code:sudo dmesg
Output just incase its firmware of the wireless chip missing if you want to upload it for me to look at then use
Code:sudo dmesg > output.txt && cat ~/output.txt | nc termbin.com 9999
then send me the link to the file.
If you see firmware related errors then head to https://wireless.wiki.kernel.org/en/users/drivers/iwlwifi to download the firmware and place it inthen reboot the server, only download the ones you need.Code:/lib/firmware
lsmod | grep iwlwifi
sudo dmesg | grep iwlwifi