ACPI für Sandy bridge 2620m nicht aktiv

Debian auf Notebooks und speziellen Geräten wie eingebetteten Systemen, Routern, Set-Top-Boxen, ...
Antworten
mumpf
Beiträge: 140
Registriert: 14.12.2006 16:55:55

ACPI für Sandy bridge 2620m nicht aktiv

Beitrag von mumpf » 10.12.2017 21:19:27

wollte überprüfen, ob der i7 2620m meines HP 2540p acpi unterstützt: nun bin ich unsicher, ob ich pm-utils installieren muss (intel-microcode ist installiert).

root@apfel:/home/ich# grep -i acpi /etc/default/grub
root@apfel:/home/ich#

grep -i pstate /boot/config-$(uname -r)
CONFIG_X86_INTEL_PSTATE=y
Oder muss ich in der /etc/default/grub,
statt
GRUB_CMDLINE_LINUX_DEFAULT="quiet"
GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=force" setzen?

Oder als kernel-Parameter? Oder muss ich gar nichts tun wg. systemd? Im Bios kann ich acpi nicht aktivieren bzw. deaktivieren.

Edit: Ich habe Debian 9 stable installiert.

dmesg |grep -i acpi liefert mit GRUB_CMDLINE_LINUX_DEFAULT="quiet acpi=force" :

Code: Alles auswählen

