Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2001 08:57:26 +0900 (JST)
From:      sanpei@sanpei.org (MIHIRA Yoshiro)
To:        bts@babbleon.org
Cc:        tonys@loa.com, freebsd-mobile@FreeBSD.ORG
Subject:   Re: 2 identical PCMCIA card setup
Message-ID:  <200104072357.f37NvQS37599@lavender.sanpei.org>
In-Reply-To: Your message of "Tue, 03 Apr 2001 22:13:00 -0400". <3ACA832C.31DD7EE6@babbleon.org>

next in thread | previous in thread | raw e-mail | index | archive | help
bts@babbleon.org wrote:

>> Sorry I was being overly terse.
>> 
>> I wanted to know exactly what the pccard.conf entry looked like; eg,
>> this is the generic one for that card:
>> 
>> # Linksys EtherFast 10/100 PC Card (PCMPC100), model V2 and V3
>> card "Linksys" "/Ether[Ff]ast 10/100 PC Card \(PCMPC100.*\)/"
>> 	config	auto "ed" ? 0x80000
>> 	insert	/etc/pccard_ether $device start
>> 	remove	/etc/pccard_ether $device stop

  Try below configuration in your /etc/pccard.conf.  This is known
problem for use two same card/same driver, I think.  But I don't
have machine which has two PC-Card slots and enough time to solve.

# Linksys EtherFast 10/100 PC Card (PCMPC100), model V2 and V3
card "Linksys" "/Ether[Ff]ast 10/100 PC Card \(PCMPC100.*\)/"
	config	auto "ed1" ? 0x80000
	config	auto "ed2" ? 0x80000
	insert	/etc/pccard_ether $device start
	remove	/etc/pccard_ether $device stop

MIHIRA Yoshiro

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?200104072357.f37NvQS37599>