From owner-freebsd-mobile Thu Jul 18 14:52:38 2002 Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 292FC37B400 for ; Thu, 18 Jul 2002 14:52:37 -0700 (PDT) Received: from gw.pelleg.org (dpelleg.dsl.telerama.com [205.201.13.235]) by mx1.FreeBSD.org (Postfix) with ESMTP id 966E743E65 for ; Thu, 18 Jul 2002 14:52:36 -0700 (PDT) (envelope-from dpelleg@cs.cmu.edu) Received: from lank.auton.cs.cmu.edu (TAKE2.WV.CC.cmu.edu [128.2.78.125]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "dpelleg.dsl.telerama.com", Issuer "Dan Pelleg" (verified OK)) by gw.pelleg.org (Postfix) with ESMTP id 16B1457E0; Thu, 18 Jul 2002 17:52:34 -0400 (EDT) Received: by lank.auton.cs.cmu.edu (Postfix, from userid 7675) id A2452553; Thu, 18 Jul 2002 17:52:29 -0400 (EDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15671.14493.579005.292837@gargle.gargle.HOWL> Date: Thu, 18 Jul 2002 17:52:29 -0400 To: jerry@thehutt.org Cc: freebsd-mobile@freebsd.org Subject: Re: USR 2410 support In-Reply-To: <20020718214022.GB881@nomad.thehutt.org> References: <15671.10619.179052.482503@gs-eval1.fac.cs.cmu.edu> <20020718214022.GB881@nomad.thehutt.org> X-Mailer: VM 7.00 under 21.1 (patch 14) "Cuyahoga Valley" XEmacs Lucid From: Dan Pelleg Reply-To: Dan Pelleg Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jerry A! writes: > On Thu, Jul 18, 2002 at 04:47:55PM -0400, Dan Pelleg wrote: > : > : I'm trying to use the ultra-cheap USR 2410 wireless card on -STABLE. The > : 4.6 release notes say it's supported with the wi driver. However when I > : insert it I get: > : > : pccardd[68]: No card in database for "U.S. Robotics"("IEEE 802.11b PC-CARD") > : > : What did I forget? > > Nothing. There's a typo in pccardd.conf entry. There's an unnecessary > space between the "U." and "S.". Try the following pccardd.conf entry: > > # U.S. Robotics Wireless Card 2410 > card "U.S. Robotics" "IEEE 802.11b PC-CARD" > config auto "wi" ? > insert /etc/pccard_ether $device start > remove /etc/pccard_ether $device stop > > And for a cheap card, it's not bad... What do you know, it is a typo in the pccard.conf file! After removing the space it is initialized properly. Are there committers listening, or should I open a PR? Note that we have Jordy YC reporting that a space after the first dot works for him. So it looks like there are several versions of the card out there or something. Thanks all for your help! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message