LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 01-26-2005, 01:55 PM   #1
chemdawg
Member
 
Registered: Jan 2005
Distribution: Mandriva
Posts: 206

Rep: Reputation: 31
no sound in linux


I am currently running Debian with a 2.4 kernel. My computer is a 3.0GHz P4 with an asus p5p800 motherboard with integrated sound.

I did exactly as it said to do in this article under the 'configuring
sound' heading.

linuxtimes.net/modules.php?name=News&file=article&sid=457&page=2

From this, I was able to get my soundcard type:

debian:/mnt# lspci | grep audio
0000:00:1f.5 Multimedia audio controller: Intel Corp. 82801EB/ER
(ICH5/ICH5R) AC'97 Audio Controller (rev 02)
debian:/mnt#

i did everything else exactly as it said to do, but my soundcard wasnt
listed when i went to run modconf, so i tried a few of them but nothing
worked.

Anybody have any thoughts as to what I might try next?
 
Old 01-26-2005, 01:57 PM   #2
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Hi, and welcome to LQ!

Do you find any referneces to the audio device
in the output of dmesg?
What do you see when you do
lsmod
?


Cheers,
Tink


Last edited by Tinkster; 01-26-2005 at 01:59 PM.
 
Old 01-26-2005, 04:01 PM   #3
chemdawg
Member
 
Registered: Jan 2005
Distribution: Mandriva
Posts: 206

Original Poster
Rep: Reputation: 31
I didn't see anything in the output of dmesg related to audio or sound.

here's what i see when i did lsmod:

