Package Details: xpadneo-dkms-git 0.9.r54.g7d1e6fd-4

Git Clone URL: https://aur.archlinux.org/xpadneo-dkms-git.git (read-only, click to copy)
Package Base: xpadneo-dkms-git
Description: Advanced Linux Driver for Xbox One Wireless Gamepad
Upstream URL: https://github.com/atar-axis/xpadneo
Licenses: GPL
Conflicts: xpadneo-dkms
Provides: xpadneo-dkms
Submitter: yangtsesu
Maintainer: joeleg
Last Packager: joeleg
Votes: 46
Popularity: 1.11
First Submitted: 2018-06-12 16:34 (UTC)
Last Updated: 2021-04-03 00:38 (UTC)

Dependencies (4)

Required by (0)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4

maxbla commented on 2019-08-28 08:45 (UTC) (edited on 2019-08-28 08:46 (UTC) by maxbla)

Just echoing jsomedon here, the linux-headers package (or similar, i.e. linux-lts-headers) are required to install this package and all other dkms packages. If no headers are installed, trying to makepkg -si gives an error:

(1/2) Install DKMS modules
==> Unable to install module hid-xpadneo/0.6.0 for kernel *: Missing kernel headers.

the dkms package does have linux-headers as an optional dependency, but that means this package can't depend on those being present. I'm really not sure what is the optimal solution here. If this package were to add linux-headers as a dependency, that would break the package for anyone not on the default arch linux kernel.

jsomedon commented on 2019-06-14 15:31 (UTC) (edited on 2019-06-14 15:32 (UTC) by jsomedon)

Looks like "linux-headers" should be added in dependencies.

TimTomTwo commented on 2019-01-16 22:56 (UTC)

works like a charm! Thanks mate!

yangtsesu commented on 2019-01-07 12:49 (UTC)

Update, try it.

potatoattack commented on 2019-01-05 02:21 (UTC) (edited on 2019-01-05 02:45 (UTC) by potatoattack)

With 51670a9 VERSION= has been removed from the VERSION file. Getting version in package needs to be replaced with VERSION=$(cat VERSION).

It turns out we also need to add the version to some files:

sed -i 's/PACKAGE_VERSION="@DO_NOT_CHANGE@"/PACKAGE_VERSION="'$VERSION'"/g' ${pkgdir}/usr/src/hid-xpadneo-${VERSION}/dkms.conf
sed -i 's/#define DRV_VER "@DO_NOT_CHANGE@"/#define DRV_VER "'$VERSION'"/g' ${pkgdir}/usr/src/hid-xpadneo-${VERSION}/src/hid-xpadneo.c

JulianXhokaxhiu commented on 2018-08-17 21:23 (UTC)

Some dependencies are missing. Can you please add them? See https://github.com/atar-axis/xpadneo/pull/39/files