Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Disable APM without rebuilding the kernel

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
User avatar
Oracle
Posts: 38
Joined: 2004-09-15 20:44

Disable APM without rebuilding the kernel

#1 Post by Oracle »

Hi everyone...

I use an old computer to run Debian, type i586. I'd like to disable the APM module, and tell the kernel not to load it at boot time...

I use a 2.6.8 kernel.

(If you have some tutorials on how to manage modules with Debian... I'm interested in reading it... 'cause I see a lot of modules loaded, but the /etc/modules is nearly empty... I'd like to make some changes in the load sequence, ie replace vesafb by rivafb, or nvidia... so if you have some docs...)

User avatar
peschmae
Posts: 75
Joined: 2004-09-16 18:02

#2 Post by peschmae »

Kernel boot parameter:
apm=off
and eventually also
acpi=on

to set usually in /boot/grub/menu.lst

Peschmä
-- Anyone who quotes me in their sig is an idiot. -- Rusty Russell

User avatar
Oracle
Posts: 38
Joined: 2004-09-15 20:44

#3 Post by Oracle »

Sorry, but it doesn't work... the apm module is still loaded at boot time...

FiFi

#4 Post by FiFi »

maybe it's not a nice solution (sry, i'm a noob)
but what if you add "apm" in your /etc/hotplug/blacklist ?

User avatar
peschmae
Posts: 75
Joined: 2004-09-16 18:02

#5 Post by peschmae »

Is the apm module in /etc/modules? If that's the case remove it from there.

Peschmä
-- Anyone who quotes me in their sig is an idiot. -- Rusty Russell

User avatar
Oracle
Posts: 38
Joined: 2004-09-15 20:44

#6 Post by Oracle »

None of these works...

But I tried a trick that a friend of mine gave me... using modconf. He said that the changes made by modconf are permanent. But when I reboot, all changes are lost...

Strange thing...

Post Reply