That was it. Now it's working like the Vbox/XP combo!
Only issue with sp13 is - now it won't see the USB port. Hmm.
$usb-devices
T: Bus=06 Lev=01 Prnt=01 Port=00 Cnt=01 Dev#= 39 Spd=12 MxCh= 0
D: Ver= 2.00 Cls=ef(misc ) Sub=02 Prot=01 MxPS=64 #Cfgs= 1
P: Vendor=268b ProdID=0405 Rev=01.01
S: Manufacturer=Dimension Engineering
S: Product=Evolv DNA 200 USB
S: SerialNumber=ROATWXMAFORP
C: #Ifs= 3 Cfg#= 1 Atr=80 MxPwr=500mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=03(HID ) Sub=00 Prot=00 Driver=usbhid
I: If#= 1 Alt= 0 #EPs= 1 Cls=02(commc) Sub=02 Prot=01 Driver=cdc_acm
I: If#= 2 Alt= 0 #EPs= 2 Cls=0a(data ) Sub=00 Prot=00 Driver=cdc_acm
/etc/udev/rules.d/$ cat 60-dimension_engineering.rules
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="268b", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl"
KERNEL=="ttyACM*", SUBSYSTEM=="tty", ATTRS{idVendor}=="268b", TAG+="uaccess", TAG+="udev-acl"
$ groups
<me> adm disk dialout cdrom sudo dip plugdev lpadmin sambashare vboxusers
Well, I can see the USB - but the application can't. If anyone knows why, this is a great time to enlighten me.
==============
I just got a new/used Rose V3, (even the seller was not sure if this was an authentic or clone), and it absolutely works RIght on the vt133 from the get-go. In TC SS316L mode.: 450F, 0.31Ω, 36w, SS-316L profile - with a sillyassed attempt at Tiger Wire using 26awg SS and .7mm Kanth ribbon.
This is the first time TC has acted like TC at all - the DNA hated my Aromamizer v1 and the Griffin-25 with round or twisted SS316, or even clapton SS316. I had even tried the Griff25 with the single-coil insert.
Many thanks folks, keep up the linux work! Looking forward to the solution to the USB/access issue
Addendum:
So, I twiddled around and the USB cable/port are playing lil'bitch - I had to hold it a bit cockeyed, but what I went off and did was:
Tried it from the toolbar - no joy.
Tried it as "sudo ~/.local/opt/evolv/escribe-suite/launch-escribe-suite" - that worked Just Right.
exited and tried again as myself - and that too decide to work (monitor was so pretty ;-)
Right now, the only change is:
$ cat /etc/udev/rules.d/*.rules
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", MODE="0664", GROUP="plugdev"
#KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="268b", MODE="0660", GROUP="plugdev", TAG+="uaccess", TAG+="udev-acl"
#KERNEL=="ttyACM*", SUBSYSTEM=="tty", ATTRS{idVendor}=="268b", TAG+="uaccess", TAG+="udev-acl"
I restarted, and twiddled that USB, but I cannot figure out why running sudo FIRST made a difference, but it did - not messing with THAT again ;-)