From owner-freebsd-current@FreeBSD.ORG Tue Nov 20 00:17:54 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 44AC016A468 for ; Tue, 20 Nov 2007 00:17:54 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) Received: from ipmail02.adl2.internode.on.net (ipmail02.adl2.internode.on.net [203.16.214.141]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6CE13C459 for ; Tue, 20 Nov 2007 00:17:53 +0000 (UTC) (envelope-from Benjamin.Close@clearchain.com) Received: from ppp121-45-117-252.lns11.adl6.internode.on.net (HELO mail.clearchain.com) ([121.45.117.252]) by ipmail02.adl2.internode.on.net with ESMTP; 20 Nov 2007 10:47:01 +1030 Received: from wolf.clearchain.com (wcl.ml.unisa.edu.au [130.220.166.5]) (authenticated bits=0) by mail.clearchain.com (8.13.8/8.13.8) with ESMTP id lAK0GpRs033433 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 20 Nov 2007 10:46:58 +1030 (CST) (envelope-from Benjamin.Close@clearchain.com) Message-ID: <47422775.7080808@clearchain.com> Date: Tue, 20 Nov 2007 10:46:53 +1030 From: Benjamin Close User-Agent: Thunderbird 2.0.0.0 (X11/20070615) MIME-Version: 1.0 To: Rene Ladan References: <714518.97748.qm@web55202.mail.re4.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV version 0.91.2, clamav-milter version 0.91.2 on pegasus.clearchain.com X-Virus-Status: Clean X-Greylist: Sender succeeded SMTP AUTH authentication, not delayed by milter-greylist-2.0.2 (mail.clearchain.com [192.168.154.1]); Tue, 20 Nov 2007 10:46:59 +1030 (CST) Cc: freebsd-current@freebsd.org, LINGAM RAVI KIRAN Subject: Re: Problem in wpi firmware 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: Tue, 20 Nov 2007 00:17:54 -0000 Rene Ladan wrote: > 2007/11/19, LINGAM RAVI KIRAN : > >> Hi friends, >> >> I am trying to get wifi in hp nc6400 laptop, i have Intel 3945ABG NIC card, i installed wpi package, but there is some problem in firmware or some silly mistake i am doing, which i could not figure out. My system configuration is: >> >> Intel 3945ABG NIC card >> FreeBSD 8.0 current >> >> Problem is : >> >> bad dmamem_alloc_memory >> >> and after that >> >> firmware wpifw could not load. >> >> > Since you're running CURRENT, you could try the version included in > the cvs source (remove the manually downloaded version first). The > cvs version should work (my wpi card still fails with an error 17 upon > association). It also includes the firmware image. > > Expect some harmless messages about misaligned memory when loading the driver. > > HTH, > Rene > The misaligned memory messages should disappear with a patch I'll be putting in p4 tonight. As to the association issue can you please try the version in p4 and see if it fixes your problem? Cheers, Benjamin