Installed MX on new pc but wifi not connecting  [Solved]

Message
Author
Tod
Posts: 23
Joined: Sun Jan 27, 2019 10:51 am

Re: Installed MX on new pc but wifi not connecting

#11 Post by Tod »

j2mcgreg wrote: Mon Jun 24, 2024 7:01 pm I notice that you are using a Liquorix 6.8.xxx kernel. Try the 6.6.12-1 instead which is known to solve a lot of wifi problems. Because it's a slightly older kernel, you will have to use Boot Options in MX Tools to set it as the default and then reboot.
I have moved to the 6.6.12-1 version, but unfortunately the wifi is still not showing up.
Last edited by Tod on Mon Jun 24, 2024 10:47 pm, edited 2 times in total.

User avatar
siamhie
Global Moderator
Posts: 3527
Joined: Fri Aug 20, 2021 5:45 pm

Re: Installed MX on new pc but wifi not connecting

#12 Post by siamhie »

Tod wrote: Mon Jun 24, 2024 7:46 pm
siamhie wrote: Mon Jun 24, 2024 7:24 pm Did you ever start the device with Windows installed? It's possible fast boot has locked that device.
Yes, I started the pc in Windows before installing Linux. I then used a usb iso to create the GPT partitions and disabled Fast Boot and Secure Boot and installed Linux. Is there any way I can check if this has happened and fix it?

Not sure but you can try turning the device off and unplugging it's power source, then plug back in. Maybe also try rebooting several times.
This is my Fluxbox . There are many others like it, but this one is mine. My Fluxbox is my best friend. It is my life.
I must master it as I must master my life. Without me, my Fluxbox is useless. Without my Fluxbox, I am useless.

User avatar
j2mcgreg
Global Moderator
Posts: 7041
Joined: Tue Oct 23, 2007 12:04 pm

Re: Installed MX on new pc but wifi not connecting

#13 Post by j2mcgreg »

There's enough evidence available on the internet that the Intel Wi-Fi 6 AX200 is a problem card in both Windows and Linux that you might consider returning the unit as defective, You could point out that even the fix suggested by Intel doesn't work.
HP 15; ryzen 3 5300U APU; 500 Gb SSD; 8GB ram
HP 17; ryzen 3 3200; 500 GB SSD; 12 GB ram
Idea Center 3; 12 gen i5; 256 GB ssd;

In Linux, newer isn't always better. The best solution is the one that works.

User avatar
CharlesV
Global Moderator
Posts: 7745
Joined: Sun Jul 07, 2019 5:11 pm

Re: Installed MX on new pc but wifi not connecting

#14 Post by CharlesV »

You have loaded this driver from intel?
iwlwifi-cc-46.3cfab8da.0.tgz

if the modprobe reconfigure didnt work, then the next place I would head is to the very latest linux-firmware... but yes j2mcgreg is correct there are a lot of reports of issues with that controller.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

Tod
Posts: 23
Joined: Sun Jan 27, 2019 10:51 am

Re: Installed MX on new pc but wifi not connecting

#15 Post by Tod »

CharlesV wrote: Mon Jun 24, 2024 8:26 pm You have loaded this driver from intel?
iwlwifi-cc-46.3cfab8da.0.tgz

if the modprobe reconfigure didnt work, then the next place I would head is to the very latest linux-firmware... but yes j2mcgreg is correct there are a lot of reports of issues with that controller.
Yes, I have downloaded the driver from Intel and put it in /lib/firmware. It is not linking it with the device. I found the following error message in the log:

$ dmesg | grep iwlwifi
dmesg: read kernel buffer failed: Operation not permitted

So it looks like it may be something to do with iwlwifi not having the right permissions to read the kernel buffer (which I don't understand how to fix).

User avatar
kmathern
Developer
Posts: 2576
Joined: Wed Jul 12, 2006 2:26 pm

Re: Installed MX on new pc but wifi not connecting

#16 Post by kmathern »

Tod wrote: Mon Jun 24, 2024 9:30 pm

Code: Select all

$ dmesg | grep iwlwifi
dmesg: read kernel buffer failed: Operation not permitted
So it looks like it may be something to do with iwlwifi not having the right permissions to read the kernel buffer (which I don't understand how to fix).
You need to run dmesg with sudo

Code: Select all

sudo dmesg | grep iwlwifi

Or maybe this

Code: Select all

sudo dmesg | grep iwlwifi | grep firmware

Tod
Posts: 23
Joined: Sun Jan 27, 2019 10:51 am

Re: Installed MX on new pc but wifi not connecting

#17 Post by Tod »

siamhie wrote: Mon Jun 24, 2024 8:07 pm
Tod wrote: Mon Jun 24, 2024 7:46 pm
siamhie wrote: Mon Jun 24, 2024 7:24 pm Did you ever start the device with Windows installed? It's possible fast boot has locked that device.
Yes, I started the pc in Windows before installing Linux. I then used a usb iso to create the GPT partitions and disabled Fast Boot and Secure Boot and installed Linux. Is there any way I can check if this has happened and fix it?

Not sure but you can try turning the device off and unplugging it's power source, then plug back in. Maybe also try rebooting several times.
Many thanks for this suggestion. Turning off my pc at the wall solved the problem and the wifi is now working! I did not realise that Windows could leave parts locked if I only rebooted.

And many thanks to all others who contributed suggestions.

User avatar
CharlesV
Global Moderator
Posts: 7745
Joined: Sun Jul 07, 2019 5:11 pm

Re: Installed MX on new pc but wifi not connecting

#18 Post by CharlesV »

Very nice! Happy to hear that fixed it !

And yes, long as the bits have juice, windows can affect it after running.
*QSI = Quick System Info from menu (Copy for Forum)
*MXPI = MX Package Installer
*Please check the solved checkbox on the post that solved it.
*Linux -This is the way!

User avatar
Stevo
Developer
Posts: 14747
Joined: Fri Dec 15, 2006 7:07 pm

Re: Installed MX on new pc but wifi not connecting

#19 Post by Stevo »

Tod wrote: Mon Jun 24, 2024 3:31 pm Stevo, did you make any changes after installing MX Linux, or did the driver work straight away?
It's "just worked" to connect anyplace I take it.
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

User avatar
Stevo
Developer
Posts: 14747
Joined: Fri Dec 15, 2006 7:07 pm

Re: Installed MX on new pc but wifi not connecting

#20 Post by Stevo »

CharlesV wrote: Mon Jun 24, 2024 10:42 pm Very nice! Happy to hear that fixed it !

And yes, long as the bits have juice, windows can affect it after running.
Windows still spits at thee from Hell's heart, apparently....
MXPI = MX Package Installer
QSI = Quick System Info from menu
The MX Test repository is mostly backports; not the same as Debian testing

Post Reply

Return to “Hardware /Configuration”