Right, the HID USB support in Linux is... Lacking?You must use it on wireless mode.
We just tried it on Katie's desktop that runs Mint.I hadn't found this until now, but it certainly seems worth a try for USB:

ACTION=="add", KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a0cb", MODE="0666", TAG+="uaccess"
ACTION=="add", KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", ATTRS{idProduct}=="a00f", MODE="0666", TAG+="uaccess"
sudo dpkg --add-architecture i386
sudo mkdir -pm755 /etc/apt/keyrings
sudo wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/noble/winehq-noble.sources
sudo apt update
sudo apt install --install-recommends winehq-staging
sudo apt install libhidapi-hidraw0 libusb-1.0-0
wine ~/Downloads/VCDS-Beta-25.12.0-Installer.exe
cd ~/.wine/drive_c/Ross-Tech/VCDS-Beta/
wine ./VCDS.exe

Although @Katie Ross took a full-time job elsewhere a couple of years ago, she's still an honorary Ross-Tech employee.Katie is in the House!

Translation: I still scan cars, try new linux things, and photoshop images when my loving father asks.Although @Katie Ross took a full-time job elsewhere a couple of years ago, she's still an honorary Ross-Tech employee.
-Uwe-


gracias. Habrá que probarlo a ver como marcha.Solo para que lo sepas. El software y el hardware funcionan en Debian Linux con Wine. Debes utilizarlo en modo inalámbrico.
[ADJUNTAR]3746[/ADJUNTAR]
@mrgranda Please note that this is an English language forum.gracias. Habrá que probarlo a ver como marcha.
I think you would need native Linux drivers for it. It looks like FTDI has D2XX drivers for Linux now:I have been trying to get an older Hex-USB+CAN dongle to play nice by modding the added udev rules using the different vendor and product ids but no success so far. Is this a forlorn hope?
Quickly scanning through this thread, I read that as "I still steal cars..."Translation: I still scan cars, try new linux things, and photoshop images when my loving father asks.![]()

SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", MODE="0666"
wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key -
sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/forky/winehq-forky.sources
sudo apt install --install-recommends winehq-stable
wine winecfg
wine Downloads/VCDSxxxx.exe
SUBSYSTEM=="hidraw", ATTRS{idVendor}=="0483", MODE="0666"
We use essential cookies to make this site work, and optional cookies to enhance your experience.