Hi, I'm new here after using Crunchbang Linux and thought I would check out the BSDs. I'm a newb, but I wrestled with this HP Mini Broadcom 4312 and I seem to finally have WiFi running. I have KDE and FreeBSD 9.1.
When I finally seemed connected everything seemed slow and I could not ping. Then I remembered this post and wondered if I should switch from G default to B as he described.
http://forums.freebsd.org/showpost.php?p=183879&postcount=17
So for the wireless section in /etc/rc.conf I tried this:
I was originally in mode 11g but this changed it. Wireless actually seems to work because of this. I'm just curious about a constant message that spams the console saying "bwn0: unsupported rate 0". It even comes down while I'm editing in Nano.
Does this want me to change the roam rate or something under ifconfig(8)? Or hopefully this is a harmless warning I can ignore while I go back to KDE.
Otherwise, this is an interesting operating system to try on my netbook.
[I'm messing with this while procrastinating on college work. I plan to edit this soon and add .conf files just so people know what this newb is doing.]
When I finally seemed connected everything seemed slow and I could not ping. Then I remembered this post and wondered if I should switch from G default to B as he described.
Code:
ifconfig wlan create wlandev bwn0 mode 11b
http://forums.freebsd.org/showpost.php?p=183879&postcount=17
So for the wireless section in /etc/rc.conf I tried this:
Code:
wlans_bwn0="wlan0"
ifconfig_wlan0="WPA SYNCDHCP [B]mode 11b[/B]"
I was originally in mode 11g but this changed it. Wireless actually seems to work because of this. I'm just curious about a constant message that spams the console saying "bwn0: unsupported rate 0". It even comes down while I'm editing in Nano.
Does this want me to change the roam rate or something under ifconfig(8)? Or hopefully this is a harmless warning I can ignore while I go back to KDE.

Otherwise, this is an interesting operating system to try on my netbook.
[I'm messing with this while procrastinating on college work. I plan to edit this soon and add .conf files just so people know what this newb is doing.]