On Tue, 31 Jul 2001, Vincent Meyer wrote:

> OK, loaded the latest greatest, and network wouldn't start.  Does not
> appear to be turning the PCMCIA network controller, so I restarted the PCMCIA
> services.  Here's the messages:
> 
> [root@localhost rc3.d]# ./S09pcmcia reload
> Shutting down PCMCIA services:.
> Starting PCMCIA services: modulesinsmod: a module named pcmcia_core already 
> exists
> insmod: /lib/modules/2.4.7-1mdk/pcmcia/yenta_socket.o*: No such file or 
> directory
> /lib/modules/2.4.7-1mdk/pcmcia/ds.o.gz: init_module: Operation not permitted
> Hint: insmod errors can be caused by incorrect module parameters, including 
> invalid IO or IRQ parameters
>  cardmgr.
> [root@localhost rc3.d]#
> 
> so??? what's a yenta socket?

It is the replacement for the standard i8xxxxx driver that used to be used
by pcmcia.  

I would do an ldmod and see what is still loaded. The yenta_socket.o
should be loaded from /lib/modules/2.4.7-1mdk/kernel/drivers/pcmcia.
(Actually it depends on how the code was built.  I would think the kernel
version would take precidence, but I would have to check the build.)

If pcmcia_core, i82365, and/or ds are loaded, use rmmod to unload them,
then rerun /etc/init.d/pcmcia restart.

Also, someone might want to make sure that all occurances of "ide_cs" get
renamed as "ide-cs" in /etc/pcmcia/config.  There is a change between the
2.2.x kernels and the 2.4.x kernels for the ide pcmcia module. (And no,
you cannot just rename the module.)

Of course, i cannot get it to work at all, but that is another problem. (I
think...)

[EMAIL PROTECTED] | Note to AOL users: for a quick shortcut to reply
Alan Olsen            | to my mail, just hit the ctrl, alt and del keys.
 "All power is derived from the barrel of a gnu." - Mao Tse Stallman


Reply via email to