Date: Thu, 12 Apr 2001 12:47:46 -0700 From: Darryl Okahata <darrylo@soco.agilent.com> To: freebsd-mobile@FreeBSD.ORG Subject: Re: CompactFlash with PCMCIA adaptor on ThinkPad 600 Message-ID: <200104121947.MAA18932@mina.soco.agilent.com> In-Reply-To: Your message of "Thu, 12 Apr 2001 02:53:29 %2B0200." <20010412025329.A598@thinksec.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Terje Elde <terje@elde.net> wrote: > When inserting the card the insertion is successfully detected, but not much > useful information is returned: > > Apr 12 02:46:00 tiger /kernel: pccard: card inserted, slot 1 > Apr 12 02:46:03 tiger pccardd[172]: No card in database for "(null)"("(null)" > ) > Apr 12 02:46:03 tiger /kernel: Apr 12 02:46:03 tiger pccardd[172]: No card in > database for "(null)"("(null)") > Apr 12 02:49:30 tiger /kernel: pccard: card removed, slot 1 [ Well, as you've given virtually no information, here's a random list of possibilities (however, to be fair, you've given more information than most people). ] * The pcic device in your laptop is not recognized/properly handled by FreeBSD. * You just rebooted from Windows. On some versions of FreeBSD (e.g., 4.0 and 4.2), the pcic device is non-functional after rebooting from Windows to FreeBSD. Depending on the circumstances, you may have to reboot again, or you may have to cycle power. * You're using a 4.3 release candidate (or a recent -stable), and the pcic device is in polled mode. (Search the archives for more information.) * (Probably not likely, as you're using a laptop.) You've got some kind of IRQ conflict; dmesg shows something like: pcic0: <VLSI 82C146> at port 0x3e0 iomem 0xd0000 irq 10 on isa0 pcic0: management irq 11 Note the IRQs. In the above, they don't match, but they must, for proper operation. * (???) You're using a cardbus card, and you're not using -current (only -current "supports" cardbus, but most people should *NOT* be using -current). -- Darryl Okahata darrylo@soco.agilent.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Agilent Technologies, or of the little green men that have been following him all day. 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?200104121947.MAA18932>