Comment 3 for bug 68328

Revision history for this message
ubuntu_demon (ubuntu-demon) wrote :

The syslog warning :

Oct 26 08:34:17 T-2500 kernel: [17180181.384000] ACPI: PCI interrupt for device 0000:04:00.0 disabled
Oct 26 08:34:17 T-2500 kernel: [17180181.596000] ACPI: PCI interrupt for device 0000:03:00.0 disabled

had to do with these devices :

03:00.0 Network controller: Intel Corporation PRO/Wireless 3945ABG Network Connection (rev 02)
04:00.0 Ethernet controller: Marvell Technology Group Ltd. 88E8053 PCI-E Gigabit Ethernet Controller (rev 20)

I added ipw3945 and sky2 in this part of /etc/default/acpi-support :

# Add modules to this list to have them removed before suspend and reloaded
# on resume. An example would be MODULES="em8300 yenta_socket"
#
# Note that network cards and USB controllers will automatically be unloaded
# unless they're listed in MODULES_WHITELIST
MODULES="ipw3945 sky2"

But it didn't have any effect. (sky2 is the module for my gigabit ethernet)