From owner-freebsd-current@FreeBSD.ORG Sun Mar 12 16:58:34 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 D065D16A45F for ; Sun, 12 Mar 2006 16:58:32 +0000 (GMT) (envelope-from past@ebs.gr) Received: from fly.ebs.gr (fly.ebs.gr [83.171.239.113]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85ED143D4C for ; Sun, 12 Mar 2006 16:58:30 +0000 (GMT) (envelope-from past@ebs.gr) Received: from ebs.gr (root@hal.ebs.gr [10.1.1.2]) by fly.ebs.gr (8.12.9p1/8.12.9) with ESMTP id k2CGwQUg004008; Sun, 12 Mar 2006 18:58:26 +0200 (EET) (envelope-from past@ebs.gr) Received: from [10.1.1.200] (pptp.ebs.gr [10.1.1.200]) by ebs.gr (8.13.3/8.13.3) with ESMTP id k2CGwRFk015994; Sun, 12 Mar 2006 18:58:28 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <4414532F.4000900@ebs.gr> Date: Sun, 12 Mar 2006 18:58:23 +0200 From: Panagiotis Astithas Organization: EBS Ltd. User-Agent: Thunderbird 1.5 (X11/20060203) MIME-Version: 1.0 To: Martin Wilke References: <20060311142457.09414bd5@mwilke.ath.cx> <4412D19B.60509@ebs.gr> <20060311162155.2b343795@mwilke.ath.cx> In-Reply-To: <20060311162155.2b343795@mwilke.ath.cx> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: Problems iwi load 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: Sun, 12 Mar 2006 16:58:34 -0000 Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > On Sat, 11 Mar 2006 15:33:15 +0200 > Panagiotis Astithas wrote: > > > Thx and done, > > the new problem after load "if_iwi" is "firmeware_get: faild to load > image iwi-bss". i have firmware form the ports "without iwicontrol" > installed. Are you sure it is iwi-bss and not iwi_bss? The firmware support is looking for /boot/kernel/iwi_bss.ko IIUC, so if you don't have it, you should "cd /sys/modules/iwi_fw; make install". The port should not be necessary any more. Cheers, Panagiotis