No i am getting the following error
root@sharief-desktop:/home/sharief# rmmod gspca_zc3xx
ERROR: Module gspca_zc3xx is in use
root@sharief-desktop:/home/sharief# rmmod gspca_main
ERROR: Module gspca_main is in use by gspca_zc3xx
root@sharief-desktop:/home/sharief#
So i am confused how to check.
if i check through "module -d "modulename". I am following things
sharief@sharief-desktop:~$ modinfo -d gspca_zc3xx
GSPCA ZC03xx/VC3xx USB Camera Driver
sharief@sharief-desktop:~$ modinfo -d gspca_main
GSPCA USB Camera Driver
sharief@sharief-desktop:~$ modinfo -d videodev
Device registrar for Video4Linux drivers v2
sharief@sharief-desktop:~$ modinfo -d v4l1_compat
v4l(1) compatibility layer for v4l2 drivers.
sharief@sharief-desktop:~$
So first two things are showing as camera driver. bur how it is possible. kindly help me
2009/9/11 Steven Yao <yaohaiping.linux@xxxxxxxxx>
Hi Niamathullah sharief,i think you can use rmmod to test which module is exactly for your webcam.Best regardsSteven Yao2009/9/11 Niamathullah sharief <newbiesha@xxxxxxxxx>
Hi friends,I have some doubts in video device driver. I have an Creative webcam with me. After inserting the webcam i have seen the following modules installedModule Size Used bygspca_zc3xx 55936 0gspca_main 29312 1 gspca_zc3xxvideodev 41344 1 gspca_mainv4l1_compat 22404 1 videodevI dont know which module is exactly for my webcam? i am seeing 5 extra module installed after inserting my webcam. I am confused. Can anyone help me?