Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hardware: steering wheel and pedals?
10-17-2009, 10:23 AM,
#90
 
joevenzon Wrote:As part of the information spit out on the console (and also saved to ~/.vdrift/log.txt) you'll see a line where the joysticks that are found are listed and numbered. The numbers that are put there are the same as the IDs that are put in the controls.config file.

So that seems to be the problem...

If I plug in only the pedals, the device is detected.
If I plug in both pedals and yoke, only the yoke is detected.

It does not matter where in the USB chain the devices are connected (either to a port directly on the mainboard, or to a port on an external hub).
It does not matter in which order the devices are connected.

Examples below.

With only the pedals connected.
Quote:INFO: Starting VDrift: 2009-08-10-full, Version: , O/S: Unix-like
INFO: Home directory: /home/xxxxxx
INFO: Settings file: /home/xxxxxx/.vdrift/VDrift.config
INFO: Data directory: /usr/share/games/vdrift/data
DATA_DIR: /usr/share/games/vdrift/data
INFO: Log file: /home/xxxxxx/.vdrift/log.txt
INFO: SDL initialization successful
INFO: SDL video query was successful
INFO: Disabling antialiasing
INFO: Display change was successful: 1280x720x16 24z fullscreen=0
INFO: Video card information:
Vendor: NVIDIA Corporation
Renderer: GeForce 9800 GTX+/PCI/SSE2
Version: 3.0.0 NVIDIA 180.44
Maximum texture size: 8192
Using GLEW 1.5.0
INFO: Disabling shaders
INFO: Maximum anisotropy: 16
INFO: 1 joystick found:
INFO: 0. CH PRODUCTS CH PRO PEDALS USB
INFO: Loading car controls from: /home/xxxxxx/.vdrift/controls.config
INFO: Sound initialization information:
INFO: Obtained audio device:
Frequency: 44100
Format: 32784
Bits per sample: 16
Channels: 2
Silence: 0
Samples: 512
Size: 2048
Sound initialization successful
INFO: Loaded fonts successfully
INFO: Loaded GUI successfully


With only the yoke connected.
Quote:INFO: Multi-processor system detected. Run with -multithreaded argument to enable multithreading (EXPERIMENTAL).
INFO: Starting VDrift: 2009-08-10-full, Version: , O/S: Unix-like
INFO: Home directory: /home/xxxxxx
INFO: Settings file: /home/xxxxxx/.vdrift/VDrift.config
INFO: Data directory: /usr/share/games/vdrift/data
DATA_DIR: /usr/share/games/vdrift/data
INFO: Log file: /home/xxxxxx/.vdrift/log.txt
INFO: SDL initialization successful
INFO: SDL video query was successful
INFO: Disabling antialiasing
INFO: Display change was successful: 1280x720x16 24z fullscreen=0
INFO: Video card information:
Vendor: NVIDIA Corporation
Renderer: GeForce 9800 GTX+/PCI/SSE2
Version: 3.0.0 NVIDIA 180.44
Maximum texture size: 8192
Using GLEW 1.5.0
INFO: Disabling shaders
INFO: Maximum anisotropy: 16
INFO: 1 joystick found:
INFO: 0. CH PRODUCTS CH FLIGHT SIM YOKE USB
INFO: Loading car controls from: /home/xxxxxx/.vdrift/controls.config
INFO: Sound initialization information:
INFO: Obtained audio device:
Frequency: 44100
Format: 32784
Bits per sample: 16
Channels: 2
Silence: 0
Samples: 512
Size: 2048
Sound initialization successful
INFO: Loaded fonts successfully
INFO: Loaded GUI successfully


With both the pedals and the yoke connected.
Quote:INFO: Multi-processor system detected. Run with -multithreaded argument to enable multithreading (EXPERIMENTAL).
INFO: Starting VDrift: 2009-08-10-full, Version: , O/S: Unix-like
INFO: Home directory: /home/xxxxxx
INFO: Settings file: /home/xxxxxx/.vdrift/VDrift.config
INFO: Data directory: /usr/share/games/vdrift/data
DATA_DIR: /usr/share/games/vdrift/data
INFO: Log file: /home/xxxxxx/.vdrift/log.txt
INFO: SDL initialization successful
INFO: SDL video query was successful
INFO: Disabling antialiasing
INFO: Display change was successful: 1280x720x16 24z fullscreen=0
INFO: Video card information:
Vendor: NVIDIA Corporation
Renderer: GeForce 9800 GTX+/PCI/SSE2
Version: 3.0.0 NVIDIA 180.44
Maximum texture size: 8192
Using GLEW 1.5.0
INFO: Disabling shaders
INFO: Maximum anisotropy: 16
INFO: 1 joystick found:
INFO: 0. CH PRODUCTS CH FLIGHT SIM YOKE USB
INFO: Loading car controls from: /home/xxxxxx/.vdrift/controls.config
INFO: Sound initialization information:
INFO: Obtained audio device:
Frequency: 44100
Format: 32784
Bits per sample: 16
Channels: 2
Silence: 0
Samples: 512
Size: 2048
Sound initialization successful
INFO: Loaded fonts successfully
INFO: Loaded GUI successfully

