Acpi error

Knoppix

Модераторы: Warderer, Модераторы разделов

Аватара пользователя
shevan
Сообщения: 992
ОС: Debian, Puppy

Acpi error

Сообщение shevan »

Вот кусок лога

Код: Выделить всё

[fglrx] IRQ 27 Disabled
 ACPI Error: No handler for Region [SACS] (f6c1d140) [PCI_Config] (20090903/evregion-319)
 ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
 ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D0._STA] (Node f6c237e0), AE_NOT_EXIST
 ACPI Error (uteval-0250): Method execution failed [\PRID.P_D0._STA] (Node f6c237e0), AE_NOT_EXIST
 ACPI Error: No handler for Region [SACS] (f6c1d140) [PCI_Config] (20090903/evregion-319)
 ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
 ACPI Error (psparse-0537): Method parse/execution failed [\PRID.P_D1._STA] (Node f6c23888), AE_NOT_EXIST
 ACPI Error (uteval-0250): Method execution failed [\PRID.P_D1._STA] (Node f6c23888), AE_NOT_EXIST
 ACPI Error: No handler for Region [SACS] (f6c1d140) [PCI_Config] (20090903/evregion-319)
 ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
 ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D0._STA] (Node f6c239f0), AE_NOT_EXIST
 ACPI Error (uteval-0250): Method execution failed [\SECD.S_D0._STA] (Node f6c239f0), AE_NOT_EXIST
 ACPI Error: No handler for Region [SACS] (f6c1d140) [PCI_Config] (20090903/evregion-319)
 ACPI Error: Region PCI_Config(2) has no handler (20090903/exfldio-295)
ACPI Error (psparse-0537): Method parse/execution failed [\SECD.S_D1._STA] (Node f6c23a98), AE_NOT_EXIST
 ACPI Error (uteval-0250): Method execution failed [\SECD.S_D1._STA] (Node f6c23a98), AE_NOT_EXIST
GART Table is not in FRAME_BUFFER range
Firegl kernel thread PID: 9883
 IRQ 27 Enabled
Gart USWC size:556 M.
Gart cacheable size:217 M.
 Reserved FB block: Shared offset:0, size:1000000
Reserved FB block: Unshared offset:fffb000, size:5000
[fglrx] IRQ 27 Disabled

Ошибки ACPI идут с загрузкой fglrx, поэтому подумал, что они как-то связаны.
Спасибо сказали:
shotdownsystem
Сообщения: 423
ОС: Basic command interpreter

Re: Acpi error

Сообщение shotdownsystem »

shevan писал(а):
13.08.2011 09:40
Ошибки ACPI идут с загрузкой fglrx, поэтому подумал, что они как-то связаны.

а дсдт в человеческом виде можете показать?
puts ("Working, please wait...");while(1);
Спасибо сказали:
Аватара пользователя
shevan
Сообщения: 992
ОС: Debian, Puppy

Re: Acpi error

Сообщение shevan »

# cat /sys/firmware/acpi/tables/DSDT > dsdt.dat
# iasl -d dsdt.dat
вывод - дизассемблировал успешно
# iasl -tc dsdt.dsl
при рекомпиляции выдало (не весь список - только то, что скопировал с терминала)

Код: Выделить всё

.....
dsdt.dsl  1741:                 LNKE,
Error    4064 -                    ^ Object does not exist (LNKE)

dsdt.dsl  1749:                 LNKG,
Error    4064 -                    ^ Object does not exist (LNKG)

dsdt.dsl  1757:                 LNKH,
Error    4064 -                    ^ Object does not exist (LNKH)

dsdt.dsl  1765:                 LNKE,
Error    4064 -                    ^ Object does not exist (LNKE)

dsdt.dsl  1773:                 LNKF,
Error    4064 -                    ^ Object does not exist (LNKF)

dsdt.dsl  2764:                 If (ECEN)
Error    4096 -                  ^ syntax error, unexpected PARSEOP_IF

dsdt.dsl  2767:                     OperationRegion (ECBP, SystemIO, ECIN, 0x02)
Error    4064 -                                   Object does not exist ^  (ECIN)

dsdt.dsl  2773:                     OperationRegion (ECIO, SystemIO, ECIN, 0x02)
Error    4064 -                                   Object does not exist ^  (ECIN)