Module Size Used by Not tainted
input 3040 0 (autoclean)
apm 8364 1 (autoclean)
parport_pc 19432 1 (autoclean)
lp 5540 0
parport 21608 1 [parport_pc lp]
af_packet 11048 1 (autoclean)
hw_random 2456 0 (unused)
i810_rng 2368 0 (unused)
printer 6912 0
ehci-hcd 14796 0 (unused)
usb-uhci 19504 0 (unused)
usbcore 52268 1 [printer ehci-hcd usb-uhci]
ide-scsi 8272 0
scsi_mod 86020 1 [ide-scsi]
sk98lin 123880 1
soundcore 3268 0
ide-cd 27040 1
cdrom 26212 0 [ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 2 (autoclean)
jbd 34628 2 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
ide-disk 12416 3 (autoclean)
piix 7784 2 (autoclean)
ide-core 91800 4 (autoclean) [ide-scsi ide-cd ide-detect ide-disk piix]
unix 12720 173 (autoclean)
 
Old 01-26-2005, 04:11 PM   #4
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Try a manual
modprobe i810_audio
modprobe ac97_codec
and see what happens ...

Cheers,
Tink
 
Old 01-26-2005, 04:41 PM   #5
chemdawg
Member
 
Registered: Jan 2005
Distribution: Mandriva
Posts: 206

Original Poster
Rep: Reputation: 31
not sure what you mean, tinkster. i typed those commands in and nothing happened
 
Old 01-26-2005, 06:51 PM   #6
Tinkster
Moderator
 
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
Blog Entries: 11

Rep: Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928Reputation: 928
Tried a lsmod afterwards?

If they are listed now then they're loaded ... a little fiddle
with the mixer may well prove that sound is working.


Cheers,
Tink
 
Old 01-27-2005, 09:29 PM   #7
chemdawg
Member
 
Registered: Jan 2005
Distribution: Mandriva
Posts: 206

Original Poster
Rep: Reputation: 31
Module Size Used by Not tainted
nls_cp437 4284 1 (autoclean)
ntfs 45024 1 (autoclean)
input 3040 0 (autoclean)
apm 8364 1 (autoclean)
parport_pc 19432 1 (autoclean)
lp 5540 0
parport 21608 1 [parport_pc lp]
af_packet 11048 1 (autoclean)
hw_random 2456 0 (unused)
i810_rng 2368 0 (unused)
printer 6912 0
ehci-hcd 14796 0 (unused)
usb-uhci 19504 0 (unused)
usbcore 52268 1 [printer ehci-hcd usb-uhci]
ide-scsi 8272 0
scsi_mod 86020 1 [ide-scsi]
sk98lin 123880 1
soundcore 3268 0
ide-cd 27040 1
cdrom 26212 0 [ide-cd]
rtc 5768 0 (autoclean)
ext3 65388 2 (autoclean)
jbd 34628 2 (autoclean) [ext3]
ide-detect 288 0 (autoclean) (unused)
ide-disk 12416 4 (autoclean)
piix 7784 2 (autoclean)
ide-core 91800 5 (autoclean) [ide-scsi ide-cd ide-detect ide-di sk piix]
unix 12720 201 (autoclean)


this is my lsmod after typing those commands you mentioned. i dont' think they're listed and probably still not loaded. Any ideas?
 
Old 01-27-2005, 09:50 PM   #8
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Rep: Reputation: 15
please check the volume level to make sure that it's not zero (by default). Use Kmix or something else ...

Last edited by lomnhom; 01-27-2005 at 09:52 PM.
 
Old 01-30-2005, 12:02 AM   #9
chemdawg
Member
 
Registered: Jan 2005
Distribution: Mandriva
Posts: 206

Original Poster
Rep: Reputation: 31
how do you "fiddle with the mixer"? I typed in the commands again and then lsmod, but i don't think it's loaded. very confused ...
 
Old 01-30-2005, 12:04 AM   #10
chemdawg
Member
 
Registered: Jan 2005
Distribution: Mandriva
Posts: 206

Original Poster
Rep: Reputation: 31
tried kmix, but all there is is a blank screen. what does that mean?
 
Old 02-02-2005, 06:50 PM   #11
Forezt
Member
 
Registered: Jun 2003
Location: Aero-nomadic
Distribution: Debian (etch, PPC)
Posts: 80

Rep: Reputation: 15
I am having the exact same problem with the exact same sound card.

I can't load the modules either, and I think they are installed since when I did modprobe on them, there wasn't any output.

I had the sound working for a little while when I first installed my system, but now there isn't any sound and I can't open any mixers.
 
Old 02-02-2005, 07:42 PM   #12
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Rep: Reputation: 15
go to http://www.alsa-project.org/ and check if your sound card is supported. If that use alsa-1.0.8.

best regards

Last edited by lomnhom; 02-02-2005 at 07:43 PM.
 
Old 02-02-2005, 07:48 PM   #13
dragon_fire04
Member
 
Registered: Jun 2004
Posts: 41

Rep: Reputation: 15
asus had tried there best to not support linux. They even had a lawsute put agenest them here not to long ago. If i was you i would go and buy and Sound Blaster Live. They don't take a-lot of money out of your wallet, and it fixed the problems on the asus motherbord i had. Hope that gives you a idea of what probley wrong.
 
Old 02-02-2005, 10:01 PM   #14
lomnhom
Member
 
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61

Rep: Reputation: 15
exactly, what sound card are you using ???
 
Old 02-04-2005, 09:23 PM   #15
Forezt
Member
 
Registered: Jun 2003
Location: Aero-nomadic
Distribution: Debian (etch, PPC)
Posts: 80

Rep: Reputation: 15
I am using an intergrated sound card, namely the Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02).

I have used several distros and this has worked in every single one of them, including Fedora Core 2 and 3, Ubuntu (which is debian based), Gentoo, and Knoppix.

I have been using it with ALSA on all of those systems, running through the eSound Daemon (although with debian, now I'm using KDE so it would be aRts). From what I used, it seems like ALSA's drivers for this card are already pretty sophisticated - the sound quality is indistinguishable from the Windows drivers written by Intel themselves.

Anyway, I'm sure it's a pretty simple problem - but it's also a problem I've never run into before and I have no idea how to fix it. Help!
 
  


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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
Realtek Sound and Ubuntu Linux - No Sound meindl007 Linux - Hardware 22 10-05-2005 02:16 PM
no sound card but no sound in linux pragun Linux - Newbie 18 12-27-2004 03:18 PM
SuSE Linux, Linux in general and sound cards... rgbrock1 Linux - Hardware 9 10-06-2004 06:00 PM
Linux recognizes sound card, still no sound HuEsY Linux - Hardware 1 06-15-2004 10:10 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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