You are not logged in.

#1 2015-03-02 10:08:48

Nordic89
Member
Registered: 2014-05-07
Posts: 49

Arch refuses to automatically load uvcvideo module

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 uvcvideo

Offline

#2 2015-03-02 10:13:52

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: Arch refuses to automatically load uvcvideo module

Nordic89 wrote:

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 smile

Last edited by tomk (2015-03-02 12:47:58)

Offline

#3 2015-03-02 10:48:54

Nordic89
Member
Registered: 2014-05-07
Posts: 49

Re: Arch refuses to automatically load uvcvideo module

tomk wrote:
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

#4 2015-03-02 22:00:15

Head_on_a_Stick
Member
From: The Wirral
Registered: 2014-02-20
Posts: 8,999
Website

Re: Arch refuses to automatically load uvcvideo module

Is the uvcvideo module blacklisted anywhere under /etc/modprobe.d?

After you boot up, what is the output of:

dmesg|grep uvcvideo

Last edited by Head_on_a_Stick (2015-03-02 22:00:37)


Jin, Jîyan, Azadî

Offline

#5 2015-03-03 07:15:48

Nordic89
Member
Registered: 2014-05-07
Posts: 49

Re: Arch refuses to automatically load uvcvideo module

Head_on_a_Stick wrote:

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

Board footer

Powered by FluxBB