Using irradium-3.8-riscv64-xfce-milk_v_jupiter-6.15.2-build-20250611.img.zst
On start-up it said there were no ALSA devices found, and MilkV have confirmed to me there is an issue with onboard audio being detected in recent releases of Bianbu so maybe that is the same issue here.
There was also a kernel panic/crash that i think may have been a corrupted file… checking that.
the problem with sound is that the modules are not loaded automatically at startup, but are loaded by the system itself, so it is necessary to check the presence of modules after loading and the presence of a specific card
lsmod && cat /proc/asound/cards
manual loading
for m in $(echo spacemit-card spacemit-hdmiaudio spacemit-i2s spacemit-pcm);do modprobe $m;done;
echo 255 > /sys/devices/platform/pwm-fan/hwmon/hwmon[[:print:]]*/pwm1 # Full fan speed (Value: 255)
echo 0 > /sys/devices/platform/pwm-fan/hwmon/hwmon[[:print:]]*/pwm1 # Fan is stopped (Value: 0)
echo 2 > /sys/devices/platform/pwm-fan/hwmon/hwmon[[:print:]]*/pwm1_enable # Change fan mode to automatic
echo 1 > /sys/devices/platform/pwm-fan/hwmon/hwmon[[:print:]]*/pwm1_enable # Change fan mode to manual
echo 0 > /sys/devices/platform/pwm-fan/hwmon/hwmon[[:print:]]*/pwm1_enable # Change fan mode to full spee
If you look back in the history of this thread you will see Ive already tried modprobe and checking for the presence of a sound card to no avail, however I will try again on this latest image.
I will try those fan control lines and see if they work, but have had no much luck with similar lines in the past, being blocked by permissions or in use errors on those directorys in /sys/devices
Not sure if I’m in the right thread here. Having some audio issues too. Just Updated the kernel to 6.6.63 on Bianbu 2.1.1 as I wasn’t seeing any es8316 device at all.
I now see it. It is also available in the sound setting.
But it is not giving any output on the headphone jack of the mainboard. tried different headphones (Koss/Grado) - nothing. The indicator in the mixer is moving though if there is audi playback (audacity or snapclient).