RuneAudio 0.5-beta for most Raspberry Pi models

Raspberry Pi related support

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby Ripa » 26 May 2019, 11:43

Hi,

i have bought the Raspdac mini kit,
but it only support volumio and moode.

is there anybody that can help me to work with rune

https://www.audiophonics.fr/en/diy-kits ... 13300.html

http://moodeaudio.org/forum/showthread.php?tid=664

thanks
Ripa
Ripa
 
Posts: 67
Joined: 04 Dec 2017, 03:55

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 26 May 2019, 12:36

Hi EZJstef,
EZJstef wrote:ge all ,
very sorry again for asking somethings maybe easy to solve but don't find the way !!
i have install rune all ok, in wifi point access all ok ! sound great with sabre Dac etc ! but 2 issues!
1 when i put local browser on , and restrat ... rune audio start and restart all the time with runeaudio starting wallpaper ! ( still in wifi pont access without lan internet connact )
2 second test is to keep disable the brower and to connect lan from my router adn disable the access point and restart ! i have this screen
https://drive.google.com/file/d/0ByK4oeVligoOZnBCS1ZTWjk5TzJkVWhaazZzWFJseUE3LW93/view?usp=sharing
i am wonder what i am doing wrong with the both action ???
yet rune working fine via runeaudioAP and playing musique from android via airplay ! but will be better to get internet access for spotify and also to have the 7" interface in my case ..
thanks again and sorry for my boring beginner questions !
stef
If it starts and shows a UI please copy and post your debug info.
If not, could you provide some more info concerning the nginx failure. Pease log in via SSH and post the output of this command:
Code: Select all
journalctl | grep -i -E 'error|warning|nginx' | grep -i -v 'audit'
It is possible that you can get it to start up with this command:
Code: Select all
systemctl start nginx
janui
User avatar
janui
 
Posts: 698
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 26 May 2019, 13:08

Hi AudioRotor,
AudioRotor wrote:Recently I've noticed that NAS is not going to sleep mode as usually when not used, but starts up again and again, even if not used. Issue stopped once I shut down Rune.
Please upgrade to the latest patch version of RuneAudio, there are instructions in the first post in this thread. Then retest. If you still have problems. Make sure Rune is not playing and retest. Try this from SSH:
Code: Select all
cat /proc/asound/card?/pcm?p/sub?/hw_params | grep -v closed
You will get no output if rune is stopped.
If that doesn’t work log via SSH and rename the file /usr/bin/smartctl like this:
Code: Select all
mv /usr/bin/smartctl /usr/bin/smartctl_save
And retest. If this works please report back. Otherwise rename the file back to its original name with this:
Code: Select all
mv /usr/bin/smartctl_save /usr/bin/smartctl

AudioRotor wrote:Looking into mapping details I saw that parameter was changed to vers=2.0 automatically and I cannot change it back to 1.0, maybe that's the issue. I know WD I am using is pretty old so maybe its not really important issue, letting you know in case its also an issue for other devices.
It should make no difference, you should get better performance, reliability and security with the higher version. But you can revert to using vers=1.0 by modifying the 'Mount Flags' in 'Advanced options' in 'NAS Mounts' in the 'Sources UI'. This should work:
Code: Select all
cache=none,ro,vers=1.0
janui
User avatar
janui
 
Posts: 698
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 26 May 2019, 13:28

Hi Ripa,
Ripa wrote:Hi,
i have bought the Raspdac mini kit,
but it only support volumio and moode.
is there anybody that can help me to work with rune
For building a driver for the ES9038Q2M DAC see here: post27824.html?hilit=9038Q2M
I cant help you with the oled setup, maybe someone else?
lirc is pre-installed, see here for some information: post26310.html?hilit=lirc#p26310
janui
User avatar
janui
 
Posts: 698
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby Vhond » 26 May 2019, 16:01

Strange.....

Library remains empty (even after reinstalling Rune from scratch)

But the're has been an Mojave update (including Safari)??? (I don't suspect the last DSM update from Synology, because other items of the library are also invisible)

