rfkill list not showing wifi (phy0)

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: rfkill list not showing wifi (phy0)

Post by JeremyB »

Any results for

Code: Select all

dmesg | grep D3cold
bitto
Level 1
Level 1
Posts: 11
Joined: Thu Nov 30, 2023 12:51 pm

Re: rfkill list not showing wifi (phy0)

Post by bitto »

Code: Select all

[0.872947] pci 0000:00:14.0: PME# supported from D3hot D3cold
[0.890442] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[0.896814] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[0.901270] pci 0000:01:00.0: PME# supported from D0 D3hot D3cold
[22.473492] pci 0000:01:00.0: Unable to change power state from D3COLD to D0, device inaccessible 
[22.537747] iwlwifi 0000:01:00.0: Unable to change power state from D3COLD to D0, device inaccessible 
JeremyB
Level 21
Level 21
Posts: 13881
Joined: Fri Feb 21, 2014 8:17 am

Re: rfkill list not showing wifi (phy0)

Post by JeremyB »

Do a

Code: Select all

xed admin:///etc/default/grub
Likely have to enter your password twice, got to line with

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
and change it to

Code: Select all

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pcie_port_pm=off"
Save and exit editor, then sudo update-grub
Reboot
Hopefully wifi will work
bitto
Level 1
Level 1
Posts: 11
Joined: Thu Nov 30, 2023 12:51 pm

Re: rfkill list not showing wifi (phy0)

Post by bitto »

It doesn't work. I have to insert the password just one time. Before it opens the file on the terminal appears the line:

Code: Select all

**(xed:1762):WARNING**:06:30:44:069:La posizione specificata non è montata


The last part is in Italian, I think a good translation should be: "the specified position is not set".
Also default was not

Code: Select all

quiet splash
but

Code: Select all

quiet
Post Reply

Return to “Networking”