I'm always having sound problems...
I have no sound in 2.6.10, but I do in 2.4.26. Here's the output of lsmod (same modules are loaded in both kernels):
Code:
Module Size Used by
radeon 128292 2
snd_pcm_oss 47908 0
snd_mixer_oss 17344 1 snd_pcm_oss
uhci_hcd 29776 0
ehci_hcd 26692 0
usbcore 103224 3 uhci_hcd,ehci_hcd
snd_via82xx 22080 1
snd_ac97_codec 71840 1 snd_via82xx
snd_pcm 81544 3 snd_pcm_oss,snd_via82xx,snd_ac97_codec
snd_timer 20036 1 snd_pcm
snd_page_alloc 7492 2 snd_via82xx,snd_pcm
snd_mpu401_uart 5824 1 snd_via82xx
snd_rawmidi 19232 1 snd_mpu401_uart
snd_seq_device 6924 1 snd_rawmidi
snd 44580 11 snd_pcm_oss,snd_mixer_oss,snd_via82xx,snd_ac97_codec,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore 6880 1 snd
via_rhine 17796 0
mii 3968 1 via_rhine
crc32 3776 1 via_rhine
via_agp 7424 1
agpgart 28072 2 via_agp
When I started MPlayer, it told me that /dev/dsp could not be found, so I checked, and it's not there. When I load up 2.4.26 it is, though. Running the snddevices script that comes with alsa-driver doesn't seem to fix the problem. Anyone have any ideas?