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

2009-07-06 Thread Paul B. Mahol
On 7/6/09, Atheer Elobadi  wrote:
> sorry, i run 'wlandebug +scan' then i run 'ifconfig ath0 up scan' and this
> is the output:

Doest ath0 attaches properly?
Try changing ath debug flags via sysctl(8) and look for interesting errors.
(disable wlandebug flags - they are no more useful)

If you have source there is also athdebug and athstats in
/usr/src/tools/tools/ath/

-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-06 Thread Atheer Elobadi
sorry, i run 'wlandebug +scan' then i run 'ifconfig ath0 up scan' and this
is the output:

 ath0: ieee80211_start_scan: active scan, duration 2147
483647, desired mode auto, append, nopick, once
ath0: scan set 1g, 6g, 11g, 7g, 13g, 2g, 3g, 4g, 5g, 8g, 9g, 10g, 12g dwell
min
20 max 200
ath0: scan_next: chan  12g ->   1g [active, dwell min 20 max 200]
ath0: scan_next: chan   1g ->   6g [active, dwell min 20 max 200]
ath0: scan_next: chan   6g ->  11g [active, dwell min 20 max 200]
ath0: scan_next: chan  11g ->   7g [active, dwell min 20 max 200]
ath0: scan_next: chan   7g ->  13g [passive, dwell min 20 max 200]
ath0: scan_next: chan  13g ->   2g [active, dwell min 20 max 200]
ath0: scan_next: chan   2g ->   3g [active, dwell min 20 max 200]
ath0: scan_next: chan   3g ->   4g [active, dwell min 20 max 200]
ath0: scan_next: chan   4g ->   5g [active, dwell min 20 max 200]
ath0: scan_next: chan   5g ->   8g [active, dwell min 20 max 200]
ath0: scan_next: chan   8g ->   9g [active, dwell min 20 max 200]
ath0: scan_next: chan   9g ->  10g [active, dwell min 20 max 200]
ath0: scan_next: chan  10g ->  12g [passive, dwell min 20 max 200]
ath0: scan_next: done, [ticks 90658763, dwell min 20 scanend 2238139744]
ath0: notify scan done

this might be a bit more usefull than the previouse one..


On Mon, Jul 6, 2009 at 6:40 PM, Atheer Elobadi wrote:

