View previous topic :: View next topic |
Author |
Message |
Codename n00b
Joined: 15 Feb 2009 Posts: 1
|
Posted: Sun Feb 15, 2009 3:21 am Post subject: Wireless with Broadcom 4328... |
|
|
Hey guys I'm trying to get my wireless card to work, so I installed this package by running the following:
Code: | emerge net-wireless/wpa_supplicant |
Just to let you know I have a Broadcom 4328, The config for my WPA network looks like this (/etc/wpa_supplicant/wpa_supplicant.conf snippet):
Code: | network={ ssid "foo"
#proto=WPA
key_mgmt=WPA-PSK
#pairwise=TKIP
#group=TKIP
psk=........
} |
I tried the ASCII key and the one generated with the following:
It's still not connecting, any ideas? |
|
Back to top |
|
|
poly_poly-man Advocate
Joined: 06 Dec 2006 Posts: 2477 Location: RIT, NY, US
|
Posted: Sun Feb 15, 2009 3:34 am Post subject: |
|
|
are you using ndiswrapper or something more broadcom-specifc as your driver?
If you're going the broadcom route, is the firmware in the correct place? _________________ iVBORw0KGgoAAAANSUhEUgAAA
avatar: new version of logo - see topic 838248. Potentially still a WiP. |
|
Back to top |
|
|
pappy_mcfae Watchman
Joined: 27 Dec 2007 Posts: 5999 Location: Pomona, California.
|
Posted: Sun Feb 15, 2009 8:02 am Post subject: |
|
|
If you want a decent driver that works because it's made by broadcom, take a look at this bug report. I recommend the 5_10_27_14 ebuild as I know that version supports your device.
Blessed be!
Pappy _________________ This space left intentionally blank, except for these ASCII symbols. |
|
Back to top |
|
|
|