LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 05-29-2012, 09:40 AM   #1
gerdy
Member
 
Registered: May 2012
Posts: 69

Rep: Reputation: Disabled
No sound on Squeeze


hello,
I just installed debian squeeze and now my sound card won't work. I did some troubleshooting by logging into root, trying the volume that way, played with the alsa mixer, did the good old lspci-v command, which the result for my audio card secion was "intel 3400 series chipset" which means debian isn't recognizing my sound card, which is all good except for the fact it didn't list what my sound card actually was, so I did a little digging and found out what it was from HP and the sound card is an altec lansing. I found a site that listed what sound cards are supported by the alsa mixer and altec wasn't included. I am kinda hitting a wall on how to get this to work short of buying a new sound card. And if Anyone jumps on me for not posting this in the correct area, sorry in advance and yes I have looked at other threads and have googled the problem extensively. Anyone got any ideas on how I should proceed?
 
Old 05-29-2012, 09:54 AM   #2
62chevy
Member
 
Registered: Mar 2002
Location: West (By God) Virginia
Distribution: Debian Squeeze - Sid
Posts: 281

Rep: Reputation: 45
Posting the output from the commands you ran and any links to to the site that said your card wasn't supported might help. Have you tried Open Sound System(OSS4)?
 
Old 05-29-2012, 11:17 AM   #3
craigevil
Senior Member
 
Registered: Apr 2005
Location: OZ
Distribution: Debian Sid/RPIOS
Posts: 4,885
Blog Entries: 28

Rep: Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533Reputation: 533
Trouble shooting ALSA on Debian
https://www.linuxquestions.org/quest...n-debian-3018/
 
Old 05-29-2012, 03:01 PM   #4
gerdy
Member
 
Registered: May 2012
Posts: 69

Original Poster
Rep: Reputation: Disabled
00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
Subsystem: Hewlett-Packard Company Device 1425
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at d4400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: HDA Intel


that was what I got when I did lspci under root and the site I did to look up if alsa supported the altec lansing was http://www.alsa-project.org/main/index.php/Matrix:Main

---------- Post added 05-30-12 at 12:31 AM ----------

00:1b.0 Audio device: Intel Corporation 5 Series/3400 Series Chipset High Definition Audio (rev 05)
Subsystem: Hewlett-Packard Company Device 1425
Flags: bus master, fast devsel, latency 0, IRQ 22
Memory at d4400000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] MSI: Enable- Count=1/1 Maskable- 64bit+
Capabilities: [70] Express Root Complex Integrated Endpoint, MSI 00
Capabilities: [100] Virtual Channel
Capabilities: [130] Root Complex Link
Kernel driver in use: HDA Intel


that was what I got when I did lspci under root and the site I did to look up if alsa supported the altec lansing was http://www.alsa-project.org/main/index.php/Matrix:Main
 
Old 05-29-2012, 07:18 PM   #5
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
May I ask, what makes you think that the card reported by lspci is not what it's supposed to be, but another model (the altec lansing one)?

Anyway, according to a site I found in Spanish, the solution for the model reported by lspci (the Intel 5 Series/3400 Series) is to compile and install the alsa-driver 1.0.24 package (Squeeze has version 1.0.23, at the moment), which you can download from the alsa project site. According to this link, after installing it (with "./configure", "make" and "make install"), you must execute the following command from inside the same directory containing the driver:

Code:
./snddevices
Then:

Code:
modprobe snd-hda-intel
It's supposed to work.

These are the steps provided in the guide, but if you're interested, here's the source (in Spanish).

