Archiv > Development

Test MLD-4 ISO

<< < (69/89) > >>

gkd-berlin:
Hallo,

meine /boot/syslinux/extlinux.conf sieht z.Z. so aus:

--- Code: ---nclude style.cfg


label quiet
<------>kernel /boot/kernel
<------>append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off hpet=disable acpi_enforce_resources=lax

label normal
<------>menu default
<------>kernel /boot/kernel
<------>append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off hpet=disable acpi_enforce_recources=lax

label verbose
<------>kernel /boot/kernel
<------>append root=/dev/sda1 rootwait vga=0x314 splash=verbose apm=off nobg hpet=disable acpi_enforce_recources=lax

label snapshots
<------>kernel /boot/kernel
<------>append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off hpet=disable QUIET=1 snapshot=select
--- End code ---

Nur wenn ich "normal" per Hand auswähle, klappt es mit dem w83627ehf-Treiber.
In allen anderen Fällen, ob per Hand oder automatisch, wird immer der atk0110 geladen.

Gruß Gerhard

Delaney:
sieht mir nach Typo aus.
resources mit 2 s und einem c, in Deinem Beispiel dürfte eigentl nur der erste Eintrag klappen.

gkd-berlin:
Hallo Carsten,

so bescheuert kann man ja eigentlich nicht sein. Schreibfehler einzubauen ist verwerflich.

Nun sieht die extlinux.conf so aus:

--- Code: ---include style.cfg


label quiet
<------>kernel /boot/kernel
<------>append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off nodialog hpet=disable acpi_enforce_resources=lax

label normal
<------>menu default
<------>kernel /boot/kernel
<------>append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off hpet=disable acpi_enforce_resources=lax

label verbose
<------>kernel /boot/kernel
<------>append root=/dev/sda1 rootwait vga=0x314 splash=verbose apm=off nobg hpet=disable acpi_enforce_resources=lax

label snapshots
<------>kernel /boot/kernel
<------>append root=/dev/sda1 rootwait vga=0x314 splash=silent quiet apm=off hpet=disable QUIET=1 snapshot=select
--- End code ---

Leider leider hat sich am Ergebnis nichts geändert. Trotz der Schreibfehler hat vorher "normal" funktioniert.
Jetzt: Nur wenn ich "normal" per Hand auswähle, klappt es mit dem w83627ehf-Treiber.
In allen anderen Fällen, ob per Hand oder automatisch, wird immer der atk0110 geladen.

Gruß Gerhard

Es kommt noch besser. Wenn in der Appendzeile von "normal" das acpi_enforce_resources=lax fehlt, funktioniert es trotzdem.
Deshalb nehme ich an, acpi_enforce_resources=lax funktioniert nicht.
Was muß ich ändern um automatisch mit "normal" zu booten?

Delaney:

--- Quote from: gkd-berlin on March 10, 2014, 00:14:26 ---Schreibfehler einzubauen ist verwerflich.
--- End quote ---
iwo, nur menschlich, wenn ich zu lange am Bildschirm sitze seh ich auch nur noch "kariert" ;)

--- Quote ---Es kommt noch besser. Wenn in der Appendzeile von "normal" das acpi_enforce_resources=lax fehlt, funktioniert es trotzdem.
Deshalb nehme ich an, acpi_enforce_resources=lax funktioniert nicht.
--- End quote ---
das die Zeile funktioniert hast ja eigentlich schon festgestellt ;)
Läßt sich auch aufgrund der Warnmeldung per dmesg überprüfen.
Mir scheint eher das dieser Zusatz durch die Versuche nun nicht nur in der extlinux.cfg steht, sondern auch in einer der anderen von extlinux/syslinux abgeklapperten Dateien und Einträge.
grep doch einfach mal nach "acpi_enforce"


--- Quote ---Was muß ich ändern um automatisch mit "normal" zu booten?
--- End quote ---
Entscheidend ist bei welchem "label" Abschnitt diese Zeile auftaucht.

"      menu default"


gkd-berlin:
Hallo Carsten,

in dmesg finde ich:

--- Code: ---w83627ehf: Found W83627DHG-P chip at 0x290
ACPI Warning: 0x00000295-0x00000296 SystemIO conflicts with Region \_SB_.PCI0.SBRG.SIOR.HWRE 1 (20131115/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
w83627ehf: Found W83627DHG-P chip at 0x290
ACPI Warning: 0x00000295-0x00000296 SystemIO conflicts with Region \_SB_.PCI0.SBRG.SIOR.HWRE 1 (20131115/utaddress-251)
ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
--- End code ---

grep findet "acpi_enforce" nur in der extlinux.config und in /lib/modules/3.13.5.35/kernel/drivers/hwmon/asus_atk0110.ko hier als Komentar auf.

Ich werde abends ein frisches System nur mit systeminfo installieren und systematisch suchen.

Gruß Gerhard

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version