 |
 |
 |
 |
| Hardware & Laptops Help with your hardware, including laptop issues |

12th August 2005, 10:03 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 8

|
|
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.
|

13th August 2005, 02:32 AM
|
|
Registered User
|
|
Join Date: Aug 2005
Posts: 8

|
|
|
Anybody at all?
|

13th August 2005, 02:49 AM
|
|
Registered User
|
|
Join Date: Oct 2004
Posts: 881

|
|
|
|

13th August 2005, 03:19 AM
|
 |
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..
|

13th August 2005, 05:45 AM
|
 |
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!"
|

13th August 2005, 07:46 AM
|
|
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!
|

14th August 2005, 02:38 PM
|
|
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
|

16th August 2005, 02:46 PM
|
|
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
|

16th August 2005, 07:51 PM
|
 |
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!"
|

16th August 2005, 07:53 PM
|
 |
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.
|

17th August 2005, 02:15 AM
|
 |
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!"
|

18th August 2005, 03:43 PM
|
|
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
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 13:00 (Tuesday, 21-05-2013)
|
|
 |
 |
 |
 |
|
|