My debug info:

Code: Select all
###### System info ######
Linux version 4.14.34-1-ARCH (alarm@alarmpi) (gcc version 7.3.1 20180312 (GCC)) #1 SMP Tue May 15 00:50:02 CDT 2018

System time:   Sun May 26 16:56:07 CEST 2019
System load:   0.58 0.21 0.08 1/144 756
Hardware model:   Raspberry Pi 2 Model B Rev 1.1
Linux version:   4.14.34-1-ARCH
RuneOS/UI:   0.5b (gearhead) - Experimental Beta 0.5 20180903
Git Branch:   0.5b
HW platform:   RaspberryPi (08)
Build version:   janui-20180903-10
PlayerID:   088185d72ce70296c67656fbb9b9b090ac


###### Boot configuration (cat /boot/config.txt) ######
# Uncomment some or all of these to enable the optional hardware interfaces
# Params:
#         i2c_arm                  Set to "on" to enable the ARM's i2c interface
#                                  (default "off")
#         i2c_vc                   Set to "on" to enable the i2c interface
#                                  usually reserved for the VideoCore processor
#                                  (default "off")
#         i2c_arm_baudrate         Set the baudrate of the ARM's i2c interface
#                                  (default "100000")
#         i2c_vc_baudrate          Set the baudrate of the VideoCore i2c interface
#                                  (default "100000")
#         i2c_baudrate             An alias for i2c_arm_baudrate
#         i2s                      Set to "on" to enable the i2s interface
#                                  (default "off")
#         spi                      Set to "on" to enable the spi interfaces
#                                  (default "off")
#         act_led_trigger          Choose which activity the LED tracks.
#                                  Use "heartbeat" for a nice load indicator.
#                                  (default "mmc")
#         act_led_activelow        Set to "on" to invert the sense of the LED
#                                  (default "off")
#         act_led_gpio             Set which GPIO pin to use for the activity LED
#                                  (in case you want to connect it to an external
#                                  device)
#                                  (default "16" on a non-Plus board, "47" on a
#                                  Plus or Pi 2)
#         N.B. It is recommended to only enable those interfaces that are needed.
#         Leaving all interfaces enabled can lead to unwanted behaviour (i2c_vc
#         interfering with Pi Camera, I2S and SPI hogging GPIO pins, etc.)
#         Note also that i2c, i2c_arm and i2c_vc are aliases for the physical
#         interfaces i2c0 and i2c1. Use of the numeric variants is still possible
#         but deprecated because the ARM/VC assignments differ between board
#         revisions. The same board-specific mapping applies to i2c_baudrate,
#         and the other i2c baudrate parameters.
## RuneAudio HDMI & 3,5mm jack
dtparam=audio=off
## RuneAudio I2S-Settings
dtoverlay=hifiberry-digi-pro
# Uncomment to enable the lirc-rpi module
# Params: gpio_out_pin             GPIO pin for output (default "17")
#         gpio_in_pin              GPIO pin for input (default "18")
#         gpio_in_pull             Pull up/down/off on the input pin
#                                  (default "down")
#         sense                    Override the IR receive auto-detection logic:
#                                  (default "-1")
#         softcarrier              Turn the software carrier "on" or "off"
#                                  (default "on")
#                                  (default "off")
# LCD settings
# 180 degrees
# Normal
lcd_rotate=0
## Boot splash
# set to 1 to disable or 0 to enable boot splash
disable_splash=1
# Uncomment if you get no picture on HDMI for a default "safe" mode
# Uncomment this if your display has a black border of unused pixels visible
# and your display can output without overscan
# Uncomment the following to adjust overscan. Use positive numbers if console
# goes off screen, and negative if there is too much border
# Uncomment to force a console size. By default it will be display's size minus
# overscan.
# Uncomment if hdmi display is not detected and composite is being output
# Uncomment to force a specific HDMI mode (this will force VGA)
# Uncomment to force a HDMI mode rather than DVI. This can make audio work in
# DMT (computer monitor) modes
# Uncomment to set monitor mode to DMT
# Uncomment to increase signal to HDMI, if you have interference, blanking, or
# no display
# setting the max usb current to 1200mA
max_usb_current=1
# memory options
gpu_mem=16
## Some overclocking settings, governor is set to on-demand as standard
## The values below are valid for the B+ and Zero models
## Overclocking should not be needed for the 2B, 3B and 3B+ models
## See your documentation for A and B models
## None
## Modest
## Medium
## High
## Turbo
## General CPU settings
force_turbo=1
# Lowering max CPU temperature from 85 (standard) to 70 or 75 degrees gives some protection when (force) turbo is set
# If the max temp is reached the cpu will autmatically be throttled back
# Boot delay sometimes needs to be set to higher values when overclocking is enabled
# Default boot delay is 1 second, 3B+ needs a delay of 2
boot_delay=2
initramfs initramfs-linux.img followkernel


