I’m trying 4.0.4 on Mac mini late 2014. Installation goes fine and all seems to work but no network cards, both Wi-Fi and Ethernet. Tried all solution I founded, but ifconfig does not show interfaceces
Thanks airelemental, I tried this guide, but i’m using a wrong kernel I think:
apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') Reading package lists... Done Building dependency tree Reading state information... Done E: Unable to locate package linux-image-5.4.98-1.fc25.qubes.x86_64 E: Couldn't find any package by glob 'linux-image-5.4.98-1.fc25.qubes.x86_64' E: Couldn't find any package by regex 'linux-image-5.4.98-1.fc25.qubes.x86_64' E: Unable to locate package linux-headers-5.4.98-1.fc25.qubes.x86_64 E: Couldn't find any package by glob 'linux-headers-5.4.98-1.fc25.qubes.x86_64' E: Couldn't find any package by regex 'linux-headers-5.4.98-1.fc25.qubes.x86_64'
I selected HVM in debian template, and installed the broadcom-wl-dkms with success.
modprobe -r b44 b43 b43legacy ssb brcmsmac modprobe wl and then shutdown debian template. Changed sys-net default template to debian 10 (also removed the kernel fc25 from the setting). It does not work, but i found this in dmseg:
[ 50.761159] wl: module license 'MIXED/Proprietary' taints kernel. [ 50.761161] Disabling lock debugging due to kernel taint [ 50.762843] Adding 1048572k swap on /dev/xvdc1. Priority:-2 extents:1 across:1048572k SSFS [ 50.762936] [TTM] Zone kernel: Available graphics memory: 1005210 kiB [ 50.762937] [TTM] Initializing pool allocator [ 50.762940] [TTM] Initializing DMA pool allocator [ 50.769418] xen: --> pirq=18 -> irq=17 (gsi=17) [ 50.794276] wl driver 6.30.223.271 (r587334) failed with code 1 [ 50.794278] ERROR @wl_cfg80211_detach : [ 50.794278] NULL ndev->ieee80211ptr, unable to deref wl
UPDATE3: Ethernet is working now! I had to put in PV the vm. It seems there is a problem with the nextreme passthrough. Now all works as expected.
I hope this will help someone with same problems without spending hours of troubleshooting