sudo modprobe v4l2loopback_dc
Fixed the Unknown symbol in module error for me after install. And it works after that.
Git Clone URL: | https://aur.archlinux.org/droidcam.git (read-only, click to copy) |
---|---|
Package Base: | droidcam |
Description: | A tool to turn your phone/tablet into a wireless/usb webcam |
Upstream URL: | https://github.com/dev47apps/droidcam-linux-client |
Keywords: | android ios webcam |
Licenses: | GPL-2.0-or-later |
Submitter: | marquicus |
Maintainer: | mhdi |
Last Packager: | mhdi |
Votes: | 141 |
Popularity: | 1.74 |
First Submitted: | 2011-06-29 20:31 (UTC) |
Last Updated: | 2024-06-14 19:38 (UTC) |
« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 38 Next › Last »
sudo modprobe v4l2loopback_dc
Fixed the Unknown symbol in module error for me after install. And it works after that.
I agree with @Scindix
(1/1) installing droidcam [######################################################################################################] 100%
insmod: ERROR: could not insert module /lib/modules/5.6.5-arch3-1/extramodules/v4l2loopback_dc.ko.gz: Unknown symbol in module
error: command failed to execute correctly
I'm on arch, vanialla kernel and have the same error.
Also while removing the package:
(1/1) removing droidcam [######################################################################################################] 100%
rmmod: ERROR: Module /lib/modules/5 is not currently loaded
error: command failed to execute correctly
The v4l2loopback_dc doesn't get updated with the kernel properly. You have to reinstall droidcam everytime you kernel updates... Would be nice, if dkms would be implemented
I'm getting an error during installation:
insmod: ERROR: could not insert module /lib/modules/5.5.13-arch2-1/extramodules/v4l2loopback_dc.ko.gz: Unknown symbol in module
error: command failed to execute correctly
I tried compiling the module from source and then invoking insmod manually. But the same error occurs. Not knowing much about kernel modules I have no clue how to fix this.
@henriquelalves wow it worked! though it didnt worked with Yay, but i was able to install using sudo sh ./install , thanks brother!
@smokehead, I had the same problem during make
on Manjaro ("No targets specified and no makefile found"). I was actually missing the linux54-headers
(just installed it with pacman -S linux54-headers
). The installation worked after that.
Link where I found the solution: https://forum.manjaro.org/t/cant-build-v4l2loopback-dkms-package/129706
I am on linux5.7 kernel and I also cant install. I get errors for VFL_TYPE_GRABBER
not being declared.
I wondered that too when I adopted the package. I think it's against Aur guidelines to do it exactly the same way. I've experimented with it and it's definitely doable.
Pinned Comments