##################################################


###### System load statistics (procinfo -H) ######
Memory:        Total        Used        Free     Buffers
RAM:       973.57MiB   232.21MiB   741.36MiB    20.92MiB
Swap:          0.00B       0.00B       0.00B

Bootup: Sun May 26 16:55:00 2019   Load average: 0.58 0.21 0.08 1/146 773

user  :   00:00:32.82  12.5%  page in :           116548
nice  :   00:00:04.78   1.8%  page out:            14240
system:   00:00:15.60   5.9%  page act:            11550
IOwait:   00:00:06.85   2.6%  page dea:                0
hw irq:   00:00:00.00   0.0%  page flt:           168885
sw irq:   00:00:00.33   0.1%  swap in :                0
idle  :   00:03:23.09  77.1%  swap out:                0
uptime:   00:01:06.92         context :            48654

irq  16:          0                      irq  51:          0
irq  17:      13695                      irq  54:          0
irq  21:          0                      irq  59:          0
irq  23:         50                      irq  62:      21278
irq  24:          2                      irq  83:         16
irq  46:          0                      irq  86:        489
irq  48:          0                      irq  87:         30
irq  50:       3620

mmcblk0            3203r             4   mmcblk0p2            3039r
mmcblk0p1              84r

eth0        TX 13.09KiB      RX 19.52KiB      lo          TX 194.22KiB     RX 194.22KiB


###### Active processes (pstree) ######
systemd-+-agetty
        |-avahi-daemon---avahi-daemon
        |-cmd_async---sh---debug_collector---sh---pstree
        |-dbus-daemon
        |-devmon---udevil
        |-dhcpcd
        |-haveged
        |-ifplugd
        |-mpd---4*[{mpd}]
        |-nginx---nginx
        |-php-fpm---3*[php-fpm]
        |-python
        |-redis-server---3*[{redis-server}]
        |-rpc.statd
        |-rpcbind
        |-rune_PL_wrk---sh---curl
        |-rune_SY_wrk
        |-sh---sleep
        |-sshd
        |-systemd-journal
        |-systemd-resolve
        |-systemd-timesyn---{systemd-timesyn}
        `-systemd-udevd-+-9*[systemd-udevd]
                        `-systemd-udevd---refresh_ao


###### Audio backend ######
Advanced Linux Sound Architecture Driver Version k4.14.34-1-ARCH.

Card list: (/proc/asound/cards)
--------------------------------------------------
 0 [sndrpihifiberry]: HifiberryDigi - snd_rpi_hifiberry_digi
                      snd_rpi_hifiberry_digi


PLAYBACK devices: (aplay -l)
--------------------------------------------------
**** List of PLAYBACK Hardware Devices ****
card 0: sndrpihifiberry [snd_rpi_hifiberry_digi], device 0: HiFiBerry Digi+ Pro HiFi wm8804-spdif-0 []
  Subdevices: 1/1
  Subdevice #0: subdevice #0


PCM devices: (aplay -L)
--------------------------------------------------
null
    Discard all samples (playback) or generate zero samples (capture)
