Fedora Linux Support Community & Resources Center
  #1  
Old 12th August 2005, 10:03 AM
harrylmh Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Unhappy Sound card problem, alsamixer up'ed

I've installed Fedora Core 4. But there's no sound. I went to Desktop > System Settings (i think) > Sound Card Detection.

It says:
Vendor: Intel
Model: Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) AC'97 Audio Controller
Module: snd-intel8x0

But when I pressed "Play test sound" there was no sound...Click ok, then it said something about detected failed and no audio for this system.

I've already tried alsamixer and dragged all the bars to the max and still no sound.
What should I do? Please help me.
Reply With Quote
  #2  
Old 13th August 2005, 02:32 AM
harrylmh Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Anybody at all?
Reply With Quote
  #3  
Old 13th August 2005, 02:49 AM
shams Offline
Registered User
 
Join Date: Oct 2004
Posts: 881
read this this link .
Reply With Quote
  #4  
Old 13th August 2005, 03:19 AM
pparks1's Avatar
pparks1 Offline
Registered User
 
Join Date: Mar 2004
Location: Westland, Michigan
Age: 38
Posts: 2,317
run alsamixer, go all the way to end. Make sure that extrernal amplifier is not set to Mute (MM). If so, hit M and that should put it at 00.

Give that a shot.

If that doesn't work, try running alsaconf.
__________________
RHCE and MCSE systems administrator
Registered Linux User #375155 For More Info or to register yourself

My Linux box is:
Ubuntu 8.04, Antec Sonata II case with 450-watt PS, AMD 64 X2 4600+ (65 watt), 4GB DDR2 800 RAM, 18X Lite-On DVD burner, Asus M2NPV-VM, Nvidia GeForce 7600GT (256MB), 320GB Western Digital SATA 3.0Gbps, Logitech MX-310, Dell 18" ultrasharp LCD, Microsoft Natural Ergonomic Keyboard 4000 and 2.1 Boston Acoustics sound system..
Reply With Quote
  #5  
Old 13th August 2005, 05:45 AM
dwflo's Avatar
dwflo Offline
Registered User
 
Join Date: Jun 2005
Location: Albuquerque
Age: 64
Posts: 409
Quote:
Originally Posted by pparks1
run alsamixer, go all the way to end. Make sure that extrernal amplifier is not set to Mute (MM). If so, hit M and that should put it at 00.

Give that a shot.

If that doesn't work, try running alsaconf.
When I run alsamixer in the terminal I get this:
[root@bgp01385775bgs dwflo]# alsamixer

alsamixer: function snd_ctl_open failed for default: No such file or directory

Think this might cause event sounds to quit working?
Been looking for solution, even posted a thread here http://forums.fedoraforum.org/forum/...=sound+problem
Unable to generat any helpful replies.

Dave
__________________
Registered Linux #395226 running Fedora 7 x86_64
"Three men were walking on a wall, Feeling, Faith and Fact.
Feeling took an awful fall and Faith was taken back.
But Fact remained both strong and true and that brought back Faith and Feeling too!"
Reply With Quote
  #6  
Old 13th August 2005, 07:46 AM
harrylmh Offline
Registered User
 
Join Date: Aug 2005
Posts: 8
Quote:
Originally Posted by pparks1
run alsamixer, go all the way to end. Make sure that extrernal amplifier is not set to Mute (MM). If so, hit M and that should put it at 00.

Give that a shot.

If that doesn't work, try running alsaconf.

That was it! thank you so much pparks! Thanks!
Reply With Quote
  #7  
Old 14th August 2005, 02:38 PM
sunny_mm Offline
Registered User
 
Join Date: Mar 2005
Location: chang chun china
Posts: 21
first installed fc4 and my soundcard in fc4 no sound ,but i play mp3,,xmms is play mp3 ok ,,there appear sound..
__________________
K8T800DSR,SP2600+,HYDDR400-512M,Maxtor 6Y080L0,GF4 MX440 AGP 8X,RealtekRTL 8139*2,Realtek AC'97
Reply With Quote
  #8  
Old 16th August 2005, 02:46 PM
denis_arnaud Offline
Registered User
 
