Juan,
Here is what I get:
======================================================================
[root@cmhplap root]# service pcmcia start
Starting PCMCIA services: modulesinsmod:
/lib/modules/2.4.4-1mdk/pcmcia/pcmcia_core.o: No such file or directory
insmod: /lib/modules/2.4.4-1mdk/pcmcia/i82365.o: No such file or
directory
insmod: /lib/modules/2.4.4-1mdk/pcmcia/ds.o: No such file or directory
cardmgr.
====================================================================
[root@cmhplap root]# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:54 errors:0 dropped:0 overruns:0 frame:0
TX packets:54 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3786 (3.6 Kb) TX bytes:3786 (3.6 Kb)
[root@cmhplap root]#
===============================================================
Now, if I use modprobe by itself I don't get any error messages. I think
the problem is with whatever is calling insmod.
Here are my versions of modutils and kernel:
=============================================================
[root@cmhplap root]#
[root@cmhplap root]# rpm -q modutils
modutils-2.4.6-1mdk
[root@cmhplap root]# rpm -q kernel
kernel-2.4.4-1mdk
[root@cmhplap root]#
===============================================================
Please let me know if you need anything else.
-Chris
Juan Quintela wrote:
>
> >>>>> "christopher" == Christopher Molnar <[EMAIL PROTECTED]> writes:
>
> christopher> Thanks - that was quick.
> christopher> It installed almost perfectly.
>
> christopher> The pcmcia utils do not seem to like the pcmcia modules in the gz form.
> christopher> It works perfectly when you have un-gzipped modules in
> christopher> /lib/modules/kern*../pcmcia/
>
> Could you told me when do you see the problem?
>
> Here:
> modprobe pcmcia_core
> works right if pcmcia_core is compressed.
> modprobe pcmcia_core.o
> fails if the module is uncompressed.
> modprobe pcmcia_core.o.gz
> works as expected.
>
> but /etc/init.d/pcmcia
> and
> /etc/pcmcia/*
>
> don't have any insmod in form 2, only in form 1 & 3 that works well.
> I don't have a laptop handy just now. Could you told me what message
> is giving you with compressed modules and when?
>
> Thanks in advance for all your info and work.
>
> Later, Juan.
>
> --
> In theory, practice and theory are the same, but in practice they
> are different -- Larry McVoy