pulse
    PulseAudio Sound Server
default:CARD=sndrpihifiberry
    snd_rpi_hifiberry_digi,
    Default Audio Device
sysdefault:CARD=sndrpihifiberry
    snd_rpi_hifiberry_digi,
    Default Audio Device


Simple mixer controls: (amixer scontrols)
--------------------------------------------------
card 0:
Simple mixer control 'Tx Source',0


Mixer controls: (amixer controls)
--------------------------------------------------
card 0:
numid=1,iface=MIXER,name='Tx Source'


MPD audio outputs status: (mpc outputs)
--------------------------------------------------
Output 1 (snd_rpi_hifiberry_digi) is enabled

MPD statistics: (mpc stats)
--------------------------------------------------
Artists:    337
Albums:     521
Songs:     5615

Play Time:    0 days, 0:00:00
Uptime:       0 days, 0:00:44
DB Updated:   Sun May 26 16:52:44 2019
DB Play Time: 17 days, 13:07:51

###### mpd version ######
Music Player Daemon 0.20.20

Copyright (C) 2003-2007 Warren Dukes
Copyright 2008-2017 Max Kellermann
This is free software; see the source for copying conditions.  There is NO
warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Database plugins:
 simple proxy upnp

Storage plugins:
 local smbclient nfs curl

Neighbor plugins:
 smbclient upnp

Decoders plugins:
 [mad] mp3 mp2
 [vorbis] ogg oga
 [oggflac] ogg oga
 [flac] flac
 [sndfile] wav aiff aif au snd paf iff svx sf voc w64 pvf xi htk caf sd2
 [audiofile] wav au aiff aif
 [dsdiff] dff
 [dsf] dsf
 [faad] aac
 [mpcdec] mpc
 [ffmpeg] 16sv 3g2 3gp 4xm 8svx aa3 aac ac3 adx afc aif aifc aiff al alaw amr anim apc ape asf atrac au aud avi avm2 avs bap bfi c93 cak cin cmv cpk daud dct divx dts dv dvd dxa eac3 film flac flc fli fll flx flv g726 gsm gxf iss m1v m2v m2t m2ts m4a m4b m4v mad mj2 mjpeg mjpg mka mkv mlp mm mmf mov mp+ mp1 mp2 mp3 mp4 mpc mpeg mpg mpga mpp mpu mve mvi mxf nc nsv nut nuv oga ogm ogv ogx oma ogg omg opus psp pva qcp qt r3d ra ram rl2 rm rmvb roq rpl rvc shn smk snd sol son spx str swf tak tgi tgq tgv thp ts tsp tta xa xvid uv uv2 vb vid vob voc vp6 vmd wav webm wma wmv wsaud wsvga wv wve
 [pcm]

Filters:
 libsamplerate soxr

Tag plugins:
 id3tag

Output plugins:
 null fifo pipe alsa openal httpd

Encoder plugins:
 null vorbis wave flac

Input plugins:
 file alsa curl ffmpeg smbclient nfs mms

Playlist plugins:
 extm3u m3u pls xspf asx rss soundcloud flac cue embcue

Protocols:
 file:// http:// https:// mms:// mmsh:// mmst:// mmsu:// gopher:// rtp:// rtsp:// rtmp:// rtmpt:// rtmps:// smb:// nfs:// alsa://

Other features:
 avahi epoll icu inotify systemd tcp un

###### mpd.conf ######
###################################
# Auto generated mpd.conf file
# please DO NOT edit it manually!
# Use RuneUI MPD config section
###################################

log_level   "default"
log_file   "/var/log/runeaudio/mpd.log"
state_file   "/var/lib/mpd/mpdstate"
zeroconf_enabled    "yes"
zeroconf_name    "RuneAudio"
bind_to_address "/run/mpd.sock"
bind_to_address    "any"
port    "6600"
max_connections    "20"
user    "mpd"
group    "audio"
db_file    "/var/lib/mpd/mpd.db"
sticker_file    "/var/lib/mpd/sticker.sql"
pid_file    "/var/run/mpd/pid"
music_directory    "/mnt/MPD"
playlist_directory    "/var/lib/mpd/playlists"
follow_outside_symlinks    "yes"
follow_inside_symlinks    "yes"
auto_update    "no"
filesystem_charset    "UTF-8"
id3v1_encoding    "UTF-8"
volume_normalization    "no"
audio_buffer_size    "4096"
buffer_before_play    "10%"
gapless_mp3_playback    "yes"
mixer_type    "disabled"

