Hello,
the current topic about kernel module comüilatoin mde me think of this:
There is the known bug that when the Z is suspended while XMMS is running, the audio device is blocked until the next reboot.
The audio driver seems to be compiled into the kernel, as no module is loaded for audio.
Couldn't we simply compile a kernel with audio drivers compiled as modules instead of built into the kernel, and unload the modules during suspend and reload them after resume in order to fix that problem?
daniel