I have searched the existing open and closed issues
Raspberry Pi Zero W
Required Information
G_DIETPI_VERSION_CORE=9
G_DIETPI_VERSION_SUB=0
G_DIETPI_VERSION_RC=2
G_GITBRANCH=‘master’
G_GITOWNER=‘MichaIng’
- Distro version | bookworm 1
- Kernel version | Linux DietPi 6.1.21+ #1642 Mon Apr 3 17:19:14 BST 2023 armv6l GNU/Linux
- Architecture | armhf
- SBC model | RPi Zero W (armv6l)
- Power supply used | USB
- SD card used | 2Gb
My RPi Zero is connected to the Samsung sound bar J-Series via an HDMI connector.
It also gets power from the same soundbar with a USB port.
So when I turn it on (the soundbar) the RPi gets powered up and boots up.
But RPi doesn’t see any sound adapters.
# aplay -l
aplay: device_list:274: no soundcards found...
If I connect to the RPi via ssh and reboot it, It starts to see the HDMI audio adapter.
So, I think that at the first boot of the RPi, the HDMI port is not ready yet.
How can I restart the audio subsystem after a normal boot?
PS
I tried rmmod and then modprobe all mods with “snd”…