Console menu question..
Console menu question..
I have an rpi3 set up to auto boot into tx such that it streams GB3FT to BATC.TV. Works very nicely.
It has no touch screen and is thus controlled solely by console commands.
However when I log into it i get the usual linux prompt, but when I execute the menu.sh menu command or menu.sh menu command in the scripts directory I get command not found even though I can see it in the script directory.
Executing ./menu.sh causes a screen full of text but nothing resembling the console menu.
Probably another case of finger trouble on my behalf, but was wondering if someone could pull me out of this new hole I've dug for myself ?
FYI I'm trying to make some config changes and have noticed the rpidatvconfig,txt file which I could edit manually but would likely mess something else up.
73 Tim
It has no touch screen and is thus controlled solely by console commands.
However when I log into it i get the usual linux prompt, but when I execute the menu.sh menu command or menu.sh menu command in the scripts directory I get command not found even though I can see it in the script directory.
Executing ./menu.sh causes a screen full of text but nothing resembling the console menu.
Probably another case of finger trouble on my behalf, but was wondering if someone could pull me out of this new hole I've dug for myself ?
FYI I'm trying to make some config changes and have noticed the rpidatvconfig,txt file which I could edit manually but would likely mess something else up.
73 Tim
Re: Console menu question..
Hi Tim
No need to go to the scripts directory. From the home directory try pasting this in:
Let me know how you get on.
Dave
No need to go to the scripts directory. From the home directory try pasting this in:
Code: Select all
/home/pi/rpidatv/scripts/menu.sh menuDave
Re: Console menu question..
Hi Dave,
that did the trick - but a little puzzled as to why it didn't work from within the scripts directory - still all good now.
73 Tim
that did the trick - but a little puzzled as to why it didn't work from within the scripts directory - still all good now.
73 Tim
Re: Console menu question..
Hi Tim
Pleased that worked. In Linux, you need to put a path in front of a locally defined shell script, so from the /home/pi/rpidatv/scripts folder, typing should work. If you simply type it will start up in transmit mode, but it should still show you the "Transmitting" menu on the console.
It should not matter, but I always run these commands from the /home/pi folder, and tend to use the full path, so that I don't confuse myself.
Dave
Pleased that worked. In Linux, you need to put a path in front of a locally defined shell script, so from the /home/pi/rpidatv/scripts folder, typing
Code: Select all
./menu.sh menuCode: Select all
./menu.shIt should not matter, but I always run these commands from the /home/pi folder, and tend to use the full path, so that I don't confuse myself.
Dave
Re: Console menu question..
Hi Dave,
I tried both of those commands while in the scripts folder without success.
I've run other scripts in the same manner in other applications without problem so was puzzled why they wouldn't work on the RPI3.
Anyway, it's all about learning and I've learnt something else here, just not sure what it is !
73 Tim
I tried both of those commands while in the scripts folder without success.
I've run other scripts in the same manner in other applications without problem so was puzzled why they wouldn't work on the RPI3.
Anyway, it's all about learning and I've learnt something else here, just not sure what it is !
73 Tim