From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 04:10:21 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0431C16A4CE for ; Thu, 8 Jul 2004 04:10:21 +0000 (GMT) Received: from smtp811.mail.sc5.yahoo.com (smtp811.mail.sc5.yahoo.com [66.163.170.81]) by mx1.FreeBSD.org (Postfix) with SMTP id E857D43D1F for ; Thu, 8 Jul 2004 04:10:20 +0000 (GMT) (envelope-from mikejs@mbay.net) Received: from unknown (HELO MIKEJS) (mjsacauskis@sbcglobal.net@66.122.242.197 with login) by smtp811.mail.sc5.yahoo.com with SMTP; 8 Jul 2004 04:10:20 -0000 From: "Mike Sacauskis" To: "'Nathan Kinkade'" Date: Wed, 7 Jul 2004 21:10:24 -0700 Message-ID: <007c01c464a1$7e649610$6901a8c0@MIKEJS> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2627 In-Reply-To: <20040707220154.GS24348@gentoo-npk.bmp.ub> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409 Importance: Normal cc: freebsd-questions@freebsd.org Subject: RE: Devices not being built X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: mikejs@mbay.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 04:10:21 -0000 -----Original Message----- From: nkinkade@gentoo-npk.bmp.ub [mailto:nkinkade@gentoo-npk.bmp.ub] On Behalf Of Nathan Kinkade Sent: Wednesday, July 07, 2004 3:02 PM To: mikejs@mbay.net Cc: freebsd-questions@freebsd.org Subject: Re: Devices not being built On Wed, Jul 07, 2004 at 08:12:35PM +0000, mikejs@mbay.net wrote: > > On Wed, Jul 07, 2004 at 05:44:02AM +0000, mikejs@mbay.net wrote: > > > Hi > > > > > > I've built a FreeBSD 5.2.1-RELEASE #5 kernel. I have a linksys > > > WMP 11 > wi> reless > > > card. > > > I've configured and built the kernel with the followings devices > > > device wlan # 802.11 support > > > device an # Aironet 4500/4800 802.11 wireless NICs. > > > device awi # BayStack 660 and others > > > device wi # WaveLAN/Intersil/Symbol 802.11 > wireless> NICs. > > > > > > The problem is that no devices are being built in /dev for the > > > above. > Wh> at am I > > > doing wrong? > > > > > > Thanks > > > > > > Mike > > > Sacauskis > > > > 5.2.1 uses devfs by default. A device won't get created in the > > devfs filesystem unless a driver registers it. Do you actually have > > devices physically installed in the machine that are supported by > > each of those drivers? > > > > Nathan > > -- > > PGP Public Key: pgp.mit.edu:11371/pks/lookup?op=get&search=0xD8527E49 > > > > I have a WMP card and I thought that the an driver was supposed to > work for > that. I threw in the others to see if they would show > up. > >Always keep the list copied on replies. > >I didn't see any Linksys wireless cards explicitly listed in the 5.2.1 hardware notes: > >http://www.freebsd.org/releases/5.2.1R/hardware-i386.html#AEN815 > >Some searches on the web are sure to turn up some pages about others trying to get that and similar cards to work with FreeBSD. >Nathan >-- >PGP Public Key: pgp.mit.edu:11371/pks/lookup?op=get&search=0xD8527E49 > >Thanks Thanks I'll check the sites out. I did some net searching and was under the impression some people got the WMP11 going with the an driver.