BLFS - alsa - 2.6.5 kernel - no sound
I've finished LFS 5.0, and had a blast doing it!
I'm working my way through BLFS in hopes of one day getting rid of host distro entirely.
One problem. I upgraded to the 2.6.5 kernel, and everything works great except my sound (snd_intel8x0). Can't play mp3's in Xmms, and no sound in Xine. All of the modules loaded correctly:
denny@lfs ~ $ lsmod
Module Size Used by
sis_agp 5120 1
agpgart 28392 1 sis_agp
i2c_algo_pcf 6276 0
i2c_algo_bit 8840 0
it87 20108 0
i2c_sensor 2368 1 it87
i2c_isa 1664 0
i2c_sis96x 4356 0
i2c_dev 8640 0
i2c_core 19076 7 i2c_algo_pcf,i2c_algo_bit,it87,i2c_sensor,i2c_isa,i2c_sis96x,i2c_dev
snd_intel8x0 29380 0
snd_ac97_codec 61572 1 snd_intel8x0
snd_pcm 86820 1 snd_intel8x0
snd_timer 22468 1 snd_pcm
snd_page_alloc 9092 2 snd_intel8x0,snd_pcm
snd_mpu401_uart 6144 1 snd_intel8x0
snd_rawmidi 20960 1 snd_mpu401_uart
snd_seq_device 6792 1 snd_rawmidi
snd 48548 7 snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 7328 1 snd
sis900 17156 0
rtc 10680 0
I unmuted the sound channels using alsamixer. I know the card works, 'cause it works in Debian.
What else can I check?
TIA
|