But here's something interesting: if I add a Saitek joystick, this is detected, in addition to the yoke...

Quote:INFO: 2 joysticks found:
INFO: 0. Saitek Saitek Pro Flight Yoke
INFO: 1. Saitek AV8R Joystick
INFO: Loading car controls from: /home/xxxxxx/.vdrift/controls.config

Now with the Saitek yoke, Saitek AV8R joystick, and also a Logitech joystick...

Quote:INFO: 2 joysticks found:
INFO: 0. Saitek Saitek Pro Flight Yoke
INFO: 1. Saitek AV8R Joystick
INFO: Loading car controls

So, the two Saitek devices are detected but not the Logitech...

How about Saitek yoke and Logitech joystick...

Quote:INFO: 2 joysticks found:
INFO: 0. Logitech Logitech Attack 3
INFO: 1. Saitek Saitek Pro Flight Yoke

Both devices detected.

I wonder what's happening. Is this likely to be a problem in the way that SDL detects attached devices?

If I find the time, I'll do a table with all probable combinations of devices and report them in this thread.
Since there are two joysticks (Logitech and Saitek), two yokes, two power quandrants, and the pedals, so a total of seven devices would make for too many to list all possible combinations, so I'll limit it to what I am most likely to want to use and this should illustrate the problem sufficiently.


This is running on Linux, Ubuntu 9.04, kernel 2.6.28-15-generic.


K.
Reply


