[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pcmcia



On Fri, Feb 15, 2002 at 11:26:36AM -0800, Vaughan, Curtis wrote:
> Try
>     /etc/init.d/pcmcia start
> 
> Here's what I get:
> Starting PCMCIA services: modulesinsmod: a module named pcmcia_core already
> exists
> insmod:/lib/modules/2.2.17/pcmcia/yenta_socket.o: No such file or directory 
                                    ^^^^^^^^^^^^

I thought that yenta_socket was only for kernel 2.4 and above!?

I "dual-boot" between 2.4.13 and 2.2.20, and I resorted to modifying my
/etc/default/pcmcia to say:

    PCMCIA=yes
    if [ $(kernelversion) \> 2.2 ]
    then
            PCIC=yenta_socket
    else
            PCIC=i82365
    fi
    PCIC_OPTS=
    CORE_OPTS=
    CARDMGR_OPTS=

Apparantly, my hardware is supported by a different driver in kernel
2.4...

Could this possibly be your problem?

HTH
-- 
Karl E. Jørgensen
karl@jorgensen.com
www.karl.jorgensen.com
==== Today's fortune:
..you could spend *all day* customizing the title bar.  Believe me.  I
speak from experience."
(By Matt Welsh)

Attachment: pgpaFeLJqd3aW.pgp
Description: PGP signature


Reply to: