Post Copiato da qui. Funziona anche con lenny
Debian 7 “Wheezy”
-
Add a “non-free” component to /etc/apt/sources.list, for example:
# Debian 7 "Wheezy" deb http://http.debian.net/debian/ wheezy main contrib non-free
-
Update the list of available packages. Install the relevant linux-headers and broadcom-sta-dkms packages:
# apt-get update # apt-get install linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
This will also install the recommended wireless-tools package. DKMS will build the wl module for your system.
-
Unload conflicting modules:
# modprobe -r b44 b43 b43legacy ssb brcmsmac
-
Load the wl module:
# modprobe wl
-
Configure your wireless interface as appropriate. See also known issues.
Last updated: 30 Gennaio 2015 by Pierluigi Minati