From owner-freebsd-mobile@FreeBSD.ORG Wed Mar 12 22:55:18 2008 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1BB39106566B for ; Wed, 12 Mar 2008 22:55:18 +0000 (UTC) (envelope-from a.j.werven@student.utwente.nl) Received: from mx.utwente.nl (unknown [IPv6:2001:610:1908:1000:204:23ff:feba:6042]) by mx1.freebsd.org (Postfix) with ESMTP id 573068FC18 for ; Wed, 12 Mar 2008 22:55:17 +0000 (UTC) (envelope-from a.j.werven@student.utwente.nl) Received: from [127.0.0.1] (vpn182019.student.utwente.nl [130.89.182.19]) by mx.utwente.nl (8.12.10/SuSE Linux 0.7) with ESMTP id m2CMsgBn014781; Wed, 12 Mar 2008 23:54:43 +0100 Message-ID: <47D85F33.5060908@student.utwente.nl> Date: Wed, 12 Mar 2008 22:54:43 +0000 From: "Alphons \"Fonz\" van Werven" User-Agent: Thunderbird 2.0.0.12 (Windows/20080213) MIME-Version: 1.0 To: Benjamin Close References: <47C078EC.4020907@student.utwente.nl> <200802241730.13328.fbsd.questions@rachie.is-a-geek.net> <47D63A65.8010507@clearchain.com> <200803111356.00400.fbsd.questions@rachie.is-a-geek.net> <47D68808.5060709@student.utwente.nl> <47D6FB5B.3020107@clearchain.com> In-Reply-To: <47D6FB5B.3020107@clearchain.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact servicedesk@icts.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-UTwente-MailScanner-SpamScore: ss X-UTwente-MailScanner-From: a.j.werven@student.utwente.nl X-Spam-Status: No Cc: Mel , freebsd-mobile@freebsd.org Subject: Re: [Wireless] Can't connect to wlan X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 12 Mar 2008 22:55:18 -0000 Benjamin Close wrote: > Yes the releng_7 one is for 7. Okay, The patch has been applied (laptop running 7.0-RELEASE) and all modules loaded: # kldload if_wpi wpi0: mem 0xd8000000-0xd8000fff irq 17 at device 0.0 on pci4 wpi0: Ethernet address: 00:1b:77:b5:98:bd wpi0: [ITHREAD] #kldload wpifw #kldload wlan_xauth The license ack was still in my loader.conf, so that's ok too. However: with the patch applied, wpi can't even seem to find any APs anymore, let alone associate with them. I included the output of wpa_supplicant below, in case it's of any help. Regards, Alphons # wpa_supplicant -d -i wpi0 -c /etc/wpa_supplicant.conf Initializing interface 'wpi0' conf '/etc/wpa_supplicant.conf' driver 'default' c trl_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='SpeedTouch1EC5E8' Initializing interface (2) 'wpi0' 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:1b:77:b5:98:bd 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 100000 usec Added interface wpi0 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) wpi0: timeout resetting Tx ring 1 wpi0: timeout resetting Tx ring 3 wpi0: timeout resetting Tx ring 4 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 [repeat the following until out of patience] 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) 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 [okay, I'm out of patience now, so I ^C it] CTRL-EVENT-TERMINATING - signal 2 received Removing interface wpi0 State: SCANNING -> DISCONNECTED No keys have been configured - skip key clearing EAPOL: External notification - portEnabled=0 EAPOL: External notification - portValid=0 wpa_driver_bsd_set_wpa: enabled=0 wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=0 wpa_driver_bsd_set_drop_unencrypted: enabled=0 wpa_driver_bsd_set_countermeasures: enabled=0 No keys have been configured - skip key clearing Cancelling scan request Cancelling authentication timeout wpa_driver_bsd_set_wpa_internal: wpa=0 privacy=1 -- All right, that does it Bill [Donahue]. I'm pretty sure that killing Jesus is not very Christian. -- pope Benedict XVI, South Park episode #158