Date: Sun, 27 Feb 2000 16:11:12 -0800 (PST) From: Mark Cyster <mcyster@yahoo.com> To: freebsd-questions@FreeBSD.ORG Cc: wal@acm.org Subject: PCMCIA, /dev/card* and 4.0 current Message-ID: <20000228001112.2852.qmail@web2203.mail.yahoo.com>
next in thread | raw e-mail | index | archive | help
Hi When I run pccardd it says: no PC-CARD slots. Yes, I have created the devices with MAKEDEV. The relevant parts of my kernel config file currently reads: device pccard #device cardbus #device card device pcic0 at isa? #device pcic1 at isa? #device pccbb # kludge to map to newbus When I check the code I find pccardd is trying to open /dev/card0, /dev/card1, ... It is attempting to fopen these devices which is failing with errno=6 (Device not configured) I tried adding the device "card" into my kernel config but then I get multiply defined symbols with pccard.o. If I remove pccard from my config then I get undefined symbols in pccard.o:-( I also tried using the pccbb kludge, but this doesn't seem to help. The kernel does find my cards. The relevant portion of dmsg: Feb 21 21:07:14 dog /kernel: pccard0: <PC Card bus -- newconfig version> on pcic 1 Feb 21 21:07:14 dog /kernel: pccard1: <PC Card bus -- newconfig version> on pcic 1 Feb 21 21:07:14 dog /kernel: pcic1: intr Should I use pccardd un 4.0 current? Have I configured my kernel correctly? Is there any documentation covering this stuff in the 4.0 kernel? Is the documentation here relevant (it doesn't seem to help me): http://www.jp.freebsd.org/PAO/ http://home.jp.FreeBSD.org/~toshi/PAO3/PAO-FAQ.html Thanks Mark __________________________________________________ Do You Yahoo!? Talk to your friends online with Yahoo! Messenger. http://im.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000228001112.2852.qmail>