getting
Error: Device not found (/dev/video[0-9]). Did you install it?
help
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: | 140 |
Popularity: | 1.61 |
First Submitted: | 2011-06-29 20:31 (UTC) |
Last Updated: | 2024-06-14 19:38 (UTC) |
« First ‹ Previous 1 .. 24 25 26 27 28 29 30 31 32 33 34 .. 37 Next › Last »
getting
Error: Device not found (/dev/video[0-9]). Did you install it?
help
Updated :-)
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.
@fadysghatas how to update the checksums so the package will install?
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.
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.
Its out of date, alright. How to compile it??
Here's updated PKGBUILD and install script. I have no permission to this repo so I'm posting it here. Hope it helps!
https://recolic.net/tmp/PKGBUILD https://recolic.net/tmp/droidcam.install
The module doesn't compile under linux 5.0. I have fixed the problem here, and you may use this patch directly.
Please update soon because ArchLinux kernel already goes 5.0.x
Instead of the following line in the PKGBUILD: MODPATH="/usr/lib/modules/extramodules-$(uname -r | sed 's/.[0-9]+-[0-9]+//')"
This should be used instead, to allow for the module installation to work properly: MODPATH="/usr/lib/modules/extramodules-$(uname -r | sed 's/.*-//g')"
The droidcam.install file also needs modifying here: _extramodules="extramodules-$(uname -r | cut -f-2 -d'.')-$(uname -r|sed -e 's/.*-//g')"
To be replaced instead with: _extramodules="extramodules-$(uname -r | sed 's/.*-//g')"
This should get the proper name without including the version.
Pinned Comments