all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* how to connect usb gamepad?
@ 2019-11-23 15:00 rndd
  2019-11-23 16:55 ` Pierre Neidhardt
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: rndd @ 2019-11-23 15:00 UTC (permalink / raw)
  To: Help Guix

=)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to connect usb gamepad?
  2019-11-23 15:00 how to connect usb gamepad? rndd
@ 2019-11-23 16:55 ` Pierre Neidhardt
  2019-11-23 17:54 ` Ricardo Wurmus
  2019-11-24 22:11 ` Marius Bakke
  2 siblings, 0 replies; 4+ messages in thread
From: Pierre Neidhardt @ 2019-11-23 16:55 UTC (permalink / raw)
  To: rndd, Help Guix

[-- Attachment #1: Type: text/plain, Size: 261 bytes --]

Plug them and it should work out of the box.
You can test them with

  wine control joy.cpl

If it does not work, maybe this article can help you get started:

https://wiki.archlinux.org/index.php/Gamepad

-- 
Pierre Neidhardt
https://ambrevar.xyz/

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to connect usb gamepad?
  2019-11-23 15:00 how to connect usb gamepad? rndd
  2019-11-23 16:55 ` Pierre Neidhardt
@ 2019-11-23 17:54 ` Ricardo Wurmus
  2019-11-24 22:11 ` Marius Bakke
  2 siblings, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2019-11-23 17:54 UTC (permalink / raw)
  To: rndd; +Cc: help-guix


Hi,

I connected my USB gamepad to a free USB port and it works just fine :)
What application are you using where you’d like the gamepad to work?
What have you tried?  What gamepad do you have?  (Is it a
class-compliant device?)

-- 
Ricardo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: how to connect usb gamepad?
  2019-11-23 15:00 how to connect usb gamepad? rndd
  2019-11-23 16:55 ` Pierre Neidhardt
  2019-11-23 17:54 ` Ricardo Wurmus
@ 2019-11-24 22:11 ` Marius Bakke
  2 siblings, 0 replies; 4+ messages in thread
From: Marius Bakke @ 2019-11-24 22:11 UTC (permalink / raw)
  To: rndd, Help Guix

[-- Attachment #1: Type: text/plain, Size: 290 bytes --]

Try adding your user to the 'input' group:

(user-account
 ...
 (supplementary-groups '("input" ...)))

...then reconfigure and reboot your system.

If that does not work, please mention which controller you are using and
paste the last lines from the `dmesg` command after plugging it in.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-11-24 22:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-23 15:00 how to connect usb gamepad? rndd
2019-11-23 16:55 ` Pierre Neidhardt
2019-11-23 17:54 ` Ricardo Wurmus
2019-11-24 22:11 ` Marius Bakke

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.