Search found 67 matches

by MM6NRK
Tue May 19, 2020 5:28 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

I would prefer to troubleshoot your issue as it can help other users, in the meantime I am making an image of my 16gb card... Did you try stopping and starting pulse audio? pulseaudio -k pulseaudio --start then again pactl info If the result is positive try to run the application. pi@raspberrypi:~ ...
by MM6NRK
Tue May 19, 2020 5:03 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

Raspbian Buster is the one i use for testing with no issues on a pi 3b. What was the result of running "pactl info"? can you connect to the pulse audio server? I have a pi 3b as well . Do you think you could upload a back up of your working img and take your dmr info out so i could burn it on my ca...
by MM6NRK
Tue May 19, 2020 4:57 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

ea3ihi wrote:
Tue May 19, 2020 4:52 pm
Raspbian Buster is the one i use for testing with no issues on a pi 3b.

What was the result of running "pactl info"? can you connect to the pulse audio server?
root@raspberrypi:~# pactl info
Connection failure: Connection refused
pa_context_connect() failed: Connection refused
by MM6NRK
Tue May 19, 2020 4:43 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

You need a sound card that allows input and output. The rpi jack only has audio output but no input. One option that works well is a USB headset with mic. Your problem is related to permissions to use the pulse audio services. In your case probably running the application as root does not help if t...
by MM6NRK
Tue May 19, 2020 3:46 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

Usually the pi user is fine, but I am not sure why there is a problem with the pulse audio layer. When starting the application from a terminal the best option is to open a terminal from the graphical user interface, vs opening a new ssh session. Logged in to my pi as root and its still doing the s...
by MM6NRK
Tue May 19, 2020 2:41 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

Assertion 's' failed at pulse/stream.c:1483, function pa_stream_write_ext_free() . Aborting. That has to do with the audio layer. Are you running DMRStation as the same user that logs in in the system by default? David DMRStation is Installed in Opt and autostart is in home/pi/.config/autostart . d...
by MM6NRK
Tue May 19, 2020 1:56 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

ea3ihi wrote:
Tue May 19, 2020 1:15 pm
It is a general topic related to how the X windows system works and not specific to the application.

As stated in the instructios try using

Code: Select all

DISPLAY=:0 ./DMRstation
pi@raspberrypi:~ $ DISPLAY=:0 ./DMRstation
-bash: ./DMRstation: No such file or directory
by MM6NRK
Tue May 19, 2020 1:52 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

It is a general topic related to how the X windows system works and not specific to the application. As stated in the instructios try using DISPLAY=:0 ./DMRstation pi@raspberrypi:/opt/DMRStation $ DISPLAY=:0 ./start.sh ** (DMRstation:1264): WARNING **: Error retrieving accessibility bus address: or...
by MM6NRK
Tue May 19, 2020 1:03 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

Try running the application from a terminal so you can see in the output some clue of what happens. Here is a video i took of what it is doing .When i use Selfcare password in it cuts off . css error on line 51 it says https://www.youtube.com/watch?v=_0bs1H6PJ2I&feature=youtu.be You can ignore the ...
by MM6NRK
Mon May 18, 2020 1:42 pm
Forum: Off topic
Topic: Side project, "DMR Station" network radio
Replies: 141
Views: 71632

Re: Side project, "DMR Station" network radio

ea3ihi wrote:
Sun May 17, 2020 10:09 pm
Try running the application from a terminal so you can see in the output some clue of what happens.
Here is a video i took of what it is doing .When i use Selfcare password in it cuts off . css error on line 51 it says

https://www.youtube.com/watch?v=_0bs1H6 ... e=youtu.be