LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Laptop and Netbook (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/)
-   -   inspirosn 5100 prob (https://www.linuxquestions.org/questions/linux-laptop-and-netbook-25/inspirosn-5100-prob-145801/)

Neomaster 02-13-2004 05:41 PM

inspirosn 5100 prob
 
When i turn off my dell 5100 laptop. Tthe laptop does not turn off by itself why is that?:newbie: :confused:

Neomaster 02-13-2004 09:20 PM

Anyone?

83K5 02-13-2004 11:38 PM

had this issue on my Inspiron 8200. this is a solution someone else offered up

Quote:

Originally posted by digitalboi
type: su
then type: password

then type: vi /etc/lilo.conf (can use any editor you like such as pico,etc)

then in each image section there is a append line, you need to add "acpi= ht nolapic"

after u add those lines

type: lilo (rebuilds ur lilo.conf)

type: reboot

u should be able to unplug the laptop (w/o freezing) and when u send the halt signal it will actually turn all the way off :)

this should also fix the problem of your computer crashing when you plugin/unplug the AC adaptor (if you were having that problem)

if you use grub instead of lilo, do the same thing, but edit the file /boot/grub/menu.lst

hope that helps.

Neomaster 02-14-2004 08:34 AM

This my /etc/grub.conf file.I not sure where to put that.




# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/hda2
# initrd /initrd-version.img
#boot=/dev/hda
default=0
timeout=10
splashimage=(hd0,0)/grub/splash.xpm.gz
title Fedora Core (2.4.22-1.2115.nptl)
root (hd0,0)
kernel /vmlinuz-2.4.22-1.2115.nptl ro root=LABEL=/ rhgb
initrd /initrd-2.4.22-1.2115.nptl.img

83K5 02-14-2004 06:37 PM

put the change in the file I told you to: /boot/grub/menu.lst

Neomaster 02-14-2004 07:22 PM

I think i going to update the kernel and patch it:)

Invdaderzim 02-15-2004 07:36 PM

Maybe you should try "shutdown -h now" the -h is for halt : )


All times are GMT -5. The time now is 08:45 PM.