Join Date: Aug 2005
Location: Grasse, France
Age: 42
Posts: 4
Quote:
Originally Posted by dwflo
When I run alsamixer in the terminal I get this:
[root@bgp01385775bgs dwflo]# alsamixer
alsamixer: function snd_ctl_open failed for default: No such file or directory
Dave
I guess it may be because the sound core modules have not been loaded when the computer has booted. Normally, that's done following the script in /etc/sysconfig/rc.sysinit (or something like that, I cannot check as I'm in an Internet cafe, but you can search for "sound" in /etc:
cd /etc; grep "sound" */*). Basically, the snd and soundcore modules should be loaded:
modprobe snd
modprobe soundcore
Then, try again alsamixer

---------------

However, I think the best is to use the Fedora Sound Card Detection (Desktop/System Preferences/Soundcard Detection, or in a terminal, type as root the command: system-config-soundcard), and reply "Yes" to the question "Have you heard the test sound?", which should trigger the load of sound modules (I guess).

Denis
Reply With Quote
  #9  
Old 16th August 2005, 07:51 PM
dwflo's Avatar
dwflo Offline
Registered User
 
Join Date: Jun 2005
Location: Albuquerque
Age: 64
Posts: 409
Quote:
Originally Posted by denis_arnaud
I guess it may be because the sound core modules have not been loaded when the computer has booted. Normally, that's done following the script in /etc/sysconfig/rc.sysinit (or something like that, I cannot check as I'm in an Internet cafe, but you can search for "sound" in /etc:
cd /etc; grep "sound" */*). Basically, the snd and soundcore modules should be loaded:
modprobe snd
modprobe soundcore
Then, try again alsamixer

---------------

However, I think the best is to use the Fedora Sound Card Detection (Desktop/System Preferences/Soundcard Detection, or in a terminal, type as root the command: system-config-soundcard), and reply "Yes" to the question "Have you heard the test sound?", which should trigger the load of sound modules (I guess).

Denis
For the sake of redundency and double posting, I would like to direct you to my thread http://forums.fedoraforum.org/forum/...ad.php?t=73163
Would be practicle to keep things together.

Dave
__________________
Registered Linux #395226 running Fedora 7 x86_64
"Three men were walking on a wall, Feeling, Faith and Fact.
Feeling took an awful fall and Faith was taken back.
But Fact remained both strong and true and that brought back Faith and Feeling too!"
Reply With Quote
  #10  
Old 16th August 2005, 07:53 PM
imdeemvp's Avatar
imdeemvp Offline
Registered User
 
Join Date: Feb 2004
Age: 44
Posts: 8,256
I wonder if this is BUG in the alsamixer....too many users including me had similiar problem.
__________________
HELP with JAVA, MP3's, Wireless, Repo's, YUM, Partitions, System Monitors, Nvidia, ATI drivers, LIMEWIRE PRO & MORE!.

Easiest and most friendly desktop ever is PCLinuxOS! Includes all this apps. Just try it.

"The greater the struggle THE greater the achievment."

Do you know HIM?

If you are an idiot click here. NThis will test you linux skills :D
Reply With Quote
  #11  
Old 17th August 2005, 02:15 AM
dwflo's Avatar
dwflo Offline
Registered User
 
Join Date: Jun 2005
Location: Albuquerque
Age: 64
Posts: 409
Quote:
Originally Posted by imdeemvp
I wonder if this is BUG in the alsamixer....too many users including me had similiar problem.
I downloaded alsa, alsa-lib from the development repository, hoping that an update might resolve the problem, but no luck.
If I attempt to uninstall any one part of the sound system, be it alsa, esound, oss or gstreamer, I might as well re-install Fedora. The dependencies are so massive, it would remove 75% of the system.

Dave
__________________
Registered Linux #395226 running Fedora 7 x86_64
"Three men were walking on a wall, Feeling, Faith and Fact.
Feeling took an awful fall and Faith was taken back.
But Fact remained both strong and true and that brought back Faith and Feeling too!"
Reply With Quote
  #12  
Old 18th August 2005, 03:43 PM
denis_arnaud Offline
Registered User
 
Join Date: Aug 2005
Location: Grasse, France
Age: 42
Posts: 4
Quote:
Originally Posted by harrylmh
That was it! thank you so much pparks! Thanks!
That was also the same problem for me. The External Amplifier was the only switch I didn't try, as I thought it had nothing to do with the internal sound card...

I guess that the switch-on of the that External Amplifier switch could be set-up by default in the next release of the Anaconda installer (and/or the alsa RPM)?

Thanks a lot for your input

Denis
Reply With Quote
Reply

Tags
alsamixer, card, problem, sound, uped

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
alsamixer problem for skype soumyadeep Using Fedora 1 23rd October 2008 07:07 PM
Sound card problem phoxis Hardware & Laptops 4 10th January 2008 03:40 PM
Sound Card problem zhumingvictor Hardware & Laptops 0 1st July 2005 04:25 AM
Poor quality sound + alsamixer not working correctly Vinneh Fedora Core 4 Test 0 5th May 2005 01:33 AM


Current GMT-time: 13:00 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat