From owner-freebsd-current@FreeBSD.ORG Thu Mar 9 22:29:06 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A131C16A420 for ; Thu, 9 Mar 2006 22:29:06 +0000 (GMT) (envelope-from antitoch@gmail.com) Received: from nproxy.gmail.com (nproxy.gmail.com [64.233.182.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1022B43D46 for ; Thu, 9 Mar 2006 22:29:05 +0000 (GMT) (envelope-from antitoch@gmail.com) Received: by nproxy.gmail.com with SMTP id y38so426653nfb for ; Thu, 09 Mar 2006 14:29:04 -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=gpJlqolC7tYR/2DMMC0Xksq4pSW3yc8jNyz1cw7p7lNEufmpAaxPkKBoTFytBkyTYZiP3UbmbW3eFGfB4z1GUZmLk6+NICD8JbRbBIYpqQk6c3c6uwazRvfqcWGFSeXC0DJ5zKlbArOx5J5MvSfitIpqMC69spyi8Ey42cgo4hk= Received: by 10.48.208.8 with SMTP id f8mr38807nfg; Thu, 09 Mar 2006 14:29:04 -0800 (PST) Received: by 10.49.95.5 with HTTP; Thu, 9 Mar 2006 14:29:04 -0800 (PST) Message-ID: <287c9df30603091429r17eb45a4vfc32d69bb8412a07@mail.gmail.com> Date: Thu, 9 Mar 2006 17:29:04 -0500 From: "William Lam" To: freebsd-current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: iwi0: unknown hdr type X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Mar 2006 22:29:06 -0000 Running -CURRENT on an Thinkpad X32 with the standard onboard Intel 2915ABG wireless my system locks up hard if I switch to the console. I get an endless flood of the following messages: iwi0: unknown hdr type 47 iwi0: unknown hdr type 74 and between every six or seven of the those I see an iwi0: unknown hdr type 8 or 9, its diffcult to read since it goes by so fas= t. Perhaps related, occasionally the iwi0 interface will go down for no apparent reason and when I try to bring it back up the system will also lock up. I'm using the latest version of iwi-firmware in ports, 2.4_2. Thanks in advance for any help. William