input {
   plugin    "curl"
}

decoder {
   plugin    "ffmpeg"
   enabled "yes"
}
# MPD version number: 0.20.20


resampler {
   plugin    "soxr"
   quality "very high"
}

audio_output {
   name       "snd_rpi_hifiberry_digi"
   type       "alsa"
   device       "hw:0,0"
   auto_resample    "no"
   auto_format    "no"
   enabled    "yes"
}


###### Kernel optimization parameters ######
hardware platform:   RaspberryPi
current orionprofile:   RuneAudio


kernel scheduler for mmcblk0:         [noop] deadline cfq
/proc/sys/vm/swappiness:         0
/proc/sys/kernel/sched_latency_ns:      4500000
/proc/sys/kernel/sched_rt_period_us:      1000000
/proc/sys/kernel/sched_rt_runtime_us:      950000
/proc/sys/kernel/sched_autogroup_enabled:   1
/proc/sys/kernel/sched_rr_timeslice_ms:      100
/proc/sys/kernel/sched_min_granularity_ns:   2250000
/proc/sys/kernel/sched_wakeup_granularity_ns:   3000000


###### Kernel module snd_usb_audio settings ######
Error opening module snd_usb_audio

###### Systemd active startup scripts (ls -lah /etc/systemd/system/multi-user.target.wants/) ######
total 8.0K
drwxr-xr-x 2 root root 4.0K May 26 16:38 .
drwxr-xr-x 6 root root 4.0K May 26 16:38 ..
lrwxrwxrwx 1 root root   44 Jan 29  2017 amixer-webui.service -> /usr/lib/systemd/system/amixer-webui.service
lrwxrwxrwx 1 root root   44 Feb 15  2015 avahi-daemon.service -> /usr/lib/systemd/system/avahi-daemon.service
lrwxrwxrwx 1 root root   41 Mar 13  2018 brcm43438.service -> /usr/lib/systemd/system/brcm43438.service
lrwxrwxrwx 1 root root   39 Feb  8  2015 haveged.service -> /usr/lib/systemd/system/haveged.service
lrwxrwxrwx 1 root root   44 Mar 11  2016 mpd-watchdog.service -> /usr/lib/systemd/system/mpd-watchdog.service
lrwxrwxrwx 1 root root   47 May 26 16:38 netctl-ifplugd@eth0.service -> /usr/lib/systemd/system/netctl-ifplugd@.service
lrwxrwxrwx 1 root root   37 Feb 14  2015 nginx.service -> /usr/lib/systemd/system/nginx.service
lrwxrwxrwx 1 root root   37 Feb 14  2015 redis.service -> /usr/lib/systemd/system/redis.service
lrwxrwxrwx 1 root root   40 Mar 19  2016 remote-fs.target -> /usr/lib/systemd/system/remote-fs.target
lrwxrwxrwx 1 root root   45 Feb 14  2015 rune_shutdown.service -> /usr/lib/systemd/system/rune_shutdown.service
lrwxrwxrwx 1 root root   43 Feb 14  2015 rune_SY_wrk.service -> /usr/lib/systemd/system/rune_SY_wrk.service
lrwxrwxrwx 1 root root   36 Feb  8  2015 sshd.service -> /usr/lib/systemd/system/sshd.service
lrwxrwxrwx 1 root root   48 Mar 13  2018 systemd-resolved.service -> /usr/lib/systemd/system/systemd-resolved.service


