Re: wlan setup

2011-09-02 Thread Jakub Lach
- launch dhclient manually

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/wlan-setup-tp4748233p4761835.html
Sent from the freebsd-questions mailing list archive at Nabble.com.
___
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: wlan setup

2011-09-02 Thread Jakub Lach
- FreeBSD 9 has latest wpa_supplicant.
- Try upgrading router's firmware.
- Try detailing wpa_supplicant.conf more.

eg. proto=
 pairwise=
 group=

regards, 
- Jakub Lach

--
View this message in context: 
http://freebsd.1045724.n5.nabble.com/wlan-setup-tp4748233p4761824.html
Sent from the freebsd-questions mailing list archive at Nabble.com.
___
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: wlan setup

2011-09-01 Thread Derek Funk
I have tried what the handbook says and a custom entry to devd.conf as
one forum showed.

wlan0 associates with the access point but does not get an IP.

Drivers are loaded.  No error messages in /var/log for wpa_supplicant.

I have even tried using background_dhclient in rc.conf.

This is an issue with freebsd not my access point.  Windows, ubuntu and
my cellphone have no problems obtaining an IP.

I have no idea what is happening.  It looks straight forward from the
handbook.  Unless this is a bug.  I guess I'll have to ditch freebsd for
awhile.

Derek
___
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: wlan setup

2011-08-31 Thread Derek Funk
On Tue, 2011-08-30 at 23:20 -0400, Chris Hill wrote:
 On Tue, 30 Aug 2011, Derek Funk wrote:
 
  On Mon, 2011-08-29 at 19:00 -0500, Derek Funk wrote:
 
 [ ... ]
  Drivers are loaded and I tried using SYNCDHCP instead of just DHCP in
  rc.conf.
  I even tried my own entry in devd.conf as shown in a google search. But 
  still it links to the access point but does not get an IP.
 
 Not to belabor the obvious, but do you have a working DHCP server 
 available to the WAP?
 

Yes as I stated in the original post.  It works fine with Windows and
Ubuntu.  Just doesn't work with FreeBSD.  I even tried PCBSD with its
gui networking tool.  It links but does not get an IP.  I haven't been
to the machine again to check logs messages to see wpa_supplicant
errors. 

Derek

___
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: wlan setup

2011-08-30 Thread PstreeM China
Did you load the drivers about wlancard? Make kernel yourself or edited
/boot/loader.conf to load drivers.
On Aug 30, 2011 9:36 AM, Warren Block wbl...@wonkity.com wrote:

 On Mon, 29 Aug 2011, Derek Funk wrote:

 I followed the handbook and searched online but yet still unable to get
 a wireless connection to an access point.

 I have in my rc.conf file:
 wlans_ath0=wlan0
 ifconfig_wlan0=WPA DHCP

 and in the wpa_supplicant.conf:
 network={
  ssid=myssid
  psk=mypassword
 }

 It associates but does not get an ip.


 Some cards take a long time to associate, and using synchronous DHCP
helps.

  ifconfig_wlan0=WPA SYNCDHCP


 ___
 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
___
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: wlan setup

2011-08-30 Thread Derek Funk
On Mon, 2011-08-29 at 19:00 -0500, Derek Funk wrote:
 I followed the handbook and searched online but yet still unable to get
 a wireless connection to an access point.
 
 I have in my rc.conf file:
 wlans_ath0=wlan0
 ifconfig_wlan0=WPA DHCP
 
 and in the wpa_supplicant.conf:
 network={
   ssid=myssid
   psk=mypassword
 }
 
 It associates but does not get an ip.
 
 I works fine with Windows or with Ubuntu.
 
 Any help is appreciated.
 
 Derek


Drivers are loaded and I tried using SYNCDHCP instead of just DHCP in
rc.conf.
I even tried my own entry in devd.conf as shown in a google search.
But still it links to the access point but does not get an IP.

Derek

___
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: wlan setup

2011-08-30 Thread Warren Block

On Tue, 30 Aug 2011, Derek Funk wrote:


Drivers are loaded and I tried using SYNCDHCP instead of just DHCP in
rc.conf.
I even tried my own entry in devd.conf as shown in a google search.
But still it links to the access point but does not get an IP.


Check /var/log/messages for errors reported by wlan_supplicant.
___
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: wlan setup

2011-08-30 Thread Chris Hill

On Tue, 30 Aug 2011, Derek Funk wrote:


On Mon, 2011-08-29 at 19:00 -0500, Derek Funk wrote:


[ ... ]

Drivers are loaded and I tried using SYNCDHCP instead of just DHCP in
rc.conf.
I even tried my own entry in devd.conf as shown in a google search. But 
still it links to the access point but does not get an IP.


Not to belabor the obvious, but do you have a working DHCP server 
available to the WAP?


--
Chris Hill   ch...@monochrome.org
** [ Busy Expunging / ]
___
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: wlan setup

2011-08-29 Thread Warren Block

On Mon, 29 Aug 2011, Derek Funk wrote:


I followed the handbook and searched online but yet still unable to get
a wireless connection to an access point.

I have in my rc.conf file:
wlans_ath0=wlan0
ifconfig_wlan0=WPA DHCP

and in the wpa_supplicant.conf:
network={
 ssid=myssid
 psk=mypassword
}

It associates but does not get an ip.


Some cards take a long time to associate, and using synchronous DHCP 
helps.


  ifconfig_wlan0=WPA SYNCDHCP

___
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