Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
What kind of device is it? Actual joystick? Gamepad? Manufacturer?
You might have to use some of the command line tools to force the system to recognize the device. It's been so long since I had to do it, I've forgotten... but do a man page for lsmod and modprobe. You'll need to get familiar with those to get started...
input: ImPS/2 Logitech Wheel Mouse on isa0060/serio1
input: AT Translated Set 2 keyboard on isa0060/serio0
drivers/usb/input/hid-core.c: ctrl urb status -32 received
input: USB HID v1.10 Gamepad [2-Axis,8-Button ] on usb-0000:00:07.2-1
Modify /etc/udev/permissions.d/00-udev.permissions to keep from having to do this on every boot with an extra line in the input section:
#-------------------------------
# input devices
# security => input: 644 => 600
# else anybody logged on could read my password directly from the event device
# associated with the keyboard...
input/*:root:root:0600
input/js*:root:root:0644
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.