Comment 94 for bug 435352

Revision history for this message
Christian Berg (xeniac) wrote :

My Way to increase the chances the USB Stack won't crash with the camara:

edit /etc/default/grub as root and change the Parameters for GRUB_CMDLINE_LINUX_DEFAULT and GRUB_CMDLINE_LINUX to:
GRUB_CMDLINE_LINUX_DEFAULT=""
GRUB_CMDLINE_LINUX="clocksource=hpet"

Save the changes, and run update-grub as root.

If you still use the old grub 0.97 you can find the linux kernel options in /boot/grub/menu.lst

This increased my chances to boot with USB Support up to 70%, but it also sucks a liitle more power out of your battery. (at lease powertop says so)