USB dongle Rockey4ND

Questions about Wine on Linux
Locked
fritzmueller
Newbie
Newbie
Posts: 1
Joined: Sun Jul 30, 2023 8:10 am

USB dongle Rockey4ND

Post by fritzmueller »

I want to run a Windows program in wine that requires a dongle, OS: Linux Mint 21.2.
The Dongle is a Rockey4ND.
According to advertisement, see: https://www.proteccionsoftware.es/media ... kEY4ND.pdf
Number 1.4, position 6 it SUPPORTS Linux AND is DRIVERLESS.
So, if I understand right, it should work in wine.
I ran lsusb and found the following settings:
idVendor 0x096e Feitian Technologies, Inc.
idProduct 0x0006 HID Dongle (for OEMs- manufacturer string is "OEM")
Bus003, Device 004

according to:
https://wiki.winehq.org/Hardware
I found the following information and changed it to:

SUBSYSTEM=="usb", ATTR{idVendor}=="096e", ATTR{idProduct}=="0006", MODE="0666"
and saved it at /etc/udev/rules.d/99-usb.rules (see: https://wiki.winehq.org/Hardware)

but it does not work. What did I make wrong?

Thx for response.
Locked