LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Computer wont really turn off... just "Power Down" (https://www.linuxquestions.org/questions/linux-general-1/computer-wont-really-turn-off-just-power-down-57476/)

SoSlack 04-30-2003 10:16 AM

Computer wont really turn off... just "Power Down"
 
I've just recompiled my kernel and I've said YES to APM.
But now my computer wont shutdown when I do:
shutdown -h now
My computer is a Dell X200 (Laptop)
and running Slackware

BTW. My sound doesnt work either. When using XMMS, mp3's look like they are playing cause the equilizer is moving. But no sound????

Thanks!

moses 04-30-2003 10:39 AM

Are you running apmd? Just because the kernel supports APM doesn't mean it's getting any messages concerning APM. The userspace to kernelspace communication has to occur, and that's facilitated by apmd. Read the man page on how to set up apmd.
If you are already running apmd, either the configuration is not correct or your hardware doesn't support APM. It might support ACPI, though.

trickykid 04-30-2003 10:40 AM

Does a poweroff work?

Did you check your volume for sound? And the permissions haven't changed or are ok on the /dev/dsp and /dev/mixer devices?

Nukes 04-30-2003 11:11 AM

Make sure you have the sound card set up right, and the volume is not at zero tell XMMS to use master instead of PCM and see if that helps. When you said yes to APM, did you also say yess to "Use real mode BIOS call to power off the computer" That normally fixes it.

markus1982 04-30-2003 02:45 PM

Well use lsmod to check if the apm module is loaded. If it is unload it using rmmod! Load the module using ismod apm power_off=1 and try shutdown -h now

If this works (like it should), all you need to do is change your module configuration - like /etc/modules in Debian :-)


All times are GMT -5. The time now is 04:09 PM.