开云体育

ctrl + shift + ? for shortcuts
© 2025 开云体育

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:

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
?
?
?


 

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:

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
?
?
?


 

开云体育

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:

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
?
?
?