You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm trying to build & run akvcam in alpine, when modprobe akvcam, dmesg says: "Unknown symbol vb2_vmalloc_memops".
I'm not familiar with linux kernel, ChatGPT tells me I should load videobuf2_vmalloc first, either manually run modprobe videobuf2_vmalloc or add request_module("videobuf2_vmalloc") in akvcam init function. Will it be better adding request_module("videobuf2_vmalloc") into this project?
The text was updated successfully, but these errors were encountered:
Hi, I'm trying to build & run akvcam in alpine, when
modprobe akvcam
, dmesg says: "Unknown symbol vb2_vmalloc_memops".I'm not familiar with linux kernel, ChatGPT tells me I should load
videobuf2_vmalloc
first, either manually runmodprobe videobuf2_vmalloc
or addrequest_module("videobuf2_vmalloc")
in akvcam init function. Will it be better addingrequest_module("videobuf2_vmalloc")
into this project?The text was updated successfully, but these errors were encountered: