From owner-freebsd-mobile Sat Apr 7 16:57:53 2001 Delivered-To: freebsd-mobile@freebsd.org Received: from lily.sanpei.org (u1027.seaple.icc.ne.jp [210.170.9.27]) by hub.freebsd.org (Postfix) with ESMTP id 4B9FE37B42C for ; Sat, 7 Apr 2001 16:57:49 -0700 (PDT) (envelope-from sanpei@sanpei.org) Received: from lavender.sanpei.org (lavender-cherry.sanpei.org [192.168.7.1]) by lily.sanpei.org (8.9.3+3.2W/3.7W) with ESMTP id IAA66270; Sun, 8 Apr 2001 08:57:26 +0900 (JST) Received: (from sanpei@localhost) by lavender.sanpei.org (8.11.2/3.7W) id f37NvQS37599; Sun, 8 Apr 2001 08:57:26 +0900 (JST) Date: Sun, 8 Apr 2001 08:57:26 +0900 (JST) Message-Id: <200104072357.f37NvQS37599@lavender.sanpei.org> To: bts@babbleon.org Cc: tonys@loa.com, freebsd-mobile@FreeBSD.ORG Subject: Re: 2 identical PCMCIA card setup In-Reply-To: Your message of "Tue, 03 Apr 2001 22:13:00 -0400". <3ACA832C.31DD7EE6@babbleon.org> From: sanpei@sanpei.org (MIHIRA Yoshiro) X-Mailer: mnews [version 1.22] 1999-12/19(Sun) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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