From owner-freebsd-current@FreeBSD.ORG Sun Mar 12 17:48:37 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 09D0616A400 for ; Sun, 12 Mar 2006 17:48:37 +0000 (GMT) (envelope-from bakul@bitblocks.com) Received: from gate.bitblocks.com (bitblocks.com [209.204.185.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABD143D46 for ; Sun, 12 Mar 2006 17:48:36 +0000 (GMT) (envelope-from bakul@bitblocks.com) Received: from bitblocks.com (localhost [127.0.0.1]) by gate.bitblocks.com (8.13.4/8.13.1) with ESMTP id k2CHmSmX041986; Sun, 12 Mar 2006 09:48:28 -0800 (PST) (envelope-from bakul@bitblocks.com) Message-Id: <200603121748.k2CHmSmX041986@gate.bitblocks.com> To: Panagiotis Astithas In-reply-to: Your message of "Sun, 12 Mar 2006 18:58:23 +0200." <4414532F.4000900@ebs.gr> Date: Sun, 12 Mar 2006 09:48:28 -0800 From: Bakul Shah Cc: freebsd-current@freebsd.org, Martin Wilke 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 17:48:37 -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. The dependency is on iwi-bss as per the error message, not iwi_bss. There is no such module as iwi_fw. There is iwifw but it is empty. My guess is something is not checked in. I thought people were supposed to check things build before commiting?