Jump to content

Power down


chris-tux
 Share

Recommended Posts

Do you mean in /etc/lilo.conf ?

Here is mine

[chris@tuxedo chris]$ cat /etc/lilo.conf

# File generated by DrakX/drakboot

# WARNING: do not forget to run lilo after modifying this file

 

boot=/dev/hda

map=/boot/map

default="linux-smp"

keytable=/boot/fr-latin1.klt

prompt

nowarn

timeout=100

message=/boot/message

menu-scheme=wb:bw:wb:bw

image=/boot/vmlinuz

label="linux"

root=/dev/hda1

initrd=/boot/initrd.img

append="devfs=mount acpi=ht splash=silent"

vga=788

read-only

image=/boot/vmlinuz

label="linux-nonfb"

root=/dev/hda1

initrd=/boot/initrd.img

append="devfs=mount acpi=ht"

read-only

image=/boot/vmlinuz-2.6.3-7mdk

label="263-7"

root=/dev/hda1

initrd=/boot/initrd-2.6.3-7mdk.img

append="devfs=mount acpi=ht splash=silent"

read-only

image=/boot/vmlinuz-smp

label="linux-smp"

root=/dev/hda1

initrd=/boot/initrd-smp.img

append="devfs=mount acpi=ht splash=silent"

read-only

image=/boot/vmlinuz

label="failsafe"

root=/dev/hda1

initrd=/boot/initrd.img

append="failsafe acpi=ht devfs=nomount"

read-only

other=/dev/fd0

label="floppy"

unsafe

 

acpi=ht seems to be ok ?

Link to comment
Share on other sites

ht is good but on is better.

acpi=on

then run lilo -v and reboot....see if it helps. Is acpi, and acpid installed and running?

 

[root@localhost root]# rpm -qa | grep acpi
acpi-0.07-2mdk
acpid-1.0.3-1mdk
[root@localhost root]# chkconfig --list | grep acpi
acpid           0:off   1:off   2:off   3:on    4:on    5:on    6:off
acpi            0:off   1:off   2:on    3:on    4:on    5:on    6:off
[root@localhost root]# service -s | grep acpi
acpid (pid 2808) is running...

Link to comment
Share on other sites

well you're both welcome but it's really just what any modern os should be doing by default, but heavier linux's are stuck in the stone ages thinking most people are using older machines yet require like 192mb ram for install :wall: ....wish they'd make up their mind, already :lol: Some may say the acpi is still "EXPERIMENTAL"...bah, so is devfs which supposedly on it's way out yet it's still heavily in use because udev truly is "EXPERIMENTAL" :P ..again...yeah, lets replace one 'EXPERIMENTAL" with another :screwy: ACPI is just fine and [EDIT] I guess I should say, for the most part only buggy for lappies, which is not the majority :P and should be set up auto on most machines.

Edited by bvc
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...