LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora
User Name
Password
Fedora This forum is for the discussion of the Fedora Project.

Notices


Reply
  Search this Thread
Old 01-17-2008, 07:45 PM   #1
3rdKey
Member
 
Registered: Feb 2007
Location: United States
Distribution: Fedora , Knoppix
Posts: 60

Rep: Reputation: 15
Question No Sound in Fedora 8


Hey everyone,

So I just upgraded to Fedora 8 and I must say, I'm in love; this is definitely the best version of Fedora that has come out to date. With that being said, the one issue that I am unable to resolve is to get the sound to work. I currently am dual booting XP and Fedora 8, and the sound seems to be fine in XP. However, in Fedora 8, it seems the silence is deafening

Here are the results from "lspci":

Quote:
[root@localhost ~]# lspci
00:00.0 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge
00:00.5 PIC: VIA Technologies, Inc. P4M890 I/O APIC Interrupt Controller
00:00.6 Host bridge: VIA Technologies, Inc. P4M890 Security Device
00:00.7 Host bridge: VIA Technologies, Inc. P4M890 Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI Bridge
00:02.0 PCI bridge: VIA Technologies, Inc. P4M890 PCI to PCI Bridge Controller
00:03.0 PCI bridge: VIA Technologies, Inc. P4M890 PCI to PCI Bridge Controller
00:0f.0 IDE interface: VIA Technologies, Inc. VT8237A SATA 2-Port Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 07)
00:10.0 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.1 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.2 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.3 USB Controller: VIA Technologies, Inc. VT82xxxxx UHCI USB 1.1 Controller (rev a0)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237A PCI to ISA Bridge
00:11.7 Host bridge: VIA Technologies, Inc. VT8251 Ultra VLINK Controller
00:12.0 Ethernet controller: VIA Technologies, Inc. VT6102 [Rhine-II] (rev 7c)
00:13.0 PCI bridge: VIA Technologies, Inc. VT8237A Host Bridge
00:13.1 PCI bridge: VIA Technologies, Inc. VT8237A PCI to PCI Bridge
02:00.0 VGA compatible controller: nVidia Corporation NV44 [GeForce 6200 TurboCache(TM)] (rev a1)
04:01.0 Audio device: VIA Technologies, Inc. VIA High Definition Audio Controller (rev 10)
05:04.0 Communication controller: Conexant HCF 56k Data/Fax Modem (rev 08)
05:05.0 USB Controller: NEC Corporation USB (rev 43)
05:05.1 USB Controller: NEC Corporation USB (rev 43)
05:05.2 USB Controller: NEC Corporation USB 2.0 (rev 04)
05:06.0 Network controller: AIRONET Wireless Communications PC4800 (rev 01)
I have gone into the volume control GUI and unmuted everything and raised the volume to 100%. I have also accessed the alsa-mixer through the terminal and made sure that everything was at 100%. I have yum upgraded the alsa drivers and everything should be currently up to date, yet I am still dumbfounded as to what the problem could be.

Any suggestions?

Much thanks,
3rdKey
 
Old 01-17-2008, 11:55 PM   #2
harsha101087
Member
 
Registered: Nov 2007
Distribution: Opensuse 11.0 , Fedora 9 , Ubuntu 8.04
Posts: 54

Rep: Reputation: 15
Post the result of :-
1. cat /etc/modprobe.conf
2. cat /proc/asound/card0/codec#* | grep Codec
 
Old 01-18-2008, 01:13 AM   #3
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
Are you using pulseaudio?
 
Old 01-18-2008, 12:09 PM   #4
3rdKey
Member
 
Registered: Feb 2007
Location: United States
Distribution: Fedora , Knoppix
Posts: 60

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73 View Post
Are you using pulseaudio?

Everything I've seen says I'm using Alsa. I'll double check that when I get home though.

harsha, Ill post those results tonight when I get home.
 
Old 01-18-2008, 07:36 PM   #5
3rdKey
Member
 
Registered: Feb 2007
Location: United States
Distribution: Fedora , Knoppix
Posts: 60

Original Poster
Rep: Reputation: 15
1. cat /etc/modprobe.conf
Quote:
[root@localhost ~]# cat /etc/modprobe.conf
alias eth0 airo
alias eth1 via-rhine
alias scsi_hostadapter libata
alias scsi_hostadapter1 pata_via
alias scsi_hostadapter2 sata_via
options snd cards_limit=8
alias snd-card-0 snd-hda-intel
options snd-hda-intel index=0
alias snd-card-7 snd-usb-audio
options snd-usb-audio index=7

2. cat /proc/asound/card0/codec#* | grep Codec
Quote:
[root@localhost ~]# cat /proc/asound/card0/codec#* | grep Codec
Codec: VIA VIA VT1708
 
