Jump to content

name already exist in scope (tnot)


geazz
 Share

7 posts in this topic

Recommended Posts

Hi

im a bit new to dsdt editing,but getting a bit hang of it,but I'm stuck at my last error witch is: name already exist in scope (tnot) on line 19.....and I'm not able to save before its fixed....and i don't know what to change on the line....

i@ve applied mostly patches on other error´s that got fixed and changed some myself also,now only one error and 3 warnings and 60optimizations remain...

 

Anyone know what i need to change on the TNOT error?

Link to comment
Share on other sites

iirc, that TNOT issue keeps on coming back even you delete it. Used to have the issue on my old rig, and i asked someone here and fixed it.

But that was long time ago. May differ now.

Use "Fix TNOT Error" from my laptop patch repo: https://github.com/RehabMan/Laptop-DSDT-Patch

  • Like 2
Link to comment
Share on other sites

  • 1 month later...
  • 6 years later...

@RehabManhi I got couple of errors in my DSDT.aml and can't compile 

 If (Local0) /*it complains about this that it is not being set
                                    {
                                        /* \_SB_.PCI0.LPCB.H_EC.BADC */
                                        BPKG [0x02] = Local0 same here
                                       /* \_SB_.PCI0.LPCB.H_EC.BADV */
                                        Divide (Local0, 0x0A, Local1, Local2) and here                                                   BPKG [0x05] = Local2
                                        Divide (Local0, 0x14, Local1, Local2)
                                        BPKG [0x06] = Local2
                                    }

 

and here it says

 Name(_PRW, Package() { 0x0D, 0 })  Name already exists in scope (\_SB.PCI0.GLAN._PRW)
            Name(_PRW, Package() { 0x6D, 0 }) same here

would love some help
            

Link to comment
Share on other sites

 Share

×
×
  • Create New...