This is a PSA to a known issue.
If you are using our reference RPi image (or the debian uhd package ver 3.15.0.0-3) there is an issue with finding the directory of the UHD images to be loaded, essentially making your station non operational (empty observations).
There are two things you can do, either:
- Not update to latest satnogs-client-ansible (and thus dont update the uhd package) and wait for the upstream or our own fix
- Update but then run the following commands at your station:
sudo bash -c 'echo -e "\nUHD_IMAGES_DIR=/usr/share/uhd/images" >> /etc/default/satnogs-client'
sudo systemctl restart satnogs-client.service
- Be warned the fix will need to be applied after any
Update
orApply
from the satnogs-client
@Acinonyx is investigating a fix , and we will keep this thread updated