/etc/default/acpi-support has this quote:

# Note that network cards and USB controllers will automatically be unloaded 
# unless they're listed in MODULES_WHITELIST

Does the ipw3945 wireless count as a "network card"? - does in my book.
If so, its slightly strange that we're seeing it suspend. (My whitelist is 
blank)

It is the ipw3945 driver which contains this message, but the eth%%d is
a mystery to me. Its not a double % in the code, its an eth%d which
should get expanded in a register_netdev call. The print is:

ipw3945.c:      printk(KERN_INFO "%s: Going into suspend...\n",
dev->name);


I was mainly suspicious when I saw eth%%d in the log, that it might be some 
sort of typo / corruption which could possibly have side-effects. I 
occasionally see crashes resuming from suspend (99.9% chance its not related, 
but I thought it was worth a look anyway)

-- 
typo in eth%d suspend message
https://bugs.launchpad.net/bugs/135068
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to