LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
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


Reply
  Search this Thread
Old 03-04-2005, 07:42 AM   #1
brandor
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Rep: Reputation: 15
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
 
Old 03-04-2005, 08:38 AM   #2
Ovalteen
Member
 
Registered: Jun 2004
Location: Australia
Distribution: Ubuntu 5.04
Posts: 55

Rep: Reputation: 15
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
 
Old 03-04-2005, 09:02 AM   #3
brandor
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Original Poster
Rep: Reputation: 15
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! =/
 
Old 03-04-2005, 09:13 AM   #4
Ovalteen
Member
 
Registered: Jun 2004
Location: Australia
Distribution: Ubuntu 5.04
Posts: 55

Rep: Reputation: 15
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
 
Old 03-04-2005, 09:23 AM   #5
brandor
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Original Poster
Rep: Reputation: 15
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.
 
Old 03-04-2005, 09:33 AM   #6
Ovalteen
Member
 
Registered: Jun 2004
Location: Australia
Distribution: Ubuntu 5.04
Posts: 55

Rep: Reputation: 15
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.
 
Old 03-04-2005, 09:51 AM   #7
brandor
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Original Poster
Rep: Reputation: 15
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?
 
Old 03-04-2005, 12:09 PM   #8
brandor
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Original Poster
Rep: Reputation: 15
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.
 
Old 03-04-2005, 08:02 PM   #9
brandor
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Original Poster
Rep: Reputation: 15
Pardon the *bump*!
 
Old 03-07-2005, 11:34 AM   #10
brandor
LQ Newbie
 
Registered: Apr 2004
Posts: 29

Original Poster
Rep: Reputation: 15
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
 
Old 03-08-2005, 05:19 PM   #11
toes
Member
 
Registered: Mar 2005
Location: Arkansas
Distribution: Mandy 2006, FC5
Posts: 154

Rep: Reputation: 30
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.
 
Old 03-17-2005, 04:48 AM   #12
mconnor
LQ Newbie
 
Registered: Mar 2005
Posts: 1

Rep: Reputation: 0
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.
 
Old 03-18-2005, 07:16 PM   #13
mjbrej
LQ Newbie
 
Registered: Jun 2004
Location: Monterey, California
Distribution: Fedora Core 4
Posts: 10

Rep: Reputation: 0
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
 
Old 03-25-2005, 08:28 PM   #14
jingle0
LQ Newbie
 
Registered: Mar 2005
Posts: 1

Rep: Reputation: 0
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.
 
Old 04-18-2005, 03:05 AM   #15
shadows
LQ Newbie
 
Registered: Apr 2005
Posts: 8

Rep: Reputation: 0
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
 
  


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 with FC3 OutThisLife Linux - Hardware 2 11-01-2005 09:42 AM
Poor sound quality on ALC850 onboard sound (FC3) c_ryan Linux - Hardware 3 05-20-2005 03:58 AM
Sound Problem In Fc3(jittery Sound) rag_mg Fedora - Installation 1 05-03-2005 06:44 PM
no sound FC3 jmanjeff Linux - Hardware 7 02-25-2005 06:09 PM
FC3 - No Sound HMike Linux - Newbie 17 01-05-2005 05:00 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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