I am trying to install gspca for my webcam, the problem is I need to remove the old spca driver first but apt says its not installed.
root@linux:# apt-get remove spca5xx
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package spca5xx
snip - dmesg | less
Linux video capture interface: v1.00 drivers/usb/media/spca5xx/spca5xx-main.c: USB SPCA5XX camera found. Type Vimicro Zc305B 0x305b
usbcore: registered new driver spca5xx drivers/usb/media/spca5xx/spca5xx-main.c: spca5xx driver 00.57
How do I remove the old driver so I am able to install the new one?
Thanks in advance for any help.....
root@linux:# apt-get remove spca5xx
Reading package lists... Done
Building dependency tree... Done
E: Couldn't find package spca5xx
snip - dmesg | less
Linux video capture interface: v1.00 drivers/usb/media/spca5xx/spca5xx-main.c: USB SPCA5XX camera found. Type Vimicro Zc305B 0x305b
usbcore: registered new driver spca5xx drivers/usb/media/spca5xx/spca5xx-main.c: spca5xx driver 00.57
How do I remove the old driver so I am able to install the new one?
Thanks in advance for any help.....
Comment