Helpful hints for gspca maintenance
Curtis Schroeder <[email protected]>
| Newsgroups | gmane.comp.video.video4linux |
|---|---|
| Message-ID | <[email protected]> |
A couple helpful hints I've learned for maintaining a gspca driver.
To rebuild the driver after a kernel update:
make clean
rm v4l/.version
make
sudo make install
sudo depmod -ae $(uname -r)
To automatically prevent the sn9c102 driver from being loaded. Create file '/etc/modprobe.d/blacklist' with the following content:
#webcam bad driver
blacklist sn9c102
I hope others on this list find this information helpful,
Curt
--
video4linux-list mailing list
Unsubscribe mailto:[email protected]?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list