i'm not sure if people overlooked the post i made, but my problem with usb-modeswitch.tcz in tc 6.0 hasn't been addressed yet.
if someone of you is allowed to change that one line in the tce.installed script in usb-modeswitch.tcz
from
ln -s /usr/local/bin/tclsh /usr/bin/
to
ln -s /usr/local/bin/tclsh8.5 /usr/bin/tclsh
or change the tcl.tcz extension so that there is a file /usr/bin/tclsh
or change /tmp/tcloop/usb-modeswitch/usr/sbin/usb_modeswitch_dispatcher that has the following line
#!/usr/bin/tclsh
to point to /usr/local/bin/tclsh8.5 or an other enlightened combination of the stuff above.
thanks.