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