sstjohn / x6100-wspr

WSPR tools for the Xiegu X6100
GNU General Public License v3.0
16 stars 2 forks source link

Module issues #4

Open Desertmansd opened 2 years ago

Desertmansd commented 2 years ago

File "/root/./x6100-wspr-main/./spotter-loop.py", line 33, in import Hamlib ModuleNotFoundError: No module named 'Hamlib'

Commented out and I get:

insmod: ERROR: could not load module /usr/local/lib/modules/5.8.9/extra/tty0tty.ko: No such file or directory Load tty0tty.ko first.

sstjohn commented 2 years ago

That really shouldn't happen with a full installation of the entire rootfs. The spotter-loop.py script cannot just be dropped into a stock Xiegu firmware, there are dependencies (including Hamlib, its python bindings, and that tty0tty.ko kernel module that's used to redirect the CAT input) in there. Can you reproduce this on v0.6.0 or v0.7.1?