Hi Basil,
toggle quoted messageShow quoted text
Once again I thank you very much for your invaluable help for progressing into RaspBerry Pi and DRAWS usage with AX.25. Reading doc files is quite easy but it does not preclude some missinterpretations by me as you have noticed. I want to achieve a complete set up of an FPAC NODE using DRAWS based on nwdr image that should simplify considerably the configuration with your scripts help. However I am not yet finished ! I still need ax25ipd configuration for AX25<-->UDP encapsulation of ROSE/FPAC and LinFBB frames toward Internet. I guess this should be added into ax25-start or built into a kind of ax25ipd-start. Then I will need something like uronode conf and install for FPAC node utilities. Meanwhile I found an error when trying to use measure deviation script. The first case of failure is when direwolf is started and prevents using sound device as you noticed. You already wrote instructions in order to remove direwolf with stop AX.25. The second cause of failure is when user is sudo and your scripts fails finding /home/root/bin/ax25-stop script for $USER= root I suggest you could add the following lines borrowed from other scripts from you. These lines should be just before the USER check paragraph where ax25-stop is called. # Don't be root if [[ $EUID == 0 ]] ; then echo "Don't be root" exit 1 fi 73 de Bernard, f6bvp
Le 11/12/2019 à 21:49, Basil Gunn a écrit :
However there is a complete discrepancy between what you suggest andThe nwdr14.img comes with installed software. You must do the initial
|
|