[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-4-amd64 root=UUID=d0097fdb-45fd-4b54-b65c-0bcf95ec431f ro quiet acpi=force
[    0.000000] BIOS-e820: [mem 0x00000000bc51d000-0x00000000bc61cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bc61d000-0x00000000bcffefff] ACPI data
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F2F60 000024 (v02 HPQOEM)
[    0.000000] ACPI: XSDT 0x00000000BCFFE120 00007C (v01 HPQOEM SLIC-MPC 0000000F      01000013)
[    0.000000] ACPI: FACP 0x00000000BCFFC000 0000F4 (v03 HPQOEM 162B     0000000F HP   00000001)
[    0.000000] ACPI: DSDT 0x00000000BCFD1000 025D00 (v02 HPQOEM 162B     00000001 INTL 20060912)
[    0.000000] ACPI: FACS 0x00000000BC5E7000 000040
[    0.000000] ACPI: FACS 0x00000000BC5E7000 000040
[    0.000000] ACPI: HPET 0x00000000BCFFB000 000038 (v01 HPQOEM 162B     00000001 HP   00000001)
[    0.000000] ACPI: APIC 0x00000000BCFFA000 0000BC (v01 HPQOEM 162B     00000001 HP   00000001)
[    0.000000] ACPI: MCFG 0x00000000BCFF9000 00003C (v01 HPQOEM 162B     00000001 HP   00000001)
[    0.000000] ACPI: TCPA 0x00000000BCFF7000 000032 (v02 HPQOEM 162B     00000000 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000BCFCE000 000283 (v01 HPQOEM SataAhci 00001000 INTL 20060912)
[    0.000000] ACPI: SSDT 0x00000000BCFCD000 00048A (v01 HPQOEM PtidDevc 00001000 INTL 20060912)
[    0.000000] ACPI: SLIC 0x00000000BCFCC000 000176 (v01 HPQOEM SLIC-MPC 00000001 HP   00000001)
[    0.000000] ACPI: SSDT 0x00000000BCFCB000 000810 (v01 PmRef  Cpu0Ist  00003000 INTL 20060912)
[    0.000000] ACPI: SSDT 0x00000000BCFCA000 0009B1 (v01 PmRef  CpuPm    00003000 INTL 20060912)
[    0.000000] ACPI: ASF! 0x00000000BCFF8000 0000A5 (v32 HPQOEM 162B     00000001 HP   00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.9.0-4-amd64 root=UUID=d0097fdb-45fd-4b54-b65c-0bcf95ec431f ro quiet acpi=force
[    0.000045] ACPI: Core revision 20160831
[    0.010567] ACPI: 5 ACPI AML tables successfully acquired and loaded
[    0.081346] PM: Registering ACPI NVS region [mem 0xbc51d000-0xbc61cfff] (1048576 bytes)
[    0.111036] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[    0.111039] ACPI: bus type PCI registered
[    0.111042] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.131406] ACPI: Added _OSI(Module Device)
[    0.131407] ACPI: Added _OSI(Processor Device)
[    0.131408] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.131408] ACPI: Added _OSI(Processor Aggregator Device)
[    0.131579] ACPI: Executed 1 blocks of module-level executable AML code
[    0.138502] ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
[    0.156840] ACPI: Dynamic OEM Table Load:
[    0.156847] ACPI: SSDT 0xFFFF920DF90A5800 00069C (v01 PmRef  Cpu0Cst  00003001 INTL 20060912)
[    0.157129] ACPI: Dynamic OEM Table Load:
[    0.157133] ACPI: SSDT 0xFFFF920DF87AC800 000303 (v01 PmRef  ApIst    00003000 INTL 20060912)
[    0.157344] ACPI: Dynamic OEM Table Load:
[    0.157348] ACPI: SSDT 0xFFFF920DF87B9E00 000119 (v01 PmRef  ApCst    00003000 INTL 20060912)
[    0.158085] ACPI : EC: EC started
[    0.158086] ACPI : EC: interrupt blocked
[    0.616989] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as first EC
[    0.616991] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.616992] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions
[    0.616992] ACPI: Interpreter enabled
[    0.617010] ACPI: (supports S0 S3 S4 S5)
[    0.617011] ACPI: Using IOAPIC for interrupt routing
[    0.617030] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.618685] ACPI: Power Resource [APPR] (off)
[    0.620322] ACPI: Power Resource [COMP] (on)
[    0.620504] ACPI: Power Resource [LPP] (on)
[    0.623776] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.623780] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    0.625246] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    0.625247] acpi PNP0A08:00: FADT indicates ASPM is unsupported, using BIOS configuration
[    0.626368] pci 0000:00:19.0: System wakeup disabled by ACPI
[    0.626553] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    0.627053] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    0.627215] pci 0000:00:1c.2: System wakeup disabled by ACPI
[    0.627381] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    0.627568] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.644349] pci 0000:24:00.0: System wakeup disabled by ACPI
[    0.660292] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.660339] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[    0.660384] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.660429] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 11 12 14 15) *10
[    0.660473] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[    0.660517] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.660562] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 *5 6 7 10 12 14 15)
[    0.660606] ACPI: PCI Interrupt Link [LNKH] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[    0.660876] ACPI: Enabled 5 GPEs in block 00 to 3F
[    0.660925] ACPI : EC: interrupt unblocked
[    0.660931] ACPI : EC: event unblocked
[    0.660946] ACPI: \_SB_.PCI0.LPCB.EC0_: GPE=0x16, EC_CMD/EC_SC=0x66, EC_DATA=0x62
[    0.660948] ACPI: \_SB_.PCI0.LPCB.EC0_: Used as boot DSDT EC to handle transactions and events
[    0.661155] PCI: Using ACPI for IRQ routing
[    0.675971] pnp: PnP ACPI init
[    0.676179] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.676307] pnp 00:01: Plug and Play ACPI device, IDs IFX0102 PNP0c31 (active)
[    0.676383] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.676409] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.676530] pnp 00:04: Plug and Play ACPI device, IDs PNP0303 (active)
[    0.676553] pnp 00:05: Plug and Play ACPI device, IDs SYN0181 SYN0100 SYN0002 PNP0f13 (active)
[    0.676921] pnp: PnP ACPI: found 6 devices
[    0.683141] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    1.762727] ACPI: bus type USB registered
[    1.810381] ACPI: Thermal Zone [CPUZ] (58 C)
[    1.879462] ACPI: Thermal Zone [GFXZ] (0 C)
[    1.914692] ACPI: Thermal Zone [EXTZ] (42 C)
[    1.929669] ACPI: Thermal Zone [LOCZ] (36 C)
[    1.945899] ACPI: Thermal Zone [BATZ] (20 C)
[    1.946930] ACPI: Thermal Zone [PCHZ] (0 C)
[    2.361428] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    2.371398] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    2.722071] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    2.727036] ata2.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
[    3.298917] ACPI: AC Adapter [AC] (on-line)
[    3.306754] ACPI: Sleep Button [SLPB]
[    3.311251] ACPI: Lid Switch [LID]
[    3.311318] ACPI: Power Button [PWRF]
[    3.314001] ACPI: Battery Slot [BAT0] (battery absent)
[    3.378047] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20160831/utaddress-247)
[    3.378062] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.378065] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    3.378068] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.378069] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    3.378073] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.378073] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160831/utaddress-247)
[    3.378077] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[    3.433655] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
[    3.436578] acpi device:0b: registered as cooling_device4

