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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
01-26-2005, 01:55 PM
|
#1
|
Member
Registered: Jan 2005
Distribution: Mandriva
Posts: 206
Rep:
|
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?
|
|
|
01-26-2005, 01:57 PM
|
#2
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
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.
|
|
|
01-26-2005, 04:01 PM
|
#3
|
Member
Registered: Jan 2005
Distribution: Mandriva
Posts: 206
Original Poster
Rep:
|
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)
|
|
|
01-26-2005, 04:11 PM
|
#4
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
Try a manual
modprobe i810_audio
modprobe ac97_codec
and see what happens ...
Cheers,
Tink
|
|
|
01-26-2005, 04:41 PM
|
#5
|
Member
Registered: Jan 2005
Distribution: Mandriva
Posts: 206
Original Poster
Rep:
|
not sure what you mean, tinkster. i typed those commands in and nothing happened
|
|
|
01-26-2005, 06:51 PM
|
#6
|
Moderator
Registered: Apr 2002
Location: earth
Distribution: slackware by choice, others too :} ... android.
Posts: 23,067
|
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
|
|
|
01-27-2005, 09:29 PM
|
#7
|
Member
Registered: Jan 2005
Distribution: Mandriva
Posts: 206
Original Poster
Rep:
|
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?
|
|
|
01-27-2005, 09:50 PM
|
#8
|
Member
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61
Rep:
|
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.
|
|
|
01-30-2005, 12:02 AM
|
#9
|
Member
Registered: Jan 2005
Distribution: Mandriva
Posts: 206
Original Poster
Rep:
|
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 ...
|
|
|
01-30-2005, 12:04 AM
|
#10
|
Member
Registered: Jan 2005
Distribution: Mandriva
Posts: 206
Original Poster
Rep:
|
tried kmix, but all there is is a blank screen. what does that mean?
|
|
|
02-02-2005, 06:50 PM
|
#11
|
Member
Registered: Jun 2003
Location: Aero-nomadic
Distribution: Debian (etch, PPC)
Posts: 80
Rep:
|
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.
|
|
|
02-02-2005, 07:42 PM
|
#12
|
Member
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61
Rep:
|
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.
|
|
|
02-02-2005, 07:48 PM
|
#13
|
Member
Registered: Jun 2004
Posts: 41
Rep:
|
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.
|
|
|
02-02-2005, 10:01 PM
|
#14
|
Member
Registered: Jan 2005
Location: Ha Noi, Viet Nam
Distribution: Fedora Core
Posts: 61
Rep:
|
exactly, what sound card are you using ???
|
|
|
02-04-2005, 09:23 PM
|
#15
|
Member
Registered: Jun 2003
Location: Aero-nomadic
Distribution: Debian (etch, PPC)
Posts: 80
Rep:
|
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!
|
|
|
All times are GMT -5. The time now is 08:49 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|