What you have un the /etc/network/interfaces file is what is suppose to be there. Was there something else instead?
Unless the interfaces file was causing problem, I would bet that disabling all of the open-source Broadcom driver, and enabling the proprietary Broadcom wl driver was what did it. FYI, the wired network driver will no longer work. If you need it you will have to remove the wl module and load the ssb and b44 modules.
You can blacklist the modules that aren't needed. This is done by adding them to the /etc/modprobe.d/blacklist.conf file. Code: echo blacklist ssb >> /etc/modprobe.d/blacklist.conf
Code: echo blacklist b43 >> /etc/modprobe.d/blacklist.conf
Code: echo blacklist b44 >> /etc/modprobe.d/blacklist.conf
Make sure you use two chevrons (>>), using only one will replace the entire file with a new one. Or you could just open the file in a text editor. Code: gksudo gedit /etc/modprobe.d/blacklist.conf
__________________
Paul
Please do not PM me with requests for help. I will not reply.
|