LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   Upgraded Kernel, No Sound (https://www.linuxquestions.org/questions/slackware-14/upgraded-kernel-no-sound-277885/)

Tip 01-14-2005 06:19 PM

Upgraded Kernel, No Sound
 
Fresh install of Slack 10.0, upgraded the kernel to 2.6.10, and ran alsaconf. Picked intel8x0 module, but when I play anything there's no sound. I turned off the KDE sound system, and no errors come up when I try to play anything, there's just no sound output. I looked at alsamixer and tried unmuting/muting different things, but it doesn't change anything. Is there something more I have to do to get the sound working?

Thanks

ilikejam 01-14-2005 06:26 PM

Hi.

What app are you using to play? If it's an OSS app (as opposed to ALSA), then you'll need OSS emulation in the kernel as well.

Dave

wnaLinux 01-14-2005 06:29 PM

Try this

Code:

modprobe intel8x0
By doing this it will load the module for your soundcard. But also before you do that I would run "lsmod" as root to see if that lists that your sound modules are being loaded properly.

Hope this helps, I know how frusterating no sound is.

Tip 01-14-2005 06:51 PM

I was using Xine and XMMS. I loaded all the OSS modules under Alsa (with modprobe), but it still didn't change. Also, the intel8x0 module was already loaded. Here's my lsmod

Code:

Module                  Size  Used by
snd_pcm_oss            47716  0
snd_mixer_oss          17344  1 snd_pcm_oss
ipv6                  225408  8
ehci_hcd              26756  0
usbcore              103096  2 ehci_hcd
snd_intel8x0          27872  1
snd_ac97_codec        71904  1 snd_intel8x0
snd_pcm                81544  3 snd_pcm_oss,snd_intel8x0,snd_ac97_codec
snd_timer              20036  1 snd_pcm
snd                    45668  8 snd_pcm_oss,snd_mixer_oss,snd_intel8x0,snd_ac97_codec,snd_pcm,snd_timer
snd_page_alloc          7556  2 snd_intel8x0,snd_pcm
evdev                  7360  0
ntfs                  103920  3
ide_scsi              13508  0
8139too                21440  0
mii                    3968  1 8139too
agpgart                28072  0


Tip 01-14-2005 07:48 PM

Rechecked the .config and recompiled again, tried alsaconf and still no sound. lsmod isn't as cluttered as I didn't try to modprobe anything extra yet

Code:

Module                  Size  Used by
snd_mixer_oss          17344  0
ipv6                  225408  8
ehci_hcd              26756  0
usbcore              103096  2 ehci_hcd
snd_intel8x0          27872  0
snd_ac97_codec        71904  1 snd_intel8x0
evdev                  7360  0
ntfs                  103920  3
ide_scsi              13508  0
8139too                21440  0
mii                    3968  1 8139too
agpgart                28072  0



All times are GMT -5. The time now is 11:18 PM.