LinuxQuestions.org
Visit Jeremy's Blog.
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 11-01-2009, 11:21 AM   #16
mrclisdue
Senior Member
 
Registered: Dec 2005
Distribution: Slackware
Posts: 1,134

Rep: Reputation: 277Reputation: 277Reputation: 277

Your lspci reports a second audio device:

01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series]

Have you attempted to configure this?

Have you verified that your sound works, at all? With a live cd, perhaps - and if so, then how is it configured?

That's all I got.

cheers,
 
Old 11-01-2009, 12:05 PM   #17
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
Try
Code:
options snd-hda-intel model=dell
Also, this device . . .
01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series]
. . . What is it?
 
Old 11-01-2009, 07:26 PM   #18
smoooth103
Member
 
Registered: Aug 2009
Location: NC, USA
Distribution: Slackware (64 bit)
Posts: 242

Rep: Reputation: 62
Try booting to runlevel 3. I.e. edit /etc/inittab and change from default runlevel from 4 to 3. Then use "startx" -- don't start kdm

I had the same issues you and tried many of the solutions mentioned above -- this was the only thing that I could do to get it to work.
 
Old 11-02-2009, 02:46 AM   #19
leptom
LQ Newbie
 
Registered: Feb 2009
Location: La Rioja - Spain
Distribution: Slackware
Posts: 5

Rep: Reputation: 0
Try to upgrade alsa. I wrote a script to do it.
You need run it as root and had src2pkg (to generate the installed packages).

My sound card wasn't supported completely(only headphone) in alsa version that has slackware 13. Upgrading to the latest and configuring it solved the problem

Good lucky!

Script: http://gist.github.com/219198

Last edited by leptom; 11-02-2009 at 02:50 AM.
 
Old 11-03-2009, 07:20 PM   #20
foodown
Member
 
Registered: Jun 2009
Location: Texas
Distribution: Slackware
Posts: 611

Rep: Reputation: 221Reputation: 221Reputation: 221
Quote:
Originally Posted by smoooth103 View Post
Try booting to runlevel 3. I.e. edit /etc/inittab and change from default runlevel from 4 to 3. Then use "startx" -- don't start kdm

I had the same issues you and tried many of the solutions mentioned above -- this was the only thing that I could do to get it to work.
You can solve that problem by adding your user to the audio group.

Go ahead and add your user to plugdev, video, and cdrom groups, too.
 
Old 11-04-2009, 05:14 PM   #21
smoooth103
Member
 
Registered: Aug 2009
Location: NC, USA
Distribution: Slackware (64 bit)
Posts: 242

Rep: Reputation: 62
Foodown> Ha! You're exactly right. I normally add those groups when I adduser but missed them somehow -- twice. Thanks! How noobish of me.
 
Old 11-06-2009, 09:41 PM   #22
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by mrclisdue View Post
Your lspci reports a second audio device:

01:00.1 Audio device: ATI Technologies Inc RV635 Audio device [Radeon HD 3600 Series]

Have you attempted to configure this?

Have you verified that your sound works, at all? With a live cd, perhaps - and if so, then how is it configured?

That's all I got.

cheers,
I did attempt to configure this with no results. From the googling I did,
it appears to be the sound component of my graphics card.
 
Old 11-06-2009, 09:50 PM   #23
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by foodown View Post
You can solve that problem by adding your user to the audio group.

Go ahead and add your user to plugdev, video, and cdrom groups, too.
My normal user is in all the groups mentioned.
 
Old 11-06-2009, 09:51 PM   #24
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by smoooth103 View Post
Try booting to runlevel 3. I.e. edit /etc/inittab and change from default runlevel from 4 to 3. Then use "startx" -- don't start kdm

I had the same issues you and tried many of the solutions mentioned above -- this was the only thing that I could do to get it to work.
I never changed the default, so I was already in runlevel 3.
 
Old 11-06-2009, 10:03 PM   #25
admas
LQ Newbie
 
Registered: Mar 2009
Posts: 26

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by leptom View Post
Try to upgrade alsa. I wrote a script to do it.
You need run it as root and had src2pkg (to generate the installed packages).

My sound card wasn't supported completely(only headphone) in alsa version that has slackware 13. Upgrading to the latest and configuring it solved the problem

Good lucky!

Script: http://gist.github.com/219198
I will try upgrading alsa when I get a bit more free time ( a have a Physics test, Discrete Math test, and a Japanese test next week ). I let you know if it worked. Thanks for the suggestion.
 
Old 11-30-2009, 08:51 PM   #26
Vincent_Vega
Member
 
Registered: Nov 2003
Location: South Jersey
Distribution: Slackware, Raspbian, Manjaro
Posts: 826

Rep: Reputation: 31
I'm having a similar problem with the same sound device, drivers, etc. However, I have sound from my headphones. Any idea why I can't get sound from the speakers? I have a HP HDX laptop.
 
Old 11-30-2009, 09:29 PM   #27
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Quote:
Originally Posted by Vincent_Vega View Post
I'm having a similar problem with the same sound device, drivers, etc. However, I have sound from my headphones. Any idea why I can't get sound from the speakers? I have a HP HDX laptop.
Did you check kmix / alsamixer?
 
Old 11-30-2009, 09:45 PM   #28
Vincent_Vega
Member
 
Registered: Nov 2003
Location: South Jersey
Distribution: Slackware, Raspbian, Manjaro
Posts: 826

Rep: Reputation: 31
Yes, I did check alsamixer. It's the same for 'root' too, so I don't think it's a permissions problem.
 
Old 11-30-2009, 11:52 PM   #29
~sHyLoCk~
Senior Member
 
Registered: Jul 2008
Location: /dev/null
Posts: 1,173
Blog Entries: 12

Rep: Reputation: 129Reputation: 129
Code:
 lsmod | grep snd
 
Old 12-01-2009, 06:58 AM   #30
Vincent_Vega
Member
 
Registered: Nov 2003
Location: South Jersey
Distribution: Slackware, Raspbian, Manjaro
Posts: 826

Rep: Reputation: 31
Here is the output of lsmod | grep snd:

Quote:
snd_hda_codec_idt 56644 1
snd_hda_intel 26976 5
snd_hda_codec 69372 2 snd_hda_codec_idt,snd_hda_intel
snd_hwdep 7008 1 snd_hda_codec
snd_pcm 69152 3 snd_hda_intel,snd_hda_codec
snd_timer 19204 2 snd_pcm
snd 52804 14 snd_hda_codec_idt,snd_hda_intel,snd_hda_codec,snd_hwdep,snd_pcm,snd_timer
soundcore 5824 1 snd
snd_page_alloc 8036 2 snd_hda_intel,snd_pcm
 
  


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
Sound problems in Slackware 11 with Sweex sound card RicardoB Linux - Hardware 0 04-30-2007 01:34 PM
Sound Skips After Slackware 11.0 upgrade AC97 sound card using the snd-via82xx driver meetscott Linux - Hardware 3 11-07-2006 11:55 PM
Replaced a Sound Card (ESS) and now no sound under Slackware LeniuNYC Linux - Hardware 1 03-14-2004 05:21 PM
AC97 int. sound slackware 9.0 no sound TheDanLayerOSI Linux - Hardware 1 06-13-2003 04:42 AM

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

All times are GMT -5. The time now is 04:47 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