LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   need help with sound slack 11 (https://www.linuxquestions.org/questions/slackware-14/need-help-with-sound-slack-11-a-511860/)

lilili 12-19-2006 04:00 AM

need help with sound slack 11
 
Hi everyone
I can't seem to get any out out of my new slack 11
In the kernel I have
sound card support as module
alsa as module

I tried doing alsaconf and everything seems to be ok, but I can 't get any sound out of amarok

What I go did was
alsaconf
/etc/rc.d/rc.alsa start
alsamixer
alsactl store

thank you

gegechris99 12-19-2006 04:14 AM

First check that the correct module is loaded for your sound card.

what kernel are you using (2.6 or 2.4). With 2.6, udev may wrongly detect your sound card and load the wrong module (this can happen with on-board sound card).

Please provide information about your sound card and the modules loaded:

type in as root:

lspci -v

lsmod

Post the results.

lilili 12-20-2006 04:43 AM

Creative Labs SB Audigy FireWire Port (rev 04) (prog-if 10 [OHCI])
Subsystem: Creative Labs SB Audigy FireWire Port
Flags: bus master, medium devsel, latency 32, IRQ 16
Memory at ec800000 (32-bit, non-prefetchable) [size=2K]
Memory at ec000000 (32-bit, non-prefetchable) [size=16K]
Capabilities: [44] Power Management version 2


Module Size Used by
snd_pcm_oss 30880 0
snd_mixer_oss 18944 1 snd_pcm_oss
snd_emu10k1 115008 0
snd_rawmidi 22816 1 snd_emu10k1
snd_ac97_codec 94240 1 snd_emu10k1
snd_ac97_bus 6272 1 snd_ac97_codec
snd_pcm 74244 3 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_seq_device 9992 2 snd_emu10k1,snd_rawmidi
snd_timer 23044 2 snd_emu10k1,snd_pcm
snd_page_alloc 11784 2 snd_emu10k1,snd_pcm
snd_util_mem 7680 1 snd_emu10k1
snd_hwdep 11140 1 snd_emu10k1
snd 47972 9 snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_seq_device,snd_timer,sn d_hwdep
soundcore 10208 1 snd

kernel 2.6

Thank you

gegechris99 12-20-2006 05:20 AM

Your card module (snd_emu10k1) seems to be correctly loaded.

Please add your user to the audio group and then end your KDE session et re-open a new one.

Your user need to belong to the audio group to be able to read the /dev devices for sound (/dev/dsp or /dev/sound/dsp).


All times are GMT -5. The time now is 02:23 AM.