Package Details: looking-glass-module-dkms 2:B6-10

Git Clone URL: https://aur.archlinux.org/looking-glass.git (read-only, click to copy)
Package Base: looking-glass
Description: A kernel module that implements a basic interface to the IVSHMEM device for when using LookingGlass in VM->VM mode
Upstream URL: https://looking-glass.io/
Licenses: GPL2
Submitter: Omar007
Maintainer: Omar007
Last Packager: Omar007
Votes: 41
Popularity: 2.60
First Submitted: 2017-12-22 16:49 (UTC)
Last Updated: 2025-02-03 17:19 (UTC)

Latest Comments

« First ‹ Previous 1 .. 5 6 7 8 9 10

Omar007 commented on 2019-02-11 08:36 (UTC)

It completes install just fine without any headers; it doesn't depend on headers, 'looking-glass-module-dkms' depends on DKMS. In turn, you do need kernel headers for DKMS to do anything but that does not have to be 'linux-headers'. It depends on your system what headers are needed. Maybe you even need several if you run multiple kernels. You can install those at any point in time and DKMS will (re-)build all installed modules at that time, including this one. Also see https://wiki.archlinux.org/index.php/Dynamic_Kernel_Module_Support

ghidra commented on 2019-02-11 05:59 (UTC)

This package also requires "linux-headers". Without, does not complete install.

rio commented on 2018-12-16 16:53 (UTC) (edited on 2018-12-16 16:56 (UTC) by rio)

For a12 the build system changed to CMake, so to update the PKGBUILD change the version to a12, update the sha512sums, add cmake to makedepends and replace the build-block by

build() {
    mkdir -p "LookingGlass-${pkgver}/client/bin"
    cd "LookingGlass-${pkgver}/client/bin"
    cmake ../ 
    make
}