English Amiga Board


Go Back   English Amiga Board > Support > support.FS-UAE

 
 
Thread Tools
Old 04 March 2017, 14:38   #1
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
Exclamation 8Bitdo ZERO GamePad not detected

hi !

I just connected my 8Bitdo Zero Gamepad on my Linux PC.
Under FS-UAE, directions are good but buttons are not effective...



i started fs-uae-launcher to manually configure them... but nothing appear in the windows...

Maybe the bluetooth connection ?



ps : pad configured as a joystick... not keyboard... and well detected on Linux : 8Bitdo Zero GamePad (/dev/input/js0)

Last edited by Foul; 04 March 2017 at 14:48.
Foul is offline  
Old 04 March 2017, 14:53   #2
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Huh, strange, what is the output if you run
fs-uae-device-helper --list
?
FrodeSolheim is offline  
Old 04 March 2017, 15:00   #3
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
foul@FoulDistrib:~$ fs-uae-device-helper --list
# fs-uae-device-helper 2.9.4dev #
## keyboards ##
K: Keyboard
## mice ##
M: Mouse
## joysticks ##
# SDL_NumJoysticks(): 0
## end ##
foul@FoulDistrib:~$

and my pad is connected :



fs-uae-launcher : log attached
Attached Files
File Type: zip fs-uae-launcher.log.zip (4.9 KB, 118 views)
Foul is offline  
Old 04 March 2017, 16:44   #4
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Hmm, but the D-Pad works in FS-UAE... So FS-UAE can see the joystick? Can you upload fs-uae.log.txt?
FrodeSolheim is offline  
Old 04 March 2017, 17:43   #5
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
FS-UAE don't see the joy... but when launching Deluxe Galaga for exemple.. i can navigate thru menu but not press button...
Attached Files
File Type: zip Logs.zip (16.1 KB, 123 views)
Foul is offline  
Old 04 March 2017, 17:50   #6
FrodeSolheim
FS-UAE Developer
 
FrodeSolheim's Avatar
 
Join Date: Dec 2011
Location: Førde, Norway
Age: 43
Posts: 4,043
Yes, log confirms that the device is not seen by FS-UAE. I assume then that navigation works because the D-PAD sends keyboard cursor events and not joystick events... ?
FrodeSolheim is offline  
Old 04 March 2017, 18:03   #7
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
but the pad is detected as joystick under Linux... cf upper screen..
So how can fs-uae correctly detect it ?
Foul is offline  
Old 05 March 2017, 00:19   #8
jbl007
Registered User
 
Join Date: Mar 2013
Location: Leipzig/Germany
Posts: 466
Perhaps this helps:
https://raw.githubusercontent.com/pa...trollers.rules
jbl007 is offline  
Old 05 March 2017, 00:40   #9
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
The Pad is now detected in fs-uae/launcher but must remap button...

Pad working perfect as configured as Windows joystick.. not android (default one..)

where is save the configured file ?

edit : found in FS-UAE/Controllers/8bitdo_zero_gamepad_22_6_1_1_linux.conf

Code:
[fs-uae-controller]
name = 8Bitdo Zero GamePad
platform = linux

[device]
make = 8Bitdo
model = Zero
type = gamepad

[sdl]
guid = 05000000a00500003232000001000000
buttons = 22
hats = 1
axes = 6
balls = 1

[default]
include = universal_gamepad
axis_0_neg = dpad_left
axis_0_pos = dpad_right
axis_1_neg = dpad_up
axis_1_pos = dpad_down
button_0 = south_button
button_1 = east_button
button_10 = select_button
button_11 = start_button
button_3 = west_button
button_4 = north_button
button_6 = left_trigger
button_7 = right_trigger

Last edited by Foul; 05 March 2017 at 00:54.
Foul is offline  
Old 06 March 2017, 05:56   #10
Anakirob
Unregistered User
 
Anakirob's Avatar
 
Join Date: Nov 2005
Location: Tasmania
Age: 42
Posts: 893
Quote:
Originally Posted by Foul View Post
The Pad is now detected in fs-uae/launcher but must remap button...

Pad working perfect as configured as Windows joystick.. not android (default one..)

where is save the configured file ?

edit : found in FS-UAE/Controllers/8bitdo_zero_gamepad_22_6_1_1_linux.conf

Code:
[fs-uae-controller]
name = 8Bitdo Zero GamePad
platform = linux

[device]
make = 8Bitdo
model = Zero
type = gamepad

[sdl]
guid = 05000000a00500003232000001000000
buttons = 22
hats = 1
axes = 6
balls = 1

[default]
include = universal_gamepad
axis_0_neg = dpad_left
axis_0_pos = dpad_right
axis_1_neg = dpad_up
axis_1_pos = dpad_down
button_0 = south_button
button_1 = east_button
button_10 = select_button
button_11 = start_button
button_3 = west_button
button_4 = north_button
button_6 = left_trigger
button_7 = right_trigger
Wow, I've tried and failed to get a bluetooth controller to work with Linux (Mint) in the recent past.

When you say it's configured as a "Windows Joystick" do you mean XInput or DirectInput?
Anakirob is offline  
Old 06 March 2017, 10:52   #11
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
no sure.. how to make the difference beteween XInput or DirectInput ?

http://8bitdo.com/zero/Manual.html

Apparently both works :

http://forum.8bitdo.com/thread-460-1-1.html
http://forum.8bitdo.com/thread-1179-1-1.html

confirmed : [ Show youtube player ]

Last edited by Foul; 06 March 2017 at 11:00.
Foul is offline  
Old 10 March 2017, 19:30   #12
Foul
Registered User
 
Foul's Avatar
 
Join Date: Jun 2009
Location: Perigueux/France
Age: 49
Posts: 1,516
Send a message via ICQ to Foul Send a message via MSN to Foul
Just found that : http://www.generalarcade.com/gamepadtool/linux/

Maybe helpful for some users
Foul is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
No mouse or Joypad detected. DaveMB support.FS-UAE 10 07 May 2018 23:04
old Joystick not detected? sigma63 support.WinUAE 9 26 February 2016 15:35
ACA1232 only 1Mb detected scam3r support.Hardware 3 27 December 2012 01:20
A502/16 Clock not being detected? quantum112 support.Hardware 10 07 June 2009 21:12
Winuae 1.5.1 - Crash Detected illy5603 support.WinUAE 17 17 August 2008 02:25

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 05:03.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.13768 seconds with 16 queries