Re: Intel PRO/Wireless 2100 ipw WPA

2010-01-12 Thread Warren Block

I've entered PR kern/142766 for this.

-Warren Block * Rapid City, South Dakota USA
___
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: Intel PRO/Wireless 2100 ipw WPA

2010-01-07 Thread Andreas Rudisch
On Sun, 3 Jan 2010 15:27:55 -0700 (MST)
Warren Block wbl...@wonkity.com wrote:

 Finishing a complete new install of 8-stable on a Thinkpad T42.  This 
 model came with the Intel PRO/wireless 2100.
 
 So far, it has almost but not quite been able to connect using WPA on 
 FreeBSD.

Same here when trying to set up wireless LAN on a T41 with an Intel
PRO/wireless 2100.

 rc.conf:
 wlans_ipw0=wlan0
 ifconfig_wlan0=WPA DHCP
 
 loader.conf:
 legal.intel_ipw.license_ack=1
 if_ipw_load=YES

That's what I did too. No joy.

 ifconfig wlan0 scan sees all the nearby access points, including mine.

Here too.

 wpa_supplicant can't quite attach, but doesn't give up trying.

 /var/log/messages:
 Jan  3 14:49:40 paddy wpa_supplicant[392]: CTRL-EVENT-SCAN-RESULTS
 Jan  3 14:49:40 paddy wpa_supplicant[392]: Trying to associate with 
 00:14:bf:cd:a2:0b (SSID='myssid' freq=2412 MHz)
 Jan  3 14:49:50 paddy wpa_supplicant[392]: Authentication with 
 00:14:bf:cd:a2:0b timed out.

Appart from that I got the following in /var/log/messages: 
  kernel: ipw0: need multicast update callback

Since the same setup worked fine on FreeBSD 7.2, maybe this infomation
regarding ipw is correct after all:
http://wiki.freebsd.org/8.0TODO#head-637d4dd09847005583f360ebb430cf32b64a4d8b

Andreas
--
GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgpF3TNzlhYSz.pgp
Description: PGP signature


Re: Intel PRO/Wireless 2100 ipw WPA

2010-01-07 Thread Adam Vande More
On Thu, Jan 7, 2010 at 11:44 AM, Andreas Rudisch cyb.@gmx.net wrote:

 On Sun, 3 Jan 2010 15:27:55 -0700 (MST)
 Warren Block wbl...@wonkity.com wrote:

  Finishing a complete new install of 8-stable on a Thinkpad T42.  This
  model came with the Intel PRO/wireless 2100.
 
  So far, it has almost but not quite been able to connect using WPA on
  FreeBSD.

 Same here when trying to set up wireless LAN on a T41 with an Intel
 PRO/wireless 2100.

  rc.conf:
  wlans_ipw0=wlan0
  ifconfig_wlan0=WPA DHCP
 
  loader.conf:
  legal.intel_ipw.license_ack=1
  if_ipw_load=YES

 That's what I did too. No joy.

  ifconfig wlan0 scan sees all the nearby access points, including mine.

 Here too.

  wpa_supplicant can't quite attach, but doesn't give up trying.

  /var/log/messages:
  Jan  3 14:49:40 paddy wpa_supplicant[392]: CTRL-EVENT-SCAN-RESULTS
  Jan  3 14:49:40 paddy wpa_supplicant[392]: Trying to associate with
 00:14:bf:cd:a2:0b (SSID='myssid' freq=2412 MHz)
  Jan  3 14:49:50 paddy wpa_supplicant[392]: Authentication with
 00:14:bf:cd:a2:0b timed out.

 Appart from that I got the following in /var/log/messages:
  kernel: ipw0: need multicast update callback

 Since the same setup worked fine on FreeBSD 7.2, maybe this infomation
 regarding ipw is correct after all:

 http://wiki.freebsd.org/8.0TODO#head-637d4dd09847005583f360ebb430cf32b64a4d8b


Yeah I think it was mentioned in one of the beta announcements, but can't
seem to find it now.  Anyways, my laptop is stuck on 7-STABLE due to this.

-- 
Adam Vande More
___
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: Intel PRO/Wireless 2100 ipw WPA

2010-01-04 Thread Leslie Jensen


On 2010-01-03 23:27, Warren Block wrote:

Finishing a complete new install of 8-stable on a Thinkpad T42.  This
model came with the Intel PRO/wireless 2100.

Despite being 802.11b only, the 2100 with the latest firmware does
WPA2 on Windows XP.

So far, it has almost but not quite been able to connect using WPA on
FreeBSD.

rc.conf:
wlans_ipw0=wlan0
ifconfig_wlan0=WPA DHCP

loader.conf:
legal.intel_ipw.license_ack=1
if_ipw_load=YES

wpa_supplicant.conf (copied from another system which has Atheros
wireless and works fine):
network={
ssid=myssid
psk=notmyrealpsk
}

ifconfig wlan0 scan sees all the nearby access points, including mine.
wpa_supplicant can't quite attach, but doesn't give up trying.

ifconfig wlan0
wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
ether 00:0c:f1:4e:b1:ac
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
ssid myssid channel 11 (2462 Mhz 11b)
country US authmode WPA2/802.11i privacy ON deftxkey UNDEF txpower 0
bmiss 7 scanvalid 60 roaming MANUAL

/var/log/messages:
Jan 3 14:49:40 paddy wpa_supplicant[392]: CTRL-EVENT-SCAN-RESULTS
Jan 3 14:49:40 paddy wpa_supplicant[392]: Trying to associate with
00:14:bf:cd:a2:0b (SSID='myssid' freq=2412 MHz)
Jan 3 14:49:50 paddy wpa_supplicant[392]: Authentication with
00:14:bf:cd:a2:0b timed out.

That repeats at ten-second intervals.

-Warren Block * Rapid City, South Dakota USA
___
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


Hello

I have the following in my /boot/loader.conf in order to make my 
Intelcard work.


iwn5000fw_load=YES  # Load driver for Intel, test for 5300 AGN
if_iwn_load=YES # Load driver for Intel, test for 5300 AGN
wlan_load=YES  # This must be loaded according to handbook
firmware_load=YES
iwi_bss_load=YES
iwi_ibss_load=YES
iwi_monitor_load=YES
legal.intel_iwi.license_ack=1
#
wlan_scan_ap_load=YES
wlan_scan_sta_load=YES
wlan_wep_load=YES
wlan_ccmp_load=YES
wlan_tkip_load=YES

HTH

/Leslie
___
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: Intel PRO/Wireless 2100 ipw WPA

2010-01-04 Thread Andreas Rudisch
On Sun, 3 Jan 2010 15:27:55 -0700 (MST)
Warren Block wbl...@wonkity.com wrote:

 Finishing a complete new install of 8-stable on a Thinkpad T42.  This 
 model came with the Intel PRO/wireless 2100.

I am not sure whether or not this information is still valid:
http://wiki.freebsd.org/8.0TODO#head-637d4dd09847005583f360ebb430cf32b64a4d8b

At the end of the week I will try to set up WLAN on a T41 using that
chip to see if I too run into problems.

Andreas
--
GnuPG key  : 0x2A573565|http://www.gnupg.org/howtos/de/
Fingerprint: 925D 2089 0BF9 8DE5 9166  33BB F0FD CD37 2A57 3565


pgp1zPY2PZ2Hi.pgp
Description: PGP signature


Intel PRO/Wireless 2100 ipw WPA

2010-01-03 Thread Warren Block
Finishing a complete new install of 8-stable on a Thinkpad T42.  This 
model came with the Intel PRO/wireless 2100.


Despite being 802.11b only, the 2100 with the latest firmware does
WPA2 on Windows XP.

So far, it has almost but not quite been able to connect using WPA on 
FreeBSD.


rc.conf:
wlans_ipw0=wlan0
ifconfig_wlan0=WPA DHCP

loader.conf:
legal.intel_ipw.license_ack=1
if_ipw_load=YES

wpa_supplicant.conf (copied from another system which has Atheros 
wireless and works fine):

network={
  ssid=myssid
  psk=notmyrealpsk
}

ifconfig wlan0 scan sees all the nearby access points, including mine.
wpa_supplicant can't quite attach, but doesn't give up trying.

ifconfig wlan0
wlan0: flags=8843UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST metric 0 mtu 1500
ether 00:0c:f1:4e:b1:ac
media: IEEE 802.11 Wireless Ethernet autoselect (autoselect)
status: no carrier
ssid myssid channel 11 (2462 Mhz 11b)
country US authmode WPA2/802.11i privacy ON deftxkey UNDEF txpower 0
bmiss 7 scanvalid 60 roaming MANUAL

/var/log/messages:
Jan  3 14:49:40 paddy wpa_supplicant[392]: CTRL-EVENT-SCAN-RESULTS
Jan  3 14:49:40 paddy wpa_supplicant[392]: Trying to associate with 
00:14:bf:cd:a2:0b (SSID='myssid' freq=2412 MHz)
Jan  3 14:49:50 paddy wpa_supplicant[392]: Authentication with 
00:14:bf:cd:a2:0b timed out.

That repeats at ten-second intervals.

-Warren Block * Rapid City, South Dakota USA
___
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