webcamoid / akvcam

akvcam, virtual camera for Linux
GNU General Public License v2.0
626 stars 87 forks source link

Unknown symbol vb2_vmalloc_memops #82

Open 0x5e opened 10 months ago

0x5e commented 10 months ago

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?

hipersayanX commented 10 months ago

Try adding request_module("videobuf2_vmalloc"); here and check if it works.