dsdt.dsl  2809:                         Acquire (ECMU, 0x5000)
Error    4064 -               Object does not exist ^  (ECMU)

dsdt.dsl  2809:                         Acquire (ECMU, 0x5000)
Warning  1105 -        Possible operator timeout is ignored ^

dsdt.dsl  2823:                         Release (ECMU)
Error    4064 -               Object does not exist ^  (ECMU)

dsdt.dsl  2829:                         Acquire (ECMU, 0x1388)
Error    4064 -               Object does not exist ^  (ECMU)

dsdt.dsl  2829:                         Acquire (ECMU, 0x1388)
Warning  1105 -        Possible operator timeout is ignored ^

dsdt.dsl  2830:                         Acquire (MLMU, 0x1388)
Error    4064 -               Object does not exist ^  (MLMU)

dsdt.dsl  2830:                         Acquire (MLMU, 0x1388)
Warning  1105 -        Possible operator timeout is ignored ^

dsdt.dsl  2845:                         Release (MLMU)
Error    4064 -               Object does not exist ^  (MLMU)

dsdt.dsl  2845:                         Release (MLMU)
Warning  1100 -            Statement is unreachable ^

dsdt.dsl  2846:                         Release (ECMU)
Error    4064 -               Object does not exist ^  (ECMU)

dsdt.dsl  2851:                         Acquire (ECMU, 0x1388)
Error    4064 -               Object does not exist ^  (ECMU)

dsdt.dsl  2851:                         Acquire (ECMU, 0x1388)
Warning  1105 -        Possible operator timeout is ignored ^

dsdt.dsl  2852:                         Acquire (MLMU, 0x1388)
Error    4064 -               Object does not exist ^  (MLMU)

dsdt.dsl  2852:                         Acquire (MLMU, 0x1388)
Warning  1105 -        Possible operator timeout is ignored ^

dsdt.dsl  2867:                         Release (MLMU)
Error    4064 -               Object does not exist ^  (MLMU)

dsdt.dsl  2868:                         Release (ECMU)
Error    4064 -               Object does not exist ^  (ECMU)

dsdt.dsl  3018:                             Acquire (ECMU, 0x1388)
Error    4064 -                   Object does not exist ^  (ECMU)

dsdt.dsl  3018:                             Acquire (ECMU, 0x1388)
Warning  1105 -            Possible operator timeout is ignored ^

dsdt.dsl  3031:                             Release (ECMU)
Error    4064 -                   Object does not exist ^  (ECMU)

dsdt.dsl  3088:                             Acquire (ECMU, 0x1388)
Error    4064 -                   Object does not exist ^  (ECMU)

dsdt.dsl  3088:                             Acquire (ECMU, 0x1388)
Warning  1105 -            Possible operator timeout is ignored ^

dsdt.dsl  3096:                             Release (ECMU)
Error    4064 -                   Object does not exist ^  (ECMU)

dsdt.dsl  3211:                     If (ECEN)
Error    4064 -      Object does not exist ^  (ECEN)

dsdt.dsl  3213:                         PPTS (Arg0)
Error    4068 -                            ^ Object is not accessible from this scope (PPTS)

dsdt.dsl  3219:                     If (ECEN)
Error    4064 -      Object does not exist ^  (ECEN)

dsdt.dsl  3221:                         WWAK (Arg0)
Error    4068 -                            ^ Object is not accessible from this scope (WWAK)

dsdt.dsl  3696:                         CreateDWordField (CRS, \_SB.PCI0.SBRG.HPET._Y04._BAS, HPT)
Error    4064 -                                                      Object does not exist ^  (\_SB.PCI0.SBRG.HPET._Y04._BAS)

dsdt.dsl  3715:                         CreateDWordField (CRS, \_SB.PCI0.PCIE._Y05._BAS, BAS1)
Error    4064 -                                                 Object does not exist ^  (\_SB.PCI0.PCIE._Y05._BAS)

dsdt.dsl  3716:                         CreateDWordField (CRS, \_SB.PCI0.PCIE._Y05._LEN, LEN1)
Error    4064 -                                                 Object does not exist ^  (\_SB.PCI0.PCIE._Y05._LEN)

dsdt.dsl  3742:                             CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y06._LEN, ML01)
Error    4064 -                                                          Object does not exist ^  (\_SB.PCI0.SBRG.OMSC._Y06._LEN)

dsdt.dsl  3743:                             CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y06._BAS, MB01)
Error    4064 -                                                          Object does not exist ^  (\_SB.PCI0.SBRG.OMSC._Y06._BAS)

dsdt.dsl  3744:                             CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y07._LEN, ML02)
Error    4064 -                                                          Object does not exist ^  (\_SB.PCI0.SBRG.OMSC._Y07._LEN)

dsdt.dsl  3745:                             CreateDWordField (CRS, \_SB.PCI0.SBRG.OMSC._Y07._BAS, MB02)
Error    4064 -                                                          Object does not exist ^  (\_SB.PCI0.SBRG.OMSC._Y07._BAS)

dsdt.dsl  3756:                 Device (^^RMEM)
Error    4057 - Name already exists in scope ^  (^^RMEM)

dsdt.dsl  3758:                     Name (_HID, EisaId ("PNP0C01"))
Error    4057 - Name already exists in scope ^  (_HID)

dsdt.dsl  3758:                     Name (_HID, EisaId ("PNP0C01"))
Error    4068 -                              ^ Object is not accessible from this scope (_HID)

dsdt.dsl  3759:                     Name (_UID, One)
Error    4057 - Name already exists in scope ^  (_UID)

dsdt.dsl  3759:                     Name (_UID, One)
Error    4068 -                              ^ Object is not accessible from this scope (_UID)

