Code: Select all
cat /etc/modprobe.d/broadcom_blacklist.conf
Code: Select all
cat /etc/modprobe.d/broadcom_blacklist.conf
Code: Select all
guest@porteus:~$ cat /etc/modprobe.d/broadcom_blacklist.conf
# Default driver for supporting broadcom wifi chipsets is proprietary broadcom-sta (wl.ko).
# Please refer to 'Broadcom wifi under Porteus' HOWTO
# in case when you want to use the opensource drivers (b43/brcmsmac):
# http://forum.porteus.org/viewtopic.php?f=39&t=1099
#
# Blacklist opensource drivers they wont interfere with wl.ko:
blacklist ssb
blacklist bcma
blacklist b43
blacklist brcmsmac
blacklist wl
guest@porteus:~$
The only thing which must be done is to blacklist 'wl' driver (our broadcom-sta) and unblacklist the rest.
Please create a file (plain text) at /mnt/sdXY/porteus/rootcopy/etc/modprobe.d/broadcom_blacklist.conf with following content:This file will override the original one from 000-kernel.xzm and the b43 or brcm* driver will take priority over 'wl'.Code: Select all
blacklist wl
fanthom wrote:and unblacklist the rest.
Code: Select all
guest@porteus:~$ cat /etc/modprobe.d/broadcom_blacklist.conf
blacklist wl
guest@porteus:~$ ./bootmode.sh
/mnt/sda3
Porteus-v3.0.1
quiet from=/ISOs/Porteus-RazorQT-v3.0.1-i486.iso rootcopy=/porteus/Rootcopy changes=EXIT:/porteus/changes/porteussave.dat extramod=/porteus/Modules volume=40
guest@porteus:~$ psinfo
Please enter root's password below
Password:
All gathered information are stored in /home/guest/Desktop/psinfo.txt
If you want the Team Porteus to trouble shooting a problem then please upload
this file to pastebin.com and post a link in our forums.
guest@porteus:~$
tip: you have to extract b43-legacy firmware.By default Porteus ships only with open-source firmware for b43 driver which supports limited number of chipsets. You can still extract non-free firmware for b43 driver with the help of b43-fwcutter as described in this HOWTO:
link