Gentoo Archives: gentoo-user

From: "Lucien D." <ldunning@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] pcmcia problems (cardmgr can't find device)
Date: Thu, 04 Aug 2005 00:22:10
Message-Id: f47221f6050803171791abaea@mail.gmail.com
1 phaedrus lu # cardmgr
2 cardmgr[10882]: no device drivers defined
3 cardmgr[10882]: no cards defined
4 cardmgr[10882]: no sockets found!
5
6 This is my problem, I've been troubleshooting it off and on for a
7 while now with no luck.
8
9 I'm running 2.6.11 gentoo-sources and version 3.2.8-r2 of pcmcia-cs.
10 Right now pcmcia support is compiled into the kernel, I have
11 previously tried it as a module with the same results. The computer
12 is a Dell inspiron 8200. Below is other relevant info
13
14 from lspci:
15 0000:02:01.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus
16 Controller
17 Subsystem: Dell: Unknown device 00d4
18 Flags: medium devsel, IRQ 255
19 Memory at 20001000 (32-bit, non-prefetchable) [disabled]
20 Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
21 I/O window 0: 00000000-00000003 [disabled]
22 I/O window 1: 00000000-00000003 [disabled]
23 16-bit legacy interface ports at 0001
24
25 0000:02:01.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus
26 Controller
27 Subsystem: Dell: Unknown device 00d4
28 Flags: medium devsel, IRQ 255
29 Memory at 20002000 (32-bit, non-prefetchable) [disabled]
30 Bus: primary=02, secondary=07, subordinate=0a, sec-latency=176
31 I/O window 0: 00000000-00000003 [disabled]
32 I/O window 1: 00000000-00000003 [disabled]
33 16-bit legacy interface ports at 0001
34
35 phaedrus lu # zgrep CONFIG_PCMCIA /proc/config.gz
36 # CONFIG_PCMCIA_DEBUG is not set
37 CONFIG_PCMCIA=y
38 CONFIG_PCMCIA_PROBE=y
39 # CONFIG_PCMCIA_AHA152X is not set
40 # CONFIG_PCMCIA_FDOMAIN is not set
41 # CONFIG_PCMCIA_NINJA_SCSI is not set
42 # CONFIG_PCMCIA_QLOGIC is not set
43 # CONFIG_PCMCIA_SYM53C500 is not set
44
45 phaedrus conf.d # cat pcmcia | grep ^[^#]
46 CARDMGR_OPTS="-f"
47 SCHEME="home"
48 PCIC="yenta_socket"
49 PCIC_OPTS=""
50 PCIC_ALT="i82365"
51 PCIC_ALT_OPTS=""
52 CORE_OPTS=""
53
54
55
56
57 Any help would be appreciated. Thanks.
58
59 Lucien
60
61 --
62 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] pcmcia problems (cardmgr can't find device) Jason Stubbs <jstubbs@g.o>
Re: [gentoo-user] pcmcia problems (cardmgr can't find device) "W.Kenworthy" <billk@×××××××××.au>