Petteri Tammiaho wrote:
[...]
> Motherboard is an Abit AB9 Pro with Intel E6300 Core 2 Duo CPU
>
> The problem starts after the tzmon has been loaded:
> Apr 16 21:20:14 sauron genunix: [ID 936769 kern.notice] pcie_pci5 is /[EMAIL
> PROTECTED],0/pci8086,[EMAIL PROTECTED],5
> Apr 16 21:20:14 sauron pseudo: [ID 129642 kern.notice] pseudo-device: tzmon0
>
> I have a very strong feelin, that the problem is caused by a bad ACPI table
> that has an
> empty method:
>
> Method (GAHS, 1, NotSerialized)
> {
> }
>
> Which is called at:
>
> Method (_TMP, 0, NotSerialized)
> {
> And (SENF, 0x02, Local6)
> If (LNotEqual (Local6, 0x02))
> {
> Store (0x33, DBG1)
> If (LEqual (GOHO (), 0x00))
> {
> !!*** Store (GAHS (0x00), Local6) ***!!
> And (Local6, 0x01, Local6)
> If (LEqual (Local6, 0x01))
> {
>
> I added Return (0x1) inside the GAHS, fixed a couple of other more commong
> problems and
> compiled the file to a new dat-file, which I copied to
> /boot/acpi/tables/DSDT_INTELR_AWARDCPI.dat as the original file had the
> following
> definition block:
>
> DefinitionBlock ("{From Memory Of Running System}.aml", "DSDT", 1, "INTELR",
> "AWRDACPI", 0x00001000)
Double-checl your spelling on the filename; I believe you wanted to type:
/boot/acpi/tables/DSDT_INTELR_AWRDACPI.dat
unless this is a typo in the message and not on your system :-) I have
successfully replaced ACPI tables a number of times without problem.
> After init 6, the system still keeps on complaining and I can't find anything
> that
> would suggest that the new ACPI table would have been loaded.
>
> I'm running out of ideas and would greatly appreciate if someone could give
> any hints
> to move forward. I would rather not turn the whole ACPI off as this seems to
> be the
> only issue I'm facing with it.
You can prevent the tzmon-induced messages by adding the following line
to /etc/system and rebooting:
exclude: drv/tzmon
while you sort out the rest of the issue.
Cheers,
Dana
_______________________________________________
opensolaris-discuss mailing list
[email protected]