Ron Johnson wrote:
On 2009-07-20 10:54, Raj Kiran Grandhi wrote:Today I did an `aptitude full-upgrade' on my sid machine and during the process, kernel-image-2.6.30-1-686 was installed. Now if I boot the 2.6.30 kernel, there is no sound. None of the applications give any error. The volume controls are all normal. Just the audio is missing. If I boot the older kernel (2.6.26), the sound comes back. How can I diagnose the problem?Did you compare the lsmod output from .26 and .30?
I had done it. The only difference was the module snd_seq_oss being loaded in the .26 kernel while the modules was not present for the .30 one.
The other post by Tom Low-Shang pointed to the problem with a new mixer setting that was set to 0% by default.
Thank you, Raj Kiran