From owner-freebsd-current@FreeBSD.ORG Sat Mar 11 13:33:20 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 BA86B16A41F for ; Sat, 11 Mar 2006 13:33:20 +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 DC8BE43D48 for ; Sat, 11 Mar 2006 13:33:19 +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 k2BDXIo0015613; Sat, 11 Mar 2006 15:33:18 +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 k2BDXI85068350; Sat, 11 Mar 2006 15:33:19 +0200 (EET) (envelope-from past@ebs.gr) Message-ID: <4412D19B.60509@ebs.gr> Date: Sat, 11 Mar 2006 15:33:15 +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> In-Reply-To: <20060311142457.09414bd5@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: Sat, 11 Mar 2006 13:33:20 -0000 Martin Wilke wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hello :) > > > I have a problem with freebsd-current when executing: "kldload if_iwi". > say link_elf: symbol firmware_get undefined > kldload: can't load if_iwi no such file or directory > > can you maybe help me with this > error message? Add "device firmware" to your kernel configuration and rebuild your kernel. Cheers, Panagiotis