[Bug 816791] New: ACPI Warning: SystemIO conflicts with Region
https://bugzilla.novell.com/show_bug.cgi?id=816791 https://bugzilla.novell.com/show_bug.cgi?id=816791#c0 Summary: ACPI Warning: SystemIO conflicts with Region Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: x86-64 OS/Version: Other Status: NEW Severity: Major Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: m7979@hotmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 Asus P7H55-M/USB3 motherboard with dual ethernet controllers (rtl8110/8169 & Intel e1000) dmesg reports a failure starting this device. (This worked ok on openSUSE 12.2). RTL port works ok, Intel port does not work (and is the prefered port since it has better performance). lsmod shows e1000e driver gets loaded. Networking fails to work if cable is connected to the e1000 port.
From dmesg:
[ 3.222249] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k [ 3.222251] e1000e: Copyright(c) 1999 - 2012 Intel Corporation. [ 3.222275] e1000e 0000:00:19.0: setting latency timer to 64 [ 3.222335] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservati ve mode [ 3.222371] e1000e 0000:00:19.0: irq 66 for MSI/MSI-X [ 3.227355] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded [ 3.227390] r8169 0000:08:02.0 (unregistered net_device): not PCI Express [ 3.227605] r8169 0000:08:02.0 eth0: RTL8169sc/8110sc at 0xffffc90007a96000, f4:6d:04:b0:5c:6d, XID 18000000 IRQ 16 [ 3.227607] r8169 0000:08:02.0 eth0: jumbo features [frames: 7152 bytes, tx checksumming: ok] [ 3.481572] e1000e 0000:00:19.0 eth1: (PCI Express:2.5GT/s:Width x1) f4:6d:04:b0:54:94 [ 3.481575] e1000e 0000:00:19.0 eth1: Intel(R) PRO/1000 Network Connection [ 3.481610] e1000e 0000:00:19.0 eth1: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF [ 3.481690] mei 0000:00:16.0: setting latency timer to 64 [ 3.481744] mei 0000:00:16.0: irq 67 for MSI/MSI-X [ 3.488521] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20120913/utaddress-251) [ 3.488527] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 3.488529] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20120913/utaddress-251) [ 3.488531] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 3.488533] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20120913/utaddress-251) [ 3.488535] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver Same issue reported here: https://bugzilla.redhat.com/show_bug.cgi?id=849773 Reproducible: Always Steps to Reproduce: 1.connect network cable to e1000 port 2.boot system 3.find error messages (above) in dmesg. 4. network does not connect Actual Results: No network connectivity -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=816791 https://bugzilla.novell.com/show_bug.cgi?id=816791#c Jeff Mahoney <jeffm@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |trenn@suse.com AssignedTo|kernel-maintainers@forge.pr |bpetkov@suse.com |ovo.novell.com | -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=816791 https://bugzilla.novell.com/show_bug.cgi?id=816791#c1 Borislav Petkov <bpetkov@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bpetkov@suse.com |trenn@suse.com --- Comment #1 from Borislav Petkov <bpetkov@suse.com> 2013-07-15 21:43:11 UTC --- This is more trenn stuff. Reassigning. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=816791 https://bugzilla.novell.com/show_bug.cgi?id=816791#c2 Thomas Renninger <trenn@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #2 from Thomas Renninger <trenn@suse.com> 2013-07-19 09:47:40 UTC --- Please try: acpi_enforce_resources=lax The ports are declared in BIOS ACPI namespace. Whether they are really used there needs manual review of the ACPI tables. This is a safety mechanism to prevent unserialized access to the same sources. Because if ACPI really makes use of these, the OS must not as there is no possibility to lock concurrent access between ACPI and OS. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=816791 https://bugzilla.novell.com/show_bug.cgi?id=816791#c3 --- Comment #3 from Mark Mills <m7979@hotmail.com> 2013-07-20 13:58:49 UTC --- added: acpi_enforce_resources=lax to the boot line This seems to make e1000/eth1 available, however, not without complaint. It would be good to know if it possible to make the BIOS ACPI release whatever claims it has on the port. [ 4.097023] e1000e 0000:00:19.0 eth1: (PCI Express:2.5GT/s:Width x1) f4:7e:08:a0:43:49 [ 4.097026] e1000e 0000:00:19.0 eth1: Intel(R) PRO/1000 Network Connection [ 4.097056] e1000e 0000:00:19.0 eth1: MAC: 10, PHY: 11, PBA No: FFFFFF-0FF [ 4.097115] ACPI Warning: 0x0000000000000540-0x000000000000054f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20120913/utaddress-251) [ 4.097119] ACPI: This conflict may cause random problems and system instability [ 4.097120] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 4.097120] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20120913/utaddress-251) [ 4.097122] ACPI: This conflict may cause random problems and system instability [ 4.097123] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver [ 4.097124] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \_SB_.PCI0.SBRG.GPBX 1 (20120913/utaddress-251) [ 4.097125] ACPI: This conflict may cause random problems and system instability [ 4.097126] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com