From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 12:07:42 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3BA31065672 for ; Fri, 21 Nov 2008 12:07:41 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.245]) by mx1.freebsd.org (Postfix) with ESMTP id AD8D48FC29 for ; Fri, 21 Nov 2008 12:07:41 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by an-out-0708.google.com with SMTP id b6so397540ana.13 for ; Fri, 21 Nov 2008 04:07:40 -0800 (PST) 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:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=Amdg8weyW7bVPODCbdCrnCuM/RcEZ+IgxCTqkMMCHN8=; b=ATSt49yLo00dK2Zz3d6haSPflPT4IOUU7sJaCQghImtFb6Rq+kT68pW0JxJV5JrOVU YzmWSV2rFysAbPXwGHBEOS4J3anGlX27qtfqJlBE5pblQ24k4mBTTaXOqN8V2wHdPI4h fPcbtZSJeeNkHfCzTR53tjvzhYOoxCk1O/rkw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=LsqmV6cvijgEFpjrpO0m6h9JQ8otZRdnin/+EDyx6+sniE9z9Mkb+/DQ4OvfxE7nCt C2DyBvPnMt/swfX1Hv5nU5ogJpsLv7RDqkJpn33ejX0y5o6zloMHjZsgpX1FKf+D13sm eKuXIj3ShLuGQ8JGIslc99uinELtWeM7ZCYr8= Received: by 10.231.10.205 with SMTP id q13mr3757ibq.16.1227269260624; Fri, 21 Nov 2008 04:07:40 -0800 (PST) Received: by 10.231.15.70 with HTTP; Fri, 21 Nov 2008 04:07:40 -0800 (PST) Message-ID: <3a142e750811210407i7dcf74eh4e0cf974d1179c8a@mail.gmail.com> Date: Fri, 21 Nov 2008 13:07:40 +0100 From: "Paul B. Mahol" To: "=?ISO-8859-1?Q?Bj=C3=B6rn_Jonare?=" In-Reply-To: <20081121020459.GB1397@hel.niflheim.se> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20081121020459.GB1397@hel.niflheim.se> Cc: freebsd-current@freebsd.org Subject: Re: GENERIC + ral 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: Fri, 21 Nov 2008 12:07:42 -0000 On 11/21/08, Bj=C3=B6rn Jonare wrote: > Hello! > > Running CURRENT as of today I tried to get my Linksys WMP54G up and > working. After some trouble with the console spewing error messages > that the firmware couldn't be loaded I read the manpage for ral(4). > > Looking through the config for GENERIC I saw that there was no line > "device ralfw". After adding that line and rebooting everything went > fine. > > However, shouldn't ralfw be present in GENERIC? It won't build as a > module and "device ral" is sort of useless if the system can't load > card firmware. Or am I simply missing something? # cd /sys/modules/ralfw/ && make && make install doesn't work?