Old 01-18-2008, 09:58 PM   #6
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Try running the system-config-soundcard command to be sure that the correct driver has been loaded.
 
Old 01-19-2008, 12:33 AM   #7
3rdKey
Member
 
Registered: Feb 2007
Location: United States
Distribution: Fedora , Knoppix
Posts: 60

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by PTrenholme View Post
Try running the system-config-soundcard command to be sure that the correct driver has been loaded.
when i click "reload audio drivers" i get an error message that states:

Quote:
Unable to remove kernel modules. You need to reboot your box for the changes to take effect.
Upon reboot, the same error message appears
 
Old 01-19-2008, 09:22 AM   #8
PTrenholme
Senior Member
 
Registered: Dec 2004
Location: Olympia, WA, USA
Distribution: Fedora, (K)Ubuntu
Posts: 4,187

Rep: Reputation: 354Reputation: 354Reputation: 354Reputation: 354
Yes, that seems to be a common message. I've found that it can usually just be ignored.

Did you get any sound from the sound test in the first tab?

Is the correct card the default one in the second tab?

After asking for the "reload," did you retry the sound test? (As I said, the "reboot" message is best ignored.)
 
Old 01-19-2008, 11:47 AM   #9
3rdKey
Member
 
Registered: Feb 2007
Location: United States
Distribution: Fedora , Knoppix
Posts: 60

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by PTrenholme View Post
Did you get any sound from the sound test in the first tab?

Is the correct card the default one in the second tab?

After asking for the "reload," did you retry the sound test? (As I said, the "reboot" message is best ignored.)

The sound test has never worked for me, even when I was running FC5, although in FC5 the sound did worked

I think that I have the right default card set; does being in "Analog" or "Digital" make a difference for the same card?

Last edited by 3rdKey; 01-19-2008 at 11:48 AM.
 
Old 01-19-2008, 01:53 PM   #10
jay73
LQ Guru
 
Registered: Nov 2006
Location: Belgium
Distribution: Ubuntu 11.04, Debian testing
Posts: 5,019

Rep: Reputation: 133Reputation: 133
The reason I asked about pulseaudio is that, as far as I know, Fedora 8 comes with pulseaudio as a default. And it does not always work out of the box. It certainly did not for me. Have you checked System > Prefs > Hardware > Sound?
 
Old 01-19-2008, 10:32 PM   #11
3rdKey
Member
 
Registered: Feb 2007
Location: United States
Distribution: Fedora , Knoppix
Posts: 60

Original Poster
Rep: Reputation: 15
Quote:
Originally Posted by jay73 View Post
The reason I asked about pulseaudio is that, as far as I know, Fedora 8 comes with pulseaudio as a default. And it does not always work out of the box. It certainly did not for me. Have you checked System > Prefs > Hardware > Sound?
Hm, I honestly have NO idea what just happened, but now the audio has suddenly decided to work once I visited Systm > Prefs > hardware > Sound and clicked "Test" on each one...odd, but at least working. Haha!

Much thanks for everyone's help. I was going a little insane without my music
 
Old 04-10-2008, 07:56 AM   #12
Fergatron
LQ Newbie
 
Registered: Apr 2005
Location: Georgia, USA
Distribution: Fedora 12
Posts: 25

Rep: Reputation: 15
Can anyone help with my sound issue. I have Fedora 8 and my sound preferences is set to auto detect. So far everything that's happened in this thread has happened to me except when I click on Test it gives me:
Quote:
audiotestsrc wave=sine freq=512 ! audioconvert ! audioresample ! gconfaudiosink: Internal GStreamer error: state change failed. Please file a bug at http://bugzilla.gnome.org/enter_bug....duct=GStreamer.
I usually get around this be rebooting the computer, but I'm not happy with rebooting linux... come on... this is LINUX! It works from time to time, but then craps out on me. I can play Banshee and WoW, but then it'll randomly crap out on me. I'm a total noob when it comes to configuring linux so any help would be fine. Thanks.
 
Old 04-15-2008, 03:58 PM   #13
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,627

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
hi Fergatron have you done a search on http://www.fedoraforum.org/
i and others have posted a large number replays on this subject
 
  


Reply

Tags
fedora, sound



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
Fedora Core 5 with Sound Blaster NX USB driver fails to sound maybi7 Linux - Hardware 1 10-26-2006 03:31 PM
strange sound/no sound in fedora core 2 vijay_babu1981 Linux - Hardware 1 11-23-2004 03:09 PM
Sound card not detected by Fedora Core 2 and no sound. jgr00 Fedora 4 08-19-2004 12:05 PM
Sound Card on Fedora Core 2 only playing test sound silverado0103 Linux - Hardware 0 07-29-2004 03:23 PM
Fedora Core 2 = No sound / Fedora 1 = sound? carlosinfl Fedora 4 06-22-2004 12:28 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Fedora

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