1. Google search for "omattos"
Click on Broadcom
Download the b43 and b43legacy folders
2. Copy both folders to /lib/firmware
3. Edit /opt/.filetool.lst to add /lib/firmware to /opt/.filetool.lst
4. Install the extensions:
wireless-2.6.26.tecm
wireless_tools.tcel
Opera.tce
5. Open a Terminal window:
(NOTE: When you type iwconfig below the name of your wifi will be displayed ie. wlan0, eth1, etc.
subststute yours for wlan0 below.....)
sudo su
modprobe b43
iwconfig
iwconfig wlan0 essid "nameofyourwifirouter"
iwconfig wlan0 mode Managed
udhcpc -b -i wlan0
exit
exit
Surf with Opera
lkraemer