2012/3/6, Takashi Iwai tiwai@suse.de:
At Sun, 4 Mar 2012 10:47:29 +0800, Raymond Yau wrote:
alsa-tools/seq/sbiload still work but Loss of OPL3 FM synth for ymf724f in alsa-driver-1.0.25
The OPL3 FM Synth works In alsa-driver-1.0.24
Fixed now in alsa-driver-build.git tree.
The commit 74f464d2f9f0a5ee6567d1f276c5de4087279e0e
Resolve the dependency more recursively in mod-deps
fix the build of snd-seq-midi.ko and snd-opl3-synth.ko
It work when alsa-driver is configured with oss kernel emulation
./configure --with-sequencer=yes --with-oss=yes
and fail when alsa-driver is configured without oss
./configure --with-sequencer=yes --with-oss=no
aplaymidi -l ALSA lib seq_hw.c:457:(snd_seq_hw_open) open /dev/snd/seq failed: No such file or directory Cannot open sequencer - No such file or directory
does it mean that 03cfe6f57dc5c13ccdd235c23c80e3fa170f03d1
ALSA: support module on-demand loading for seq and timer
require systemd to load the sequencer
As CONFIG_SND_DYNAMIC_MINORS is used on Kernel 2.6.27 but there is no systemd