Messages In This Thread
[No subject] - by thelusiv - 11-05-2006, 11:49 PM
[No subject] - by kcid - 11-06-2006, 10:29 AM
[No subject] - by reece146 - 11-06-2006, 11:52 PM
[No subject] - by joevenzon_phpbb2_import3 - 11-07-2006, 01:43 AM
[No subject] - by Nigo - 11-10-2006, 07:34 AM
[No subject] - by cotharyus - 11-10-2006, 11:23 AM
[No subject] - by cotharyus - 12-02-2006, 12:22 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-02-2006, 03:35 PM
[No subject] - by Nigo - 12-03-2006, 10:49 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-03-2006, 12:20 PM
[No subject] - by Nigo - 12-03-2006, 12:36 PM
[No subject] - by joevenzon_phpbb2_import3 - 12-03-2006, 12:41 PM
[No subject] - by Nigo - 12-03-2006, 01:51 PM
[No subject] - by cotharyus - 12-03-2006, 05:20 PM
[No subject] - by Nigo - 12-04-2006, 05:53 AM
[No subject] - by cotharyus - 12-04-2006, 02:00 PM
[No subject] - by osiris - 12-04-2006, 02:04 PM
[No subject] - by Nigo - 12-05-2006, 05:21 AM
[No subject] - by joevenzon_phpbb2_import3 - 12-05-2006, 10:54 AM
[No subject] - by Nigo - 12-05-2006, 12:45 PM
[No subject] - by cotharyus - 12-06-2006, 08:53 AM
[No subject] - by stenyak - 02-05-2007, 07:53 PM
[No subject] - by stenyak - 02-05-2007, 09:12 PM
[No subject] - by joevenzon_phpbb2_import3 - 02-05-2007, 11:02 PM
[No subject] - by stenyak - 02-06-2007, 02:14 AM
[No subject] - by thelusiv - 02-06-2007, 02:33 AM
[No subject] - by Nigo - 02-06-2007, 06:03 AM
[No subject] - by stenyak - 02-06-2007, 08:56 AM
[No subject] - by thelusiv - 02-06-2007, 09:47 AM
[No subject] - by joevenzon_phpbb2_import3 - 02-06-2007, 10:50 AM
[No subject] - by thelusiv - 02-06-2007, 06:58 PM
[No subject] - by stenyak - 02-06-2007, 09:31 PM
[No subject] - by thelusiv - 02-06-2007, 10:44 PM
[No subject] - by joevenzon_phpbb2_import3 - 02-07-2007, 10:51 AM
[No subject] - by Nigo - 02-07-2007, 12:32 PM
[No subject] - by stenyak - 02-07-2007, 01:37 PM
[No subject] - by joevenzon_phpbb2_import3 - 02-07-2007, 10:58 PM
[No subject] - by thelusiv - 02-09-2007, 04:32 AM
[No subject] - by stenyak - 02-09-2007, 04:37 AM
[No subject] - by thelusiv - 02-09-2007, 04:50 AM
[No subject] - by stenyak - 02-09-2007, 05:16 AM
[No subject] - by Nigo - 02-09-2007, 05:30 PM
[No subject] - by stenyak - 02-09-2007, 06:06 PM
[No subject] - by thelusiv - 02-09-2007, 06:41 PM
[No subject] - by jdeneux - 02-16-2007, 05:03 PM
[No subject] - by thelusiv - 02-16-2007, 09:55 PM
[No subject] - by Nigo - 02-17-2007, 05:24 AM
[No subject] - by jdeneux - 02-17-2007, 02:53 PM
[No subject] - by joevenzon_phpbb2_import3 - 02-18-2007, 03:11 PM
[No subject] - by thelusiv - 02-19-2007, 01:52 PM
[No subject] - by stenyak - 02-19-2007, 02:18 PM
[No subject] - by thelusiv - 02-20-2007, 04:36 AM
[No subject] - by stenyak - 02-20-2007, 06:28 AM
[No subject] - by Nigo - 02-20-2007, 12:48 PM
[No subject] - by thelusiv - 02-20-2007, 05:34 PM
[No subject] - by stenyak - 02-20-2007, 05:52 PM
[No subject] - by thelusiv - 02-20-2007, 06:45 PM
[No subject] - by stenyak - 02-20-2007, 06:47 PM
[No subject] - by thelusiv - 02-20-2007, 07:03 PM
[No subject] - by stenyak - 02-22-2007, 03:01 PM
[No subject] - by eckzow - 02-23-2007, 12:59 AM
[No subject] - by stenyak - 02-23-2007, 02:57 AM
[No subject] - by Nigo - 02-23-2007, 06:31 AM
[No subject] - by thelusiv - 02-23-2007, 04:09 PM
[No subject] - by stenyak - 02-23-2007, 07:22 PM
[No subject] - by eckzow - 02-24-2007, 01:54 AM
[No subject] - by stenyak - 02-24-2007, 11:27 AM
[No subject] - by Nigo - 02-24-2007, 12:34 PM
[No subject] - by eckzow - 02-24-2007, 02:50 PM
[No subject] - by thelusiv - 02-25-2007, 12:38 PM
[No subject] - by eckzow - 03-12-2007, 08:58 PM
[No subject] - by thelusiv - 03-12-2007, 10:38 PM
[No subject] - by stenyak - 03-13-2007, 02:46 AM
G25 FF protocol info - by anrp - 05-10-2007, 08:38 PM
[No subject] - by thelusiv - 05-15-2007, 11:44 PM
[No subject] - by reece146 - 06-28-2007, 10:18 PM
[No subject] - by kidrock - 07-13-2007, 12:12 AM
[No subject] - by synapse247 - 08-21-2007, 12:23 AM
[No subject] - by cuckoo - 08-22-2007, 10:33 AM
[No subject] - by synapse247 - 08-22-2007, 04:01 PM
[No subject] - by eckzow - 08-22-2007, 09:28 PM
[No subject] - by synapse247 - 08-23-2007, 11:22 AM
[No subject] - by cotharyus - 08-23-2007, 12:10 PM
[No subject] - by cuckoo - 08-28-2007, 06:50 AM
[No subject] - by thelusiv - 08-28-2007, 10:47 AM
[No subject] - by reece146 - 08-28-2007, 10:50 AM
[No subject] - by Keith_Beef - 10-15-2009, 11:28 PM
[No subject] - by joevenzon_phpbb2_import3 - 10-16-2009, 01:15 AM
[No subject] - by Keith_Beef - 10-17-2009, 10:23 AM
[No subject] - by joevenzon_phpbb2_import3 - 10-20-2009, 10:20 PM

Forum Jump:


Users browsing this thread: 7 Guest(s)