| View previous topic :: View next topic |
| Author |
Message |
Tinitus Veteran

Joined: 20 Sep 2004 Posts: 1554
|
Posted: Thu Oct 04, 2012 8:02 am Post subject: No Shutdown no Standby with core i7-3770 ASUS P8H67-V |
|
|
Hello,
I use a ASUS P8H67-V with core i7-3770. Even with Kernel 3.6.0-gentoo #1 SMP Wed Oct 3 10:06:15 CEST 2012 x86_64 Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz GenuineIntel ther is no Shutdown available.
After shutdown -h now the HDD Power down but the Motherboard will not Power down. Last Message on Screen is Power down.
On Standby last Messag is a blinking "-". Then I must Power off by Hardware Switch. The Reset Switch is not working.
What can I do? |
|
| Back to top |
|
 |
aCOSwt Advocate


Joined: 19 Oct 2007 Posts: 2035 Location: Between the keyboard and the chair
|
Posted: Thu Oct 04, 2012 10:35 am Post subject: Re: No Shutdown no Standby with core i7-3770 ASUS P8H67-V |
|
|
| Tinitus wrote: | Then I must Power off by Hardware Switch. The Reset Switch is not working.
What can I do? |
What can you do ? Here and now in order to Power off your system ? Pull out the mains plug !
Apart from this, I suspect you missed something in your kernel configuration around :
Power Management and ACPI options / ACPI (Advanced Configuration and Power Interface Support)
Maybe you can post the output of | Code: | | # cat /usr/src/linux/.config | grep ACPI |
_________________ In theory there are no differences between theory and practice. In practice, there are.
Don't try to understand my posts. Immanuel Kant never did, he thinks that only music and laughter do not have to mean anything. |
|
| Back to top |
|
 |
Tinitus Veteran

Joined: 20 Sep 2004 Posts: 1554
|
Posted: Thu Oct 04, 2012 3:52 pm Post subject: Re: No Shutdown no Standby with core i7-3770 ASUS P8H67-V |
|
|
Hello Thanks for answer,
here is my cat /usr/src/linux/.config | grep ACPI
| Code: | CONFIG_X86_64_ACPI_NUMA=y
# Power management and ACPI options
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
# CONFIG_ACPI_PROCFS is not set
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_EC_DEBUGFS=m
# CONFIG_ACPI_PROC_EVENT is not set
CONFIG_ACPI_AC=m
CONFIG_ACPI_BATTERY=m
CONFIG_ACPI_BUTTON=m
CONFIG_ACPI_VIDEO=m
CONFIG_ACPI_FAN=m
# CONFIG_ACPI_DOCK is not set
CONFIG_ACPI_PROCESSOR=m
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_PROCESSOR_AGGREGATOR=m
CONFIG_ACPI_THERMAL=m
CONFIG_ACPI_NUMA=y
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_PCI_SLOT=m
CONFIG_ACPI_CONTAINER=m
# CONFIG_ACPI_SBS is not set
CONFIG_ACPI_HED=y
CONFIG_ACPI_BGRT=m
CONFIG_ACPI_APEI=y
CONFIG_ACPI_APEI_GHES=y
CONFIG_ACPI_APEI_PCIEAER=y
CONFIG_ACPI_APEI_ERST_DEBUG=m
CONFIG_X86_ACPI_CPUFREQ=m
CONFIG_PNPACPI=y
CONFIG_ATA_ACPI=y
CONFIG_PATA_ACPI=m
# ACPI drivers
# ACPI drivers
# CONFIG_SENSORS_ACPI_POWER is not set
# CONFIG_ACPI_QUICKSTART is not set
CONFIG_THINKPAD_ACPI=m
CONFIG_THINKPAD_ACPI_ALSA_SUPPORT=y
# CONFIG_THINKPAD_ACPI_DEBUGFACILITIES is not set
# CONFIG_THINKPAD_ACPI_DEBUG is not set
# CONFIG_THINKPAD_ACPI_UNSAFE_LEDS is not set
CONFIG_THINKPAD_ACPI_VIDEO=y
CONFIG_THINKPAD_ACPI_HOTKEY_POLL=y
CONFIG_ACPI_WMI=m
CONFIG_ACPI_TOSHIBA=m
# CONFIG_ACPI_CMPC is not set |
|
|
| Back to top |
|
 |
|