EDIT: I was not aware that alsa-driver was at version 1.0.25 (I couldn't enter the alsa-project site some hours ago), you can download that, instead of 1.0.24.

Last edited by Hungry ghost; 05-29-2012 at 10:08 PM.
 
Old 05-29-2012, 07:23 PM   #6
62chevy
Member
 
Registered: Mar 2002
Location: West (By God) Virginia
Distribution: Debian Squeeze - Sid
Posts: 281

Rep: Reputation: 45
Google suggests that card should work The link you provided doesn't work for me. I can ping alsa-project.org but can't go there with Iceweasel.

Do you have firmware-linux and firmware-linux-free installed, not sure they will help but won't hurt.
 
Old 05-30-2012, 02:16 AM   #7
gerdy
Member
 
Registered: May 2012
Posts: 69

Original Poster
Rep: Reputation: Disabled
hey odiseo, what was the site you found? and chevy, how do I make sure that firmware is installed? and if it isn't, can i just do an apt-get on it? or do I have to find it?
 
Old 05-30-2012, 02:18 AM   #8
gerdy
Member
 
Registered: May 2012
Posts: 69

Original Poster
Rep: Reputation: Disabled
also, on the alsa-project.org site, it shows they have alsa 1.0.25 out. or atleast that what it appears to be. maybe I should just download that one. and give it shot.
 
Old 05-30-2012, 07:52 AM   #9
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Quote:
Originally Posted by gerdy View Post
also, on the alsa-project.org site, it shows they have alsa 1.0.25 out. or atleast that what it appears to be. maybe I should just download that one. and give it shot.
Yes, use alsa-driver-1.0.25.
The site I took the information from is this: http://www.esdebian.org/wiki/intel-c...n-audio-rev-05 (it's in Spanish)

Regards.
 
Old 05-30-2012, 08:07 AM   #10
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
"Altec Lansing" is a speaker system, not a sound chip. The sound chip is what lspci says it is.
 
Old 05-30-2012, 10:56 AM   #11
62chevy
Member
 
Registered: Mar 2002
Location: West (By God) Virginia
Distribution: Debian Squeeze - Sid
Posts: 281

Rep: Reputation: 45
Quote:
Originally Posted by gerdy View Post
hey odiseo, what was the site you found? and chevy, how do I make sure that firmware is installed? and if it isn't, can i just do an apt-get on it? or do I have to find it?

Code:
apt-get install firmware-linux firmware-linux-free
It's that easy.
 
Old 05-30-2012, 11:55 AM   #12
gerdy
Member
 
Registered: May 2012
Posts: 69

Original Poster
Rep: Reputation: Disabled
hey caravel, you just humbled me by your knowlege. thank you. I'm going to try that firmware install once I get off work and also check out that site that odiseo posted. is there an apt get command for the alsamixer update? I think mine is on 1.0.23 or .24 and on alsa-project.org, it was showing .25 If none of this works, what else would you guys do? I haven't tried the OSS4 yet though.
 
Old 05-30-2012, 12:06 PM   #13
Hungry ghost
Senior Member
 
Registered: Dec 2004
Posts: 1,222

Rep: Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667Reputation: 667
Quote:
Originally Posted by gerdy View Post
is there an apt get command for the alsamixer update? I think mine is on 1.0.23 or .24 and on alsa-project.org, it was showing .25 If none of this works, what else would you guys do? I haven't tried the OSS4 yet though.
I think upgrading alsamixer to version 1.0.25 is not needed; the guide only mentions upgrading alsa-driver (in this case, it's not done with apt-get, but compiling the tarball from source). I haven't tried OSS4, but you could try it, in case upgrading alsa-driver doesn't work.
 
Old 05-30-2012, 12:52 PM   #14
gerdy
Member
 
Registered: May 2012
Posts: 69

Original Poster
Rep: Reputation: Disabled
so this was the result of the apt-get



apt-get install firmware-linux firmware-linux-free
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firmware-linux is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'firmware-linux' has no installation candidate
I'm going to head back to alsaproject and try to upgrade the driver.

---------- Post added 05-30-12 at 10:22 PM ----------

so this was the result of the apt-get



apt-get install firmware-linux firmware-linux-free
Reading package lists... Done
Building dependency tree
Reading state information... Done
Package firmware-linux is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'firmware-linux' has no installation candidate
I'm going to head back to alsaproject and try to upgrade the driver.
 
Old 05-30-2012, 01:00 PM   #15
gerdy
Member
 
Registered: May 2012
Posts: 69

Original Poster
Rep: Reputation: Disabled
currently downloading the alsa driver 1.0.25.tar.bz2 from http://alsa.cybermirror.org/driver/

I hope this works.

---------- Post added 05-30-12 at 10:30 PM ----------

currently downloading the alsa driver 1.0.25.tar.bz2 from http://alsa.cybermirror.org/driver/

I hope this works.
 
  


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, and then no sound. Debian squeeze. edhe1 Linux - Newbie 2 09-05-2011 12:23 PM
[SOLVED] Sound problems with new squeeze install? lugoteehalt Debian 5 06-10-2011 05:46 AM
Sound in Squeeze, Lord have mercy! jlinkels Debian 5 04-23-2011 07:00 AM
[SOLVED] more squeeze problems - no sound now jamesac Debian 13 02-13-2011 06:49 PM
no sound in squeeze/ lenny chroot donnied Debian 1 07-28-2010 01:18 AM

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

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