LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware - Installation (https://www.linuxquestions.org/questions/slackware-installation-40/)
-   -   No Sound in new Slackware 11 installation (https://www.linuxquestions.org/questions/slackware-installation-40/no-sound-in-new-slackware-11-installation-494239/)

ve1drg 10-20-2006 06:31 PM

No Sound in new Slackware 11 installation
 
I just installed Slackware 11 and I have no sound..
I have things setup as a dual boot arrangement with Slackware and WindowsXP.
Lots of sound with XP but nothing with Slackware...??

KDE is what I am using in the GUI setup and I can't see what might be wrong - if anything. I am thinking that maybe I need to install a new driver??

Any thoughts on this would be appreciated..

frodo 10-20-2006 06:53 PM

Open a terminal and run alsaconf.

Frodo

Bruce Hill 10-20-2006 08:56 PM

What is the output of "/sbin/lspci" from a konsole?

Pay attention to Multimedia audio controller, then issue "lsmod"
and see if you have sound modules for that audio controller. Here:
Code:

mingdao@silas:~$ /sbin/lspci | grep -i audio
00:0c.0 Multimedia audio controller: Creative Labs SB Audigy (rev 03)
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
mingdao@silas:~$ lsmod | grep -i snd
snd_pcm_oss            35424  0
snd_mixer_oss          13504  1 snd_pcm_oss
snd_emu10k1            96896  2
snd_rawmidi            17440  1 snd_emu10k1
snd_ac97_codec        79584  1 snd_emu10k1
snd_ac97_bus            1856  1 snd_ac97_codec
snd_pcm                56072  4 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_timer              18116  2 snd_emu10k1,snd_pcm
snd_page_alloc          7112  2 snd_emu10k1,snd_pcm
snd_util_mem            3200  1 snd_emu10k1
snd_hwdep              6468  1 snd_emu10k1
snd                    39204  11 snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_timer,snd_hwdep
soundcore              6944  1 snd

I am not using the onboard VIA chipset, but the Audigy,
which uses emu10k1 for it's module (driver).

If your sound appears setup from that, issue "alsamixer"
as a normal user in a terminal. Then unmute (use M key)
and turn up your volumes. Then as root issue "alsactl store"
and your settings will be saved over reboots.

If this works, there is no reason to run "alsaconfig". If it
doesn't then run "alsaconfig" as root and afterwards do the
steps above.

hitest 10-20-2006 09:39 PM

As root run:

#alsaconf

#alsamixer

#alsactl store

Note: when you're finished adjusting your levels in alsamixer hit your Esc key to exit.

pipesmoker 10-31-2006 09:09 AM

My first time on the forum although I have been using Slackware on and off for over 12 years.

I have just installed Slackware 11, I have the same sound problem I experienced with earlier versions.

I have system sounds but when I try and play a CD with KCSD it tells me to check my device permissions and refuses to play the CD. I recall I did this in the past and got it going. From memory it was three /dev's and a symbolic link.

Installed RealPlayer 10, plays the video ok but no sound.

Any help would be appreciated. Thanks in anticipation.

bugmenot60 11-30-2006 11:30 PM

Hey man. Try adding yourself to the audio group, log out, log back in. Unmute volume and try again.

pipesmoker 12-01-2006 11:44 PM

Thanks, it's now up and running.

brainlessgeek 12-13-2006 08:51 PM

help please.
 
hello! i need some serious help here.
i installed slackware 11 and i am unable to hear my music. i tried
to do some of the stuff mentioned above but when i did the
alsaconf it messed my things up because i am unable to access
alsamixer. i get this error alsamixer: function snd_ctl_open failed for default: No such device.
What should i do ?

gnashley 12-14-2006 07:25 AM

Grab the sources for the previous version of alsa-drivers. compile and install and you'll have no more problems. alsa-drivers-1.0.11 is borked and so is kernel 2.4.33.3.

Bruce Hill 12-14-2006 08:37 AM

Originally posted by gnashley
Quote:

Grab the sources for the previous version of alsa-drivers. compile and install and you'll have no more problems. alsa-drivers-1.0.11 is borked and so is kernel 2.4.33.3.
Why would you say that?
Code:

mingdao@silas:~$ ls -lh /var/log/packages/alsa*
-rw-r--r-- 1 root root  17K 2006-11-04 20:57 /var/log/packages/alsa-driver-1.0.11_2.4.33.3-i486-1
-rw-r--r-- 1 root root 4.9K 2006-11-04 20:57 /var/log/packages/alsa-lib-1.0.11-i486-1
-rw-r--r-- 1 root root 1.1K 2006-11-04 20:57 /var/log/packages/alsa-oss-1.0.11-i486-1
-rw-r--r-- 1 root root 2.6K 2006-11-04 20:54 /var/log/packages/alsa-utils-1.0.11-i486-2

Sound works on quite a few Slackware-11.0 boxen here...with the default 2.4.33.3 kernel, and with various ones up to and including 2.6.19.
Code:

mingdao@silas:~$ uname -a
Linux silas 2.6.19 #4 PREEMPT Sun Dec 3 09:29:12 CST 2006 i686 athlon-4 i386 GNU/Linux


Bruce Hill 12-14-2006 08:39 AM

Originally posted by brainlessgeek
Quote:

hello! i need some serious help here.
i installed slackware 11 and i am unable to hear my music. i tried
to do some of the stuff mentioned above but when i did the
alsaconf it messed my things up because i am unable to access
alsamixer. i get this error alsamixer: function snd_ctl_open failed for default: No such device.
What should i do ?
Welcome to LQ!

Please issue "/sbin/lspci" and "lsmod" in a terminal and post the output here.

brainlessgeek 12-14-2006 07:42 PM

i installed kernel 2.6 and the sound was fixed! thank you guys for your help.
so if your sound is not working with slackware 11 it's probably because
you using kernel 2.4 so i recommend installing kernel 2.6. thanx!

nemestrinus 01-10-2007 01:01 AM

alsa sometimes muted on setup
 
I have on more than one occasion installed a new Slackware system, and the sound does not work right away. All I had to do was enter:

#alsamixer

and un-mute/increase volume on the sound channels. then type

#alsactl store

and the sound always worked fine after that.

Bruce Hill 01-10-2007 07:49 AM

Same here, since my first Slackware 9.1 system.

C-Sniper 01-11-2007 06:51 PM

quick question.... where is the ALSA sound driver located?

Bruce Hill 01-11-2007 09:36 PM

My sound card:
Code:

mingdao@silas:~$ /sbin/lspci | grep -i audio
00:0c.0 Multimedia audio controller: Creative Labs SB Audigy (rev 03) <-- PCI card I use
00:11.5 Multimedia audio controller: VIA Technologies, Inc. VT8233/A/8235/8237 AC97 Audio Controller (rev 60) <-- onboard audio I don't use

It's modules:
Code:

mingdao@silas:~$ lsmod | grep -i snd
snd_pcm_oss            37856  0
snd_mixer_oss          14912  1 snd_pcm_oss
snd_emu10k1          113600  0
snd_rawmidi            18080  1 snd_emu10k1
snd_ac97_codec        90528  1 snd_emu10k1
snd_ac97_bus            1856  1 snd_ac97_codec
snd_pcm                60168  3 snd_pcm_oss,snd_emu10k1,snd_ac97_codec
snd_timer              18820  2 snd_emu10k1,snd_pcm
snd_page_alloc          7496  2 snd_emu10k1,snd_pcm
snd_util_mem            3264  1 snd_emu10k1
snd_hwdep              6724  1 snd_emu10k1
snd                    42468  8 snd_pcm_oss,snd_mixer_oss,snd_emu10k1,snd_rawmidi,snd_ac97_codec,snd_pcm,snd_timer,snd_hwdep
soundcore              6112  1 snd

It's location in the kernel:
Code:

/lib/modules/2.6.19/kernel/sound/pci/emu10k1/snd-emu10k1.ko
ALSA is:
Code:

mingdao@silas:~$ ls /var/log/packages/alsa*
/var/log/packages/alsa-driver-1.0.11_2.4.33.3-i486-1  /var/log/packages/alsa-oss-1.0.11-i486-1
/var/log/packages/alsa-lib-1.0.11-i486-1              /var/log/packages/alsa-utils-1.0.11-i486-2

To find more of ALSA issue:
[code]locate alsa | less[/b]
Hope that helped your fishing expedition...otherwise, what's the question?

:D


All times are GMT -5. The time now is 04:50 AM.