LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Zenwalk (https://www.linuxquestions.org/questions/zenwalk-75/)
-   -   shut down/power off (https://www.linuxquestions.org/questions/zenwalk-75/shut-down-power-off-491407/)

missmoondog 10-11-2006 07:54 AM

shut down/power off
 
have 2 hp pavilions (6736 & 6835) that don't fully shutdown. they shut down to the point off turning off the power and then just sets. i have to push the button on the tower to turn it off. feels like i back in windows 95 days!

i know i've seen a thread somewhere around, not sure if it's here on on the zenwalk community forums, but i can't find it again.


also, both of these computers get a video mode error on startup saying something along the lines of i have entered a bad paramater(?) i then get the option of seeing available video modes, which i don't have a clue as to what to enter, or wait 30 seconds. if i just hit the spacebar, they boot fine.

both machines are intel celeron i810's.

any help is appreciated. thanks

kaz2100 10-11-2006 09:04 AM

Hi,

I had similar problem a while ago. It was some kernel paramter setting, which I do not remember now.

Happy Penguins

slackperson 10-11-2006 09:42 AM

error
 
The error you are seeing in based on a lilo parameter that defines a console resolution at startup. Don't worry, it is nothing to worry about. I'm not sure how to stop it,though.:)

kaz2100 10-11-2006 09:50 AM

Hya,

:0

Similar problem I had was "not shutdown"

It was somewehre power management and shutdown/suspend or somethin like that.

Have a happy penguin!

missmoondog 10-11-2006 10:49 AM

good tips for helping to identify the cause, but i've already known as much from searching around.

now, on to the solution?
how do i determine the video mode and how/where do i add what to make the video mode error not come up?

thanks

kaz2100 10-11-2006 04:24 PM

:confused:

I am lost.

You posted two problems when this thread was made.

we have to straighten out which reply goes which problem

missmoondog 10-11-2006 08:17 PM

what's so tough about replying to whichever one you think you know how to fix? you simply type in something like "this is what you do to fix shutdown issue............ or, this is what video mode you need and this is how to edit whatever, etc..........

the video problem will probably be the harder to fix over these forums as i have the issue on 3 machines actually, and all 3 have different model monitors, which i'm sure probably has something to do with it and i at least need to know their specs most likely.

the shutdown issue is the on i'd really like to fix.

darkscot 10-13-2006 06:27 AM

Quote:

Originally Posted by missmoondog
...also, both of these computers get a video mode error on startup saying something along the lines of i have entered a bad paramater(?) i then get the option of seeing available video modes, which i don't have a clue as to what to enter, or wait 30 seconds. if i just hit the spacebar, they boot fine.

"You passed an undefined mode number" No, I don't know what it means either! As root you need to edit /etc/lilo.conf. Look for the section shown below. In my case the default setting was vga=normal but I had to comment that out and uncomment vga=791. But I had to try a few options before I got one that worked.

Make sure you run lilo -v after you make any changes to lilo.conf.


Code:

# VESA framebuffer console @ 1024x768x64k
vga = 791
# Normal VGA console
# vga = normal
# VESA framebuffer console @ 1024x768x64k
# vga=791
# VESA framebuffer console @ 1024x768x32k
# vga=790
# VESA framebuffer console @ 1024x768x256
# vga=773
# VESA framebuffer console @ 800x600x64k
# vga=788
# VESA framebuffer console @ 800x600x32k
# vga=787
# VESA framebuffer console @ 800x600x256
# vga=771
# VESA framebuffer console @ 640x480x64k
# vga=785
# VESA framebuffer console @ 640x480x32k
# vga=784
# VESA framebuffer console @ 640x480x256
# vga=769
# End LILO global section


darkscot 10-13-2006 06:34 AM

[QUOTE=missmoondog]have 2 hp pavilions (6736 & 6835) that don't fully shutdown. they shut down to the point off turning off the power and then just sets. i have to push the button on the tower to turn it off.

Look here:
http://support.zenwalk.org/index.php/topic,2313.0.html

Quote:

feels like i back in windows 95 days!
Hp Pavilions don't switch off with Windows ME either. :)

missmoondog 10-13-2006 07:02 AM

ok. looking at that link you posted. had already added that line to the file but just noticed there was a space after last letter and " at the end.

both of these machines had windows me on them. don't remember if they shut down all the way or not. day i got them, is the day w2k went on them!

here's hoping it works. brb!

missmoondog 10-13-2006 11:03 AM

ok, so not quite "right" back. it (shutdown) didn't work on the hp6835.

as far as what my /etc/lilo.conf looks like, it is and was exactly the same yours.

DamianS 10-13-2006 08:29 PM

If your computers will not power down, that means either the acpi daemon is not running, or your motherboards are not ACPI-compliant.
Hsve you already checked you haven't disabled the daemon from running?

I have an Asus P2B-DS mobo, the early versions of which had a bug preventing proper ACPI compliance. Because of this, they are on a 'black list' of mainboards which the kernel will not normally allow ACPI for.
The problem is that I have one of the last versions, which were fixed.
So everytime I install any version of Linux, I have to add the parameter 'acpi=force' as described in the thread.

If they shut down in Windows, then maybe you need to investigate the APM options.

missmoondog 10-14-2006 06:03 AM

what is the correct way to type this out?

addappend = acpi=force

where EXACTLY do the punctuation marks go and what type are they. i'm finding some posts have it like this: addappend = "acpi=force" and this addappend = "acpi=force " and this addappend = 'acpi=force' and this addappend = acpi=force' and this addappend = 'acpi=force'

would somebody make up my mind and type the crap the CORRECT way, please?!!

thanks

edit:
nevermind. got the answer on another forum. no marks go around the acpi=force

yay! it worked, wit the correct punctuation!


All times are GMT -5. The time now is 01:25 PM.