You are not logged in.
I ask Lenovo support for help, will get back to you if we find anything interesting.
I wonder what will they tell you.
I have one year premier support.
On previous bios version, ACPI profiles didn't work. I asked them to help me. Support told me that p14s with AMD CPU isn't on the Linux certified list, and they can't help me. (quick and painful
)
As I told before.
In Lenovo Product Specifications Reference for p14s gen 4 there is an information that 6E is only supported on Windows 11 (not even Windows 10) so I decided not to ask Lenovo.
Let us know what Lenovo support will tell you.
Offline
acpi_osi=! acpi_osi="Windows 2021"https://learn.microsoft.com/en-us/windo … inacpi-osi
https://wiki.archlinux.org/title/Kernel_parameters
Offline
Hi,
"It's ok to hang in here regardless, but this isn't archlinux?
What kernel version is this?"
Sorry I am on Fedora :-/ .
6.6.9-100.fc38.x86_64
"Support told me that p14s with AMD CPU isn't on the Linux certified list"
That's a quick answer ^^.
My laptop is from my company and we also have premier support.
My version is Linux certified, that's why my company choose this model.
It looks like Lenovo engineers were supportive on other posts on their forum, so I posted there: https://forums.lenovo.com/t5/Fedora/Wif … =1#6219694
I have some work to do and some logs to share.
Best regards,
Offline
What specifically did you refer to w/ "Kernel driver build is from 2022/12/22"?
6.6.9 is from (very) late 2023
wrt 860lacov mentioning "only supported on Windows 11 (not even Windows 10)", try to lie to the firmware (post #27)
Offline
This :
dmesg | grep -i ath11k_pci
[ 17.283419] ath11k_pci 0000:01:00.0: BAR 0: assigned [mem 0x98000000-0x981fffff 64bit]
[ 17.283437] ath11k_pci 0000:01:00.0: enabling device (0000 -> 0002)
[ 17.284178] ath11k_pci 0000:01:00.0: MSI vectors: 32
[ 17.284185] ath11k_pci 0000:01:00.0: wcn6855 hw2.1
[ 18.266258] ath11k_pci 0000:01:00.0: chip_id 0x12 chip_family 0xb board_id 0xff soc_id 0x400c1211
[ 18.266267] ath11k_pci 0000:01:00.0: fw_version 0x110b196e fw_build_timestamp 2022-12-22 12:54 fw_build_id WLAN.HSP.1.1-03125-QCAHSPSWPL_V1_V2_SILICONZ_LITE-3.6510.23
[ 18.702658] ath11k_pci 0000:01:00.0 wlp1s0: renamed from wlan0
[ 376.519286] ath11k_pci 0000:01:00.0: failed to enqueue rx buf: -28
Offline
fw_build_timestamp 2022-12-22
That's not the kernel ![]()
Offline
Yeah I know
I said "Kernel driver build", I imagine it's not the right term ^^.
Is it the "Kernel wifi module build date" ? (Genuinely interested)
Regards,
Offline
It's the build date of the firmware, did you try to spoof the acpi_osi? (It tells the BIOS that this is totally windows 11)
Offline
Hi !
did you try to spoof the acpi_osi
Not yet ! But I will look about it.
I tested on a live USB Ubuntu as requested by Lenovo support.
The laptop see the 6GHz Wifi this time, but I am enable to connect.
I sent every log to Lenovo Engineers.
Best regards,
Offline
I used this : https://aopc.dev/t/set-kernel-to-trick- … rsion.175/ to dump some stuff.
I see no mention of Windows 11 in the file.
Only one Windows 10, and lot's of old Windows.
Offline
Adding https://bbs.archlinux.org/viewtopic.php … 5#p2142285 to the https://wiki.archlinux.org/title/Kernel_parameters will feign Windows 11
Offline
Ok.
Little update.
I've checked just now and my laptop can connect to the 6GHz network.
Didn't do anything except regular system updates.
My currend default config is
$ cat /etc/NetworkManager/conf.d/wifi_rand_mac.conf
[device-mac-randomization]
# "yes" is already the default for scanning
wifi.scan-rand-mac-address=yes
[connection-mac-randomization]
# Randomize MAC for every ethernet connection
#ethernet.cloned-mac-address=random
# Generate a random MAC for each WiFi and associate the two permanently.
wifi.cloned-mac-address=randomBut for my 5GHz network I have stable setting.
Offline