Dell Precision 7560

---
layout:
  'hcl'
type:
  'notebook'
hvm:
  'yes'
iommu:
  'yes'
slat:
  'yes'
tpm:
  'unknown'
remap:
  'yes'
brand: |
  Dell Inc.
model: |
  Precision 7560
bios: |
  1.5.0
cpu: |
  11th Gen Intel(R) Core(TM) i7-11850H @ 2.50GHz
cpu-short: |
  FIXME
chipset: |
  Intel Corporation 11th Gen Core Processor Host Bridge/DRAM Registers [8086:9a36] (rev 05)
chipset-short: |
  FIXME
gpu: |
  Intel Corporation TigerLake-H GT1 [UHD Graphics] [8086:9a60] (rev 01) (prog-if 00 [VGA controller])
  NVIDIA Corporation Device [10de:1fbc] (rev a1) (prog-if 00 [VGA controller])
gpu-short: |
  FIXME
network: |
  Intel Corporation Ethernet Connection (14) I219-LM (rev 11)
  Intel Corporation Wi-Fi 6 AX210/AX211/AX411 160MHz (rev 1a)
memory: |
  15573
scsi: |

usb: |
  3
versions:

- works:
    'FIXME:yes|no|partial'
  qubes: |
    R4.1
  xen: |
    4.14.5
  kernel: |
    5.15.89-1
  remark: |
    FIXME
  credit: |
    FIXAUTHOR
  link: |
    FIXLINK

---

Remarks

Took a little while but got Qubes 4.1 running on Dell Precision 7560 (also known as ‘la grosse bertha’).

For the OS to be able to boot :

Install the OS. I used debian 11 as default

In order to get sys-net working :

After the first boot, go to sys-net settings (VM must be powered off) and configure strict reset for PCI for the ethernet controller. (sys-net settings → Devices → Configure strict reset for PCI devices → chose ethernel controller)

Shutdown the VM

In order to get the wifi working :

The kernel version was causing problem with the AX210 wifi controller of the laptop

Start debian 11 template.

sudo mv /lib/firmware/iwl-wifi-ty-a0-gf-a0.pvnm /lib/firmware/old.bak

Shutdown template.

My default kernel for sys-net was : 5.15.52 (or 5.15.84, unsure ).

So i went to

and Downloaded the following in a VM

I went to dom0 :

qvm-run -p personnel ‘cat home/downloads/kernel-5.110.112-1.fc32.qubes.x86_64.rpm’ > kernel-5.10.112-1.fc32.qubes.x86_64.rpm

Do the same for the 3 downloaded files.

Install them one by one with :

sudo dnf install kernel-XXXX.rpm

Go to sys-net settings, change to the new kernel (Sys-net settings → Advanced → Kernel 5.10.112).

Reboot and get wifi :slight_smile:

PS : I tried with kernel 5.10.104 for sys-net, the wifi was working but there were a problem with a current pop up that was appearing in my top right screen saying : device available and device unavailable. Changing to kernel 5.10.112 fixed it :slight_smile:
I did NOT try all the kernel between the one I had by default and the 5.10.101. I tried updating to latest kernel but wifi did not work

I also add a small issue with my USB keyboard :

Open /etc/qubes-rpc/policy/qubes.InputKeyboard & Add at the top of the file: sys-usb dom0 allow

Attachments

5 Likes

Thank you @TibG for your detailed HCL report, which is online now!

1 Like