LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Hardware (https://www.linuxquestions.org/questions/linux-hardware-18/)
-   -   ACPI Warning: ~ conflicts with OpRegion (https://www.linuxquestions.org/questions/linux-hardware-18/acpi-warning-%7E-conflicts-with-opregion-4175596782/)

BW-userx 01-04-2017 09:18 AM

ACPI Warning: ~ conflicts with OpRegion
 
I was investigating my dmesg log than seen this, now I am investigating this:

ACPI trying to figure out how to eliminate the warnings.

Quote:

[ 6.612459] ACPI Warning: SystemIO range 0x0000000000000428-0x000000000000042F conflicts with OpRegion 0x0000000000000400-0x000000000000047F (\PMIO) (20160422/utaddress-255)
[ 6.612465] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.612470] ACPI Warning: SystemIO range 0x0000000000000540-0x000000000000054F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160422/utaddress-255)
[ 6.612473] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.612476] ACPI Warning: SystemIO range 0x0000000000000530-0x000000000000053F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160422/utaddress-255)
[ 6.612479] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.612481] ACPI Warning: SystemIO range 0x0000000000000500-0x000000000000052F conflicts with OpRegion 0x0000000000000500-0x0000000000000563 (\GPIO) (20160422/utaddress-255)
[ 6.612484] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 6.612484] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 6.618212] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.0/0000:01:00.1/sound/card1/input11
I installed something called acpica-utils or by other distros I assume is called acpica-tools. I do not know any of the names of the tools in order to run them on the command line to try and figure out how to use them. It is like giving someone a box full of stuff and not seeing what is inside of it in order to know what any of the items are called to see how to use whatever it is that is in the box.

The questions would be. How do I find out if I have a ACPI driver for the devices it states put in bold font.

How to put into service the drivers needed to eliminate the warnings(if possible)?

TheEzekielProject 01-04-2017 10:42 AM

Hmmm. A little googling seems to show the warnings you're getting are mostly harmless and may be solved by installing the proper ACPI driver for your computer See here Also, you may have a look here regarding the contents of the acpica-utils package

BW-userx 01-04-2017 07:35 PM

Quote:

Originally Posted by The EzekielProject (Post 5650279)
Hmmm. A little googling seems to show the warnings you're getting are mostly harmless and may be solved by installing the proper ACPI driver for your computer See here Also, you may have a look here regarding the contents of the acpica-utils package

I did that
Code:

acpi -i
already. got this
Code:

userx@voider~:>> acpi -i
Battery 0: Unknown, 98%
Battery 0: design capacity 4208 mAh, last full capacity 4208 mAh = 100%

just battery stats.

I'll Look at that man page you found more tomorrow when I get time. Thnaks


All times are GMT -5. The time now is 06:34 PM.