Computer turns back on after suspend or power off

This forum is dedicated to basic help and support :

Ask here your questions about basic installation and usage of Mageia. For example you may post here all your questions about getting Mageia isos and installing it, configuring your printer, using your word processor etc.

Try to ask your questions in the right sub-forum with as much details as you can gather. the more precise the question will be, the more likely you are to get a useful answer

Computer turns back on after suspend or power off

Postby hansg » Mar 16th, '21, 00:54

Desktop computer always turns back on about two seconds after suspend or power off. It does this always with Mageia, Q4OS and Zorin OS, but it will stay off if entering standby or powering off from Windows XP. The motherboard is Supermicro P4SPA with Award BIOS. How can I probe the software and hardware to find out what's causing it and can I change some setting somewhere to make the computer stay off?
hansg
 
Posts: 2
Joined: Mar 16th, '21, 00:12

Re: Computer turns back on after suspend or power off

Postby doktor5000 » Mar 16th, '21, 01:31

Hi there, you could try a few kernel boot options, this sounds like an ACPI issue.
Have a look at https://wiki.mageia.org/en/How_to_set_up_kernel_options and try a few of the suggestions, e.g. acpi=off, apm=off, acpi=force, acpi_osi=Linux or the other acpi / apm options.

edit: For your question how you can probe what the system supports,
Code: Select all
dmesg | grep -i acpi
in a terminal should tell you what the ACPI facilities the system supports currently, feel free to add that here.
Cauldron is not for the faint of heart!
Caution: Hot, bubbling magic inside. May explode or cook your kittens!
----
Disclaimer: Beware of allergic reactions in answer to unconstructive complaint-type posts
User avatar
doktor5000
 
Posts: 18052
Joined: Jun 4th, '11, 10:10
Location: Leipzig, Germany

Re: Computer turns back on after suspend or power off

Postby hansg » Mar 18th, '21, 01:25

I tried each of the acpi and apm options one at a time and nothing had any effect.
The output of dmesg | grep - acpi is
Code: Select all
[    0.000000] BIOS-e820: [mem 0x00000000e6ff0000-0x00000000e6ff2fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000e6ff3000-0x00000000e6ffffff] ACPI data
[    0.076776] ACPI: Early table checksum verification disabled
[    0.076787] ACPI: RSDP 0x00000000000F72E0 000014 (v00 IntelR)
[    0.076798] ACPI: RSDT 0x00000000E6FF3000 00002C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.076810] ACPI: FACP 0x00000000E6FF3040 000074 (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.076823] ACPI: DSDT 0x00000000E6FF30C0 004AA3 (v01 INTELR AWRDACPI 00001000 MSFT 0100000E)
[    0.076835] ACPI: FACS 0x00000000E6FF0000 000040
[    0.076844] ACPI: APIC 0x00000000E6FF7B80 00007C (v01 IntelR AWRDACPI 42302E31 AWRD 00000000)
[    0.076870] ACPI: Local APIC address 0xfee00000
[    0.118006] ACPI: PM-Timer IO Port: 0x408
[    0.118011] ACPI: Local APIC address 0xfee00000
[    0.118023] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.118025] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.118043] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.118046] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.118049] ACPI: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.118052] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.118055] ACPI: IRQ0 used by override.
[    0.118057] ACPI: IRQ9 used by override.
[    0.118060] ACPI: IRQ14 used by override.
[    0.118061] ACPI: IRQ15 used by override.
[    0.118065] Using ACPI (MADT) for SMP configuration information
[    0.521613] ACPI: Core revision 20200925
[    0.644108] PM: Registering ACPI NVS region [mem 0xe6ff0000-0xe6ff2fff] (12288 bytes)
[    0.645942] ACPI: bus type PCI registered
[    0.645945] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.777939] ACPI: Added _OSI(Module Device)
[    0.777942] ACPI: Added _OSI(Processor Device)
[    0.777944] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.777947] ACPI: Added _OSI(Processor Aggregator Device)
[    0.777950] ACPI: Added _OSI(Linux-Dell-Video)
[    0.777953] ACPI: Added _OSI(Linux-Lenovo-NV-HDMI-Audio)
[    0.777956] ACPI: Added _OSI(Linux-HPI-Hybrid-Graphics)
[    0.781954] ACPI: 1 ACPI AML tables successfully acquired and loaded
[    0.784373] ACPI: Interpreter enabled
[    0.784417] ACPI: (supports S0 S3 S4 S5)
[    0.784420] ACPI: Using IOAPIC for interrupt routing
[    0.784476] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.784805] ACPI: Enabled 8 GPEs in block 00 to 1F
[    0.793830] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.793840] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI HPX-Type3]
[    0.793853] acpi PNP0A03:00: fail to add MMCONFIG information, can't access extended PCI configuration space under this bridge.
[    0.796446] pci 0000:00:1f.0: quirk: [io  0x0400-0x047f] claimed by ICH4 ACPI/GPIO/TCO
[    0.800544] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 7 9 10 11 *12 14 15)
[    0.800678] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.800817] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.800948] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.801078] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 7 9 10 11 *12 14 15)
[    0.801213] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 *5 7 9 10 11 12 14 15)
[    0.801343] ACPI: PCI Interrupt Link [LNK0] (IRQs 3 4 5 7 9 10 *11 12 14 15)
[    0.801471] ACPI: PCI Interrupt Link [LNK1] (IRQs 3 4 5 7 *9 10 11 12 14 15)
[    0.802816] PCI: Using ACPI for IRQ routing
[    0.842961] pnp: PnP ACPI init
[    0.843270] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.843329] pnp 00:01: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.843610] pnp 00:02: Plug and Play ACPI device, IDs PNP0700 (active)
[    0.843947] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.844308] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.844950] pnp 00:05: Plug and Play ACPI device, IDs PNP0401 (active)
[    0.845074] pnp 00:06: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    0.845388] pnp 00:07: Plug and Play ACPI device, IDs PNPb02f (active)
[    0.845714] pnp 00:08: Plug and Play ACPI device, IDs PNPb006 (active)
[    0.845831] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.846517] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.846528] pnp: PnP ACPI: found 11 devices
[    0.884534] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    5.429625] ACPI: bus type USB registered
[   20.156142] ACPI: Power Button [PWRB]
[   20.160901] ACPI: Power Button [PWRF]
[   20.641545] ACPI: Thermal Zone [THRM] (0 C)
[   20.679377] parport_pc 00:05: reported by Plug and Play ACPI
[  147.379046] ACPI: Preparing to enter system sleep state S3
[  147.396618] ACPI: Low-level resume complete
[  147.420304] ACPI: Waking up from system sleep state S3
[  149.389410] [<1f251008>] acpi_irq
[  150.003446] ata4.00: ACPI cmd ef/03:44:00:00:00:a0 (SET FEATURES) filtered out
[  150.003484] ata4.00: ACPI cmd ef/03:44:00:00:00:a0 (SET FEATURES) filtered out
[  150.003602] ata4.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out
[  151.234990] ata6.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
[  151.235032] ata6.00: ACPI cmd ef/03:45:00:00:00:a0 (SET FEATURES) filtered out
[  151.235063] ata6.00: ACPI cmd ef/03:0c:00:00:00:a0 (SET FEATURES) filtered out


Thanks.
hansg
 
Posts: 2
Joined: Mar 16th, '21, 00:12


Return to Basic support

Who is online

Users browsing this forum: No registered users and 1 guest

cron