Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jul 2002 17:40:22 -0400
From:      Jerry A! <jerry@thehutt.org>
To:        Dan Pelleg <daniel+bsd@pelleg.org>
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: USR 2410 support
Message-ID:  <20020718214022.GB881@nomad.thehutt.org>
In-Reply-To: <15671.10619.179052.482503@gs-eval1.fac.cs.cmu.edu>
References:  <15671.10619.179052.482503@gs-eval1.fac.cs.cmu.edu>

next in thread | previous in thread | raw e-mail | index | archive | help
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...

        --Jerry

Open-Source software isn't a matter of life or death...
...It's much more important than that!

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-mobile" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020718214022.GB881>