Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unknown symbol vb2_vmalloc_memops #82

Open
0x5e opened this issue Jan 26, 2024 · 1 comment
Open

Unknown symbol vb2_vmalloc_memops #82

0x5e opened this issue Jan 26, 2024 · 1 comment

Comments

@0x5e
Copy link

0x5e commented Jan 26, 2024

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
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants