Jump to content

I need help to fix some compile errors


buoo
 Share

9 posts in this topic

Recommended Posts

Pretty sure PCI0 is a Device, not a scope. To correct my previous error it should be     Scope (_SB).

The layout doesn't really matter, as long as the structure is preserved.

 

 Scope (\_SB.PCI0.LPCB.EC0) for example would translate into:

Scope (_SB)
   {
    Device (PCI0)
     {
      Device (LPCB)
       { 
        Device (EC0)
        {

But you can also leave it as  Scope (\_SB.PCI0.LPCB.EC0)

 

Anyway, can the SSDT's be merged into one?

Link to comment
Share on other sites

Should not make a difference, it's just to have a correct structure.

If the external objects are defined in the DSDT, all should be fine, i'll have a look, and hope to post a fixed version tomorrow.

 

SSDT-9 is giving a lot of problems, because of the GFX0 missing a lot of information. Would it not be better to add these SSDT's to the current DSDT?

Link to comment
Share on other sites

This could definitively solve the problem.

I don't need all ACPI tables, I could go for dsdt, one SSDT and another one generated by piker's script for the speedstep.

I'll drop the others.

  • Like 1
Link to comment
Share on other sites

 Share

×
×
  • Create New...