From owner-freebsd-stable@FreeBSD.ORG Tue Jan 23 10:50:33 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 06BE216A402 for ; Tue, 23 Jan 2007 10:50:33 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from mailhost.graphdata.co.uk (mailhost.graphdata.co.uk [195.12.22.194]) by mx1.freebsd.org (Postfix) with ESMTP id BB24713C4C9 for ; Tue, 23 Jan 2007 10:50:32 +0000 (UTC) (envelope-from dom@helenmarks.co.uk) Received: from localhost (localhost [127.0.0.1]) by mailhost.graphdata.co.uk (Postfix) with ESMTP id C5D68114025; Tue, 23 Jan 2007 10:50:30 +0000 (GMT) X-Virus-Scanned: amavisd-new at graphdata.co.uk Received: from mailhost.graphdata.co.uk ([127.0.0.1]) by localhost (mailhost.graphdata.co.uk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BHotAeLtXnPL; Tue, 23 Jan 2007 10:50:28 +0000 (GMT) Received: from gdc083.internal.graphdata.co.uk (gdc083.internal.graphdata.co.uk [192.168.0.86]) by mailhost.graphdata.co.uk (Postfix) with SMTP id 12B80114023; Tue, 23 Jan 2007 10:50:28 +0000 (GMT) Date: Tue, 23 Jan 2007 10:50:27 +0000 From: Dominic Marks To: freebsd-stable@freebsd.org Message-Id: <20070123105027.90d433de.dom@helenmarks.co.uk> In-Reply-To: <200701231148.58209.dzalewski@open-craft.com> References: <200701231148.58209.dzalewski@open-craft.com> X-Mailer: Sylpheed 2.3.0 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: dzalewski@open-craft.com Subject: Re: FreeBSD 6.2 ipw3945 on HP Pavilion dv6000 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Jan 2007 10:50:33 -0000 On Tue, 23 Jan 2007 11:48:58 +0200 Dominik Zalewski wrote: > Hi All, > > I'm running FreeBSD 6.2-RELEASE on HP Pavilion dv6000. I have a problem with > intel 3945 wireless card. Simply, kernel didnt detect any ipw* device. When > I'm loading a module if_ipw nothing happen. I tried also to compile this > driver static into the kernel. No results :( > > I installed /usr/ports/net/ipw-firmware > > > Any ideas? I can't help you specifically but often the output of `pciconf -lv` is useful to the developers. Dominic