> tried this several times
> # ifconfig ath0 up
> # ifconfig ath0 list scan
>
> still no results ..
>
> if i run 'ifconfig ath0 scan' with 'wlandebug +debug' on, this is the
> output:
>
> ath0: [ff:ff:ff:ff:ff:ff] send probe req on channel 4
> ath: scan_next: chan 4g -> 5g [active, dwell, min 20 max 200]
> ath0: [ff:ff:ff:ff:ff:ff] send probe req on channel 2
> ath: scan_next: chan 2g -> 3g [active, dwell, min 20 max 200]
> .
> .
> it continues on random channels
> .
> .
> ath0: scan_next:done, [ticks 90275855, dwell min 20 scanend 2237756841
> ath0: notify scan done
>
>
>
> On Mon, Jul 6, 2009 at 6:29 PM, Paul B. Mahol  wrote:
>
>> On 7/6/09, Atheer Elobadi  wrote:
>> > i run 'wpa_supplicant -ddq -i ath0 -c /etc/wpa_supplicant.conf':
>> >
>> > Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver
>> > 'default' ctrl_interface 'N/A' bridge 'N/A'
>> > Configuration file '/etc/wpa_supplicant.conf' ->
>> '/etc/wpa_supplicant.conf'
>> > Reading configuration file '/etc/wpa_supplicant.conf'
>> > Priority group 0
>> >id=0 ssid='ALEX'
>> > Initializing interface (2) 'ath0'
>> > EAPOL: SUPP_PAE entering state DISCONNECTED
>> > EAPOL: KEY_RX entering state NO_KEY_RECEIVE
>> > EAPOL: SUPP_BE entering state INITIALIZE
>> > EAP: EAP entering state DISABLED
>> > EAPOL: External notification - portEnabled=0
>> > EAPOL: External notification - portValid=0
>> > Own MAC address: 00:19:7d:be:8c:65
>> > wpa_driver_bsd_set_wpa: enabled=1
>> > wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1
>> > wpa_driver_bsd_del_key: keyidx=0
>> > wpa_driver_bsd_del_key: keyidx=1
>> > wpa_driver_bsd_del_key: keyidx=2
>> > wpa_driver_bsd_del_key: keyidx=3
>> > wpa_driver_bsd_set_countermeasures: enabled=0
>> > wpa_driver_bsd_set_drop_unencrypted: enabled=1
>> > Setting scan request: 0 sec 10 usec
>> > Added interface ath0
>> > State: DISCONNECTED -> SCANNING
>> > Starting AP scan (broadcast SSID)
>> > Trying to get current scan results first without requesting a new scan
>> to
>> > speed up initial association
>> > Received 0 bytes of scan results (0 BSSes)
>> > Scan results: 0
>> > Selecting BSS from priority group 0
>> > Try to find WPA-enabled AP
>> > Try to find non-WPA AP
>> > No suitable AP found.
>> > Setting scan request: 0 sec 0 usec
>> > Starting AP scan (broadcast SSID)
>> > Received 0 bytes of scan results (0 BSSes)
>> > Scan results: 0
>> > Selecting BSS from priority group 0
>> > Try to find WPA-enabled AP
>> > Try to find non-WPA AP
>> > No suitable AP found.
>> > Setting scan request: 5 sec 0 usec
>> > Starting AP scan (broadcast SSID)
>> >
>> > and it keeps on like that..
>>
>> Does
>>
>> # ifconfig ath0 up
>>
>> and trying several times:
>>
>> # ifconfig ath0 list scan
>>
>> shows any results?
>>
>> Is anthing new displayed on console(vty0) ?
>> --
>> Paul
>>
>
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-06 Thread Paul B. Mahol
On 7/6/09, Atheer Elobadi  wrote:
> i run 'wpa_supplicant -ddq -i ath0 -c /etc/wpa_supplicant.conf':
>
> Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver
> 'default' ctrl_interface 'N/A' bridge 'N/A'
> Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
> Reading configuration file '/etc/wpa_supplicant.conf'
> Priority group 0
>id=0 ssid='ALEX'
> Initializing interface (2) 'ath0'
> EAPOL: SUPP_PAE entering state DISCONNECTED
> EAPOL: KEY_RX entering state NO_KEY_RECEIVE
> EAPOL: SUPP_BE entering state INITIALIZE
> EAP: EAP entering state DISABLED
> EAPOL: External notification - portEnabled=0
> EAPOL: External notification - portValid=0
> Own MAC address: 00:19:7d:be:8c:65
> wpa_driver_bsd_set_wpa: enabled=1
> wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1
> wpa_driver_bsd_del_key: keyidx=0
> wpa_driver_bsd_del_key: keyidx=1
> wpa_driver_bsd_del_key: keyidx=2
> wpa_driver_bsd_del_key: keyidx=3
> wpa_driver_bsd_set_countermeasures: enabled=0
> wpa_driver_bsd_set_drop_unencrypted: enabled=1
> Setting scan request: 0 sec 10 usec
> Added interface ath0
> State: DISCONNECTED -> SCANNING
> Starting AP scan (broadcast SSID)
> Trying to get current scan results first without requesting a new scan to
> speed up initial association
> Received 0 bytes of scan results (0 BSSes)
> Scan results: 0
> Selecting BSS from priority group 0
> Try to find WPA-enabled AP
> Try to find non-WPA AP
> No suitable AP found.
> Setting scan request: 0 sec 0 usec
> Starting AP scan (broadcast SSID)
> Received 0 bytes of scan results (0 BSSes)
> Scan results: 0
> Selecting BSS from priority group 0
> Try to find WPA-enabled AP
> Try to find non-WPA AP
> No suitable AP found.
> Setting scan request: 5 sec 0 usec
> Starting AP scan (broadcast SSID)
>
> and it keeps on like that..

Does

# ifconfig ath0 up

and trying several times:

# ifconfig ath0 list scan

shows any results?

Is anthing new displayed on console(vty0) ?
-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-06 Thread Atheer Elobadi
i run 'wpa_supplicant -ddq -i ath0 -c /etc/wpa_supplicant.conf':

Initializing interface 'ath0' conf '/etc/wpa_supplicant.conf' driver
'default' ctrl_interface 'N/A' bridge 'N/A'
Configuration file '/etc/wpa_supplicant.conf' -> '/etc/wpa_supplicant.conf'
Reading configuration file '/etc/wpa_supplicant.conf'
Priority group 0
   id=0 ssid='ALEX'
Initializing interface (2) 'ath0'
EAPOL: SUPP_PAE entering state DISCONNECTED
EAPOL: KEY_RX entering state NO_KEY_RECEIVE
EAPOL: SUPP_BE entering state INITIALIZE
EAP: EAP entering state DISABLED
EAPOL: External notification - portEnabled=0
EAPOL: External notification - portValid=0
Own MAC address: 00:19:7d:be:8c:65
wpa_driver_bsd_set_wpa: enabled=1
wpa_driver_bsd_set_wpa_internal: wpa=3 privacy=1
wpa_driver_bsd_del_key: keyidx=0
wpa_driver_bsd_del_key: keyidx=1
wpa_driver_bsd_del_key: keyidx=2
wpa_driver_bsd_del_key: keyidx=3
wpa_driver_bsd_set_countermeasures: enabled=0
wpa_driver_bsd_set_drop_unencrypted: enabled=1
Setting scan request: 0 sec 10 usec
Added interface ath0
State: DISCONNECTED -> SCANNING
Starting AP scan (broadcast SSID)
Trying to get current scan results first without requesting a new scan to
speed up initial association
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 0 sec 0 usec
Starting AP scan (broadcast SSID)
Received 0 bytes of scan results (0 BSSes)
Scan results: 0
Selecting BSS from priority group 0
Try to find WPA-enabled AP
Try to find non-WPA AP
No suitable AP found.
Setting scan request: 5 sec 0 usec
Starting AP scan (broadcast SSID)

and it keeps on like that..

On Mon, Jul 6, 2009 at 12:58 AM, Paul B. Mahol  wrote:

> On 7/5/09, Atheer Elobadi  wrote:
> > what data should i provide.. i'm sorry... but i'm new at this
>
> Run wpa_supplicant with debug flags ...
> Try with wlandebug(8) if it is not PBKAC.
>
> --
> Paul
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-05 Thread Paul B. Mahol
On 7/5/09, Atheer Elobadi  wrote:
> what data should i provide.. i'm sorry... but i'm new at this

Run wpa_supplicant with debug flags ...
Try with wlandebug(8) if it is not PBKAC.

-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-05 Thread Atheer Elobadi
what data should i provide.. i'm sorry... but i'm new at this

On Sun, Jul 5, 2009 at 11:17 PM, Paul B. Mahol  wrote:

> On 7/5/09, Atheer Elobadi  wrote:
> > please .. someone ..
>
> Data you provided is worthless.
>
> --
> Paul
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-05 Thread Paul B. Mahol
On 7/5/09, Atheer Elobadi  wrote:
> please .. someone ..

Data you provided is worthless.

-- 
Paul
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-05 Thread Atheer Elobadi
please .. someone ..

-- Forwarded message --
From: Atheer Elobadi 
Date: Sun, Jul 5, 2009 at 7:27 PM
Subject: Fwd: can't get atheros ar2413 to connect under freebsd 7.2
To: freebsd-questions@freebsd.org




-- Forwarded message --
From: Atheer Elobadi 
Date: Sun, Jul 5, 2009 at 4:51 PM
Subject: Re: can't get atheros ar2413 to connect under freebsd 7.2
To: Glen Barber 


output from 'ifconfig ath0':

ath0: flags=8843 metric 0 mtu
1500
 ether "00:19:7d:be:8c:65
media: IEEE 802.11 Wireless thernet autoselect (autoselect)
status: no carrier
ssid "" channel 13 (2472 Mhz 11g)
authmode open privacy OFF txpower 31.5 bmiss 7 scanvalid 60 bgscan
bgscanintvl 300 mgscanidle 250 roam:rssi11g 7 roam: rate11g 5
protmode CTS burst bintval 0

when 'ifconfig ath0 authmode wpa' :
ieee80211_load_module: load the wlan_xauth module by hand for now.
ifcondif: SIOCS80211: Invalid argument

i tried to 'kldload wlan_xauth' then 'ifconfig ath0 authmode wpa': (i don't
know if this is necessary)
then 'ifconfig ath0' :

ath0: flags=8843 metric 0 mtu
1500
 ether "00:19:7d:be:8c:65
 media: IEEE 802.11 Wireless thernet autoselect (autoselect)
 status: no carrier
  ssid "" channel 13 (2472 Mhz 11g)
authmode 802.1x privacy MIXED deftxkey UNDEF txpower 31.5 bmiss 7
scanvalid 60 bgscan bgscan bgscanintvl 300 mgscanidle 250
roam:rssi11g 7
roam: rate11g 5 protmode CTS burst bintval 0


**


On Sun, Jul 5, 2009 at 3:24 PM, Glen Barber  wrote:

> On Fri, Jul 3, 2009 at 10:44 PM, 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
> >
>
> Is wpa_supplicant running?
>
> > ** by the way.. ifconfig ath0 up scangives nothing..  not even an
> error
> > message.. what shall i do ??
> >
>
> What is the output from `ifconfig ath0' ?
>
>
> --
> Glen Barber
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-05 Thread Atheer Elobadi
-- Forwarded message --
From: Atheer Elobadi 
Date: Sun, Jul 5, 2009 at 4:51 PM
Subject: Re: can't get atheros ar2413 to connect under freebsd 7.2
To: Glen Barber 


output from 'ifconfig ath0':

ath0: flags=8843 metric 0 mtu
1500
 ether "00:19:7d:be:8c:65
media: IEEE 802.11 Wireless thernet autoselect (autoselect)
status: no carrier
ssid "" channel 13 (2472 Mhz 11g)
authmode open privacy OFF txpower 31.5 bmiss 7 scanvalid 60 bgscan
bgscanintvl 300 mgscanidle 250 roam:rssi11g 7 roam: rate11g 5
protmode CTS burst bintval 0

when 'ifconfig ath0 authmode wpa' :
ieee80211_load_module: load the wlan_xauth module by hand for now.
ifcondif: SIOCS80211: Invalid argument

i tried to 'kldload wlan_xauth' then 'ifconfig ath0 authmode wpa': (i don't
know if this is necessary)
then 'ifconfig ath0' :

ath0: flags=8843 metric 0 mtu
1500
 ether "00:19:7d:be:8c:65
 media: IEEE 802.11 Wireless thernet autoselect (autoselect)
 status: no carrier
  ssid "" channel 13 (2472 Mhz 11g)
authmode 802.1x privacy MIXED deftxkey UNDEF txpower 31.5 bmiss 7
scanvalid 60 bgscan bgscan bgscanintvl 300 mgscanidle 250
roam:rssi11g 7
roam: rate11g 5 protmode CTS burst bintval 0


**


On Sun, Jul 5, 2009 at 3:24 PM, Glen Barber  wrote:

> On Fri, Jul 3, 2009 at 10:44 PM, 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
> >
>
> Is wpa_supplicant running?
>
> > ** by the way.. ifconfig ath0 up scangives nothing..  not even an
> error
> > message.. what shall i do ??
> >
>
> What is the output from `ifconfig ath0' ?
>
>
> --
> Glen Barber
>
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-05 Thread Glen Barber
On Sun, Jul 5, 2009 at 10:51 AM, Atheer Elobadi wrote:
> output from 'ifconfig ath0':
>
> ath0: flags=8843 metric 0 mtu
> 1500
>  ether "00:19:7d:be:8c:65
> media: IEEE 802.11 Wireless thernet autoselect (autoselect)
> status: no carrier
> ssid "" channel 13 (2472 Mhz 11g)
> authmode open privacy OFF txpower 31.5 bmiss 7 scanvalid 60 bgscan
> bgscanintvl 300 mgscanidle 250 roam:rssi11g 7 roam: rate11g 5
> protmode CTS burst bintval 0
>
> when 'ifconfig ath0 authmode wpa' :
> ieee80211_load_module: load the wlan_xauth module by hand for now.
> ifcondif: SIOCS80211: Invalid argument
>
> i tried to 'kldload wlan_xauth' then 'ifconfig ath0 authmode wpa': (i don't
> know if this is necessary)

Ideally, it should load any dependent modules.

> then 'ifconfig ath0' :
>
> ath0: flags=8843 metric 0 mtu
> 1500
>  ether "00:19:7d:be:8c:65
>  media: IEEE 802.11 Wireless thernet autoselect (autoselect)
>  status: no carrier
>   ssid "" channel 13 (2472 Mhz 11g)
>     authmode 802.1x privacy MIXED deftxkey UNDEF txpower 31.5 bmiss 7
>     scanvalid 60 bgscan bgscan bgscanintvl 300 mgscanidle 250
> roam:rssi11g 7
>     roam: rate11g 5 protmode CTS burst bintval 0
>

I hate asking this, because it shouldn't "fix" problems -- it only
masks what is underlying -- but, when was your last reboot?

With ifconfig_ath0="WPA DHCP" in rc.conf, this will automatically
start wpa_supplicant.

Before rebooting, you could also try:
/etc/rc.d/netif restart; dhclient ath0


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-05 Thread Glen Barber
On Fri, Jul 3, 2009 at 10:44 PM, 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
>

Is wpa_supplicant running?

> ** by the way.. ifconfig ath0 up scan    gives nothing..  not even an error
> message.. what shall i do ??
>

What is the output from `ifconfig ath0' ?


-- 
Glen Barber
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"


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

2009-07-05 Thread Atheer Elobadi
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 scangives 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-unsubscr...@freebsd.org"


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

2009-07-05 Thread Atheer Elobadi
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 scangives 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-unsubscr...@freebsd.org"


can't get atheros ar2413 to connect under freebsd 7.2

2009-07-03 Thread Atheer Elobadi
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 scangives 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-unsubscr...@freebsd.org"