Fixed devices for CAT control

Submitted by Thomas Nilsson on

The problem with the increased number on the /dev/ttyUSB0, /dev/ttyUSB1... can be handled in the following way which I am using on my Linux Mint 20.3 for my IC-7100. This description is by no way complete, so some Linux knowledge is needed as it requires root / sudo access to be setup:

In the directory /etc/udev/rules.d/ I have a file called 80-ICOM-IC-7100.rules with the following content:

Running MMANA-GAL in Docker

Submitted by Drupal Master on

There is a nice Antenna simulation program named "MMANA-GAL". It exist in a pro, paid, version and a basic version which has some limitations. The basic version is great and is perfectly usable.

The basic program version is available at MMANA-GAL

Below is a description on how I run it on my Linux computer. The description requires quite a lot knowledge of Linux and Docker. Basically only the content of the files are documented below. How to use and run them needs to be known.

CQRLOG EDI to NAC converter

Submitted by Thomas Nilsson on

As mentioned on this page I use the log program CQRLOG for all my logging on Linux. This mean that it is also used for logging the tests I run now and then. Until now I have entered all QSO manually using the  OK2PIN Online EDI generator. This of course work great but as all the info is there already it is a little tedious if you have some QSO:s to enter. It is also error prone.

Drupal

Submitted by Drupal Master on

For many years I have been using Drupal and develop a few module for the different versions over the years.

Stories

Site upgraded to Drupal 9

Submitted by Drupal Master on

The site is now upgraded to Drupal 9.

Most of the module are possible to run with Drupal 9. The major issue was the theme used. It did work but was defined as a sub-theme of Bartik only compatible with Drupal 8.


name: Thuben 8
type: theme
description: This is the Thuben 8 sub theme of Bartik
# core: 8.x
core_version_requirement: 9.x
# Defines the base theme
base theme: bartik

With the above change it started working fine.