-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have the same lines and my pcmcia works well, but if you make in /etc/init.d ./pcmcia status and it doesn't work and you make ./pcmcia start , the script doesn't find the modules, I thik that you could look in this line: PC=/lib/modules/`uname -r`/pcmcia fi KD=/lib/modules/`uname -r`/kernel/drivers/pcmcia if [ -d $PC ] ; then echo -n " modules" /sbin/modprobe pcmcia_core.o $CORE_OPTS /sbin/modprobe $PCIC.o $PCIC_OPTS /sbin/modprobe ds.o elif [ -d $KD ] ; then /sbin/modprobe pcmcia_core /sbin/modprobe $PCIC /sbin/modprobe ds in the first if you try to delete .o in the modules' name. I don't sure on this. First you make a backup of pcmcia file so you always can go backwards On Saturday 24 January 2004 09:28, Scott Fones wrote: > Thanks, that seemed to work. But I was getting some other errors saying it > couldn't find the certain modules. I assume thats because it removes the > drive before it gets to unload it. Now when it starts up, it has to go > through the whole repair sequence. Where did you put that in the script, > here's what I have. > > if grep -q "ds " /proc/modules ; then > echo -n " modules" > /sbin/rmmod ehci-hcd > /sbin/rmmod ds > /sbin/rmmod $PCIC > /sbin/rmmod pcmcia_core > fi > > I'm kinda hoping theres a way to do it without getting any error messages. > Thanks again. > > > From: Giuseppe Cavallo <giuseppecavallo@xxxxxxxx> > > >Reply-To: fedora-list@xxxxxxxxxx > >To: fedora-list@xxxxxxxxxx > >Subject: Re: On shutdown PCMCIA hangs system. > >Date: Sat, 24 Jan 2004 09:08:11 +0100 > > > >-----BEGIN PGP SIGNED MESSAGE----- > >Hash: SHA1 > > > >On Saturday 24 January 2004 08:43, Scott Fones wrote: > > > When shutting down the system I get the following error. > > > > > > Code: 89 02 85 c0 74 03 89 50 04 b8 01 00 00 00 eb 03 90 31 c0 c7 > > > Aiee, killing interrupt handler > > > Kernel panic: Attempted to kill the idle task! > > > In interrupt handler- not syncing > > > > > > From my troubleshooting I've found that its because of the PCMCIA > > > >driver. > > > > > I've researched it and haven't been able to find anything that solves > > > >the > > > > > problem. If anyone can offer any help whatsoever I'd be greatly > > > appreciative. This has been an ongoing problem for over a month now > > > and > > > >I > > > > > have not been able to solve it. > > > > > > Thank you in advance, > > > Scott > > > >What kind of pcmcia have you? > >I have had the same problem with my pcmcia (usb 2.0 pcmcia), when I shout > >down the pcmcia service I had a kernel panic. > >I solve this problem modifing the script pcmcia in /etc/init.d/. I have > >added > >this line in the script: > > > >/sbin/rmmod ehci-hcd > > > >for remove the usb 2.0 module first than shoutdown the other kernel's > >modules > >in the pcmcia script. > >I hope that I help you by my little experience on pcmcia card :-) > > bye. > >- -- > >[--Saluti Giuseppe Cavallo--/*ICQ=94835351*/--] > >-----BEGIN PGP SIGNATURE----- > >Version: GnuPG v1.2.3 (GNU/Linux) > > > >iD8DBQFAEifuAnW6Ybs9N8wRAujAAKDBW9Pptn0TXe0ewH3d3UrwFn2kmACgzYqE > >cvIXXKRwcqpN3FucCjR2WZA= > >=1reC > >-----END PGP SIGNATURE----- > > > > > >-- > >fedora-list mailing list > >fedora-list@xxxxxxxxxx > >To unsubscribe: http://www.redhat.com/mailman/listinfo/fedora-list > - -- [--Saluti Giuseppe Cavallo--/*ICQ=94835351*/--] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (GNU/Linux) iD8DBQFAEjY7AnW6Ybs9N8wRAn92AJ4nNyNJ9jKkbF3gfNhhEJgwnroEGgCfb960 OiKb7d0r9tEjCax40wYcXRs= =yQV8 -----END PGP SIGNATURE-----