Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Audiophonics ES9023 doesn't work, ALSA issue
#1
HI,

First, thank you for this amazing product.
I got a new DAC Audiophonics ES9023 (I already have one in another hifi system), but I cannot have sound with this new one.
In I2S configuration, I choose Audiophonics ES9023 for device. But I still have this message :


Code:
Failed to open "ALSA Default" (alsa); Failed to open ALSA device "_audioout": No such file or directory


I tried some workaround I found in the forum but still the same issues.
I cannot say if it's a moode issue or a hardware issue.

First, how can I check than DAC is detected by linux ? (I don't have anything in /proc/asound for example, is it normal ?)

Here the result of moodeutl -l command :


Code:
20210524 173215 worker: -- Start
20210524 173215 worker: Successfully daemonized
20210524 173216 worker: Integrity check (passed)
20210524 173216 worker: File check (OK)
20210524 173217 worker: Session vacuumed
20210524 173217 worker: Session loaded
20210524 173217 worker: Debug logging (OFF)
20210524 173217 worker: -- Audio debug
20210524 173217 worker: ALSA cards: (0:empty | 1:empty | 2:empty | 3:empty
20210524 173217 worker: MPD config: (0:Audiophonics ES9023 DAC | mixer:(Digital) | card:0)
20210524 173217 worker: ALSA mixer actual (Digital)
20210524 173217 worker: ALSA Digital volume set to (Invalid card number.)
20210524 173217 worker: -- System
20210524 173219 worker: Host     (office)
20210524 173219 worker: moOde    (7.2.1 2021-05-06)
20210524 173219 worker: RaspiOS  (10.6)
20210524 173219 worker: Kernel   (5.4.77-v7+ #1371)
20210524 173219 worker: Platform (Pi-3B+ 1.3 1GB)
20210524 173219 worker: ARM arch (armv7l, 32-bit kernel)
20210524 173219 worker: MPD ver  (0.22.6_p0x3)
20210524 173219 worker: CPU gov  (ondemand)
20210524 173219 worker: USB boot enabled
20210524 173219 worker: File system expanded
20210524 173219 worker: HDMI port on
20210524 173219 worker: -- Network
20210524 173219 worker: eth0 exists
20210524 173219 worker: eth0 wait 0 for IP address
20210524 173222 worker: eth0 wait 1 for IP address
20210524 173226 worker: eth0 wait 2 for IP address
20210524 173229 worker: eth0 wait 3 for IP address
20210524 173232 worker: eth0 wait 4 for IP address
20210524 173245 worker: eth0 address not assigned
20210524 173245 worker: wlan0 exists
20210524 173245 worker: wifi country (FR)
20210524 173245 worker: wlan0 trying SSID (Rezo_John)
20210524 173245 worker: IP addr (192.168.1.32)
20210524 173245 worker: Netmask (255.255.255.0)
20210524 173245 worker: Gateway (192.168.1.254)
20210524 173245 worker: Pri DNS (192.168.1.254)
20210524 173245 worker: Domain  (lan)
20210524 173245 worker: Pi integrated wlan0 power save disabled
20210524 173245 worker: -- Audio config
20210524 173246 worker: MPD conf updated
20210524 173246 worker: ALSA card number (0)
20210524 173246 worker: MPD audio output (Audiophonics ES9023 DAC)
20210524 173246 worker: WARNING: No device found at MPD configured card 0
20210524 173246 worker: ALSA mixer name (Digital)
20210524 173246 worker: MPD volume control (software)
20210524 173246 worker: Hdwr volume controller exists
20210524 173246 worker: Max ALSA volume (100%)
20210524 173246 worker: ALSA loopback (Off)
20210524 173246 worker: Reset renderer active flags
20210524 173246 worker: CamillaDSP (off)
20210524 173246 worker: -- MPD startup
20210524 173246 worker: MPD started
20210524 173247 worker: MPD accepting connections
20210524 173247 worker: MPD output 1 ALSA Default (on)
20210524 173247 worker: MPD output 2 ALSA Bluetooth (off)
20210524 173247 worker: MPD output 3 HTTP Server (off)
20210524 173247 worker: MPD crossfade (off)
20210524 173247 worker: MPD ignore CUE files (yes)
20210524 173247 worker: -- Feature availability
20210524 173247 worker: Source select (available)
20210524 173247 worker: Source select (source: MPD)
20210524 173247 worker: Source select (output: Audiophonics ES9023 DAC)
20210524 173247 worker: Bluetooth (available)
20210524 173247 worker: Airplay renderer (available)
20210524 173247 worker: Spotify renderer (available: started)
20210524 173247 worker: Squeezelite (available)
20210524 173247 worker: RoonBridge renderer (not installed)
20210524 173247 worker: UPnP renderer (available)
20210524 173247 worker: DLNA server (available)
20210524 173247 worker: UPnP browser (available)
20210524 173247 worker: GPIO button handler (available)
20210524 173247 worker: Stream recorder (n/a)
20210524 173247 worker: -- Music sources
20210524 173247 worker: USB sources (none attached)
20210524 173247 worker: NAS and UPnP sources (mountall initiated)
20210524 173247 worker: -- Other
20210524 173247 worker: USB volume knob (Off)
20210524 173247 worker: USB auto-mounter (udisks-glue)
20210524 173247 worker: LED0 (On)
20210524 173247 worker: LED1 (On)
20210524 173247 worker: Saved MPD vol level (0)
20210524 173247 worker: Preamp volume level (0)
20210524 173248 worker: MPD volume level (0) restored
20210524 173248 worker: ALSA Digital volume (Invalid card number.)
20210524 173248 worker: Auto-play (Off)
20210524 173248 worker: Maintenance interval (3 hours)
20210524 173248 worker: Screen saver activation (Never)
20210524 173248 worker: Session permissions (OK)
20210524 173248 worker: Watchdog started
20210524 173248 worker: Ready


Thank you for your help

J.
Reply
#2
The log ,message below indicates that Linux has not detected the audio device.

Code:
20210524 173246 worker: WARNING: No device found at MPD configured card 0

Post output from the command below.

Code:
cat /boot/config.txt
Enjoy the Music!
moodeaudio.org | Mastodon Feed | GitHub
Reply
#3
Thank you @Tim Curtis for your fast answer.

File /boot/config.txt was empty in my new fresh install of moOde.
So I copy the content of the file from an existing working install and paste it into the new install.

After reboot, the DAC works perfectly.

For your information, to create the new install, I have just downloaded the .img from the website and flash the sdcard. No more action.

Thank you for your help
Reply
#4
(05-25-2021, 07:00 AM)ZeJohn Wrote: Thank you @Tim Curtis for your fast answer.

............... snip ........................

For your information, to create the new install, I have just downloaded the .img from the website and flash the sdcard. No more action.

... but have actually configured the new MoOde build for your particular Audiphonics DAC...? (just saying...)
Reply
#5
Sorry, maybe I'm not clear.


I just say that to install my new system and get a /boot/config.txt empty, I didn't do anything more than download the .img and put it on a SDCard.

All my previous install of moOde work (7.1.0 I think) without any changes in the system (just need to choose the right driver in the UI option)

And today, with the 7.2.1, using the standard method, my last install doesn't work because config.txt is empty.

I have to copy/paste the content of the file from another old install to get something working.
Reply


Forum Jump: