Trying to install xone-dkms

This page summarizes the projects mentioned and recommended in the original post on /r/archlinux

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • xone

    Linux kernel driver for Xbox One and Xbox Series X|S accessories

  • _pkgname=xone pkgname=xone-dkms-git pkgver=0.3.r1.g2467407 pkgrel=2 pkgdesc='Modern Linux driver for Xbox One and Xbox Series X|S controllers' arch=('x86_64') url='https://github.com/medusalix/xone' license=('GPL2') depends=('dkms' 'xone-dongle-firmware') makedepends=('git') conflicts=('xone-dkms' 'xow') provides=('xone-dkms') source=("git+https://github.com/medusalix/xone.git" "https://patch-diff.githubusercontent.com/raw/medusalix/xone/pull/21.patch") sha256sums=('SKIP' '33ecc09ba6696e889ba9b20821b42adbb63bb70f8007c65ddb00aaa69bed63d0') pkgver() { cd "$srcdir/$_pkgname" git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g' } prepare() { cd "${srcdir}/${_pkgname}" patch --forward --strip=1 --input="${srcdir}/21.patch" } package() { cd "${srcdir}/${_pkgname}" find . -type f \( -name 'dkms.conf' -o -name '*.c' \) -exec sed -i "s/#VERSION#/$pkgver/" {} + echo 'ccflags-y += -DDEBUG' >> "Kbuild" echo "* Copying module into /usr/src..." install -dm755 "${pkgdir}/usr/src/${_pkgname}-${pkgver}" cp -r ${srcdir}/$_pkgname/* "${pkgdir}/usr/src/${_pkgname}-${pkgver}" echo "* Blacklisting xpad module..." install -D -m 644 install/modprobe.conf "${pkgdir}/etc/modprobe.d/xone-blacklist.conf" }

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts