Side project, "DMR Station" network radio

ea3ihi
Posts: 87
Joined: Fri Jan 10, 2020 9:28 pm
Location: Barcelona, Spain

Re: Side project, "DMR Station" network radio

Post by ea3ihi » Tue May 19, 2020 5:09 pm

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.

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Tue May 19, 2020 5:28 pm

ea3ihi wrote:
Tue May 19, 2020 5:09 pm
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:~ $ pulseaudio -k
E: [pulseaudio] main.c: Failed to kill daemon: No such process
pi@raspberrypi:~ $ pulseaudio --start
pi@raspberrypi:~ $ pactl info
Server String: /run/user/1000/pulse/native
Library Protocol Version: 32
Server Protocol Version: 32
Is Local: yes
Client Index: 2
Tile Size: 65496
User Name: pi
Host Name: raspberrypi
Server Name: pulseaudio
Server Version: 10.0
Default Sample Specification: s16le 2ch 44100Hz
Default Channel Map: front-left,front-right
Default Sink: alsa_output.usb-C-Media_Electronics_Inc._USB_PnP_Sound_Device-00.analog-stereo
Default Source: alsa_input.usb-C-Media_Electronics_Inc._USB_PnP_Sound_Device-00.analog-mono
Cookie: daeb:a56f
pi@raspberrypi:~ $ ^C
pi@raspberrypi:~ $

ea3ihi
Posts: 87
Joined: Fri Jan 10, 2020 9:28 pm
Location: Barcelona, Spain

Re: Side project, "DMR Station" network radio

Post by ea3ihi » Tue May 19, 2020 5:29 pm

Nice that pactl info yileds some results after the pulseaudio --start.

were you able to run DMRStation afterwards?

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Tue May 19, 2020 5:37 pm

ea3ihi wrote:
Tue May 19, 2020 5:29 pm
Nice that pactl info yileds some results after the pulseaudio --start.

were you able to run DMRStation afterwards?
No it does the same thing after . Thanks for makeing the image of your 16gb card.

ea3ihi
Posts: 87
Joined: Fri Jan 10, 2020 9:28 pm
Location: Barcelona, Spain

Re: Side project, "DMR Station" network radio

Post by ea3ihi » Tue May 19, 2020 5:42 pm

But did it output any interesting message that can give an idea of the problem?

Regarding the image, i hope it will work for you, as I am using a Kuman 5'' screen. Will send you a private when it is uploaded

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Tue May 19, 2020 5:52 pm

ea3ihi wrote:
Tue May 19, 2020 5:42 pm
But did it output any interesting message that can give an idea of the problem?

Regarding the image, i hope it will work for you, as I am using a Kuman 5'' screen. Will send you a private when it is uploaded
no message and thanks for the upload .

MM6NRK
Posts: 67
Joined: Wed Apr 22, 2020 1:09 pm

Re: Side project, "DMR Station" network radio

Post by MM6NRK » Tue May 19, 2020 10:02 pm

ea3ihi wrote:
Tue May 19, 2020 5:42 pm
But did it output any interesting message that can give an idea of the problem?

Regarding the image, i hope it will work for you, as I am using a Kuman 5'' screen. Will send you a private when it is uploaded
Thanks very much everything now works good . I have put all my dmr Info on and downloaded the drivers for my 3.5 LCD .

I dont know why it would not work before with the Install .

TA2EI
Posts: 17
Joined: Mon May 04, 2020 10:39 am
Location: Ankara
Contact:

Re: Side project, "DMR Station" network radio

Post by TA2EI » Tue May 19, 2020 10:24 pm

ea3ihi wrote:
Mon May 18, 2020 5:12 pm

The binary distribution is compiled for ARM v7. You need a graphic environment, gtk, glib, pulse audio and audio devices for playing and recording. I am not sure about the processor in the pi zero but you can grab the source code and compile it.

David
Hi,
RPi0 has an ARM6 cpu. If you have enough spare time could you please compile DMRStation for ARM6 to test the SW on a RPi0?
Regards.

ea3ihi
Posts: 87
Joined: Fri Jan 10, 2020 9:28 pm
Location: Barcelona, Spain

Re: Side project, "DMR Station" network radio

Post by ea3ihi » Wed May 20, 2020 5:40 am

MM6NRK wrote:
Tue May 19, 2020 10:02 pm
Thanks very much everything now works good . I have put all my dmr Info on and downloaded the drivers for my 3.5 LCD .

I dont know why it would not work before with the Install .
Glad to know that it works!!!. Does your screen use the hdmi connector? mine does. Other than disabling the hdmi audio output i did not change many things in my rpi image.

ea3ihi
Posts: 87
Joined: Fri Jan 10, 2020 9:28 pm
Location: Barcelona, Spain

Re: Side project, "DMR Station" network radio

Post by ea3ihi » Wed May 20, 2020 6:35 am

TA2EI wrote:
Tue May 19, 2020 10:24 pm
Hi,
RPi0 has an ARM6 cpu. If you have enough spare time could you please compile DMRStation for ARM6 to test the SW on a RPi0?
Regards.
Here you can download a version compiled with -march=armv6, I have not been able to test it though.

http://dmrstation.com/DMRStation_armv6.zip

Post Reply