###### Filesystem mounts ######
proc /proc proc rw,nosuid,nodev,noexec,relatime 0 0
sys /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
dev /dev devtmpfs rw,nosuid,relatime,size=491284k,nr_inodes=122821,mode=755 0 0
run /run tmpfs rw,nosuid,nodev,relatime,mode=755 0 0
/dev/mmcblk0p2 / ext4 rw,relatime,stripe=32679,data=ordered 0 0
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
cgroup2 /sys/fs/cgroup/unified cgroup2 rw,nosuid,nodev,noexec,relatime,nsdelegate 0 0
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,name=systemd 0 0
bpf /sys/fs/bpf bpf rw,nosuid,nodev,noexec,relatime,mode=700 0 0
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
cgroup /sys/fs/cgroup/pids cgroup rw,nosuid,nodev,noexec,relatime,pids 0 0
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=32,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11352 0 0
mqueue /dev/mqueue mqueue rw,relatime 0 0
tmpfs /tmp tmpfs rw,nosuid,nodev 0 0
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
configfs /sys/kernel/config configfs rw,relatime 0 0
logs /var/log tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
var-tmp /var/tmp tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
http-tmp /srv/http/tmp tmpfs rw,nosuid,nodev,noatime,size=5120k,uid=33,gid=33 0 0
rune-logs /var/log/runeaudio tmpfs rw,nosuid,nodev,noatime,size=5120k 0 0
/dev/mmcblk0p1 /boot vfat rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=ascii,shortname=mixed,errors=remount-ro 0 0
192.168.1.9:/volume1/music /mnt/MPD/NAS/Synology nfs ro,noexec,noatime,vers=3,rsize=8192,wsize=16384,namlen=255,soft,nocto,proto=tcp,timeo=50,retrans=2,sec=sys,mountaddr=192.168.1.9,mountvers=3,mountport=892,mountproto=udp,local_lock=none,addr=192.168.1.9 0 0


###### Filesystem mounts - free space (df -h) ######
Filesystem                  Size  Used Avail Use% Mounted on
dev                         480M     0  480M   0% /dev
run                         487M   13M  475M   3% /run
/dev/mmcblk0p2              3.5G  2.4G 1017M  70% /
tmpfs                       487M     0  487M   0% /dev/shm
tmpfs                       487M     0  487M   0% /sys/fs/cgroup
tmpfs                       487M     0  487M   0% /tmp
logs                        5.0M  8.0K  5.0M   1% /var/log
var-tmp                     5.0M     0  5.0M   0% /var/tmp
http-tmp                    5.0M     0  5.0M   0% /srv/http/tmp
rune-logs                   5.0M   24K  5.0M   1% /var/log/runeaudio
/dev/mmcblk0p1              100M   22M   79M  22% /boot
192.168.1.9:/volume1/music  5.3T  222G  5.1T   5% /mnt/MPD/NAS/Synology


###### Filesystem mounts - partitions (parted -ls) ######
Model: SD SL16G (sd/mmc)
Disk /dev/mmcblk0: 15.9GB
Sector size (logical/physical): 512B/512B
Partition Table: msdos
Disk Flags:

Number  Start   End     Size    Type     File system  Flags
 1      1049kB  106MB   105MB   primary  fat16        lba
 2      106MB   3986MB  3880MB  primary  ext4


###### Loaded kernel modules (lsmod) ######
Module                  Size  Used by
rpcsec_gss_krb5        32768  0
cfg80211              577536  0
8021q                  28672  0
garp                   16384  1 8021q
mrp                    20480  1 8021q
stp                    16384  1 garp
llc                    16384  2 garp,stp
snd_soc_wm8804_i2c     16384  1
snd_soc_wm8804         16384  1 snd_soc_wm8804_i2c
snd_soc_hifiberry_digi    16384  0
snd_soc_bcm2835_i2s    16384  2
snd_soc_core          176128  3 snd_soc_wm8804,snd_soc_bcm2835_i2s,snd_soc_hifiberry_digi
snd_compress           20480  1 snd_soc_core
snd_pcm_dmaengine      16384  1 snd_soc_core
snd_pcm                94208  4 snd_soc_wm8804,snd_pcm_dmaengine,snd_soc_bcm2835_i2s,snd_soc_core
snd_timer              32768  1 snd_pcm
snd                    65536  4 snd_compress,snd_timer,snd_soc_core,snd_pcm
i2c_bcm2835            16384  0
bcm2835_rng            16384  0
rng_core               16384  1 bcm2835_rng
uio_pdrv_genirq        16384  0
fixed                  16384  2
uio                    16384  1 uio_pdrv_genirq
sch_fq_codel           20480  2
crypto_user            16384  0
ip_tables              24576  0
x_tables               24576  1 ip_tables
ipv6                  438272  48


