Forum Replies Created
-
AuthorPosts
-
Richard, N4CNRForum Moderator
there is a version of the board for the c1 you can order. you have to contact Juan F8ASB he has the board with the pin out. I also have a small board now that is for pi/odroid
Richard, N4CNRForum ModeratorWell I have 8 kits in the works I am waiting on 2 parts to show up . My email is kb3vgw@gmail.com . Email me
Richard, N4CNRForum ModeratorAre you looking to purchase a complete built board? I have been working to build up 8 kits but can build out one.
- This reply was modified 8 years, 7 months ago by Aaron, N3MBH.
Richard, N4CNRForum ModeratorLet me know if this fixes your upload issue
Richard, N4CNRForum Moderatorok found the issue and fixed it in the install script . and will get it fixed in the next img.
in the /etc/nginx/sites-avaible/openrepeater
add these to lines like thisclient_max_body_size 25M;
client_body_buffer_size 128k;server{
listen 443;
listen [::]:443 default_server ipv6only=on;include snippets/snakeoil.conf;
ssl on;root /var/www/openrepeater;
index index.php;
server_name $gui_name;
location / {
try_files \$uri \$uri/ =404;
}client_max_body_size 25M;
client_body_buffer_size 128k;access_log /var/log/nginx/access.log;
error_log /var/log/nginx/error.log;save it and the sevice nginx restart and it will be fixed
August 11, 2015 at 10:01 am in reply to: beta1-07_07_15/RPi2: ssh/console credentials incorrect #1247Richard, N4CNRForum ModeratorCurrently there is no Raspbian jessie build avaible. and the img works fine. There is a beta 3 where the amixer and every thing works. I am working to update further.
if you have access to a raspbian jessie pont me to it . I also have fixed the password issue. .
you know this is beta people. will have issue. we are ironing out the issues.
we also have a install script for hose of you wanting to help out
Richard, N4CNRForum Moderatorguys I used a default debian img. I did not set the languages. I only used whats default.
I havebeen working on a new img and will have it up soom there is a beta 3 file I have and I am working on beta 4 . I have been adding in some new functions like getting time from gps.
I am also working on some other parts I got the alsamixer issue fixed in the newer imgae.
I will add in vim . but for the most part we are trying to keep the images to whats releated to the svxlink/openrepeater.
I have also added flite for tts.
I will be posting a new img and a full change log.
we are also working on finding people to help mainttain images. there is also a pkg based install script used to build images in the github repo.
Richard, N4CNRForum ModeratorI am also working to get the rsyslog working and a few other parts like fail2ban and monit. I hope to have these fixed soon.
I as 1 person can only do so much.
Its also nice to hear a thankyou for all your work and great job.
the gui is very basic at this point. Arron has a family he has to spend time with . and I work for the railroad.
So if you have skills and would like to get in and help us dev please email us and we will get with you .
Richard, N4CNRForum ModeratorI am also working to get the rsyslog working and a few other parts like fail2ban and monit. I hope to have these fixed soon.
I as 1 person can only do so much.
Its also nice to hear a thankyou for all your work and great job.
the gui is very basic at this point. Arron has a family he has to spend time with . and I work for the railroad.
So if you have skills and would like to get in and help us dev please email us and we will get with you .
Richard, N4CNRForum Moderatorguys I used a default debian im g. I did not set the languages. I only used whats default.
I havebeen working on a new img and will have it up soom there is a beta 3 file I have and I am working on beta 4 . I have been adding in some new functions like getting time from gps.
I am also working on some other parts I got the alsamixer issue fixed in the newer imgae.
I will add in vim . but for the most part we are trying to keep the images to whats releater to the svxlink/openrepeater.
I have also added flite for tts.
I will be posting a new img and a full change log.
we are also working on finding people to help mainttain images. there is also a pkg based install script used to build images in the github repo.
-
AuthorPosts