[EMAIL PROTECTED] (Robert Fox) writes:

> Fresh PCMCIA.IMG install, and I have the folowing problems:
> 
> 1) Found out that the horribly slow system response was from supermount
> and the LS120 floppy on the notebook - when I ran "supermount -i
> disable" system boots normally - bummer
> 
> 2) Errors with PC-Card services during start - the card still gets
> activated but strange errors occur (see attached log.zip file)
> 
> 3) New sound problems (cs46xx) - unable to detect valid cs46xx device -
> this was working fine until this install.
> 
> That's it for now . . hope this helps.

what do you have in /etc/modules.conf ?

can you launch this script :

#!/bin/sh
if egrep -q "^pre-install.*pcmcia_core.*/etc/.*init.d/pcmcia.*start$" 
/etc/modules.conf;then
        sed 's|pre-install.*pcmcia_core.*/etc/.*init.d/pcmcia.*start$||' 
/etc/modules.conf > /etc/modules.conf.new
        mv /etc/modules.conf.new /etc/modules.conf
fi


-- 
http://www.linux-mandrake.com/en/club/

Reply via email to