I got my CWWK N6005 working in Proxmox for 6 days without any crashing so far.
Opt-In Kernel 6.1
Update Intel Processor Microcode
Edit /etc/apt/sources.list add non-free to the following
then
You can choose to remove non-free from the sources.list file, it doesn't really matter.
Disable CSTATE in GRUB (I am using UEFI with PCIe Passthru) do it according to your install
then
I do not know what combination of the above is helping, I will see when I have time to re-test it if the VM doesn't crash after at least 10 days.
Opt-In Kernel 6.1
Code Select
apt update
apt install pve-kernel-6.1
Update Intel Processor Microcode
Edit /etc/apt/sources.list add non-free to the following
Code Select
deb http://ftp.debian.org/debian bullseye main contrib non-free
deb http://ftp.debian.org/debian bullseye-updates main contrib non-free
deb http://security.debian.org bullseye-security main contrib non-free
then
Code Select
apt update
apt install intel-microcode
You can choose to remove non-free from the sources.list file, it doesn't really matter.
Disable CSTATE in GRUB (I am using UEFI with PCIe Passthru) do it according to your install
Code Select
GRUB_CMDLINE_LINUX_DEFAULT="quiet intel_iommu=on iommu=pt intel_idle.max_cstate=1 processor.max_cstate=1"
then
Code Select
update-grub
I do not know what combination of the above is helping, I will see when I have time to re-test it if the VM doesn't crash after at least 10 days.