Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] PCMCIA issues Boris Sobolev <immunogene@×××××.com>
Re: [gentoo-user] PCMCIA issues Boris Sobolev <immunogene@×××××.com>