can't get atheros ar2413 to connect under freebsd 7.2

by Atheer Elobadion 2009-07-04T03:10:08+00:00
hello,
I've been trying to set my wireless card under Freebsd 7.2-RELEASE, but no
success (it worked fine on 7.0).. would appreciate some advice
in /boot/loader.conf:
if_ath_load="YES"
wlan_tkip_load="YES"
wlan_scan_ap_load="YES"
wlan_scan_sta_load="YES"
in: /etc/wpa_supplicant.conf:
network={
ssid="Myssid"
key_mgmt=WPA-PSK
psk="MySharedPhrase"
}
and in /etc/rc.conf:
ifconfig_ath0="WPA DHCP"
then i run /etc/rc.d/netif start
it gives up....
** by the way.. ifconfig ath0 up scan gives nothing.. not even an error
message.. what shall i do ??
thanks
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

Re: can't get atheros ar2413 to connect under freebsd 7.2

by Atheer Elobadion 2009-07-05T13:10:30+00:00.
please help ...
On Sat, Jul 4, 2009 at 4:44 AM, Atheer Elobadi wrote:
> hello,
> I've been trying to set my wireless card under Freebsd 7.2-RELEASE, but no
> success (it worked fine on 7.0).. would appreciate some advice
>
>
> in /boot/loader.conf:
>
> if_ath_load="YES"
> wlan_tkip_load="YES"
> wlan_scan_ap_load="YES"
> wlan_scan_sta_load="YES"
>
>
> in: /etc/wpa_supplicant.conf:
>
> network={
> ssid="Myssid"
> key_mgmt=WPA-PSK
> psk="MySharedPhrase"
> }
>
>
> and in /etc/rc.conf:
>
> ifconfig_ath0="WPA DHCP"
>
>
> then i run /etc/rc.d/netif start
> it gives up....
>
> ** by the way.. ifconfig ath0 up scan gives nothing.. not even an error
> message.. what shall i do ??
>
> thanks
>
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

Re: can't get atheros ar2413 to connect under freebsd 7.2

by Atheer Elobadion 2009-07-05T13:11:51+00:00.
On Sun, Jul 5, 2009 at 3:09 PM, Atheer Elobadi wrote:
> please help ...
>
> On Sat, Jul 4, 2009 at 4:44 AM, Atheer Elobadi wrote:
>
>> hello,
>> I've been trying to set my wireless card under Freebsd 7.2-RELEASE, but no
>> success (it worked fine on 7.0).. would appreciate some advice
>>
>>
>> in /boot/loader.conf:
>>
>> if_ath_load="YES"
>> wlan_tkip_load="YES"
>> wlan_scan_ap_load="YES"
>> wlan_scan_sta_load="YES"
>>
>>
>> in: /etc/wpa_supplicant.conf:
>>
>> network={
>> ssid="Myssid"
>> key_mgmt=WPA-PSK
>> psk="MySharedPhrase"
>> }
>>
>>
>> and in /etc/rc.conf:
>>
>> ifconfig_ath0="WPA DHCP"
>>
>>
>> then i run /etc/rc.d/netif start
>> it gives up....
>>
>> ** by the way.. ifconfig ath0 up scan gives nothing.. not even an
>> error message.. what shall i do ??
>>
>> thanks
>>
>>
>
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"

Re: can't get atheros ar2413 to connect under freebsd 7.2

by Glen Barberon 2009-07-05T13:25:55+00:00.
On Fri, Jul 3, 2009 at 10:44 PM, Atheer Elobadi w=
rote:
> hello,
> I've been trying to set my wireless card under Freebsd 7.2-RELEASE, but n=
o
> success (it worked fine on 7.0).. would appreciate some advice
>
>
> in /boot/loader.conf:
>
> if_ath_load=3D"YES"
> wlan_tkip_load=3D"YES"
> wlan_scan_ap_load=3D"YES"
> wlan_scan_sta_load=3D"YES"
>
>
> in: /etc/wpa_supplicant.conf:
>
> network=3D{
> =A0 =A0 ssid=3D"Myssid"
> =A0 =A0 key_mgmt=3DWPA-PSK
> =A0 =A0 psk=3D"MySharedPhrase"
> }
>
>
> and in /etc/rc.conf:
>
> ifconfig_ath0=3D"WPA DHCP"
>
>
> then i run =A0 =A0/etc/rc.d/netif start
> it gives up....
>
Is wpa_supplicant running?
> ** by the way.. ifconfig ath0 up scan =A0 =A0gives nothing.. =A0not even =
an error
> message.. what shall i do ??
>
What is the output from `ifconfig ath0' ?
--=20
Glen Barber
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"