BenutzerGa4gooPh

Re: ACPI für Sandy bridge 2620m nicht aktiv

Beitrag von BenutzerGa4gooPh » 23.12.2017 13:52:43

Da kein Klügerer antwortet, versuche ich mal ...
Welche konkreten Probleme gab/gibt es bzw. warum die Basteleien mit Grub-Parametern?
In dmesg sehe ich nur Warnungen, keine Fehler. Also wird ACPI unterstützt und (ziemlich) okay.
Kannst ja mal ohne Grub-Parameter normal starten und aufrufen

Code: Alles auswählen

journalctl -b -p err
Wenn da nichts Wesentliches ist, passt doch alles.
mumpf hat geschrieben: ↑ zum Beitrag ↑
10.12.2017 21:19:27
intel-microcode ist installiert
Lobenswert.
mumpf hat geschrieben: ↑ zum Beitrag ↑
10.12.2017 21:19:27
nun bin ich unsicher, ob ich pm-utils installieren muss ...
Da schauen wir doch mal in der Paket-Beschreibung:
Paket: pm-utils (1.4.1-17)
Werkzeuge und Skripte zur Energieverwaltung
Dieses Paket stellt einfache Kommandozeilenwerkzeuge für die Shell bereit, um Ihren Computer in den Ruhezustand oder Tiefschlaf zu versetzen.
https://packages.debian.org/stretch/pm-utils
und bei den Ubuntus:
Ab Ubuntu 15.04 wird systemd für den Wechsel der Energiesparmodi verwendet. Dadurch sind viele Funktionen von pm-utils nicht mehr nutzbar.
https://wiki.ubuntuusers.de/pm-utils/
Meine Schlussfolgerung wäre, wenn mit systemd alles funktioniert, benötigt man das Paket nicht.
Ich nehme erfahrungsgemäß an, das installierte DE hat für notwendige Paketinstallationen "vorgesorgt": Siehe Punkt (funktionierende?) Energieeinstellungen: Bereitschaft, Ruhezustand. :wink:

Im kompletten Journal (journalctl -b) findest du eine Zeile, in der die unterstuetzen ACPI-S-States aufgeführt sind. Wer sucht, der findet. :wink:
Zum Vergleich S0, S3, S4, S5 etc. https://de.m.wikipedia.org/wiki/Advance ... _Interface

Ansonsten schaue auch mal hier: https://wiki.archlinux.org/index.php/Power_management

BenutzerGa4gooPh

Re: ACPI für Sandy bridge 2620m nicht aktiv

Beitrag von BenutzerGa4gooPh » 23.12.2017 16:05:27

Gerade noch in dmesg entdeckt:

Code: Alles auswählen

0.617010] ACPI: (supports S0 S3 S4 S5)
SX= https://de.m.wikipedia.org/wiki/Advance ... _Interface

mumpf
Beiträge: 140
Registriert: 14.12.2006 16:55:55

Re: ACPI für Sandy bridge 2620m nicht aktiv

Beitrag von mumpf » 23.12.2017 18:36:17

danke für die links, werde ich mir bei Gelegenheit näher anschauen.

Antworten