Jump to content
sonyan11

Change quirks of uvcviceo

Recommended Posts

Hello, I use Tinker board 2S. 

OS: Tinker Board 2 Debian 10 V2.1.6

 

I would like to change quirks of uvcvideo driver.

I tried:

sudo modinfo uvcvideo

and got:

modinfo: ERROR: Module uvcvideo not found.

 

I also tried

sudo modprobe uvcvideo quirks=0x80

,but cannot find any changes in /sys/module/uvcvideo/parameters/quirks. It looks like it's not working properly.

Anyone know how to deal with this? Unfortunately, I do not have much experience in Linux Kernel, please let me know if my question is completely out of scope.

 

Best regards,

 

 

Share this post


Link to post
Share on other sites

hello @sonyan11

uvcvideo is compiled into the kernel, tasks that are module-related cannot be supported as uvcvideo by default is not part of the module.

it's necessary to change uvcvideo to module and rebuild the image in order to make the modules work.

  • Thanks 1

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...