You are not logged in.
Minetest-5.0.1 does not start. Audio device not open.
Openal fails, the DSP device driver was not created.
The solution is to create the dsp device driver by hand.
as root:
# mknod /dev/dsp c 14 3
# chmod 666 /dev/dsp
To start with the system, you can include these command lines in /etc/init.d/local.sh
[attachment=47682,2815] [attachment=47682,2816] [attachment=47682,2817] [attachment=47682,2818] [attachment=47682,2819]
Offline
Thanks for the report. You can insert the module snd-pcm-oss.
http://hg.slitaz.org/wok/rev/37b2a1afa30e
Offline
[ Generated in 0.017 seconds, 7 queries executed - Memory usage: 1.53 MiB (Peak: 1.77 MiB) ]