Em 14-01-2011 14:02, Mick escreveu:
> On 14 January 2011 15:24, doherty pete <[email protected]> wrote:
>> i donn't known what different form wext and madwifi....
>> i just known my wireless is bcm4357...
> If there's a driver in the kernel for your wireless hardware, select
> it and use -Dwext. The madwifi driver will work with particular
> wireless chipsets only (atheros). If there is no wireless driver in
> Linux, then use ndiswrapper (you'll need to emerge it) and use the
> MSWindows driver with it - it may work.
>
I'm using wpa with openrc:
/
[rodolfo@asgard ~]$ cat /etc/wpa_supplicant/wpa_supplicant.conf
ctrl_interface=/var/run/wpa_supplicant
ctrl_interface_group=0
eapol_version=1
ap_scan=2
fast_reauth=1
network={
ssid="VALHALLA"
proto=RSN
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
psk="****************"
}/
/[rodolfo@asgard ~]$ cat
/etc/conf.d/net
modules="wpa_supplicant"
wpa_supplicant_wlan0="-Dwext"
wpa_timeout_wlan0=60
config_wlan0="10.10.10.25 netmask 255.255.255.0"
routes_wlan0="default gw 10.10.10.1"
/And works well with /etc/init.d/net.wlan0 start (in boot too)
Att
/
/