Date: Wed, 28 Aug 2002 14:47:34 -0700 (PDT) From: Eduardo Moscoso Rubino <moscoso@moscoso.org> To: freebsd-gnats-submit@FreeBSD.org Subject: misc/42140: US Robotics 802.11 pccard has wrong entry in /etc/defaults/pccard.conf (typo) Message-ID: <200208282147.g7SLlYNT094752@www.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 42140
>Category: misc
>Synopsis: US Robotics 802.11 pccard has wrong entry in /etc/defaults/pccard.conf (typo)
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Aug 28 14:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator: Eduardo Moscoso Rubino
>Release: 4.6-STABLE (08/26/2002)
>Organization:
TopoLogica
>Environment:
FreeBSD server.local.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Aug 26 10:47:08 BRT 2002 root@server.local.net:/usr/obj/usr/src/sys/SERVER i386
>Description:
The U.S. Robotics IEEE 802.11b PC-CARD has a typing error in the /usr/defaults/pccard.conf, which prevents it from being correctly discovered on card insertion (there is an extra space between the U and S of the U.S. Robotics string).
>How-To-Repeat:
Insert a U.S. Robotics IEEE 802.11b PC-CARD into a pcmcia slot and it will not get configured automatically.
>Fix:
Here are the context diff between the original /etc/defaults/pccard.conf and the correct one.
*** pccard.conf.orig Wed Aug 28 18:42:28 2002
--- pccard.conf Wed Aug 28 18:42:37 2002
***************
*** 2020,2026 ****
remove /etc/pccard_ether $device stop
# 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
--- 2020,2026 ----
remove /etc/pccard_ether $device stop
# 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
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200208282147.g7SLlYNT094752>
