Ubuntu 20.04.3 LTS, WSJT-X v2.5.4, RIGblaster duo – trying to get virtual com port set up for PTT
Hello,
First off: I am new to Linux/Ubuntu so I may not have the correct terminology in what I am asking.
I decided to ditch MS Windows and made the switch to Linux. So far I have been able set up things the way I like them (desktop, appearance, etc) and am loving it! Hardware that Ubuntu just found and made work upon plugging in: wireless printer and mouse, HDMI port to 2nd display, and a USB sound card interface – all good! My RIGblaster duo was also “found” but I cannot figure out how to set up a virtual com port pointing to it so WSJT-X can see it for PTT operation. Below are some command line output of what I have looked into.
I’m able to see RIGblaster duo connected to USB:
wx9m@LURICK:~$ lsusb
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 5986:9102 Acer, Inc BisonCam,NB Pro
Bus 003 Device 002: ID 8087:0029 Intel Corp.
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 001 Device 003: ID 0c76:120b JMTek, LLC. Plugable USB Audio Device
Bus 001 Device 002: ID 0403:b338 Future Technology Devices International, Ltd RIGblaster Duo
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Now I attempt to look for com ports associated to this USB, but this is all I see:
wx9m@LURICK:~$ dmesg | grep tty
[ 0.097886] printk: console [tty0] enabled
OK so maybe the FTDI driver is not installed? So I issue the following commands and it does not find it:
wx9m@LURICK:~$ lsmod | grep ftdi
wx9m@LURICK:~$ dmesg | grep ftdi
wx9m@LURICK:~$
Yet the
https://ftdichip.com/drivers/vcp-drivers/ website indicates:
All FTDI devices now supported in Ubuntu 11.10, kernel 3.0.0-19
Refer to TN-101 if you need a custom VCP VID/PID in Linux
VCP drivers are integrated into the kernel.
Here are my questions:
Do I need to enable the FTDI driver some how? Or install it and how?
Once the FTDI driver is ready for use, how do I create a virtual com port pointing to the RIGblaster duo USB port?
What am I missing or not understanding?
I’d really appreciate any help to get this working!
Thanks,
Rick/WX9M