From owner-freebsd-hackers@FreeBSD.ORG Wed Jun 25 15:27:49 2008 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 18DD71065672 for ; Wed, 25 Jun 2008 15:27:49 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.155]) by mx1.freebsd.org (Postfix) with ESMTP id A4F608FC12 for ; Wed, 25 Jun 2008 15:27:48 +0000 (UTC) (envelope-from fernando.apesteguia@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so1693704fgb.35 for ; Wed, 25 Jun 2008 08:27:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=g8pu23cj7xffWYmpa8QRbkspHLH3vbpZKQmmkaxVNJk=; b=A7KQpkZQGd0xWB8nD9GiEJFtFFSOCRGLtitmm+WRqgg0mOrBR6rejl609hhJf5+FWI WjfTBMFlRa1fFFqZVQHAK3Um4+Ux2wzaMeHUMT1sKjE4XA74x5GdmGIgXnTNFdQ63HVO x/q3D0mTycT1YMOC4Oqv5hIzLiqL+/8pT0OGg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=dsbvBwvuRh1GUylKpSzRlYbZ6g7bCObX1CzjXjGqfuOUxqoVRCZcP92NfYQJNBAYvl KYe2TdnuWtn83X2BXmRdy9tz319vNBOm7jjpqGmSoO2NKHBEM2f+vkwSKgjoCHZI67EE Q9rSMRWEhzPprH2TYGMpLiylMlmSugaYovsjU= Received: by 10.86.65.11 with SMTP id n11mr10618623fga.64.1214407667434; Wed, 25 Jun 2008 08:27:47 -0700 (PDT) Received: by 10.86.98.6 with HTTP; Wed, 25 Jun 2008 08:27:47 -0700 (PDT) Message-ID: <1bd550a00806250827ga4607b2g412d3e7c673f71cb@mail.gmail.com> Date: Wed, 25 Jun 2008 17:27:47 +0200 From: "=?ISO-8859-1?Q?Fernando_Apestegu=EDa?=" To: "FreeBSD Hackers" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Can't load firmware X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jun 2008 15:27:49 -0000 Hi all, I'm facing some problems with my IPW2200 NIC. It seems I can't load the firmware (from system log): firmware_get: failed to load firmware image iwi_bss Both if_ipw and ipw_bss modules are loaded. This very same computer works fine with linux, including loading the firmware. I post this question here cause I didn't get any answer in the freebsd-questions@ list and because I read in the iwi man page that this shouldn't happen :). Any help is appreciated. Thanks in advance.