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.
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) |
« First ‹ Previous 1 .. 20 21 22 23 24 25 26 27 28 29 30 .. 38 Next › Last »
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.
Actually I think no one even says where and how to use the makepkg -si with which code... Nothing works, enough time wasted. Removed.-
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.
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
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.
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
Pinned Comments