On Thu, 21 Feb 2002 12:13:21 -0800 (PST)
begin  Net Llama <[EMAIL PROTECTED]> spewed forth:

> --- "David A. Bandel" <[EMAIL PROTECTED]> wrote:
> > On Thu, 21 Feb 2002 09:09:19 -0800 (PST)
> > begin  Net Llama <[EMAIL PROTECTED]> spewed forth:
> > 
> > > THe problem here is that this isn't a memory card, its a modem. 
> > > According to the PCMCIA HOWTO, cardmgr falls back to assuming a
> > memory
> > > card when it can't figure out what's been inserted.  
> > 
> > I've seen things like this happen when the driver used is i82365 (a 16
> > bit
> > driver), and you have a cardbus card inserted.  Make sure you're using
> > yenta_socket (in /etc/sysconfig/pcmcia, ensure you have
> > PCIC=yenta_socket).
> 
> Thanks Dave.  I made that change, and now I see the following instead:
> Feb 21 12:04:35 dhcp-net10-5-sw11-208 cardmgr[1420]: watching 2 sockets
> Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]: initializing socket
> 1
> Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]: unsupported card in
> socket 1
> Feb 21 12:09:46 dhcp-net10-5-sw11-208 kernel: cs: unable to map card
> memory!
> Feb 21 12:09:46 dhcp-net10-5-sw11-208 kernel: cs: unable to map card
> memory!
> Feb 21 12:09:46 dhcp-net10-5-sw11-208 cardmgr[1420]:   no product info
> available
> 

OK.  It sees the card, but the information being returned by the card to
the cardmgr isn't covered in one of the config files (odd, actually).

What does cardinfo say?  What do you have in /var/lib/pcmcia/stab?

What we need to do if find out what the card is telling cardmgr, and make
sure one of the config files in /etc/pcmcia covers that product number. 
This will match up with a driver and load the serial_cs driver so you can
use the card.

What you're looking for is something like:
        FUJITSU FC14F MBH10213

this gets a lookup:
        card "Fujitsu FMV-JMD711"
          version "FUJITSU", "FC14F ", "MBH10213"
          bind "serial_cs"

in the config file.  If no entry in /etc/pcmcia/config corresponds, we can
put one in then the card will be bound by the serial_cs module (which is
what you need).

Ciao,

David-
-- 
Focus on the dream, not the competition.
                -- Nemesis Racing Team motto
Internet (H323) phone: 206.28.187.30
_______________________________________________
Linux-users mailing list - http://linux-sxs.org/mailman/listinfo/linux-users
Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.

Reply via email to