From owner-freebsd-mobile@FreeBSD.ORG Mon Nov 6 13:06:19 2006 Return-Path: X-Original-To: freebsd-mobile@freebsd.org Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A176516A407 for ; Mon, 6 Nov 2006 13:06:19 +0000 (UTC) (envelope-from dwilde1@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id A423C43D6B for ; Mon, 6 Nov 2006 13:06:11 +0000 (GMT) (envelope-from dwilde1@gmail.com) Received: by nz-out-0102.google.com with SMTP id o37so705783nzf for ; Mon, 06 Nov 2006 05:06:10 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=bN2T5qgjyc4fEv2awlPPscfLpLTg08bG9IEpTIsl3+eYWtkU67hXzo28m22sVCuHqX//4XpeaK/iPl3MoxbAx5/rEVtUglc9vkiXA+QTAC9E5w//cia+icdPIu+opR2NiCIgbR2Saf/zhZGJzS07LUPWOqIVi3XT01FK3Rj2S+U= Received: by 10.65.147.1 with SMTP id z1mr5535436qbn.1162818370461; Mon, 06 Nov 2006 05:06:10 -0800 (PST) Received: by 10.64.131.9 with HTTP; Mon, 6 Nov 2006 05:06:10 -0800 (PST) Message-ID: Date: Mon, 6 Nov 2006 07:06:10 -0600 From: "Don Wilde" Sender: dwilde1@gmail.com To: freebsd-mobile@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: b2aec7db8d460c99 Subject: IWI lockup 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: Mon, 06 Nov 2006 13:06:19 -0000 Hi, folks - I seem to be having new problems with iwi since my last few cvsup's of -STABLE and portupgrade. Symptom is that it locks up (hard; hit the Big Red Button) after doing detect of my network connection (which fails because it is not connected). This lockup happens 75% of the time, and when it does succeed to full boot, I get: $ uname -a FreeBSD localhost 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #3: Fri Nov 3 23:49:12 CST 2006 din@localhost:/usr/obj/usr/src/sys/LYNX i386 and in dmesg: [snip] iwi0: mem 0xdfcfd000-0xdfcfdfff irq 17 at device 3.0 on pci3 iwi0: Ethernet address: 00:13:ce:79:f8:65 [snip] iwi0: iwi_cmd: cmd 6 not sent, busy iwi0: device configuration failed DHCPREQUEST on iwi0 to 255.255.255.255 port 67 DHCPREQUEST on iwi0 to 255.255.255.255 port 67 DHCPACK from 192.168.10.1 bound to 192.168.10.101 -- renewal in 302400 seconds. lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet 127.0.0.1 netmask 0xff000000 bfe0: flags=8843 mtu 1500 options=8 ether 00:14:22:dd:3b:5a media: Ethernet autoselect (none) status: no carrier iwi0: flags=8843 mtu 1500 inet 192.168.10.101 netmask 0xffffff00 broadcast 192.168.10.255 ether 00:13:ce:79:f8:65 media: IEEE 802.11 Wireless Ethernet autoselect status: associated ssid unwired channel 11 bssid 00:13:46:14:73:02 authmode OPEN privacy ON deftxkey 1 wepkey 1:40-bit txpowmax 100 bmiss 10 protmode CTS bintval 100 This is on a Dell Inspiron 6000 with Centrino 2200G chip. I'm using the iwi-firmware-kmod variant. This was working before; I have not seen this 'iwi0: iwi_cmd: cmd 6 not sent, busy' before. UPDATING says nothing about changes since 4/18/2006. Any suggestions? TIA! Don