-
-
Notifications
You must be signed in to change notification settings - Fork 138
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add: xone-git
#4222
add: xone-git
#4222
Conversation
Co-authored-by: Elsie <[email protected]>
Hi, it seems like the tests are failing, because it doesn't install the right kernel headers ( Error! Your kernel headers for kernel 5.15.0-1042-azure cannot be found.
Please install the linux-headers-5.15.0-1042-azure package or use the --kernelsourcedir option to tell DKMS where it's located.
dpkg: error processing package xone-git (--configure):
installed xone-git package post-installation script subprocess returned error exit status 1 Should I add |
I've never had anyone package a kernel module so I don't really know 👀. Try either I guess.. |
Sadly, the kernel headers for Azure aren't in most apt repositories:
So the pacscript still fails to install in 10 out of 12 test cases. dkms stops dead in it's tracks. I presume, this is because the tests run on Azure with custom Linux kernels instead of the Sorry for the mess. |
Again, I've never dealt with kernel module pacscripts, so your guess is as good as mine. |
Hmm, ok. Well, since it doesn't seem to be possible to pass the tests (see also: community/discussions/28607), I'll close this PR now. |
Progress
Description
xone is a Linux kernel driver (dkms) for Xbox One and Xbox Series X|S accessories. It makes it possible to use the official Xbox wireless adapter.
I tried to mostly replicate the behavior of the installation/uninstallation scripts from the original project, see:
See also:
I tested it locally on my Ubuntu 23.04 installation. (
pacstall -I
and-R
)First commit here, I hope I'm doing this right. ^^