-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
MSI-Claw gamepad driver #363
Comments
https://lore.kernel.org/lkml/[email protected]/ Do you mean this commit? |
I would assume so. Thats the correct idVendor=0db0 & idProduct=1901 for the MSI-Claw gamepad. FYI, ChimeraOS devs know more about whats needed for the special menu buttons. IDK if thats in this patch but I would assume so. |
Here is more info on the driver stuff. https://aur.archlinux.org/packages/hid-msi-claw-dkms-git For some reason in my installer, system menu buttons do not work even though its using config stuff from ChimeraOS. |
Thanks, I have added this to my todo list. I expect working on this after christmas. |
So FYI, I figured while we're at it, you might want to fix the WiFi driving not working after sleep. Reference: https://forum.manjaro.org/t/intel-wifi-not-working-after-resume-from-sleep/172219/6 #!/bin/bash
case "$1" in
pre)
/usr/sbin/modprobe -r iwlmvm iwlwifi
;;
post)
/usr/sbin/modprobe iwlwifi iwlmvm
;;
esac sudo chmod +x /usr/lib/systemd/system-sleep/iwlwifi-sleep.sh |
A gamepad driver I helped some with was pushed into the latest kernel.
Both Bazzite and ChimeraOS will support this driver and settings for it to work.
So the question is will CachyOS?
ATM, CachyOS is the only distro that seems to have a work around to get around the black screen (possible gamescope issue) for sign in page showing using fallback, then rebooting into non-fallback mode after setup. So CachyOS might be the most well suited distro for MSI-Claw atm.
EDIT: Black screen issue is from bad docks and maybe Gamescope gets confused.
The text was updated successfully, but these errors were encountered: