No controller detected

Need help? Ask here and someone will help
Post Reply
yamiro
Posts: 11
Joined: Sat Feb 27, 2016 9:26 pm

No controller detected

Post by yamiro »

Good evening and thanks in advance for your support.
I start with the error that I receive:

Code: Select all

[~/.gimx/config]$ gimx --config LogitechG27_G29.xml --port /dev/ttyUSB0
option -c with value `LogitechG27_G29.xml'
option -p with value `/dev/ttyUSB0'
native mode is already enabled for HID device 02:02 (PID=c29b)
can't read packet header
No controller detected.
adapter_detect failed
The status:

Code: Select all

[~/.gimx]$ gimx -c LogitechG27_G29.xml --status -t DS4
option -c with value `LogitechG27_G29.xml'
option -t with value `DS4'
status flag is set
native mode is already enabled for HID device 02:02 (PID=c29b)
using default refresh period: 10.00ms
macros are not available for: joystick Sony Computer Entertainment Wireless Controller (0)
Warning: can't open macro directory /home/nwe//.gimx//macros/
My system:

Code: Select all

NAME="Ubuntu"
VERSION="14.04.2 LTS, Trusty Tahr"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 14.04.2 LTS"
VERSION_ID="14.04"
Uname:

Code: Select all

Linux nwe-HTPC 3.13.0-48-generic #80-Ubuntu SMP Thu Mar 12 11:16:15 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
lsusb:

Code: Select all

us 001 Device 002: ID 8087:8000 Intel Corp.
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 003 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 002 Device 005: ID 10c4:ea60 Cygnal Integrated Products, Inc. CP210x UART Bridge / myAVR mySmartUSB light
Bus 002 Device 004: ID 046d:c29b Logitech, Inc. G27 Racing Wheel
Bus 002 Device 002: ID 054c:05c4 Sony Corp.
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
The Hardware:
- Teensy 2.0
- No-Name UART CP2102

GIMx:

Code: Select all

[~/.gimx/config]$ gimx --version
GIMX 5.6 x86_64
I installed gimx the following way:

Code: Select all

dpkg -i gimx_5.6-1_amd64.deb
apt-get update
apt-get install -f
dpkg -i gimx_5.6-1_amd64.deb
I left the rootshell and created a .gimx folder by hand. It looks like this.

Code: Select all

[~/.gimx]$ tree
.
|-- config
|   `-- LogitechG27_G29.xml
`-- log
    `-- log.txt
The config file is directly from github. There are no macros or anything else. What am I missing?
yamiro
Posts: 11
Joined: Sat Feb 27, 2016 9:26 pm

Re: No controller detected

Post by yamiro »

Switched d2 and d3 now it looks better:

Code: Select all

~/.gimx]$ gimx --config LogitechG27_G29.xml --port /dev/ttyUSB0
option -c with value `LogitechG27_G29.xml'
option -p with value `/dev/ttyUSB0'
native mode is already enabled for HID device 02:02 (PID=c29b)
Detected USB adapter: G29 PS4.
using default refresh period: 5.00ms
But the g27 does not work in Driveclub. Do I need a special order to connect / start-up the devices? I do only have one DS4. I hear no recalibration on the g27 :(
User avatar
Matlo
Posts: 5764
Joined: Wed Jul 06, 2011 7:01 am
Location: France
Contact:

Re: No controller detected

Post by Matlo »

Does the wheel work in the xmb?
GIMX creator
yamiro
Posts: 11
Joined: Sat Feb 27, 2016 9:26 pm

Re: No controller detected

Post by yamiro »

Sorry for being so impatient, after restarting the ps4 (that did run the whole time), all works fine. Thank you for your nice project.
Post Reply