public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
From: "W.Kenworthy" <billk@iinet.net.au>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] pcmcia problems (cardmgr can't find device)
Date: Thu, 04 Aug 2005 09:15:53 +0800	[thread overview]
Message-ID: <1123118153.19160.267.camel@localhost> (raw)
In-Reply-To: <f47221f6050803171791abaea@mail.gmail.com>

Hint: Avoid d-link DWL-G650+ (atheros ACX111) based cards - they have a
resource conflict with this laptop resulting in a hard lockup.
Interesting, it works under dozeXP after loading the manufacturers
driver as per instructions (ndiswrapper, madwifi and the acx100 project
all suffer from this)

Make sure you compile as modules (doesnt seem to work when monolithic),
and check /etc/conf.d/pcmcia - mine is standard, but in the past I did
have to force yenta_socket to load and not the default (problem since
gone away)

Let me know if you need anything else

BillK

______________________________________
My Dell 8200 on gentoo-sources 2.6.12-r6
Default pcmcia loads the modules on startup (i have not modified it at
all), then card specific ones on insertion:

lsmod for modules associated with pcmcia and an old hermes/orinoco card
orinoco_cs              6792  1
orinoco                43152  1 orinoco_cs
hermes                  6272  2 orinoco_cs,orinoco
yenta_socket           20488  3
rsrc_nonstatic         11392  1 yenta_socket
pcmcia_core            46108  4
orinoco_cs,pcmcia,yenta_socket,rsrc_nonstatic


bunyip ~ # rc-update -s |grep pcm
              pcmcia |      default


Grep .config for PCMCIA:
# Bus options (PCI, PCMCIA, EISA, MCA, ISA)
# PCCARD (PCMCIA/CardBus) support
CONFIG_PCMCIA_DEBUG=y
CONFIG_PCMCIA=m
CONFIG_PCMCIA_PROBE=y
CONFIG_PARPORT_PC_PCMCIA=m
# PCMCIA SCSI adapter support
# CONFIG_PCMCIA_AHA152X is not set
# CONFIG_PCMCIA_FDOMAIN is not set
# CONFIG_PCMCIA_NINJA_SCSI is not set
# CONFIG_PCMCIA_QLOGIC is not set
# CONFIG_PCMCIA_SYM53C500 is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
# CONFIG_PCMCIA_RAYCS is not set
CONFIG_PCMCIA_HERMES=m
# CONFIG_PCMCIA_WL3501 is not set
# PCMCIA network device support
CONFIG_NET_PCMCIA=y
CONFIG_PCMCIA_3C589=m
CONFIG_PCMCIA_3C574=m
CONFIG_PCMCIA_FMVJ18X=m
CONFIG_PCMCIA_PCNET=m
CONFIG_PCMCIA_NMCLAN=m
CONFIG_PCMCIA_SMC91C92=m
CONFIG_PCMCIA_XIRC2PS=m
CONFIG_PCMCIA_AXNET=m
# PCMCIA character devices




On Wed, 2005-08-03 at 20:17 -0400, Lucien D. wrote:
> phaedrus lu # cardmgr
> cardmgr[10882]: no device drivers defined
> cardmgr[10882]: no cards defined
> cardmgr[10882]: no sockets found!
> 
> This is my problem, I've been troubleshooting it off and on for a
> while now with no luck.
> 
> I'm running 2.6.11 gentoo-sources and version 3.2.8-r2 of pcmcia-cs. 
> Right now pcmcia support is compiled into the kernel, I have
> previously tried it as a module with the same results.  The computer
> is a Dell inspiron 8200.  Below is other relevant info
> 
> from lspci:
> 0000:02:01.0 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus
> Controller
>         Subsystem: Dell: Unknown device 00d4
>         Flags: medium devsel, IRQ 255
>         Memory at 20001000 (32-bit, non-prefetchable) [disabled]
>         Bus: primary=02, secondary=03, subordinate=06, sec-latency=176
>         I/O window 0: 00000000-00000003 [disabled]
>         I/O window 1: 00000000-00000003 [disabled]
>         16-bit legacy interface ports at 0001
> 
> 0000:02:01.1 CardBus bridge: Texas Instruments PCI4451 PC card Cardbus
> Controller
>         Subsystem: Dell: Unknown device 00d4
>         Flags: medium devsel, IRQ 255
>         Memory at 20002000 (32-bit, non-prefetchable) [disabled]
>         Bus: primary=02, secondary=07, subordinate=0a, sec-latency=176
>         I/O window 0: 00000000-00000003 [disabled]
>         I/O window 1: 00000000-00000003 [disabled]
>         16-bit legacy interface ports at 0001
> 
> phaedrus lu # zgrep CONFIG_PCMCIA /proc/config.gz
> # CONFIG_PCMCIA_DEBUG is not set
> CONFIG_PCMCIA=y
> CONFIG_PCMCIA_PROBE=y
> # CONFIG_PCMCIA_AHA152X is not set
> # CONFIG_PCMCIA_FDOMAIN is not set
> # CONFIG_PCMCIA_NINJA_SCSI is not set
> # CONFIG_PCMCIA_QLOGIC is not set
> # CONFIG_PCMCIA_SYM53C500 is not set
> 
> phaedrus conf.d # cat pcmcia | grep ^[^#]
> CARDMGR_OPTS="-f"
> SCHEME="home"
> PCIC="yenta_socket"
> PCIC_OPTS=""
> PCIC_ALT="i82365"
> PCIC_ALT_OPTS=""
> CORE_OPTS=""
> 
> 
> 
> 
> Any help would be appreciated.  Thanks.
> 
> Lucien
> 
-- 
gentoo-user@gentoo.org mailing list



      parent reply	other threads:[~2005-08-04  1:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-04  0:17 [gentoo-user] pcmcia problems (cardmgr can't find device) Lucien D.
2005-08-04  1:11 ` Jason Stubbs
2005-08-04  2:11   ` Lucien D.
2005-08-04  1:15 ` W.Kenworthy [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1123118153.19160.267.camel@localhost \
    --to=billk@iinet.net.au \
    --cc=gentoo-user@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox