Hello proxmox-forum,
im trying to run my server (Dell Optiplex 7060) using wifi (Broadcom BCM4360) only because i dont want it running in my living room. I know its not the best option (https://pve.proxmox.com/wiki/WLAN). Im new to Proxmox and Debian.
These are useful resources i found to get it working but i ran into issues:
Guide to get it working: https://forum.proxmox.com/threads/howto-proxmox-ve-8-1-2-wifi-w-snat.142831/
I followed the installation until step 5.
didnt not provide any output for me.
So i tried to identify the wifi device name: https://www.cyberciti.biz/faq/linux-list-network-interfaces-names-command/
It seems like my BCM4360 (ASUS PCE-AC68) Card is not set up correctly because the device name is missing.
i tried to install driver for BCM4360: https://wiki.debian.org/wl I Installed linux-image-amd64, linux-headers-amd64 and broadcom-sta-dkms. in step 4 it is recommend to check the DKMS kernel modules, but:
Do you know how to get the BCM4360 running under proxmox? Is there something i did wrong?
Thanks for your help.
im trying to run my server (Dell Optiplex 7060) using wifi (Broadcom BCM4360) only because i dont want it running in my living room. I know its not the best option (https://pve.proxmox.com/wiki/WLAN). Im new to Proxmox and Debian.
These are useful resources i found to get it working but i ran into issues:
Guide to get it working: https://forum.proxmox.com/threads/howto-proxmox-ve-8-1-2-wifi-w-snat.142831/
I followed the installation until step 5.
Code:
dmesg | grep -i wlp
So i tried to identify the wifi device name: https://www.cyberciti.biz/faq/linux-list-network-interfaces-names-command/
Code:
root@pve:~# sudo lshw -C network -short
H/W path Device Class Description
=====================================================
/0/100/1d/0 network BCM4360 802.11ac Wireless Network Adapter
/0/100/1f.6 eno1 network Ethernet Connection (7) I219-LM
i tried to install driver for BCM4360: https://wiki.debian.org/wl I Installed linux-image-amd64, linux-headers-amd64 and broadcom-sta-dkms. in step 4 it is recommend to check the DKMS kernel modules, but:
Code:
root@pve:~# apt-get install -f
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 94 not upgraded.
root@pve:~# dpkg-reconfigure broadcom-sta-dkms
Deleting module broadcom-sta-6.30.223.271 completely from the DKMS tree.
Loading new broadcom-sta-6.30.223.271 DKMS files...
Building for 6.8.4-2-pve
Module build for kernel 6.8.4-2-pve was skipped since the
kernel headers for this kernel do not seem to be installed.
root@pve:~# find /lib/modules/$(uname -r)/updates
find: ‘/lib/modules/6.8.4-2-pve/updates’: No such file or directory
root@pve:~# modprobe -r b44 b43 b43legacy ssb brcmsmac bcma
root@pve:~# modprobe wl
modprobe: FATAL: Module wl not found in directory /lib/modules/6.8.4-2-pve
Do you know how to get the BCM4360 running under proxmox? Is there something i did wrong?
Thanks for your help.
Last edited: