Advertisement
dogguts

Untitled

Sep 2nd, 2013
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. $ ./desura_launch_Play.sh
  2. Found path: /home/dogguts/desura/common/the-lost-island/LostIsland.x86
  3. Mono path[0] = '/home/dogguts/desura/common/the-lost-island/LostIsland_Data/Managed'
  4. Mono path[1] = '/home/dogguts/desura/common/the-lost-island/LostIsland_Data/Mono'
  5. Mono config path = '/home/dogguts/desura/common/the-lost-island/LostIsland_Data/Mono/etc'
  6. /dev/input/js0: driver version: 2.1.0 (20100)
  7. : Too many axes; using axes 0 - 19 and ignoring axes 20 - 36
  8. : Too many buttons; using buttons 0 - 19 and ignoring buttons 20 - 56
  9. /dev/input/js0: fd 3, buttons 20, axes 20, name Chicony USB Wireless HID Receiver
  10. /dev/input/js0: axis 0: raw -32767, mapped 0.000000
  11. /dev/input/js0: axis 1: raw -32767, mapped 0.000000
  12. /dev/input/js0: axis 2: raw -32767, mapped 0.000000
  13. .....
  14. /dev/input/js0: axis 20: raw -32767, mapped 0.000000
  15.  
  16. $# Weird, since I don't have any joystick or gamepad...:
  17. $ cat /sys/class/input/js0/device/name
  18. Chicony USB Wireless HID Receiver
  19. $#Appearently my mouse was also recognized as a joystick!?
  20. $ rmmod joydev
  21. $# removes the bogus "/dev/input/js0" node
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement