ACPI

Post Reply
Message
Author
antilet
Posts: 213
Joined: Fri 17 Aug 2012, 09:24

ACPI

#1 Post by antilet »

Während Slacko 5.3.3 problemlos startet, bekomme ich 5.4 nur gestartet, wenn ich die Bootoption acpi=off mitgebe.
Das hat den Nachteil, dass bspw. das Energiemanagement nicht mehr funktioniert und vielleicht noch weitere Nachteile?

Gibt es eine Möglichkeit, zu eruieren, was genau nicht funktioniert, damit man vielleicht eine etwas restriktivere acpi - Methode nutzen kann?
[color=blue][size=75]Toshiba Satallite M30X-124 | ATI Mobility Radeon 9700 | Intel PRO/Wireless 2200BG
Most Linux need special boot options to boot on this laptop: i8042.nomux=1 highres=off nohz=off irqpoll[/size][/color]

antilet
Posts: 213
Joined: Fri 17 Aug 2012, 09:24

#2 Post by antilet »

Sehr sonderbar, ich habe eine Lösung für mein Problem im #!-Forum gefunden - dank Kristallgoogel.
Ich muss gar nicht das ganze acpi ausschalten.
Folgende Startoptionen führen zu einem funktionierendem System.

Code: Select all

i8042.nomux=1 highres=off nohz=off irqpoll
Kann mir jemand erklären, was das bedeutet? Ich habe keine Ahnung, aber es scheint zu funktionieren.
[color=blue][size=75]Toshiba Satallite M30X-124 | ATI Mobility Radeon 9700 | Intel PRO/Wireless 2200BG
Most Linux need special boot options to boot on this laptop: i8042.nomux=1 highres=off nohz=off irqpoll[/size][/color]

antilet
Posts: 213
Joined: Fri 17 Aug 2012, 09:24

#3 Post by antilet »

Einen Schritt weiter, aber kein bisschen schlauer...

Code: Select all

	i8042.nomux	[HW] Don't check presence of an active multiplexing
			     controller
Was ist ein multiplexing Controller?

Code: Select all

	highres=	[KNL] Enable/disable high resolution timer mode.
			Valid parameters: "on", "off"
			Default: "on"
Bei Highress hätte ich jetzt an Grafik gedacht, aber nicht an einen high resolution timer mode - was auch immer das sein soll?

Code: Select all

	nohz=		[KNL] Boottime enable/disable dynamic ticks
			Valid arguments: on, off
			Default: on
Dynnamic Tics?

Code: Select all

	irqpoll		[HW]
			When an interrupt is not handled search all handlers
			for it. Also check all handlers each timer
			interrupt. Intended to get systems with badly broken
			firmware running.
Badly broken firmware - neu in 5.4 - denn in 533 lief ja alles noch - unwahrscheinlich?
[color=blue][size=75]Toshiba Satallite M30X-124 | ATI Mobility Radeon 9700 | Intel PRO/Wireless 2200BG
Most Linux need special boot options to boot on this laptop: i8042.nomux=1 highres=off nohz=off irqpoll[/size][/color]

Post Reply