Package Details: droidcam 1:2.1.3-2

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)

Required by (0)

Sources (3)

Pinned Comments

Latest Comments

« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 38 Next › Last »

CodeXYZ commented on 2020-03-29 14:15 (UTC) (edited on 2020-03-29 14:20 (UTC) by CodeXYZ)

Maybe this wiki page can get you out of your confusion @Saka2u1u https://wiki.archlinux.org/index.php/Makepkg

Again, no need for workarounds or manual installs. Whatever you normally use for installing things should work now.

Shaka2u1u commented on 2020-03-29 05:41 (UTC)

Actually I think no one even says where and how to use the makepkg -si with which code... Nothing works, enough time wasted. Removed.-

Arndroid commented on 2020-03-28 21:28 (UTC)

I was indeed missing the linux-headers package.

I went ahead and installed 5.5, and the 5.5 headers (I don't know why it wasn't installed along with it), and that seems to make thing work wonders again.

Completely different issue. Thanks a ton for the help.

CodeXYZ commented on 2020-03-28 21:11 (UTC)

It's about both; it should match exactly. It looks like you're booting from a different kernel version than the kernel headers you have installed. If you install linux 5.5 make sure you also install the linux5.5-headers. Otherwise make sure you're booting with the correct kernel and have linux_version-headers corresponding to it. In your grub or syslinux boot file, you have to make sure you're booting the correct kernel. This wiki link might help? https://wiki.manjaro.org/index.php/Manjaro_Kernels

Arndroid commented on 2020-03-28 20:50 (UTC) (edited on 2020-03-28 21:27 (UTC) by Arndroid)

Cool, the output of the those for me is:

pacman -Qi linux-headers|grep Version Version : 5.4.28-1

uname -r 5.4.24-1-MANJARO

Should uname -r not have the "-MANJARO" part in it perhaps, or is it just about the version number? I still have the same issue after a reboot, I can update to 5.5 fwiw.

CodeXYZ commented on 2020-03-28 20:34 (UTC)

From what i've seen, there's nothing specific to manjaro from keeping this from working. No need for downloading a snapshot or anything else anymore :-] it should all be working as normal @Arndroid You probably have to reboot. Make sure your system is up to date, specifically your kernel and kernel-headers, and try again. You want to make sure uname -r matches pacman -Qi linux-headers|grep Version