It’s day four of my hopefully last Windows-to-Linux migration, and so far so good. I have my HRD log imported into CQRLog and it’s talking to both my Arduino Keyer and Yaesu FT-897. The Keyer is happily sending CW and CQLog is reading the rig frequency. The rig control function is very simple and utilitarian compared to HRD’s, but it works. What I cannot get working is controlling the Kenwood TS-850. This appears to be a problem with Hamlib, which CQRLog uses via rigctld.
I found that Linux re-enumerates USB /dev/ devices if you unplug one. For example, I had my Arduino Keyer at /dev/ttyUSB0, my TS-850 interface at /dev/ttyUSB1, and my FT-897 interface at /dev/ttyUSB2. Upon unplugging the Arduino Keyer and TS-850 interface, the FT-897 became /dev/ttyUSB0, and with nary a mention in syslog. I find this behavior strange. But I’m really pleased Linux handles USB device insertions and ejections so well. Back in the day to do stuff like this you’d have to edit some text file, recompile your kernel, and walk uphill in snow both ways.
To run N1MM I installed Virtualbox and within that installed a very bare bones Windows XP installation. This enables me to run Windows XP as a virtual machine within Linux, without rebooting. N1MM installed and ran without a hitch in the virtual machine. I was reminded N1MM likes to install in C: root, like it’s 1994 on Windows 3.1. But I digress. Attaching host USB devices to virtual machines in Virtualbox is a piece of cake and I had N1MM talking with the 850. So I’ve got my contesting needs covered.
It occurred to me that it wouldn’t take much to get CQRlog to do basic contest logging. It already has cw interface keying and function key definitions and macros. All it really needs is serial number generation with corresponding function key macros, previous QSO report lookup, and perhaps a little more field customization. This would cover the basics. One can handle scoring outside the program, but a band map with the DX cluster integrated would be the next feature on the list. I may just look at the source code and see if I can make sense of it and maybe play around with some customizations. I sense another project I’m going to get sucked into.
So far I haven’t had to go back to my native Windows installation for anything, other than to steal more disk partition space. Maybe I cheated a little by installing an instance of Windows XP on Virtualbox, but hey, whatever gets the job done!
(Update: I just found the CQRLog band map window and it is integrated with the DX cluster!)
