Confirmed on Dapper x86 (updated to 19-06-2006). After shutdown the
(kernel) message "Power down" appears, but nothing happens. It seems to
be related with a kernel module: When I enter the following command, my
computer DOES turn off:

sudo su -
lsmod | cut -d" " -f1 | while read MODULE; do rmmod $MODULE; done; 
/sbin/shutdown

Maybe someone can tell me how to track down that one module which causes
the problem ...?

-- 
My PC don't shutdown with this kernel
https://launchpad.net/bugs/50416

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

Reply via email to