Results 1 to 10 of 10
Hello all.
I have XP SP2, FC3 and Mandrake 10.0 installed on my laptop. I can power the laptop down from Windows and FC3 but not from within Mandrake. When ...
- 02-07-2005 #1Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
Mandrake unable to shut down
Hello all.
I have XP SP2, FC3 and Mandrake 10.0 installed on my laptop. I can power the laptop down from Windows and FC3 but not from within Mandrake. When i shut it down it gets "stuck" on the command "power down". I am then forced to either reset my laptop or turn it off by the power button. I suspect it could have something to do with the Advanced Power Managment.
Does anyone know of any solutions to this problem?
- 02-07-2005 #2Just Joined!
- Join Date
- Feb 2005
- Location
- Calhoun, GA USA
- Posts
- 42
I get the same thing happening from Fedora Core 1 on my HP Pavilion notebook on shutdown. I just assumed it was normal to press the power contact button to turn it off with no real ramifications or consequences for there not being an auto-power cut after the "Power Down" prompt.
I have a similar question waiting in the rafters here: http://www.linuxforums.org/forum/top...tml&highlight=.
Not particularly helpful, I know. But at least we're not alone, n'est pas?
- 02-07-2005 #3
What does the command
do when put into th command line?Code:shutdown -h
- 02-07-2005 #4Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
Edit your /etc/lilo.conf file to read ACPI=force, then run the command lilo -v.
That should fix the problem.
JeremyRegistered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 02-07-2005 #5Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
Thanks for the replys.
dylunio: When i run the command "shutdown -h" it says "could not run the specified command"
jeremy1701: When i edit the lilio.conf file it wont let me save the changes. How do i access this file with the needed privileges?
Sorry i'm new to linux.
- 02-07-2005 #6Linux Guru
- Join Date
- Mar 2003
- Location
- Wisconsin
- Posts
- 1,907
You need to become root. Use the su command
Code:su
Registered Linux user #346571
"All The Dude ever wanted was his rug back" - The Dude
- 02-07-2005 #7Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
I typed su in the command box and i still get the same problem. Sorry about this but as i say i'm very new to linux. Please could you be more specific? Sorry.
- 02-07-2005 #8
Try edditing it with pico as root:
edit and save the file.Code:su [rootpass] pico /etc/lilo.conf
dylunio
- 02-07-2005 #9Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
LOL sorry i forgot the kwrite command!
It's all good. Cheers.
Here's what i did:
# su root
# *password*
# kwrite /etc/lilo.conf
edit and save
# /sbin/lilo
# reboot
- 02-07-2005 #10Just Joined!
- Join Date
- Feb 2005
- Posts
- 5
Sorry dylunio. I would have used your method but i'd allready got it working before i read your post. Thanks for the help everyone


Reply With Quote