dsdt.dsl  3760:                     Name (CRS, ResourceTemplate ()
Error    4068 -                             ^ Object is not accessible from this scope (CRS_)

dsdt.dsl  3783:                     Method (_CRS, 0, NotSerialized)
Error    4068 -                                ^ Object is not accessible from this scope (_CRS)

dsdt.dsl  3785:                         CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
Error    4068 -    Object is not accessible from this scope ^  (BAS1)

dsdt.dsl  3785:                         CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
Error    4068 -    Object is not accessible from this scope ^  (CRS_)

dsdt.dsl  3785:                         CreateDWordField (CRS, \_SB.RMEM._Y08._BAS, BAS1)
Error    4064 -                                            Object does not exist ^  (\_SB.RMEM._Y08._BAS)

dsdt.dsl  3786:                         CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
Error    4068 -    Object is not accessible from this scope ^  (LEN1)

dsdt.dsl  3786:                         CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
Error    4068 -    Object is not accessible from this scope ^  (CRS_)

dsdt.dsl  3786:                         CreateDWordField (CRS, \_SB.RMEM._Y08._LEN, LEN1)
Error    4064 -                                            Object does not exist ^  (\_SB.RMEM._Y08._LEN)

dsdt.dsl  3787:                         CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
Error    4068 -    Object is not accessible from this scope ^  (BAS2)

dsdt.dsl  3787:                         CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
Error    4068 -    Object is not accessible from this scope ^  (CRS_)

dsdt.dsl  3787:                         CreateDWordField (CRS, \_SB.RMEM._Y09._BAS, BAS2)
Error    4064 -                                            Object does not exist ^  (\_SB.RMEM._Y09._BAS)

dsdt.dsl  3788:                         CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
Error    4068 -    Object is not accessible from this scope ^  (LEN2)

dsdt.dsl  3788:                         CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
Error    4068 -    Object is not accessible from this scope ^  (CRS_)

dsdt.dsl  3788:                         CreateDWordField (CRS, \_SB.RMEM._Y09._LEN, LEN2)
Error    4064 -                                            Object does not exist ^  (\_SB.RMEM._Y09._LEN)

dsdt.dsl  3789:                         CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
Error    4068 -    Object is not accessible from this scope ^  (LEN3)

dsdt.dsl  3789:                         CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
Error    4068 -    Object is not accessible from this scope ^  (CRS_)

dsdt.dsl  3789:                         CreateDWordField (CRS, \_SB.RMEM._Y0A._LEN, LEN3)
Error    4064 -                                            Object does not exist ^  (\_SB.RMEM._Y0A._LEN)

dsdt.dsl  3790:                         CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
Error    4068 -    Object is not accessible from this scope ^  (BAS4)

dsdt.dsl  3790:                         CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
Error    4068 -    Object is not accessible from this scope ^  (CRS_)

dsdt.dsl  3790:                         CreateDWordField (CRS, \_SB.RMEM._Y0B._BAS, BAS4)
Error    4064 -                                            Object does not exist ^  (\_SB.RMEM._Y0B._BAS)

dsdt.dsl  3791:                         CreateDWordField (CRS, \_SB.RMEM._Y0B._LEN, LEN4)
Error    4068 -    Object is not accessible from this scope ^  (LEN4)

dsdt.dsl  3791:                         CreateDWordField (CRS, \_SB.RMEM._Y0B._LEN, LEN4)
Error    4068 -    Object is not accessible from this scope ^  (CRS_)

dsdt.dsl  3791:                         CreateDWordField (CRS, \_SB.RMEM._Y0B._LEN, LEN4)
Error    4064 -                                            Object does not exist ^  (\_SB.RMEM._Y0B._LEN)

dsdt.dsl  3799:                                     Store (0x000C0000, BAS1)
Error    4068 -                  Object is not accessible from this scope ^  (BAS1)

dsdt.dsl  3800:                                     Subtract (MG1B, BAS1, LEN1)
Error    4068 -               Object is not accessible from this scope ^  (BAS1)

dsdt.dsl  3800:                                     Subtract (MG1B, BAS1, LEN1)
Error    4068 -                     Object is not accessible from this scope ^  (LEN1)

dsdt.dsl  3805:                                 Store (0x000C0000, BAS1)
Error    4068 -              Object is not accessible from this scope ^  (BAS1)

dsdt.dsl  3806:                                 Store (0x00020000, LEN1)
Error    4068 -              Object is not accessible from this scope ^  (LEN1)

dsdt.dsl  3811:                                 Store (Local0, BAS2)
Error    4068 -          Object is not accessible from this scope ^  (BAS2)

dsdt.dsl  3812:                                 Subtract (0x00100000, BAS2, LEN2)
Error    4068 -                 Object is not accessible from this scope ^  (BAS2)

dsdt.dsl  3812:                                 Subtract (0x00100000, BAS2, LEN2)
Error    4068 -                       Object is not accessible from this scope ^  (LEN2)

dsdt.dsl  3816:                         Subtract (MG2B, 0x00100000, LEN3)
Error    4068 -               Object is not accessible from this scope ^  (LEN3)

dsdt.dsl  3817:                         Store (MH1B, BAS4)
Error    4068 -                                         ^ Object is not accessible from this scope (BAS4)

dsdt.dsl  3818:                         Subtract (Zero, BAS4, LEN4)
Error    4068 -   Object is not accessible from this scope ^  (BAS4)

dsdt.dsl  3818:                         Subtract (Zero, BAS4, LEN4)
Error    4068 -         Object is not accessible from this scope ^  (LEN4)

dsdt.dsl  3819:                         Return (CRS)
Error    4068 -                                   ^ Object is not accessible from this scope (CRS_)

dsdt.dsl  4038:                         CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._MIN, GP00)
Error    4064 -                                                     Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0C._MIN)

dsdt.dsl  4039:                         CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._MAX, GP01)
Error    4064 -                                                     Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0C._MAX)

dsdt.dsl  4040:                         CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0C._LEN, GP0L)
Error    4064 -                                                     Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0C._LEN)

dsdt.dsl  4046:                             CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MIN, GP10)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0D._MIN)

dsdt.dsl  4047:                             CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._MAX, GP11)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0D._MAX)

dsdt.dsl  4048:                             CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0D._LEN, GP1L)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0D._LEN)

dsdt.dsl  4056:                             CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MIN, GP20)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0E._MIN)

dsdt.dsl  4057:                             CreateWordField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._MAX, GP21)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0E._MAX)

dsdt.dsl  4058:                             CreateByteField (CRS, \_SB.PCI0.SBRG.RMSC._Y0E._LEN, GP2L)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.RMSC._Y0E._LEN)

dsdt.dsl  4204:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y0F._MIN, GP10)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y0F._MIN)

dsdt.dsl  4205:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y0F._MAX, GP11)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y0F._MAX)

dsdt.dsl  4206:                             CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y0F._LEN, GPL1)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y0F._LEN)

dsdt.dsl  4214:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y10._MIN, GP20)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y10._MIN)

