LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Home Forums Tutorials Articles Register
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 08-13-2011, 08:42 PM   #1
Barclay
Member
 
Registered: Aug 2011
Location: Texas
Distribution: Slackware
Posts: 33

Rep: Reputation: Disabled
Setup Sound


I've got an ASUS M2A-VM mobo with integrated ALC883 sound. I'm running Slackware13.37; I've checked out the TLDP and the forums but can't make any headway. Any ideas?
 
Old 08-13-2011, 09:01 PM   #2
sycamorex
LQ Veteran
 
Registered: Nov 2005
Location: London
Distribution: Slackware64-current
Posts: 5,836
Blog Entries: 1

Rep: Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251Reputation: 1251
Have a look at this thread. It seems to have helped the OP.
http://www.linuxquestions.org/questi...roblem-875838/
 
Old 08-14-2011, 04:34 AM   #3
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Hi Barcley,

please post the output of the following command:
Code:
lspci -k | grep -iA5 audio
and
Code:
lsmod | grep snd
If the sound is not configured properly but the modules are loaded (which we will see if you post the output of the above commands) you may use the alsaconf command as root.

Markus
 
Old 08-14-2011, 11:22 AM   #4
Barclay
Member
 
Registered: Aug 2011
Location: Texas
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
Alrighty --

Quote:
root@atlantis:/# lspci -k | grep -iA5 audio
00:14.2 Audio device: ATI Technologies Inc SBx00 Azalia (Intel HDA)
Subsystem: ASUSTeK Computer Inc Device 8249
Kernel driver in use: HDA Intel
Kernel modules: snd_hda_intel
00:14.3 ISA bridge: ATI Technologies Inc SB600 PCI to LPC Bridge
Subsystem: ASUSTeK Computer Inc Device 81ef
Quote:
root@atlantis:/# lsmod | grep snd
snd_seq_oss 29830 0
snd_seq_midi_event 4556 1 snd_seq_oss
snd_seq 46802 4 snd_seq_oss,snd_seq_midi_event
snd_seq_device 4821 2 snd_seq_oss,snd_seq
snd_pcm_oss 41178 0
snd_mixer_oss 13220 1 snd_pcm_oss
snd_hda_codec_realtek 247529 1
snd_hda_intel 20262 0
snd_hda_codec 69025 2 snd_hda_codec_realtek,snd_hda_intel
snd_hwdep 4996 1 snd_hda_codec
snd_pcm 67812 3 snd_pcm_oss,snd_hda_intel,snd_hda_codec
snd_timer 15751 2 snd_seq,snd_pcm
snd 49223 12 snd_seq_oss,snd_seq_midi_event,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_hda_codec_realte k,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 4641 1 snd
snd_page_alloc 5989 2 snd_hda_intel,snd_pcm
Quote:
root@atlantis:/# alsaconfig
-bash: alsaconfig: command not found
 
Old 08-14-2011, 11:30 AM   #5
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, the command is alsaconf

As far as I can see the modules are loaded. You may execute "alsamixer" in a terminal (as a normal user) and look if the "master" isn't on 0 (zero).

Markus
 
Old 08-14-2011, 11:30 AM   #6
Barclay
Member
 
Registered: Aug 2011
Location: Texas
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
Okay, ran "alsaconf" this time as it should be and went through the configurator. Still no sound though. Alsamixer shows my card to be ATI HDA Intel with a chipset RealTeK ALC883. With Mixer, I have the option of selecting the HDA Intel soundcard or RealTek ALC883 (OSS) so...I'm really not sure.
 
Old 08-14-2011, 11:32 AM   #7
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
I would try the hda_intel at first, if it doesn't work you can execute alsaconf again.

Markus
 
Old 08-14-2011, 11:33 AM   #8
Barclay
Member
 
Registered: Aug 2011
Location: Texas
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
alsaconf is automated. I have to select HDA Intel
 
Old 08-14-2011, 11:34 AM   #9
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Could you please post a screenshot of your alsamixer-settings?

Markus
 
Old 08-14-2011, 11:48 AM   #10
Barclay
Member
 
Registered: Aug 2011
Location: Texas
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
123
Attached Thumbnails
Click image for larger version

Name:	screenshot.png
Views:	24
Size:	55.4 KB
ID:	7800  
 
Old 08-14-2011, 12:01 PM   #11
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
You should move the buttons for surround and so on to maximum.

Curser to the left/right will move to the button and the up/down-cursors will change the settins, try everything out.

Markus
 
Old 08-14-2011, 12:13 PM   #12
Barclay
Member
 
Registered: Aug 2011
Location: Texas
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
Yea, even with everything max'ed, there's still no sound.
 
Old 08-14-2011, 12:18 PM   #13
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Which loudspeaker-device do you have? Which Windowmanager are you using?

Markus
 
Old 08-14-2011, 01:02 PM   #14
Barclay
Member
 
Registered: Aug 2011
Location: Texas
Distribution: Slackware
Posts: 33

Original Poster
Rep: Reputation: Disabled
I'm using the speakers built-in to my ViewSonic monitor. I'm unsure about Windowmanager.
 
Old 08-14-2011, 01:11 PM   #15
markush
Senior Member
 
Registered: Apr 2007
Location: Germany
Distribution: Slackware
Posts: 3,979

Rep: Reputation: Disabled
Well, have you connected the cable between the monitor and your soundcard, or if you're also runnig Windows, does the sound work with Windows?

Markus
 
  


Reply



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
Multi-distro partition setup; does this sound like a good setup? Twilight in Zero Linux - General 5 02-22-2009 12:15 AM
Sound Setup AMDPwred Linux - General 8 07-20-2006 10:34 AM
Sound setup xlinuxSlayer Slackware 16 10-07-2003 02:24 AM
sound setup ?? N_A_J_M Linux - General 6 04-22-2003 10:16 PM
Sound driver setup futurist Linux - General 1 04-08-2002 03:45 AM

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

All times are GMT -5. The time now is 07:54 PM.

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