SYS_PC_Tool latest version (Sept 2018)
Application Details:
Version: | 6.6 |
License: | Free to use |
URL: | https://www.syride.com/fr/logi... |
Votes: | 0 |
Latest Rating: | Gold |
Latest Wine Version Tested: | 3.15 |
Maintainers: About Maintainership
No maintainers. Volunteer today!
What works
Installation goes just fine out of the bow either in wine or PlayonLinux.
However connecting to the GPS will not lead to any communication. The GPS is recognised as "/dev/usb/hiddev0" belonging to root that cannot be accessed by users with non-root privileges
To fix the problem you need to:
1.. make sure your user belongs to the "dialout" group
2.. that you add a specific rule to udev
- go to /lib/udev/rules.d
- create a new rule text file with a name such as "96-syride.rules"
- content of the rule file shall be :
SUBSYSTEMS=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5750", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hidraw[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5750", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0483", ATTR{idProduct}=="5750", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5751", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hidraw[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5751", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0483", ATTR{idProduct}=="5751", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5752", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hidraw[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5752", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0483", ATTR{idProduct}=="5752", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5753", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hidraw[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5753", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0483", ATTR{idProduct}=="5753", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5754", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hidraw[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5754", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0483", ATTR{idProduct}=="5754", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5755", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hidraw[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5755", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0483", ATTR{idProduct}=="5755", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5756", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hidraw[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5756", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0483", ATTR{idProduct}=="5756", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hiddev[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5758", MODE="0666"
SUBSYSTEMS=="usb", KERNEL=="hidraw[0-9]*", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="5758", MODE="0666"
SUBSYSTEM=="usb", ENV{DEVTYPE}=="usb_device", ATTR{idVendor}=="0483", ATTR{idProduct}=="5758", MODE="0666"
What does not
The software version update feature.
Workarounds
If a new release is available, you need to uninstall old version from wine and to manually download the new version from the web site and install it in wine.
What was not tested
nothing
Hardware tested
Graphics:
Additional Comments
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Current | Linux Mint 19.0 Tara | Sep 19 2018 | 3.15 | Yes | Yes | Yes | Gold | Pascal |
Bug # | Description | Status | Resolution | Other apps affected |
Comments for this application have been disabled because there are no maintainers.