Keyboard Shortcuts
ctrl + shift + ? :
Show all keyboard shortcuts
ctrl + g :
Navigate to a group
ctrl + shift + f :
Find
ctrl + / :
Quick actions
esc to dismiss
Likes
Search
Pitnc_getparams
I see this was discussed years ago. I have a bunch of unused HTs and want to experiment with them using my Pi TNCs. I For the life of me I can’t get the get_params command to work. It keeps telling me that the file is not found. I am in the correct subdirectory. I have done a chmod +x on the files. I have re-installed the files. I turned on I2c in raspi-config and rebooted. Why is the file not being seen? I want to play around with BPQ and ax25.?
bob nz2z
?
?
? |
开云体育Hello Bob, If you "cd" into the directory where the get_params program is located, do the following: ?? #Try running the file from the relative path ?? ./get_params ?? #Confirm the file is really there and see it's permissions ?? ls -la | grep get_params ?? #Get details on the file (is it built for ARM CPUs, etc) ?? file get_params --David KI6ZHD On 10/29/2024 09:44 AM, Bob Bennett via
groups.io wrote:
|
If you are in the directory with the file you want to run, and it's not in the normal PATH, (/use/bin etc) then put ./filename
That tells it to run that filename in the current directory
Get
On Oct 29, 2024, at 09:44, "Bob Bennett via " <yahoo.com@groups.io target=_blank>[email protected]> wrote:
|
开云体育Most likely problem is you are trying to run a 32 bit build on a 64 bit system. You could build it from source for your system.73, John On 29/10/2024 16:44, Bob Bennett via
groups.io wrote:
|
to navigate to use esc to dismiss