1) cat *.au > /dev/audio --> crash (some magic-sysrq-keys work, some won't)
(and of course s & u won't work -> e2fsck:ing 7GB... aarrgh)
catting one au-file to /dev/audio doesn't play anything, and it
doesn't crash my computer. Modules sound, opl3, awe_wave, uart401
and sb were loaded...
2) rmmod sound (other lowlevel sound-modules removed before this)
causes kernel to complain (not at the same time):
kernel: Trying to vfree() nonexistent vm area (c4886000)
...
kernel: Trying to vfree() nonexistent vm area (c487a000)
...
kernel: Trying to vfree() nonexistent vm area (c4892000)
last message repeated 3 times
kernel: Trying to vfree() nonexistent vm area (c48a8000)
kernel: Trying to vfree() nonexistent vm area (c48a8000)
It doesn't cause an OOPS.
#
# Sound
#
CONFIG_SOUND=m
CONFIG_SB=m
CONFIG_ADLIB=m
CONFIG_MPU401=m
CONFIG_YM3812=m
CONFIG_LOWLEVEL_SOUND=y
CONFIG_AWE32_SYNTH=m
b416:~> less /etc/conf.modules
..
alias sound sb
options sb io=0x220 irq=5 dma=0 dma16=5
alias midi awe_wave
alias synth opl3
options opl3 io=0x388
^- is this correct ?
Jani Hakala