LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Help with ACPI and Kernel upgrade in SuSe 9.0 (https://www.linuxquestions.org/questions/linux-newbie-8/help-with-acpi-and-kernel-upgrade-in-suse-9-0-a-159650/)

vdogvictor 03-18-2004 10:38 PM

Help with ACPI and Kernel upgrade in SuSe 9.0
 
I downloaded an HSF modem driver from linuxant...it works but after about 8 minutes of browsing the web the entire system freezes up. According to their website i need to install "better" ACPI support, disaple it, or upgrade the Kernel to 2.6.

Which of these is most likely to work?

Which of these should i Try first?

I have SuSe 9.0 Pro

aaa 03-19-2004 07:13 AM

Disabling it would be the easiest. Just add 'acpi=off' as one of the options at boot. I think getting 2.6 and getting 'better' acpi support are pretty much the same, since you'll probably have to recompile your kernel either way.

vdogvictor 03-19-2004 10:10 AM

How do I make that a permanent part of the boot? that will only affect the SuSE bootup? I have LILO

aaa 03-19-2004 10:19 AM

Open /etc/lilo.conf with a text-editor as root. Look for all the 'append=' lines. This is where you put options. Example:
An 'append' line:

append="option1 option2"

Adding 'acpi=off':
append="option1 option2 acpi=off"

Just look for all the 'append=' lines and put 'acpi=off' in them. Windows doesn't have an 'append=' line, so it won't be affected.
You will have to run 'lilo' as root to apply changes.


All times are GMT -5. The time now is 05:03 PM.