LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 04-12-2006, 04:48 PM   #1
justpete
LQ Newbie
 
Registered: Nov 2005
Posts: 5

Rep: Reputation: 0
Please help! No sound in slack 10.2!


I'm at a loss. I'm a relatively new slackware user, and I'm trying to get this working on a somewhat older machine. Slack loads just fine, but I can't get the sound working. I've compiled alsa, and alsaconf and alsamixer both appear to work just fine.

Here's my lsmod and lspci:

root@justpete:~# lsmod
Module Size Used by Not tainted
snd-seq-midi 3360 0 (autoclean) (unused)
snd-seq-oss 23328 0 (unused)
snd-seq-midi-event 3208 0 [snd-seq-midi snd-seq-oss]
snd-seq 34032 2 [snd-seq-midi snd-seq-oss snd-seq-midi-event]
snd-pcm-oss 36448 0
snd-mixer-oss 11960 0 [snd-pcm-oss]
uhci 24284 0 (unused)
usbcore 59148 1 [uhci]
snd-ens1371 11424 1
gameport 1420 0 [snd-ens1371]
snd-rawmidi 12384 0 [snd-seq-midi snd-ens1371]
snd-seq-device 3716 0 [snd-seq-midi snd-seq-oss snd-seq snd-rawmidi]
snd-ac97-codec 67584 0 [snd-ens1371]
snd-pcm 53160 0 [snd-pcm-oss snd-ens1371 snd-ac97-codec]
snd-timer 13136 0 [snd-seq snd-pcm]
snd 31620 1 [snd-seq-midi snd-seq-oss snd-seq-midi-event snd-seq snd-pcm-oss snd-mixer-oss snd-ens1371 snd-rawmidi snd-seq-device snd-ac97-codec snd-pcm snd-timer]
snd-page-alloc 5076 0 [snd-seq-midi snd-seq-oss snd-seq snd-mixer-oss snd-rawmidi snd-seq-device snd-pcm snd-timer snd]
soundcore 3396 8 [snd]
tulip 40896 1
crc32 2880 0 [tulip]
pcmcia_core 39172 0
ide-scsi 9392 0
agpgart 45508 0 (unused)


root@justpete:~# lspci
00:00.0 Host bridge: Intel Corporation 440LX/EX - 82443LX/EX Host bridge (rev 03)
00:01.0 PCI bridge: Intel Corporation 440LX/EX - 82443LX/EX AGP bridge (rev 03)
00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 02)
00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01)
00:07.2 USB Controller: Intel Corporation 82371AB/EB/MB PIIX4 USB (rev 01)
00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 02)
00:0d.0 Multimedia audio controller: Ensoniq ES1371 [AudioPCI-97] (rev 06)
00:0f.0 Communication controller: 3Com Corp, Modem Division WinModem
00:11.0 Ethernet controller: Linksys NC100 Network Everywhere Fast Ethernet 10/100 (rev 11)
01:00.0 VGA compatible controller: ATI Technologies Inc 3D Rage Pro AGP 1X/2X (rev 5c)


Any help will be greatly appreciated!
 
Old 04-12-2006, 05:01 PM   #2
egag
Senior Member
 
Registered: Jul 2004
Location: Netherlands
Distribution: Slackware
Posts: 2,721

Rep: Reputation: 53
hi there,

all modules you need are loaded.
so, did you already run "alsaconfig" ?
and. after that, "alsamixer" to unmute the channels ?

egag
 
Old 04-12-2006, 05:28 PM   #3
merchtemeagle
Member
 
Registered: Oct 2004
Location: Belgium
Distribution: Slackware 13.37
Posts: 512

Rep: Reputation: 31
Run:

Code:
#alsaconf
#alsamixer
#alsactl store
 
Old 04-12-2006, 07:29 PM   #4
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Possibly this mini mini how-to will help:

Configuring Sound
 
Old 04-12-2006, 07:43 PM   #5
justpete
LQ Newbie
 
Registered: Nov 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Been there, done that

alsaconf runs fine, detects the sound card with no problems, and configures the volume controls.

alsamixer also runs fine, and I've tried unmuting everything, muting select ones (obviously, not all possible combinations yet, but the readily apparent ones), and different volume levels.

alsactl store give no output or errors.

Still no sound. Even after another reboot.

Everything looks like it should work. What am I doing wrong?
 
Old 04-12-2006, 07:54 PM   #6
justpete
LQ Newbie
 
Registered: Nov 2005
Posts: 5

Original Poster
Rep: Reputation: 0
Ok, I'm an idiot.

After fiddling with the alsamixer controls some more, I found that I CAN get sound if the master volume control is maxed and the volume levels on KsCD are also maxed - which gives a moderate level of sound (no blasting the music).

It seems that if either is turned down any amount, the volume drops off dramatically.

Is there a way to increase the sound output?
 
Old 04-12-2006, 08:31 PM   #7
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,758
Blog Entries: 7

Rep: Reputation: 2858Reputation: 2858Reputation: 2858Reputation: 2858Reputation: 2858Reputation: 2858Reputation: 2858Reputation: 2858Reputation: 2858Reputation: 2858Reputation: 2858
Quote:
Originally Posted by justpete
Is there a way to increase the sound output?
Buy a set of amplified speakers.
 
Old 04-12-2006, 08:46 PM   #8
ScottReed
Member
 
Registered: Dec 2005
Location: Montana
Distribution: Debian "squeeze"
Posts: 157

Rep: Reputation: 30
Something doesn't seem right with those speakers you have!

Congrats for figuring it out though.
 
Old 04-13-2006, 01:51 PM   #9
Alien_Hominid
Senior Member
 
Registered: Oct 2005
Location: Lithuania
Distribution: Hybrid
Posts: 2,247

Rep: Reputation: 53
Do they have a possibility to play louder? Or does this problem only happen on Slackware?
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Slack 10.1 no sound unosaso Slackware 4 02-25-2005 11:41 AM
Sound in Slack 9.1 linuxbeginner99 Slackware 4 10-29-2003 01:25 AM
Slack 8.1 to 9 no sound cratos Slackware 14 05-27-2003 12:37 PM
no sound in Slack 8.1 ..... purpleburple Slackware 12 09-02-2002 11:31 PM
Sound On Slack jasekase Linux - General 4 06-30-2002 08:25 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration