Problemas do laptop ACPI

1

Acabei de instalar o Ubuntu 17.10 no meu laptop Asus n56vz e tenho alguns problemas. O primeiro com configurações de exibição (eu perguntei sobre isso em outro post). O segundo com ACPI. Há muitos erros ACPI nos arquivos de log, o laptop não reinicia ou desliga, o laptop não suspende quando a tampa está fechada, etc.

Atualização: Consegui corrigir o problema de reinicialização editando o arquivo grub:

sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi=force"
sudo update-grub

Atualização: a solução acima funcionou bem apenas para algumas reinicializações.

Atualização: Por favor, encontre abaixo uma lista de mensagens de log da ACPI

ACPI Error: Method parse/execution failed \_SB.PCI0.PEG0.PEGP._DSM, AE_AML_PACKAGE_LIMIT (20170531/psparse-550)
ACPI Error: Method parse/execution failed \_SB.PCI0.GFX0._DSM, AE_AML_PACKAGE_LIMIT (20170531/psparse-550)
ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20170531/exoparg2-427)
ACPI Error: Method parse/execution failed \_SB.PCI0.GFX0._DSM, AE_AML_PACKAGE_LIMIT (20170531/psparse-550)
ACPI Exception: AE_AML_PACKAGE_LIMIT, Index (0x000000003) is beyond end of object (length 0x0) (20170531/exoparg2-427)
ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE (20170531/psparse-550)
ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20170531/dswexec-461)
ACPI Error: Needed type [Reference], found [Integer] ffff9ff0dc58c2d0 (20170531/exresop-103)
    
por alexander.tkachuk 16.01.2018 / 09:18

1 resposta

0

A maioria desses problemas da ACPI foi resolvida com a mudança do driver de exibição Nouveau para o driver Nvidia 384.111. Agora eu posso reiniciar e desligar meu laptop sem problemas, embora eu ainda tenha alguns erros da ACPI.

ACPI Error: Method parse/execution failed \_PR.CPU0._PDC, AE_AML_OPERAND_TYPE (20170531/psparse-550)
ACPI Exception: AE_AML_OPERAND_TYPE, While resolving operands for [OpcodeName unavailable] (20170531/dswexec-461)
ACPI Error: Needed type [Reference], found [Integer] ffff942bdc58c870 (20170531/exresop-103)
    
por alexander.tkachuk 17.01.2018 / 08:36