Mon, 27 Jun 2022 07:48:18 -0400 Josh Rovero via wsjt-devel <wsjt-devel@lists.sourceforge.net> kirjoitti:
> This causes problems with WSJT-X 2.5.4 and 2.6.0-rc1 on Fedora Core > 36, 64-bit. The behavior was not present in Fedora Core 35. > > It appears that the system rescans and renumbers/relabels USB devices > once a day, resulting in hamlib losing control of an operating WSJT-X > instance. When WSJT-X is restarted, the "new" device names are found, > can be selected, and operation is normal until the next rescan. > But, man can make UDEV rule, to set rigctld working, even ttyUSBx is changed. One example... You make /etc/udev/rules.d 99-persistent-usb.rules file and inside something like #ACTION=="add", SUBSYSTEMS=="usb", ATTRS{idVendor}=="08bb", ATTRS{idProduct}=="29b3", ATTRS{product}=="05670021A16A", SYMLINK+="rig" Ofcource you have to look, when plug your radio to usb port, what device you find there. I think lsusb -v as root, tells you "idVendor" "idProduct" (product) Then /usr/local/bin/rigctld -m "your_rig" -r /dev/rig -t 4532 -s baud & And you choose in wsjtx RADIO as Hamlib Net rigctld, anyway works with my F36 and wsjtx-2.6.0-rc1.... so far... :) Jarmo, oh1mrr _______________________________________________ wsjt-devel mailing list wsjt-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wsjt-devel