I read that after looking at Antis link from the LMDE site. Maybe it will help you.TROUBLE SHOOTING
1. If the wl driver loads but doesn't seem to do anything: the ssb module may be the cause. Sometimes blacklisting ssb may not be enough to prevent it from loading and it loads anyway. (This is mostly seen on Ubuntu/Debian systems). From HERE
Check to see if ssb, wl or b43 is loaded:
lsmod | grep"b43\|ssb\|wl"
If any of these are installed, remove them:
sudo rmmod b4
sudo rmmod ssb
sudo rmmod wl
Back up the current boot ramfs and generate a new one.
sudo cp /boot/initrd.img-`uname -r` /path/to/somewheresafe
sudo update-initramfs -u
Reboot
2. The driver fails to load at boot.
Perform this command in a terminal
sudo echo wl >> /etc/modules
If that alone does not allow the driver to load when the system is booted, create a file
gksudo /etc/modprobe.d/00local
and add the line
install wl /bin/true
The driver should load upon reboot.
Note that"If the file /etc/modprobe.conf exists, all contents of /etc/modprobe.d/ are ignored by default."
========= SCRAPER REMOVED AN EMBEDDED LINK HERE ===========
url was:"http://community.linuxmint.com/tutorial/view/218"
linktext was:"http://community.linuxmint.com/tutorial/view/218"
====================================