From owner-freebsd-current@FreeBSD.ORG Tue Oct 12 02:01:04 2004 Return-Path: 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 57B4116A4CE for ; Tue, 12 Oct 2004 02:01:04 +0000 (GMT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ACF143D5C for ; Tue, 12 Oct 2004 02:01:04 +0000 (GMT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 4093072DD4; Mon, 11 Oct 2004 19:01:04 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 3BBE172DCB; Mon, 11 Oct 2004 19:01:04 -0700 (PDT) Date: Mon, 11 Oct 2004 19:01:04 -0700 (PDT) From: Doug White To: jason In-Reply-To: <41662361.2050501@ec.rr.com> Message-ID: <20041011185954.W34886@carver.gumbysoft.com> References: <41662361.2050501@ec.rr.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: current Subject: Re: beta7 fails to load if_rl.ko on a clean install X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 12 Oct 2004 02:01:04 -0000 On Fri, 8 Oct 2004, jason wrote: > I just installed beta7 on a new computer to night and could not get the > wireless pci card from linksys to work. I found out it was a realtek > chip inside it with the linksys model wmp54g. When I found out it was a > 1839(I think that was it) I tried the if_rl driver and it bombed with > something like: > > module rl/miibus failed to register: 17 This is pretty normal; 17 is EEXISTS, and considering it miibus, its probably whining that the miibus bits are already loaded. The rl driver does not support wireless cards. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org