###### Network listening sockets (netstat -lnp) ######
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address           Foreign Address         State       PID/Program name
tcp        0      0 0.0.0.0:6600            0.0.0.0:*               LISTEN      509/mpd
tcp        0      0 127.0.0.1:6379          0.0.0.0:*               LISTEN      252/redis-server 12
tcp        0      0 0.0.0.0:5355            0.0.0.0:*               LISTEN      231/systemd-resolve
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN      1/init
tcp        0      0 0.0.0.0:8080            0.0.0.0:*               LISTEN      239/python
tcp        0      0 0.0.0.0:80              0.0.0.0:*               LISTEN      264/nginx: master p
tcp        0      0 0.0.0.0:81              0.0.0.0:*               LISTEN      264/nginx: master p
tcp        0      0 0.0.0.0:82              0.0.0.0:*               LISTEN      264/nginx: master p
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      240/sshd
tcp        0      0 0.0.0.0:45571           0.0.0.0:*               LISTEN      -
tcp        0      0 0.0.0.0:32805           0.0.0.0:*               LISTEN      693/rpc.statd
tcp6       0      0 :::5355                 :::*                    LISTEN      231/systemd-resolve
tcp6       0      0 :::38447                :::*                    LISTEN      -
tcp6       0      0 :::111                  :::*                    LISTEN      1/init
tcp6       0      0 :::22                   :::*                    LISTEN      240/sshd
udp        0      0 0.0.0.0:57277           0.0.0.0:*                           693/rpc.statd
udp        0      0 127.0.0.53:53           0.0.0.0:*                           231/systemd-resolve
udp        0      0 0.0.0.0:68              0.0.0.0:*                           549/dhcpcd
udp        0      0 0.0.0.0:111             0.0.0.0:*                           1/init
udp        0      0 0.0.0.0:33420           0.0.0.0:*                           -
udp        0      0 0.0.0.0:50864           0.0.0.0:*                           241/avahi-daemon: r
udp        0      0 0.0.0.0:5353            0.0.0.0:*                           241/avahi-daemon: r
udp        0      0 0.0.0.0:5355            0.0.0.0:*                           231/systemd-resolve
udp        0      0 0.0.0.0:64310           0.0.0.0:*                           671/rpcbind
udp        0      0 127.0.0.1:869           0.0.0.0:*                           693/rpc.statd
udp6       0      0 :::38361                :::*                                -
udp6       0      0 :::111                  :::*                                1/init
udp6       0      0 :::5355                 :::*                                231/systemd-resolve
Active UNIX domain sockets (only servers)
Proto RefCnt Flags       Type       State         I-Node   PID/Program name     Path
unix  2      [ ACC ]     STREAM     LISTENING     11325    1/init               /run/systemd/private
unix  2      [ ACC ]     STREAM     LISTENING     18242    625/php-fpm: master  /var/run/php-command.sock
unix  2      [ ACC ]     STREAM     LISTENING     18245    625/php-fpm: master  /var/run/php-db.sock
unix  2      [ ACC ]     STREAM     LISTENING     18248    625/php-fpm: master  /var/run/php-display.sock
unix  2      [ ACC ]     SEQPACKET  LISTENING     11338    1/init               /run/udev/control
unix  2      [ ACC ]     SEQPACKET  LISTENING     11341    1/init               /run/systemd/coredump
unix  2      [ ACC ]     STREAM     LISTENING     18003    509/mpd              /run/mpd.sock
unix  2      [ ACC ]     STREAM     LISTENING     11354    1/init               /run/systemd/journal/stdout
unix  2      [ ACC ]     STREAM     LISTENING     13467    1/init               /run/avahi-daemon/socket
unix  2      [ ACC ]     STREAM     LISTENING     668      1/init               /run/rpcbind.sock
unix  2      [ ACC ]     STREAM     LISTENING     13471    1/init               /run/dbus/system_bus_socket
unix  2      [ ACC ]     STREAM     LISTENING     3049     252/redis-server 12  /run/redis.sock
Vhond
 
