The compile error you are getting should be fixed by uninstalling your headers and then reinstalling them. Use the following two commands to do that.
# sudo apt-get remove linux-headers-`uname -r` # sudo apt-get install linux-headers-`uname -r` The backticks around the uname -r simply cause the shell to to replace that whole thing with the output of the enclosed command, and uname -r will return the revision of your kernel. This should hopefully uninstall and then reinstall your headers and hopefully things will work then. On Fri, Jan 16, 2009 at 8:32 AM, A Moomintroll <[email protected]> wrote: > > My webcam is useless then. : ( > > > --~--~---------~--~----~------------~-------~--~----~ Lets make microdia webcams plug'n play, (currently plug'n pray) To post to this group, send email to [email protected] Visit us online https://groups.google.com/group/microdia -~----------~----~----~----~------~----~------~--~---
