Hi Nicolas Nicolas Champetier wrote: > I just deleted the PWC.ko under UBUNTU ... what is the way to get it > back ? > Thanks a lot for your help.
Yay, someone finally posts something to -motu that I can help with. This should give you an idea what to do: [EMAIL PROTECTED]:~$ dpkg -S pwc.ko linux-image-2.6.24-19-generic: /lib/modules/2.6.24-19-generic/kernel/drivers/media/video/pwc/pwc.ko [EMAIL PROTECTED]:~$ sudo apt-get --reinstall install linux-image-2.6.24-19-generic dpkg -S will search for which package the file belonged to. After that, you just do a reinstall of the package that will extract all the files from the Debian package again. Note that your kernel version might be different to mine, or you might have different kernel versions installed, so you should probably do an apt-get --reinstall install linux-image-`uname -r` -Jonathan -- Ubuntu-motu mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-motu
