Search found 53 matches

by N7HHI
Wed Mar 11, 2020 10:22 pm
Forum: D-Star Specific Support
Topic: Gateway Activity List Question
Replies: 2
Views: 1925

Re: Gateway Activity List Question

An additional note to point out is that you are limited to 4 characters for this field.
by N7HHI
Fri Feb 14, 2020 12:07 am
Forum: Pi-Star General Support
Topic: Firmware Version from command line
Replies: 2
Views: 3081

Re: Firmware Version from command line

I ran the following to find the modem device: pi-star@pi-star(rw):~$ find /dev/tty* ! -type l | grep -E "tty(AMA|ACM|USB|S)." It resulted in: /dev/ttyAMA0 /dev/ttyS0 /dev/ttySC0 /dev/ttySC1 I then tried the following with each of the devices from the results of the previous command: pi-sta...
by N7HHI
Thu Feb 13, 2020 7:03 pm
Forum: Pi-Star General Support
Topic: Firmware Version from command line
Replies: 2
Views: 3081

Re: Firmware Version from command line

Thanks Jason,

At first glance I don't see what it would take from that script to get what I am looking for. When I get a chance I will investigate the script in more detail to see what I can get out of it.
by N7HHI
Tue Feb 11, 2020 11:06 pm
Forum: Pi-Star General Support
Topic: Firmware Version from command line
Replies: 2
Views: 3081

Firmware Version from command line

I am trying to find the best way to display the firmware version form the command line. The following snippet works after the system is up and running: grep 'MMDVM protocol version' /var/log/pi-star/MMDVM*.log | awk '{print $9}' However, what I am trying to do is add the firmware version to the motd...
by N7HHI
Thu Mar 14, 2019 10:03 pm
Forum: Tips and Tricks
Topic: color hex code for the dashboard???
Replies: 7
Views: 16551

Re: color hex code for the dashboard???

I have done mine in shades of Green. I will show the values I used in the following screenshots:

This is an example of the look:
DashboardColors.jpg
DashboardColors.jpg (116.6 KiB) Viewed 15787 times


Here are the values I used:
DasboardCSS.png
DasboardCSS.png (31.85 KiB) Viewed 15787 times
by N7HHI
Tue Feb 05, 2019 12:06 am
Forum: Tips and Tricks
Topic: When was my Pi-Star booted
Replies: 15
Views: 21048

Re: When was my Pi-Star booted

2019-02-04pi-starV4.0.0-RC3_custom_motd_cat.jpg Here is my custom motd file. 2019-02-04pi-starV4.0.0-RC3_custom_motd_vim.jpg And here is how it looks in the vi/vim editor. Let me know if you are well versed in vi/vim and I will let you know how to add the control characters in. If not, you will hav...
by N7HHI
Tue Feb 05, 2019 12:05 am
Forum: Tips and Tricks
Topic: When was my Pi-Star booted
Replies: 15
Views: 21048

Re: When was my Pi-Star booted

2019-02-04colors.txt.jpg
2019-02-04colors.txt.jpg (24.73 KiB) Viewed 9484 times
This shows all of the colors that I am aware of.

2019-02-04colors.txt_in_vim.jpg
2019-02-04colors.txt_in_vim.jpg (33.12 KiB) Viewed 9484 times
Here are the codes for those colors.
by N7HHI
Tue Feb 05, 2019 12:02 am
Forum: Tips and Tricks
Topic: When was my Pi-Star booted
Replies: 15
Views: 21048

Re: When was my Pi-Star booted

2019-02-04pi-starV4.0.0-RC3_original_motd_cat.jpg This is how the V4.0.0.0-RC3 /etc/motd looks when you login. 2019-02-04pi-starV4.0.0-RC3_original_motd_vim.jpg This is how the same file looks like in the vim editor. Notice that the color codes are in this file. Each one looks something like: ^[[0;...
by N7HHI
Mon Feb 04, 2019 5:09 pm
Forum: Tips and Tricks
Topic: When was my Pi-Star booted
Replies: 15
Views: 21048

Re: When was my Pi-Star booted

You can't just use cut & paste for the color codes because there are control characters included in the codes and "cut & paste" can't copy control characters. The border can be done with cut & paste. When I get home from work, I will put together some more detailed instructions...
by N7HHI
Fri Feb 01, 2019 8:30 pm
Forum: Tips and Tricks
Topic: When was my Pi-Star booted
Replies: 15
Views: 21048

Re: When was my Pi-Star booted

It is /etc/motd, be careful with it though so as not to break the update procedure. That file changes whenever there is an update. To get the callsign in ASCII Art use the following link: http://patorjk.com/software/taag/#p=display&f=ANSI%20Shadow&t=YourCallsign Replace "YourCallsign&qu...