Same issue, Error: Device not found (/dev/video[0-9]). I installed and loaded v4l2loopback-dkms, it didn't help.
Search Criteria
Package Details: droidcam 1:2.1.3-2
Package Actions
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: | 0.60 |
First Submitted: | 2011-06-29 20:31 (UTC) |
Last Updated: | 2024-06-14 19:38 (UTC) |
Dependencies (21)
- alsa-lib
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- libappindicator-gtk3
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libusbmuxd (libusbmuxd-rr-compatibleAUR, libusbmuxd-gitAUR)
- libx11 (libx11-gitAUR)
- pango (pango-gitAUR)
- speex (speex-gitAUR)
- V4L2LOOPBACK-MODULE (v4l2loopback-dc-dkmsAUR, v4l2loopback-dc-dkms-gitAUR, linux-pfAUR, v4l2loopback-dkms)
- alsa-lib (make)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- libappindicator-gtk3 (make)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR) (make)
- libusbmuxd (libusbmuxd-rr-compatibleAUR, libusbmuxd-gitAUR) (make)
- speex (speex-gitAUR) (make)
- android-tools (android-sdk-platform-tools-dummyAUR, android-sdk-platform-toolsAUR) (optional) – for Android USB connection
- Show 1 more dependencies...
Required by (0)
Sources (3)
Latest Comments
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 38 Next › Last »
deathangel908 commented on 2019-09-30 09:49 (UTC)
Shaka2u1u commented on 2019-09-04 03:03 (UTC)
Hi,
I run into the exact same problem of Error: Device not found (/dev/video[0-9]).
Yes, my kernel goes along the headers ...
This is my dif from the build:
diff --git a/PKGBUILD b/PKGBUILD
index fba59b6
..a3d8c03 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -54,7 +54,7 @@ package() {
# Install kernel module and config files
cd v4l2loopback
- MODPATH="/usr/lib/modules/extramodules-$(uname -r | sed 's/.[0-9]+-[0-9]+//')"
+ MODPATH="/usr/lib/modules/extramodules-5.0.21-rt16-MANJARO"
install -Dm644 v4l2loopback-dc.ko.gz "$pkgdir$MODPATH/v4l2loopback_dc.ko.gz"
install -Dm644 "$pkgname.modules-load.conf" "$pkgdir/usr/lib/modules-load.d/$pkgname.conf"
install -Dm644 "$pkgname.modprobe.conf" "$pkgdir/etc/modprobe.d/$pkgname.conf"
diff --git a/droidcam.install b/droidcam.install
index accab0a
..d3ad595 100644
--- a/droidcam.install
+++ b/droidcam.install
@@ -1,6 +1,6 @@
post_install() {
- _extramodules="extramodules-$(uname -r | cut -f-2 -d'.')-$(uname -r|sed -e 's/.*-//g')"
- depmod $(cat /usr/lib/modules/${_extramodules}/version)
+ _extramodules="extramodules-5.0.21-rt16-MANJARO"
+ depmod $(cat /usr/lib/modules/extramodules-5.0.21-rt16-MANJARO)
}
post_upgrade() {
flortsch commented on 2019-08-22 22:02 (UTC) (edited on 2019-08-22 22:22 (UTC) by flortsch)
The module is installed into the wrong directory when using recent kernel versions I guess. I had to change the PKGBUILD and droidcam.install to point to "/usr/lib/modules/extramodules-ARCH".
bubuntux commented on 2019-08-10 04:28 (UTC)
getting
Error: Device not found (/dev/video[0-9]). Did you install it?
help
CodeXYZ commented on 2019-07-21 15:15 (UTC)
Updated :-)
dolour commented on 2019-07-21 08:39 (UTC) (edited on 2019-07-21 08:42 (UTC) by dolour)
Actual md5 for the x64 package: "9507c0b738f427c5f1dde7b2a364fdfb"
@abdulhakeem: Just replace the "md5sums_x86_64" value in your build files. Assuming your running 64bit ofc, otherwise manually download the 332bit one, run md5sum on it and replace the value for i686 accordingly.
abdulhakeem commented on 2019-06-13 18:00 (UTC)
@fadysghatas how to update the checksums so the package will install?
fadysghatas commented on 2019-04-12 15:47 (UTC) (edited on 2019-04-12 15:47 (UTC) by fadysghatas)
New checksums for 32 and 64 versions are : (x32) 928f2e9eefee5e076eec16b1f7c12992
(x64) 984b068a87f28d6326ca1e064f4fc584
these should replace the first value in md5sums and md5sums_x86_64 respectively.
fadysghatas commented on 2019-04-12 15:47 (UTC)
New checksums for 32 and 64 versions are : 32: 928f2e9eefee5e076eec16b1f7c12992 64: 984b068a87f28d6326ca1e064f4fc584
these should replace the first value in md5sums and md5sums_x86_64 respectively.
Pinned Comments