>> > Perhps you are authenticating but then not getting a dhcp address.
>> > Try adding
>> > modules=( "wpa_supplicant" )
>> > wpa_supplicant_ath0="-Dmadwifi"
>> > config_ath0=( "dhcp" )
>> > to your /etc/conf.d/net file.
>>
>
> Tried your suggestion above, but it didn't help.
>
>
my /etc/conf.d/net has the following :
modules=( "wpa_supplicant" )
wpa_supplicant_ath0="-Dmadwifi"
wpa_timeout_ath0=60
config_ath0=( "dhcp" )
dhcpcd_ath0="-t 10"
> No harm in asking the obvious, even if I don't know enough for this to be
> obvious to me. I assume that I would have to tell my wireless router not
> to
> encrypt, and that I would have to make some adjustment in
/etc/conf.d/net
> or /etc/wpa_supplicant/wpa_supplicant.conf to turn encryption off. Any
> advice on how to do this?
>
in /etc/wpa_supplicant/wpa_supplicant.conf add the following :
network={
ssid="linksys"
key_mgmt=NONE
}
change linksys into the SSID you give your router.
Cheers,
Marcel