Lenovo Legion 5P - Ryzen 7 4800H - Working very well with Qubes

Where do I report on hardware that seems to work OK? Also, is there a check list of items to test?

To get the machine working I had to switch from discrete graphics to “switchable” in the bios. Also in the bios, I had to turn on legacy booting.

To get wifi working I had to update the VM kernal from dom0 with these commands.

sudo qubes-dom0-update --enablerepo=qubes-dom0-current-testing kernel kernel-latest-qubes-vm`

and then, in “Service: sys-net” (from the Q button on the top left of the screen) select “sys-net: Qube-settings”. In the advanced tab, select the latest kernel. For me, it was 5.10.5-1

You will need to run this from the sys-net terminal

opt=$(qvm-prefs --get sys-net kernelopts)
qvm-prefs --set sys-net kernelopts “$opt iwlwifi.disable_rxq=1”

Reboot and you should see the “wifi stairs” to appear.

Hi @Doria,
thanks for your report.

You can do an HCL report, follow the Generating and Submitting New Reports documentation, and give the link to this thread in the Remark part.

2 Likes

I made a mistake here. It needs to be done from the dom0 terminal.