Date: Sun, 21 Jan 2001 21:52:02 +0900 (JST) From: MIHIRA Sanpei Yoshiro <sanpei@sanpei.org> To: bts@babbleon.org Cc: freebsd-mobile@freebsd.org, Greg Smith <gregsmith59@hotmail.com>, Pat Wendorf <beholder@unios.dhs.org> Subject: Re: Linksys 10/100 + 56K Modem PC Card (ethernet only) Message-ID: <20010121.215202.08317428.sanpei@sanpei.org> In-Reply-To: <3A6A6885.AE625005@babbleon.org> References: <200101200819.f0K8Jvr03803@lavender.sanpei.org> <3A6A6885.AE625005@babbleon.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi. Brian What version did you use? After Dec 20 2000 of 5-current and Jan 17 2001 of 4-stable, 0x80000 flag was added for Linksys 10/100 PC-Card. From /usr/src/UPDATING for 5-current 20001218: Linksys Fast Ethernet PCCARD cards supported by the ed driver now require the addition of flag 0x80000 to their config line in pccard.conf(5). This flag is not optional. These Linksys cards will not be recognized without it. ---------- If you use latest 5-current or 4-stable, try below config(use 0x80000, not 0x8000) # This is the Linksys card I have, with the fat holder. card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" config auto "ed" ? 0x80000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop or # This is the Linksys card I have, with the fat holder. card "Linksys" "EtherFast 10&100 + 56K PC Card (PCMLM56)" config 0x3 "ed" ? 0x80000 insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop --- MIHIRA, Sanpei Yoshiro Yokohama, Japan. 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?20010121.215202.08317428.sanpei>