You are not logged in.
I've added it to /etc/modules-load.d/ but my system just doesn't load the module.
It does not show up in lsmod but manually loading with
modprobe uvcvideo works just fine.
dmesg gives me this:
[ 21.575497] uvcvideo: Found UVC 1.00 device USB Webcam (0bda:5727)
[ 21.581353] usbcore: registered new interface driver uvcvideo
[ 23.244421] usbcore: deregistering interface driver uvcvideoOffline
I've added it to /etc/modules-load.d/
Slightly ambiguous there - how exactly did you add it?
Corrected outrageous typo, original preserved for all to see in the quote below ![]()
Last edited by tomk (2015-03-02 12:47:58)
Offline
Nordic89 wrote:I've added it to /etc/modules-load.d/
Slightly amibuous there - how exactly did you add it?
I placed a file in /etc/modules-load.d/ that file is called uvcvideo.conf and it contains a single line with
uvcvideo edit: I've also added
modprobe uvcvideo to an autostartscript which is ran everytime I boot, but that didn't have an effect either.
Judging by the dmesg code it seems like for some reason uvcvideo is unloaded again after it's successfully loaded, am I right? Why is this happening?
Last edited by Nordic89 (2015-03-02 10:53:43)
Offline
Is the uvcvideo module blacklisted anywhere under /etc/modprobe.d?
After you boot up, what is the output of:
dmesg|grep uvcvideoLast edited by Head_on_a_Stick (2015-03-02 22:00:37)
Jin, Jîyan, Azadî
Offline
Is the uvcvideo module blacklisted anywhere under /etc/modprobe.d?
After you boot up, what is the output of:
dmesg|grep uvcvideo
It's not blacklisted. Blacklist.conf is empty.
Dmesg doesn't return anything, uvcvideo is not in the output.
Offline