Gentoo Archives: gentoo-user

From: Jason Stubbs <jstubbs@g.o>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] pcmcia problems (cardmgr can't find device)
Date: Thu, 04 Aug 2005 01:17:44
Message-Id: 200508041011.42361.jstubbs@gentoo.org
In Reply to: [gentoo-user] pcmcia problems (cardmgr can't find device) by "Lucien D."
1 On Thursday 04 August 2005 09:17, Lucien D. wrote:
2 > phaedrus lu # zgrep CONFIG_PCMCIA /proc/config.gz
3 > # CONFIG_PCMCIA_DEBUG is not set
4 > CONFIG_PCMCIA=y
5 > CONFIG_PCMCIA_PROBE=y
6 > # CONFIG_PCMCIA_AHA152X is not set
7 > # CONFIG_PCMCIA_FDOMAIN is not set
8 > # CONFIG_PCMCIA_NINJA_SCSI is not set
9 > # CONFIG_PCMCIA_QLOGIC is not set
10 > # CONFIG_PCMCIA_SYM53C500 is not set
11
12 You're missing some important information here. Here's mine:
13
14 CONFIG_PCCARD=y
15 # CONFIG_PCMCIA_DEBUG is not set
16 CONFIG_PCMCIA=y
17 # CONFIG_PCMCIA_LOAD_CIS is not set
18 # CONFIG_PCMCIA_IOCTL is not set
19 CONFIG_CARDBUS=y
20
21 CONFIG_YENTA=y
22 # CONFIG_PD6729 is not set
23 # CONFIG_I82092 is not set
24 # CONFIG_TCIC is not set
25 CONFIG_PCCARD_NONSTATIC=y
26
27
28 CONFIG_CARDBUS enables support for 32-bit cards (which you probably want)
29 and you'll also need to enable at least one driver. Looking at your lspci
30 output, the Yenta driver should work fine.
31
32 --
33 Jason Stubbs

Replies

Subject Author
Re: [gentoo-user] pcmcia problems (cardmgr can't find device) "Lucien D." <ldunning@×××××.com>