Debian 10 driver Broadcom wireless network card

Use the lspci command to query the wireless network card brand:
 

After running the following code, restart.

apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms

Guess you like

Origin blog.csdn.net/kim5659/article/details/132273602