From owner-freebsd-questions@FreeBSD.ORG Thu Dec 7 16:35:24 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E369916A516 for ; Thu, 7 Dec 2006 16:35:24 +0000 (UTC) (envelope-from aharrison@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.175]) by mx1.FreeBSD.org (Postfix) with ESMTP id C03504424A for ; Thu, 7 Dec 2006 16:30:00 +0000 (GMT) (envelope-from aharrison@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so456689uge for ; Thu, 07 Dec 2006 08:30:52 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=OUayZJI7lKml5POqE9LxPF/VGal4Bik1a0yaHF15L6ZSzd/jcAZzqMIqEC7GBWp+5u7CZHIbt4fv6o5IL8PtaKCgzaJp9frVf58/TDiawX+RLMdTAmHY2euit48iZALMdd09+ack0ejzC5sn9EcGV+Yyt5z0Sqerj0zssuxbTos= Received: by 10.78.97.7 with SMTP id u7mr103288hub.1165509051764; Thu, 07 Dec 2006 08:30:51 -0800 (PST) Received: by 10.78.176.14 with HTTP; Thu, 7 Dec 2006 08:30:51 -0800 (PST) Message-ID: Date: Thu, 7 Dec 2006 11:30:51 -0500 From: "Andy Harrison" To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: wireless iwi breaking in 6.1-R-p10 to 6.1-R-p11 upgrade X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Dec 2006 16:35:25 -0000 I've been running 6.1-R-p10 for months now without any issues. After I upgraded last night, wpa_supplicant is broken. When I run it in debug mode, I see it repeat this error message: Starting AP scanbroadcast SSID) ioctl[SIOCS80211]: Invalid argument ioctl[SIOCS80211, op 23, arg 0x0]: Invalid argument Failed to initiate AP scan. Setting scan request: 10 sec 0 usec Any clue what the problem might be? My wpa_supplicant.conf file hasn't been changed for 2 months. I've been running the FreeBSD version of wpa_supplicant, but today I tried installing the wpa_supplicant-0.3.8_2 port to see if that would work, it did not and failed with the error messages. I verified that the correct kernel modules are being loaded. I switched back to the GENERIC kernel profile, rm -rf /usr/obj/*, and did another full make buildworld && make kernel and installation procedure. At the boot prompt, if I unload the new kernel, then load /boot/kernel.old/kernel and boot, I still get the same wpa_supplicant errors. Any ideas? -- Andy Harrison