Getting BCM4360 to work on Qubes OS

I am using the latest release candidate but I have also tried this on 4.0.4 and it is the ASUS PCE-AC68 adapter.
Below is what I have done so far

  • Create new qube named sys-net-wl
  • Standalone VM with debian-11 template
  • Provides network access
  • Launch settings after creation
  • Turn off include in memory balancing
  • Change kernel to none
  • Change virtualization to HVM
  • Start qube and open terminal
  • sudo apt install broadcom-sta-dkms
  • sudo vi /etc/modules-load.d/modules.conf
  • Add wl and type :wq
  • Shut down qube
  • Shut down sys-net
  • Add device Network Controller: Broadcom Inc. and subsidiaries BCM4360 802.11ac Wireless Network Adapter
  • Start qube named sys-net-wl
  • Shows no devices available

Am I doing anything wrong? I have successfully done this before on Debian 11. I have also tried removing related drivers using modprobe

1 Like

Hi @swashly,
Did you find a solution for this? I’m facing the same issue. Thanks

What does the output of dmesg say?

sudo dmesg | grep -i bcm

Hi,
did you manage to get it running?
I´m experiencing the same issue, and have no solution yet.