https://bugzilla.kernel.org/show_bug.cgi?id=197889

[email protected] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #11 from [email protected] ---
(In reply to Erik Schmauss from comment #7)
> These tables contain a firmware bug. If you want to get rid of the error
> messages below the firmware must be fixed.
> 
> [    0.030685] ACPI Error: [PRT0] Namespace lookup failure,
> AE_ALREADY_EXISTS (20170728/dswload-378)
> [    0.030692] ACPI Exception: AE_ALREADY_EXISTS, During name lookup/catalog
> (20170728/psobject-252)
> [    0.030765] ACPI Exception: AE_ALREADY_EXISTS, (SSDT:SataTabl) while
> loading table (20170728/tbxfload-228)
> [    0.039918] ACPI Error: 1 table load failures, 10 successful
> (20170728/tbxfload-246)
> 
> So you might want to contact ASUS about this issue.

As many users has acpi errors, simplest solution is that intel developers use
dev_info instead of dev_err call for those message. This way you disable all
acpi errors:
enable ACPI_NO_ERROR_MESSAGES. Exporting ACPI_HELP_APP as terminal environment
variable does not work.

./include/acpi/platform/acenv.h
/* acpi_help configuration. Error messages disabled. */

#ifdef ACPI_HELP_APP
#define ACPI_NO_ERROR_MESSAGES
#endif
+#define ACPI_NO_ERROR_MESSAGES

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to