dsdt.dsl  4215:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y10._MAX, GP21)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y10._MAX)

dsdt.dsl  4216:                             CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y10._LEN, GPL2)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y10._LEN)

dsdt.dsl  4224:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y11._MIN, GP30)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y11._MIN)

dsdt.dsl  4225:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y11._MAX, GP31)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y11._MAX)

dsdt.dsl  4226:                             CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y11._LEN, GPL3)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y11._LEN)

dsdt.dsl  4234:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._MIN, GP40)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y12._MIN)

dsdt.dsl  4235:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._MAX, GP41)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y12._MAX)

dsdt.dsl  4236:                             CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y12._LEN, GPL4)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y12._LEN)

dsdt.dsl  4244:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._MIN, GP50)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y13._MIN)

dsdt.dsl  4245:                             CreateWordField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._MAX, GP51)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y13._MAX)

dsdt.dsl  4246:                             CreateByteField (CRS, \_SB.PCI0.SBRG.SIOR._Y13._LEN, GPL5)
Error    4064 -                                                         Object does not exist ^  (\_SB.PCI0.SBRG.SIOR._Y13._LEN)

dsdt.dsl  4593:                 CreateWordField (CRS1, \_SB.PCI0.SBRG._Y14._INT, IRQM)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y14._INT)

dsdt.dsl  4594:                 CreateByteField (CRS1, \_SB.PCI0.SBRG._Y15._DMA, DMAM)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y15._DMA)

dsdt.dsl  4595:                 CreateWordField (CRS1, \_SB.PCI0.SBRG._Y16._MIN, IO11)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y16._MIN)

dsdt.dsl  4596:                 CreateWordField (CRS1, \_SB.PCI0.SBRG._Y16._MAX, IO12)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y16._MAX)

dsdt.dsl  4597:                 CreateByteField (CRS1, \_SB.PCI0.SBRG._Y16._LEN, LEN1)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y16._LEN)

dsdt.dsl  4617:                 CreateWordField (CRS2, \_SB.PCI0.SBRG._Y17._INT, IRQE)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y17._INT)

dsdt.dsl  4618:                 CreateByteField (CRS2, \_SB.PCI0.SBRG._Y18._DMA, DMAE)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y18._DMA)

dsdt.dsl  4619:                 CreateWordField (CRS2, \_SB.PCI0.SBRG._Y19._MIN, IO21)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y19._MIN)

dsdt.dsl  4620:                 CreateWordField (CRS2, \_SB.PCI0.SBRG._Y19._MAX, IO22)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y19._MAX)

dsdt.dsl  4621:                 CreateByteField (CRS2, \_SB.PCI0.SBRG._Y19._LEN, LEN2)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y19._LEN)

dsdt.dsl  4622:                 CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MIN, IO31)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y1A._MIN)

dsdt.dsl  4623:                 CreateWordField (CRS2, \_SB.PCI0.SBRG._Y1A._MAX, IO32)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y1A._MAX)

dsdt.dsl  4624:                 CreateByteField (CRS2, \_SB.PCI0.SBRG._Y1A._LEN, LEN3)
Error    4064 -                                         Object does not exist ^  (\_SB.PCI0.SBRG._Y1A._LEN)

dsdt.dsl  4900:                         Return (AR0C)
Error    4068 -                                    ^ Object is not accessible from this scope (AR0C)

dsdt.dsl  4903:                     Return (PR0C)
Error    4068 -                                ^ Object is not accessible from this scope (PR0C)

dsdt.dsl  4973:                 If (LEqual (STCL, 0x0101))
Error    4096 -                  ^ syntax error, unexpected PARSEOP_IF

dsdt.dsl  5364:         Scope           }
Error    4096 -             ^ syntax error, unexpected PARSEOP_SCOPE, expecting $end


ASL Input: dsdt.dsl - 10147 lines, 345314 bytes, 1567 keywords
Compilation complete. 191 Errors, 8 Warnings, 0 Remarks, 7 Optimizations

Что за херня?
Спасибо сказали:
Аватара пользователя
shevan
Сообщения: 992
ОС: Debian, Puppy

Re: Acpi error

Сообщение shevan »

190 ошибок я править не буду :ohmy:
разве что все от одной произошли
Спасибо сказали: