https://bugzilla.novell.com/show_bug.cgi?id=343874 User gregkh@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=343874#c5 --- Comment #5 from Greg Kroah-Hartman <gregkh@novell.com> 2008-11-03 09:51:03 MST --- Oliver, no need to rebuild anything here, you can just turn on usb debugging dynamically when running by doing the following, as root from a command line: mount debugfs: mount -t debugfs none /sys/kernel/debug enable usbcore debugging: echo "usbcore enabled=1" > /sys/kernel/debug/dynamic_printk/modules Then debugging is enabled, and then the dmesg will contain full log messages that Oliver is asking for. -- 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.