- Previous thread: Re: First Traffic not graphing, Now nothing graphs anymore.
- Next thread: FreeBSD 7.2 o/s on a flash stick
- Threads sorted by date: freebsd 200907
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"
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"
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"
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"
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"
> 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"
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"
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"
Related Threads
- Django on Hostmonster shared hosting - django
- routing for jails on public IPs, jails on private IPs between 2 servers - freebsd
- daily CVS update output - netbsd
- How to define doubles: Array-to-hash - ruby
- Variable to refer to program name - perl
- [grails-user] No such property: save for class and other questions - grails
- How to check which form was submitted? - django
- [HACKERS] StringInfo Macros - pgsql
- IDE for Python - python
- [flexcoders] Flex-based AIR App with javascript stuff, too - flex