To apply the patch you need to download the attachment, and also have the latest kernel source downloaded (apt-get source linux-image-3.0.0-12-generic). Then you would apply the patch as follows: patch linux-3.0.0/drivers/usb/core/quirks.c < 843431.patch and build/install the kernel as usual... if you're not familiar with kernel building you would need to look it up ! I'll just post what I did on my quad core box (I like to compile up to 4 objects concurrently to build the kernel faster), I build the kernel into image & headers deb files, which I then install with dpkg, then reboot.
cd linux-3.0.0 sudo CONCURRENCY_LEVEL=4 make-kpkg --initrd kernel-image kernel-headers cd .. dpkg -i linux-image-3.0.4_3.0.4-10.00.Custom_amd64.deb linux-headers-3.0.4_3.0.4-10.00.Custom_amd64.deb ** Patch added: "Latest patch with the C160 camera added as well" https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843431/+attachment/2555919/+files/843431.patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/843431 Title: Logitech camera microphone does not work / makes "chipmunk" sound To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/843431/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
