PWC file deleted (UBUNTU)
Jonathan Carter (highvoltage)
jonathan at ubuntu.com
Tue Oct 21 11:51:16 BST 2008
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:
jonathan at disclaimer:~$ 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
jonathan at disclaimer:~$ 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
More information about the Ubuntu-motu
mailing list