Results 1 to 5 of 5
Hi Linux Geniuses
I have a problem ! all the time I have to shut down the computer manually !! How come it doesn't shut down automatically !! I have ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-05-2005 #1Just Joined!
- Join Date
- Jul 2005
- Posts
- 6
Shuting Down
Hi Linux Geniuses
I have a problem ! all the time I have to shut down the computer manually !! How come it doesn't shut down automatically !! I have a compaq nx 9010 with red hat Linux 9
Thank you Guys
- 07-05-2005 #2
What do you mean 'manually'? Is it that linux shuts down, but the computer doesn't power down (so you have to push the button), or that linux will not shut down, and you have to push the button?
For the second you may want to tryas root in a terminal.Code:shutdown -h now
For you first one you may need acpi confugured to shut down and power down.
- 07-05-2005 #3Just Joined!
- Join Date
- Jul 2005
- Posts
- 6
It says "Stopping pcmcia: unloading kernel card services " and then freezes here so I have to power down myself
Thanks a lot Linux master
Ty
- 07-05-2005 #4
Do you have any pcmcia cards? If not you should disable the PCMCIA service compleatly, you have different ways you can do this, either get Redhats graphical tools to do it, or use the command:
Code:chkconfig --level off
- 07-05-2005 #5Linux Engineer
- Join Date
- Mar 2005
- Posts
- 1,431
Ough, I remembered that one while I installed slack with the normal kernel (read: no acpi)


Reply With Quote
