From owner-freebsd-mobile Mon Jan 10 14:24:37 2000 Delivered-To: freebsd-mobile@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 608) id D4B3315082; Mon, 10 Jan 2000 14:24:35 -0800 (PST) From: "Jonathan M. Bresler" To: billf@chc-chimes.com Cc: imp@village.org, jrs@enteract.com, freebsd-mobile@FreeBSD.ORG In-reply-to: (message from Bill Fumerola on Sun, 9 Jan 2000 20:48:14 -0500 (EST)) Subject: Re: Linksys ether fast card...working??(how about netgear 410) Message-Id: <20000110222435.D4B3315082@hub.freebsd.org> Date: Mon, 10 Jan 2000 14:24:35 -0800 (PST) Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > > : > pccardd[49]: No card in database for "Linksys"("EtherFast 10/100 PC Card > > : > (PCMPC100)") > > > > Likely this is due to the MAX_CIS being bumped recently... > > Yes, I'm seeing this too. Time to go figure out which card was the > right one and match it up. MAX_CIS ??? my source doesnt contain a MAX_CIS in either /usr/src/usr.sbin/pccard or in /usr/include. (most recent cvs 1/10/2000 14:29 EST). Rather the contains CIS_MAXSTR defined as 254 in /usr/src/usr.sbin/pccard/pccardd/readcis.h v1.11 1999/12/07 19:23:56 imp. My most recent buildworld was sunday afternoon. My "Linksys" "EtherFast 10/100 PC Card (PCMPC100)" works great. Has John Sconiers (sp?) checked his /etc/pccard.conf in "vi" using list mode? There may be a tab in there that shows as a space, or a non-printable that is causing the strncmp() to fail. if either of the two strncmp()'s at line 219 of /usr/src/usr.sbin/pccard/pccardd/cardd.c fail, the result is the "No card in database" error that John is seeing. jmb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message