Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
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.
|
 |
|
03-04-2005, 07:42 AM
|
#1
|
LQ Newbie
Registered: Apr 2004
Posts: 29
Rep:
|
No sound, FC3
Help!
Alright, I've read through all the posts that came up when I did a search and none of them have helped me! When I first installed FC3 on this laptop (IBM Thinkpad t42) everything worked like a dream! Even the wireless card was found (it didn't load properly, but it was found and that was more than I was expecting)! A couple of days ago I noticed that I no longer had sound! I came and did a search and read through maybe half a dozen threads and tried all of their suggestions to no avail.
I've tried checking the volume lvls with alsamixer, aumix and playing a sound file with aplay (all it did was say the sound played but no sound came out). I'm using Gnome, KDE isn't installed. I've downloaded all of the updates available.
Here is the output of lspci and cat /etc/modprobe.conf:
00:00.0 Host bridge: Intel Corp. 82855PM Processor to I/O Controller (rev 03)
00:01.0 PCI bridge: Intel Corp. 82855PM Processor to AGP Controller (rev 03)
00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82801 Mobile PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corp. 82801DBM (ICH4-M) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corp. 82801DBM (ICH4-M) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 01)
00:1f.6 Modem: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Modem Controller (rev 01)
01:00.0 VGA compatible controller: ATI Technologies Inc Radeon R250 Lf [Radeon Mobility 9000 M9] (rev 02)
02:00.0 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus Controller (rev 01)
02:00.1 CardBus bridge: Texas Instruments PCI4520 PC card Cardbus Controller (rev 01)
02:01.0 Ethernet controller: Intel Corp. 82540EP Gigabit Ethernet Controller (Mobile) (rev 03)
02:02.0 Network controller: Intel Corp. PRO/Wireless 2200BG (rev 05)
alias eth0 e1000
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias eth1 ipw2200
All help is greatly appreciated!!
Brandon
|
|
|
03-04-2005, 08:38 AM
|
#2
|
Member
Registered: Jun 2004
Location: Australia
Distribution: Ubuntu 5.04
Posts: 55
Rep:
|
Just a hunch, but did you try alsaconf by any chance? Did you follow the instructions on www.alsa-project.org, including downloading the drivers, libraries and utilities?
Sorry if I'm stating the obvious, it's all I could think of.
Cheers
Ovalteen
|
|
|
03-04-2005, 09:02 AM
|
#3
|
LQ Newbie
Registered: Apr 2004
Posts: 29
Original Poster
Rep:
|
Yes, I did run alsaconf and still the same thing.
I bet it's something simple that I'm missing.
I really don't want to have to reinstall FC3. Even on a T1 downloading all of those updates is a major pain! =/
|
|
|
03-04-2005, 09:13 AM
|
#4
|
Member
Registered: Jun 2004
Location: Australia
Distribution: Ubuntu 5.04
Posts: 55
Rep:
|
Did you remember to set the permissions for the audio components properly?
eg. chmod a+rw /dev/dsp /dev/mixer /dev/sequencer /dev/midi
Cheers
Ovalteen
|
|
|
03-04-2005, 09:23 AM
|
#5
|
LQ Newbie
Registered: Apr 2004
Posts: 29
Original Poster
Rep:
|
I was always under the impression that /dev/dsp was part of OSS and didn't effect ALSA. However, I tried the changes and still no go. 
|
|
|
03-04-2005, 09:33 AM
|
#6
|
Member
Registered: Jun 2004
Location: Australia
Distribution: Ubuntu 5.04
Posts: 55
Rep:
|
You are correct. My bad.
Are there devices in the /dev/snd folder?
Are you sure that the volume levels are unmuted? Even if you turned up the volume they might still be muted. You could try:
amixer set -c 1 Master 70 unmute
amixer set -c 1 PCM 70 unmute
amixer set -c 1 CD 70 unmute
I found this page pretty handy when I was setting up:
http://www.alsa-project.org/~valenty...i-HOWTO-7.html
EDIT - Also, what does it say in Gnome under Applications>Desktop Preferences>Advanced>Multimedia Systems Selector? Do you have a choice of ALSA and others, or just "Custom"? Excuse me if I've got the wrong menu, I hardly ever use Gnome. If ALSA shows up, then it's probably installed OK, you just need to tweak the volume settings of something. If not, then I imagine it's a bigger problem.
Cheers
Ovalteen
Last edited by Ovalteen; 03-04-2005 at 09:51 AM.
|
|
|
03-04-2005, 09:51 AM
|
#7
|
LQ Newbie
Registered: Apr 2004
Posts: 29
Original Poster
Rep:
|
Yes, there is a /dev/snd directory. I set the permissions to 666 on everything in there and still no go. I've gone through that page and nothing there helped.
Anyone else have any ideas?
|
|
|
03-04-2005, 12:09 PM
|
#8
|
LQ Newbie
Registered: Apr 2004
Posts: 29
Original Poster
Rep:
|
Alright,
I checked that menu. It had artsD, ESD, ALSA, OSS and Custom as options.
Everything except for ESD reported an error "Failed to construct test pipeline for ______"
*EDIT*
The program it was trying to run was "alsasink." I couldn't find that anywhere so I decided to reinstall all of the ALSA software just to be on the safe side. Well, it still didn't find it.
Anyone?
Last edited by brandor; 03-04-2005 at 01:34 PM.
|
|
|
03-04-2005, 08:02 PM
|
#9
|
LQ Newbie
Registered: Apr 2004
Posts: 29
Original Poster
Rep:
|
Pardon the *bump*!
|
|
|
03-07-2005, 11:34 AM
|
#10
|
LQ Newbie
Registered: Apr 2004
Posts: 29
Original Poster
Rep:
|
Alright, got an update.
After spending all weekend trying to figure this mess out, I come in to work this morning and just reinstall FC3. The laptop boots up and not only does sound work, but I discover that the volume control buttons on the laptop ACTUALLY work! So, I start yum and let it run for the whole 3 hours it takes. Reboot and what do I find? Yep, you guessed it... No sound. Alright, so I get an epiphany. Maybe it's the new kernel. So I configure grub to use an older kernel and whabam! That's it. Sound now works.
So, the next question is why?
By latest kernel, I mean 2.6.10-1.770_FC3.
Anyone have an idea?
Thanks!
Brandon
|
|
|
03-08-2005, 05:19 PM
|
#11
|
Member
Registered: Mar 2005
Location: Arkansas
Distribution: Mandy 2006, FC5
Posts: 154
Rep:
|
Probably not what you're looking for, but my sound went screwy recently after changing to ALSA (from an oss driver). I found that it wasn't set to load on any init level. In my case, I found this by '/sbin/chkconfig --list alsa' and '/sbin/chkconfig --list sound'. I forget which is which, but I think it was alsa that showed off for all levels. I corrected by issuing '/sbin/chkconfig --add alsa'.
Don't know if any of this will even apply to what you're doing. I'm still a newb and on a different distro, but maybe something will help.
|
|
|
03-17-2005, 04:48 AM
|
#12
|
LQ Newbie
Registered: Mar 2005
Posts: 1
Rep:
|
Same problem, its a kernal issue, workaround is to mute the Headphone Jack Sense option in the volume controls. Seems crazy, but it worked for me on a very similar configuration.
|
|
|
03-18-2005, 07:16 PM
|
#13
|
LQ Newbie
Registered: Jun 2004
Location: Monterey, California
Distribution: Fedora Core 4
Posts: 10
Rep:
|
brandor--
I have experienced the same exact problem when i upgraded to the 2.6.10-1.770_FC3 kernel! When I attempt to use the volume control in Gnome, I get an error message that "Sorry, no mixer elements and/or devices found". Everything worked fine before. At least your post affirms for me that I am not imagining things!
Any advice anyone? This has got to be affecting others, too.
//mjb
|
|
|
03-25-2005, 08:28 PM
|
#14
|
LQ Newbie
Registered: Mar 2005
Posts: 1
Rep:
|
mconnor you are a genius! I spent an entire afternoon trying to get back sound in my IBM T42.
After muting Headphone Jack Sense *and* Line Jack Sense, sound is back! I had to register a user name to confirm this and thank you!
I am using 2.4.26-1-386 kernel though.
Quote:
Originally posted by mconnor
Same problem, its a kernal issue, workaround is to mute the Headphone Jack Sense option in the volume controls. Seems crazy, but it worked for me on a very similar configuration.
|
|
|
|
04-18-2005, 03:05 AM
|
#15
|
LQ Newbie
Registered: Apr 2005
Posts: 8
Rep:
|
no sound
hey i am newbies too and i too have similar problem.
i have intel 815 board and pIII cpu and sound card is built in one the card is detected and working fine with rh9 but when i installed fc3 my sound card is not detected.;
same is the problem with other intel 845gebv2 board with soundcard built in .
pls any one help me or i have to reinstall the rh9.
i am thinking of changing the kernel back to rh9 ie. 2.4.18 one.
please suggest if it will work or not. also i think changing my kernel i may get my motorola sm56 modem work.
thanks
|
|
|
All times are GMT -5. The time now is 01:32 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
|
|