Skip site navigation (1)Skip section navigation (2)
Date:      Fri,  2 Aug 2002 18:57:56 -0500 (CDT)
From:      Mario Doria <madd@tecdigital.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   conf/41273: USR Wi-Fi Card type 2410 is not detected correctly 
Message-ID:  <20020802235756.1821A281EA@bender.tecdigital.net>

next in thread | raw e-mail | index | archive | help

>Number:         41273
>Category:       conf
>Synopsis:       USR Wi-Fi Card type 2410 is not detected correctly
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 02 17:00:07 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Mario Doria
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
TecDigital 
>Environment:
System: FreeBSD wark 4.6-STABLE FreeBSD 4.6-STABLE #0: Thu Jul 25 03:54:25 CDT 2002 root@wark:/usr/src/sys/compile/WARK i386


	
>Description:
	When inserting my PC-CARD, it was not detected. By removing 
	a space in the name of the card in /etc/defaults/pccard.conf, the
	card worked. I added a new card description in the attached diff
	because I upgraded this card to the latest firmware. I do not know
	if this changed the name the card reports to the system.

>How-To-Repeat:
	By inserting a Wi-Fi US Robotics 11 Mbit card, type 2410; it is not
	detected by the default /etc/defaults/pccard.conf

>Fix:
	Attached is a file with the new card description.

+++ /etc/defaults/pccard.conf	Fri Aug  2 18:46:02 2002
@@ -2020,6 +2020,11 @@
 	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
+
 card "U. S. Robotics" "IEEE 802.11b PC-CARD"
 	config	auto "wi" ?
 	insert	/etc/pccard_ether $device start


>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?20020802235756.1821A281EA>