Search found 6 matches

by kepta
19. Nov 2010, 00:59
Forum: Problems
Topic: Setting Up BCM4309 Wireless
Replies: 13
Views: 9366

Re: Setting Up BCM4309 Wireless

Ok just tried the new script with a fresh install, worked perfectly.
by kepta
18. Nov 2010, 04:06
Forum: Problems
Topic: Setting Up BCM4309 Wireless
Replies: 13
Views: 9366

Re: Setting Up BCM4309 Wireless

Thank you so much. It wasn't working at first but I did a reinstall of salix, got the fwcutter package, and used the commands you provided and its working fine.
by kepta
17. Nov 2010, 16:14
Forum: Problems
Topic: Setting Up BCM4309 Wireless
Replies: 13
Views: 9366

Re: Setting Up BCM4309 Wireless

Heres the output from running iwconfig salix wizard. wlan0 IEEE 802.11bg Mode:Managed Access Point: Not-Associated Tx-Power=20 dBm Retry long limit:7 RTS thr:off Fragment thr:off Encryption key:off Power Management:off pwatk after installing the script it starts the ssb module back up anyway so I re...
by kepta
17. Nov 2010, 00:06
Forum: Problems
Topic: Setting Up BCM4309 Wireless
Replies: 13
Views: 9366

Re: Setting Up BCM4309 Wireless

Ok after doing that and taking out the '' from line 17 I can run /etc/rc.d/rc.b43 start and it works and is running. When I go to scan in wicd or iwlist and scan i still get no scan results though. Should I maybe try broadcom-sta package instead? The articles i found on this specific card suggested ...
by kepta
16. Nov 2010, 22:09
Forum: Problems
Topic: Setting Up BCM4309 Wireless
Replies: 13
Views: 9366

Re: Setting Up BCM4309 Wireless

#!/bin/sh for mod in wl lib80211 ;do if [ "$(lsmod | grep "^$mod ")" ]; then /sbin/modprobe -r $mod fi done if [ -f /etc/rc.d/rc.broadcom-sta ]; then chmod 644 /etc/rc.d/rc.broadcom-sta fi start() { echo "Loading b43 (Broadcom) wireless module: /sbin/modprobe b43" if [ ...
by kepta
16. Nov 2010, 21:26
Forum: Problems
Topic: Setting Up BCM4309 Wireless
Replies: 13
Views: 9366

Setting Up BCM4309 Wireless

Hello, I'm trying to set up the firmware to use my d600 with a BCM4309 rev 02 which from my reading requires the legacy b43 firmware. I'm using the script and guide here http://www.salixos.org/forum/viewtopic.php?f=22&t=1313 . I'm having some problems if someone could point out what I am doing w...