[PROBLEM] Equalizer Backup File Location - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3) +--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7) +--- Thread: [PROBLEM] Equalizer Backup File Location (/showthread.php?tid=4419) |
Equalizer Backup File Location - DerSiech - 10-30-2021 Unfortunately I cannot connect to UI via web browser. SSH seems to work. Due to similar problems I found within the forum the best solution apparently is to install a whole new moode system onto the sd card. My problem: I did some measurements to my room setup (frequency response) and on that basis the parametric eq in moode was configured quite perfectly. Of course I dont wanna lose these setting concerning the equalizer, but as I just mentioned, I didnt find a way to backup or at least just to have a look at the parameters. I didnt find any eq database files on my own via WinSCP in the file system for example. Please could anyone tell me how I can backup/doublecheck the equalizer files Im looking for? Another solution would be the debugging of the UI connection problem I have now with V 7.4.0. Please have a look at the attached log file. Regards Fabian LOG: pi@moode:~ $ moodeutl -l 20211030 125009 worker: -- Start 20211030 125009 worker: Successfully daemonized 20211030 125009 worker: Integrity check (passed) 20211030 125010 worker: File check (OK) 20211030 125010 worker: Session vacuumed 20211030 125010 worker: Session loaded 20211030 125010 worker: Debug logging (OFF) 20211030 125010 worker: -- Audio debug 20211030 125010 worker: ALSA cards: (0ndrpihifiberry | 1:empty | 2:empty | 3:empty 20211030 125010 worker: MPD config: (0:HiFiBerry DAC+ Pro | mixerDigital) | card:0) 20211030 125011 worker: ALSA mixer actual (Digital) 20211030 125011 worker: ALSA Digital volume set to (0%) 20211030 125011 worker: -- System 20211030 125013 worker: Host (moode) 20211030 125013 worker: moOde (7.4.0 2021-09-24) 20211030 125013 worker: RaspiOS (10.6) 20211030 125013 worker: Kernel (5.4.77-v7+ #1371) 20211030 125013 worker: Platform (Pi-3B 1.2 1GB) 20211030 125013 worker: ARM arch (armv7l, 32-bit kernel) 20211030 125013 worker: MPD ver (0.22.11_p0x3) 20211030 125013 worker: CPU gov (ondemand) 20211030 125013 worker: USB boot not enabled yet 20211030 125013 worker: File system not expanded yet 20211030 125013 worker: HDMI port on 20211030 125013 worker: -- Network 20211030 125013 worker: eth0 exists 20211030 125013 worker: eth0 wait 0 for IP address 20211030 125016 worker: eth0 wait 1 for IP address 20211030 125019 worker: eth0 wait 2 for IP address 20211030 125022 worker: eth0 wait 3 for IP address 20211030 125025 worker: eth0 wait 4 for IP address 20211030 125028 worker: eth0 address not assigned 20211030 125028 worker: wlan0 exists 20211030 125028 worker: wifi country (DE) 20211030 125028 worker: wlan0 trying SSID (DieMullingers) 20211030 125028 worker: IP addr (192.168.178.43) 20211030 125029 worker: Netmask (255.255.255.0) 20211030 125029 worker: Gateway (192.168.178.1) 20211030 125301 worker: Pri DNS (192.168.178.1) 20211030 125301 worker: Domain (fritz.box) 20211030 125302 worker: Pi integrated wlan0 power save disabled 20211030 125302 worker: -- Audio config 20211030 125302 worker: MPD conf updated 20211030 125302 worker: ALSA card number (0) 20211030 125302 worker: MPD audio output (HiFiBerry DAC+ Pro) 20211030 125302 worker: Audio formats (S16_LE, S24_LE, S32_LE) 20211030 125302 worker: ALSA mixer name (Digital) 20211030 125302 worker: MPD mixer type (fixed 0dB) 20211030 125302 worker: Hdwr volume controller exists 20211030 125302 worker: Max ALSA volume (100%) 20211030 125302 worker: ALSA output mode (Default: plughw) 20211030 125302 worker: ALSA loopback (Off) 20211030 125302 worker: Reset renderer active flags 20211030 125302 worker: CamillaDSP (off) 20211030 125302 worker: -- MPD startup 20211030 125302 worker: MPD started 20211030 125303 worker: MPD accepting connections 20211030 125303 worker: MPD output 1 ALSA Default (on) 20211030 125303 worker: MPD output 2 ALSA Bluetooth (off) 20211030 125303 worker: MPD output 3 HTTP Server (off) 20211030 125303 worker: MPD crossfade (off) 20211030 125303 worker: MPD ignore CUE files (yes) 20211030 125303 worker: -- Feature availability 20211030 125303 worker: Source select (available) 20211030 125303 worker: Source select (source: MPD) 20211030 125303 worker: Source select (output: HiFiBerry DAC+ Pro) RE: Equalizer Backup File Location - Tim Curtis - 10-30-2021 Looks like you might have Bluetooth ON in Audio Config but have disabled the integrated BT adapter in System Config. See the help text below for the Bluetooth renderer in Audio Config. Code: "WARNING: A Bluetooth adapter must be physically attached and enabled before turning this ON otherwise moOde startup will fail." Run the command below to programmatically turn off the Bluetooth renderer then reboot. Code: moodeutl -q "update cfg_system set value='0' where param='btsvc'" There are Backup/Restore options on System Config. RE: Equalizer Backup File Location - DerSiech - 10-30-2021 Thank you for the fast response! It works now. The Bluetooth issue was the solution ... Have a good time Tim |