From owner-freebsd-hardware@FreeBSD.ORG Sun Oct 22 00:26:53 2006 Return-Path: X-Original-To: freebsd-hardware@freebsd.org Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDDD216A412 for ; Sun, 22 Oct 2006 00:26:53 +0000 (UTC) (envelope-from mureninc@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8FC343D5C for ; Sun, 22 Oct 2006 00:26:51 +0000 (GMT) (envelope-from mureninc@gmail.com) Received: by wx-out-0506.google.com with SMTP id t4so1302852wxc for ; Sat, 21 Oct 2006 17:26:50 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=pQaBWVTuYhBxQ3cLu2HXKxas9UuA2qNESoyQSQLGCZCwZVL5xCSPO7hXbxcb+RbPAUe2mn5tNzlE4iW5tzwQx9bff4Pd715i+LVubgTaxpf1iZyiEtyD700/NliuYpbMMtnhLIJHhDgTXRzBZvgQJCFxk20CZoKyhkh+tqos8VA= Received: by 10.70.22.10 with SMTP id 10mr3854468wxv; Sat, 21 Oct 2006 17:26:50 -0700 (PDT) Received: by 10.70.36.16 with HTTP; Sat, 21 Oct 2006 17:26:50 -0700 (PDT) Message-ID: Date: Sat, 21 Oct 2006 20:26:50 -0400 From: "Constantine A. Murenin" To: "Alexey Bobok" In-Reply-To: <200610111545.20981.sj@ukrintell.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <200610111545.20981.sj@ukrintell.net> Cc: freebsd-hardware@freebsd.org Subject: Re: Intell Wireless 3945 driver X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Oct 2006 00:26:53 -0000 On 11/10/06, Alexey Bobok wrote: > Hello. > I have bought a laptop Dell Latitude d820 with Intel Wireless Pro 3945 card. > I've tried to install /usr/ports/net/ipw-firmware and then > kldload -v if_ipw > ipwcontrol -i ipw0 -f /boot/firmware/ipw.fw > and get the error: > ipwcontrol: Can't load /boot/firmware/ipw.fw to driver: Device not configured > the problem is that I even don't see any messages about this device in dmesg. > is there any solution? ) thanks Hi Alexey, Intel Pro/Wireless 3945ABG is supported by wpi(4) only, see . damien@ develops ipw(4), iwi(4) and wpi(4), but unfortunately, he no longer works with FreeBSD and thus has no plans on porting wpi(4) to FreeBSD, see http://kerneltrap.org/node/6497. Cheers, Constantine.