Date: Mon, 10 Jan 2000 14:24:35 -0800 (PST) From: "Jonathan M. Bresler" <jmb@hub.freebsd.org> To: billf@chc-chimes.com Cc: imp@village.org, jrs@enteract.com, freebsd-mobile@FreeBSD.ORG Subject: Re: Linksys ether fast card...working??(how about netgear 410) Message-ID: <20000110222435.D4B3315082@hub.freebsd.org> In-Reply-To: <Pine.BSF.4.10.10001092047510.9382-100000@jade.chc-chimes.com> (message from Bill Fumerola on Sun, 9 Jan 2000 20:48:14 -0500 (EST))
next in thread | previous in thread | raw e-mail | index | archive | help
> > > : > 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000110222435.D4B3315082>