Gentoo Archives: gentoo-user

From: Boris Sobolev <immunogene@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] PCMCIA issues
Date: Mon, 07 Aug 2006 12:50:22
Message-Id: 20060807123923.GA6171@asterius
In Reply to: [gentoo-user] PCMCIA issues by Adam Carter
1 Sorry, my previous post meant emerge pcmciautils
2
3 On 18:08 Mon 07 Aug , Adam Carter wrote:
4 > Hi All,
5 >
6 > I'm a complete pcmcia and WLAN noob, and cat get my compaq WL110 WLAN
7 > card (orinoco) working. I get this when i start the pcmcia service;
8 >
9 > absydos adam # /etc/init.d/pcmcia start
10 > * PCMCIA support detected
11 > * Starting pcmcia ...
12 > cardmgr[17282]: no sockets found!
13 > * cardmgr failed to start. Make sure that you have PCMCIA
14 > * modules built or support compiled into the kernel
15 >
16 > Here's my kernel config;
17 > absydos adam # zgrep -i pcmcia /proc/config.gz
18 > # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
19 > # PCCARD (PCMCIA/CardBus) support
20 > # CONFIG_PCMCIA_DEBUG is not set
21 > CONFIG_PCMCIA=m
22 > CONFIG_PCMCIA_LOAD_CIS=y
23 > CONFIG_PCMCIA_IOCTL=y
24 > CONFIG_PCMCIA_PROBE=y
25 > # CONFIG_PARPORT_PC_PCMCIA is not set
26 > # PCMCIA SCSI adapter support
27 > # CONFIG_PCMCIA_AHA152X is not set
28 > # CONFIG_PCMCIA_FDOMAIN is not set
29 > # CONFIG_PCMCIA_NINJA_SCSI is not set
30 > # CONFIG_PCMCIA_QLOGIC is not set
31 > # CONFIG_PCMCIA_SYM53C500 is not set
32 > # CONFIG_PCMCIA_WAVELAN is not set
33 > # CONFIG_PCMCIA_NETWAVE is not set
34 > # CONFIG_PCMCIA_RAYCS is not set
35 > # Wireless 802.11b Pcmcia/Cardbus cards support
36 > CONFIG_PCMCIA_HERMES=m
37 > # CONFIG_PCMCIA_SPECTRUM is not set
38 > # CONFIG_PCMCIA_ATMEL is not set
39 > # CONFIG_PCMCIA_WL3501 is not set
40 > # PCMCIA network device support
41 > CONFIG_NET_PCMCIA=y
42 > # CONFIG_PCMCIA_3C589 is not set
43 > # CONFIG_PCMCIA_3C574 is not set
44 > # CONFIG_PCMCIA_FMVJ18X is not set
45 > # CONFIG_PCMCIA_PCNET is not set
46 > # CONFIG_PCMCIA_NMCLAN is not set
47 > # CONFIG_PCMCIA_SMC91C92 is not set
48 > # CONFIG_PCMCIA_XIRC2PS is not set
49 > # CONFIG_PCMCIA_AXNET is not set
50 > # PCMCIA character devices
51 > # PCMCIA devices
52 >
53 > and the modules;
54 > absydos adam # lsmod | grep pcmcia
55 > pcmcia 27684 1 orinoco_cs
56 > pcmcia_core 31632 2 orinoco_cs,pcmcia
57 > firmware_class 7296 2 pcmcia,atmel
58 >
59 > What am i missing?
60 >
61 > Cheers,
62 > Adam
63
64 --
65 gentoo-user@g.o mailing list