Posts: 48
Joined: 11 Apr 2017, 18:06

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 26 May 2019, 20:22

Hi Vhond,
Vhond wrote:…Strange…Library remains empty (even after reinstalling Rune from scratch)…
Please see this thread: rune-audio-not-showing-or-allowing-rebuild-of-library-t6828.html
It is not yet 100% back to normal, but better than yesterday. Currently monitoring the situation.
janui
User avatar
janui
 
Posts: 698
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby Vhond » 27 May 2019, 09:15

Hi Janui,

Thx for your reply. It has a delay for more than a minute in my configuration.

Vhond
Vhond
 
Posts: 48
Joined: 11 Apr 2017, 18:06

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby EZJstef » 03 Jun 2019, 21:28

Hi Janui

so i have just restart a new install on SD card ... i just only configure my DAC, and brower on, i can work MP3 from my PC to my RUNEAUDIO box.... so now i have restart, and after reboot and have several time the picture runeaudio is starting and closing before getting local browser ..... i don't restart again just stay here to have the debug for you

i will try to switch off the wifi access point and conect the RJ45 of internet ..... but it's as this time i get the screen i had sent before and impossible to reconnect via network etc no more possible to sheck somethings , access point disable and no network connect!

sorry for my english i hope you understand what i mean

one problem i have debug but i can post here between the (CODE mode ) how i have to do?

issue "Your message contains 133321 characters. The maximum number of allowed characters is 60000."

thanks a lot, wife getting angry, and it's really boring for me because i am not a real expert !!! so i spend a lot of time to try to understand but no real results !
i just wanted to move to 0.4 to 0.5 ! and i don't keep the 0.4 on sd card at all grrrrr bad idea!!!

many thanks in advance

Stef
EZJstef
 
Posts: 22
Joined: 03 Dec 2017, 18:47

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby janui » 04 Jun 2019, 07:59

Hi EZJstef,
This fix is needed at the moment: rune-ui-is-slow-t6829-10.html#p27995
If you have already done this you can post the first part of your debug (up to and including 'Loaded kernel modules (lsmod)').
janui
User avatar
janui
 
Posts: 698
Joined: 20 Dec 2014, 12:55
Location: Ollanda

Re: RuneAudio 0.5-beta for most Raspberry Pi models

Postby mattra » 07 Jun 2019, 10:11

Hi,
Usb card not showing up in Library.

I have two RaspberryPi3 and use a micro SD card connected via usb to take my music from one device to the other.

Mostly it works perfectly. I switch of the music, then the Raspberry (cut the current), and then take out the usb and put it in the other Rasp. But now the Rasp doesn't recognize the usb Micro SD any more. (Automount is on) I checked the card on my computer, and everything shows up fine.

More info: I wanted to copy something from my computer to the micro sd, but couldn't as all folders were owned by root. So I switched ownership to my user for the card and all folders and files. Could that be a problem? What ownership should the card/folder/files have for Runeaudio to recognise the card?

Or is there another reason why the card is no longer recognised?

Using runeaudio 05b janui-20180903-10

Thanks in advance
mattra
 
Posts: 37
Joined: 22 Apr 2016, 13:32

support RuneAudio Donate with PayPal

PreviousNext

Return to Raspberry Pi

Who is online

Users browsing this forum: No registered users and 5 guests