LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 09-06-2005, 03:55 AM   #1
admart35
Member
 
Registered: Sep 2005
Distribution: Mac OS X and Fedora Core 6
Posts: 31

Rep: Reputation: 15
No sound in FC4


I just installed Fedora Core 4 and I don't get any sound.... I tried Desktop>system settings>soundcard detection but after I play the test sound and don't hear it I click on no and this message pops up
Quote:
Automatic detection of the sound card did not work. Audio will not be available on the system.
I tried
Code:
alsa=emu10k1
but that didn't work....

ohh btw... I'm using a Creative Labs SB Audigy 2 soundcard

can anyone help?
thx in advance for any help...

Alvin
 
Old 09-06-2005, 09:25 AM   #2
biophysics
Member
 
Registered: Jan 2002
Location: Germany
Distribution: Kubuntu
Posts: 444

Rep: Reputation: 30
As root type:

#> lspci -v

Post the output here.

Then try
#> alsaconf
 
Old 09-06-2005, 03:38 PM   #3
isd2301
Member
 
Registered: Mar 2005
Location: Chula Vista, CA, USA
Distribution: Ubuntu, Fedora
Posts: 41

Rep: Reputation: 15
FC4 mutes the external amplifier on installation for some reason, at least it did on my system. So it may be that your external amplifier is muted, if you have one that is. From a terminal open alsmixer. Scroll right until you come to the External Amplifier ('external' on the control) . If it shows 'MM' press the 'm' key. Now it should show '00' and your sound should work. Also, make sure your sound system is enabled. And click yes on the test sound message even if you don't hear anything. Hope this helps.
 
Old 09-06-2005, 03:48 PM   #4
Nosferatan
LQ Newbie
 
Registered: Sep 2005
Posts: 1

Rep: Reputation: 0
[edit] sorry I didn't see the above above postwhen i clicked reply.

I have had a similar problem in Fedora 2 through 4.

What I do (in Gnome) after installing is run the soundcard detection same as you did, but even though I hear nothing, I still click YES.
So run it again, but this time click yes.
Fedora's hardware detection is second to none IMHO, it may not have failed... the volume is probably muted AND turned all the way down like mine.

After a fresh install I run Desktop > System Settings> Soundcard detection
Click play test sound.
Answer yes. (No matter what. And if my instructions don't work for you, you can just run the thing again and honestly answer no)

Next I click System Tools > System Monitor
Under processes tab I make sure artsd is not listed.
If I see it, whether it is running or not I kill it from the command line.
As root I type:
killall artsd

Also at the command line and as root run:
gnome-volume-control
Click the playback tab
Click on any of the red Xs and Unmute everything.
(all of mine will be muted on a fresh install)
I slide all the sliders 3/4 the way up.
(for some reason all of mine are slid all the way down.)
I immediately reboot.

After that I always have sound. I also log in to kde desktop and go into the control panel and turn off sound for all events.
(aRts does not support my soundcard for some reason, and I would uninstall if I could be it is dependency for too many things I really need)

Anyway, maybe these steps can help you. Or even someone else.

Last edited by Nosferatan; 09-06-2005 at 03:50 PM.
 
Old 09-06-2005, 03:49 PM   #5
tux_me
LQ Newbie
 
Registered: Sep 2005
Location: UK
Distribution: Ubuntu
Posts: 4

Rep: Reputation: 0
Quote:
Originally posted by isd2301
FC4 mutes the external amplifier on installation for some reason, at least it did on my system. So it may be that your external amplifier is muted, if you have one that is. From a terminal open alsmixer. Scroll right until you come to the External Amplifier ('external' on the control) . If it shows 'MM' press the 'm' key. Now it should show '00' and your sound should work. Also, make sure your sound system is enabled. And click yes on the test sound message even if you don't hear anything. Hope this helps.
I had a prob with no sound and following this worked a treat.
 
Old 09-06-2005, 05:41 PM   #6
admart35
Member
 
Registered: Sep 2005
Distribution: Mac OS X and Fedora Core 6
Posts: 31

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by biophysics
As root type:

#> lspci -v

Post the output here.

Then try
#> alsaconf
I tried it but nothing happened
Code:
[root@localhost alvin]# lspci -v
bash: lspci: command not found
[root@localhost alvin]# > lspci -v
bash: -v: command not found
[root@localhost alvin]# > lspci
[root@localhost alvin]#
I tried this too
Quote:
Originally posted by biophysics
As root type:

#> lspci -v

Post the output here.

Then try
#> alsaconf
but this is what I got....

Code:
[root@localhost alvin]# lspci -v
bash: lspci: command not found
[root@localhost alvin]#
I tried what
Nosferatan said too but it didn't work.... I don't think its a problem with my speakers being muted.....

Last edited by admart35; 09-06-2005 at 06:10 PM.
 
Old 09-06-2005, 06:12 PM   #7
admart35
Member
 
Registered: Sep 2005
Distribution: Mac OS X and Fedora Core 6
Posts: 31

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by isd2301
FC4 mutes the external amplifier on installation for some reason, at least it did on my system. So it may be that your external amplifier is muted, if you have one that is. From a terminal open alsmixer. Scroll right until you come to the External Amplifier ('external' on the control) . If it shows 'MM' press the 'm' key. Now it should show '00' and your sound should work. Also, make sure your sound system is enabled. And click yes on the test sound message even if you don't hear anything. Hope this helps.
Code:
[alvin@localhost ~]$ alsmixer
bash: alsmixer: command not found
[alvin@localhost ~]$
 
Old 09-06-2005, 08:36 PM   #8
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Rep: Reputation: 31
Sorry that I cant offer any solutions, I have been having the same problem for about 2 months now. My onboard sound was working and then I did yum update and it stop working all the sudden. I even went out and bought a soundcard thinking it will solve the problem, still doesnt work. I have even compiled my kernel cause i heard lots people recommend compiling your own kernel to get sound to work and sitll it doesnt work. i installed the latest alsa drivers and nothing. if you find a solution or if someone here can recommend something, i will appreciate it. I have ummuted all chanels in alsamixer. whenever i run alsaconf, i get "command not found"

here is some info on my box
soundcard: Creative Labs SB Audigy LS
Module: snd-ca0106

/sbin/lscpi -v

00:00.0 Host bridge: Intel Corporation 915G/P/GV Processor to I/O Controller
Subsystem: Intel Corporation: Unknown device 424c
Flags: bus master, fast devsel, latency 0
Capabilities: [e0] Vendor Specific Information

00:01.0 PCI bridge: Intel Corporation 915G/P/GV PCI Express Root Port (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000a000-0000afff
Memory behind bridge: cf800000-df8fffff
Prefetchable memory behind bridge: bf100000-cf1fffff
Capabilities: [88] #0d [0000]
Capabilities: [80] Power Management version 2
Capabilities: [90] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Capabilities: [a0] Express Root Port (Slot+) IRQ 0
Capabilities: [100] Virtual Channel
Capabilities: [140] Unknown (5)

00:1b.0 Class 0403: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
Subsystem: Intel Corporation: Unknown device e402
Flags: bus master, fast devsel, latency 0, IRQ 169
Memory at dfffc000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 2
Capabilities: [60] Message Signalled Interrupts: 64bit+ Queue=0/0 Enable-
Capabilities: [70] Express Unknown type IRQ 0
Capabilities: [100] Virtual Channel
Capabilities: [130] Unknown (5)

00:1c.0 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 1 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
Memory behind bridge: dfc00000-dfcfffff
Prefetchable memory behind bridge: 00000000cf500000-00000000cf500000
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)

00:1c.1 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 2 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
Memory behind bridge: dfb00000-dfbfffff
Prefetchable memory behind bridge: 00000000cf400000-00000000cf400000
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)

00:1c.2 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 3 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
Memory behind bridge: dfa00000-dfafffff
Prefetchable memory behind bridge: 00000000cf300000-00000000cf300000
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)

00:1c.3 PCI bridge: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) PCI Express Port 4 (rev 03) (prog-if 00 [Normal decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Memory behind bridge: df900000-df9fffff
Prefetchable memory behind bridge: 00000000cf200000-00000000cf200000
Capabilities: [40] Express Root Port (Slot+) IRQ 0
Capabilities: [80] Message Signalled Interrupts: 64bit- Queue=0/0 Enable+
Capabilities: [90] #0d [0000]
Capabilities: [a0] Power Management version 2
Capabilities: [100] Virtual Channel
Capabilities: [180] Unknown (5)

00:1d.0 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Intel Corporation: Unknown device 424c
Flags: bus master, medium devsel, latency 0, IRQ 82
I/O ports at e000 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Intel Corporation: Unknown device 424c
Flags: bus master, medium devsel, latency 0, IRQ 233
I/O ports at e400 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Intel Corporation: Unknown device 424c
Flags: bus master, medium devsel, latency 0, IRQ 217
I/O ports at e800 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03) (prog-if 00 [UHCI])
Subsystem: Intel Corporation: Unknown device 424c
Flags: bus master, medium devsel, latency 0, IRQ 169
I/O ports at ec00 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03) (prog-if 20 [EHCI])
Subsystem: Intel Corporation: Unknown device 424c
Flags: bus master, medium devsel, latency 0, IRQ 82
Memory at dfffbc00 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Debug port

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev d3) (prog-if 01 [Subtractive decode])
Flags: bus master, fast devsel, latency 0
Bus: primary=00, secondary=06, subordinate=06, sec-latency=32
I/O behind bridge: 0000b000-0000cfff
Memory behind bridge: dfd00000-dfefffff
Prefetchable memory behind bridge: 00000000cf600000-00000000cf600000
Capabilities: [50] #0d [0000]

00:1f.0 ISA bridge: Intel Corporation 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
Subsystem: Intel Corporation: Unknown device 424c
Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) IDE Controller (rev 03) (prog-if 8a [Master SecP PriP])
Subsystem: Intel Corporation: Unknown device 424c
Flags: bus master, medium devsel, latency 0, IRQ 217
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at <unassigned>
I/O ports at ffa0 [size=16]

00:1f.3 SMBus: Intel Corporation 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
Subsystem: Intel Corporation: Unknown device 424c
Flags: medium devsel, IRQ 3
I/O ports at dc00 [size=32]

01:00.0 VGA compatible controller: ATI Technologies Inc RV380 0x3e50 [Radeon X600] (prog-if 00 [VGA])
Subsystem: ABIT Computer Corp.: Unknown device 0001
Flags: bus master, fast devsel, latency 0, IRQ 11
Memory at c0000000 (32-bit, prefetchable) [size=128M]
I/O ports at a800 [size=256]
Memory at d0000000 (32-bit, non-prefetchable) [size=64K]
Expansion ROM at df8e0000 [disabled] [size=128K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Express Endpoint IRQ 0
Capabilities: [100] Advanced Error Reporting

01:00.1 Display controller: ATI Technologies Inc RV380 [Radeon X600] Secondary
Subsystem: ABIT Computer Corp.: Unknown device 0000
Flags: bus master, fast devsel, latency 0
Memory at df8d0000 (32-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 2
Capabilities: [58] Express Endpoint IRQ 0

06:00.0 RAID bus controller: Silicon Image, Inc. (formerly CMD Technology Inc) SiI 0649 Ultra ATA/100 PCI to ATA Host Controller (rev 02)
Subsystem: Silicon Image, Inc. (formerly CMD Technology Inc) SiI 0649 Ultra ATA/100 PCI to ATA Host Controller
Flags: bus master, medium devsel, latency 64, IRQ 58
I/O ports at cc00 [size=8]
I/O ports at c800 [size=4]
I/O ports at c400 [size=8]
I/O ports at c000 [size=4]
I/O ports at bc00 [size=16]
Expansion ROM at dfe80000 [size=512K]
Capabilities: [60] Power Management version 2

06:01.0 Multimedia audio controller: Creative Labs SB Audigy LS
Subsystem: Creative Labs: Unknown device 1006
Flags: bus master, medium devsel, latency 32, IRQ 74
I/O ports at b800 [size=32]
Capabilities: [dc] Power Management version 2

06:05.0 FireWire (IEEE 1394): Agere Systems (former Lucent Microelectronics) FW323 (rev 61) (prog-if 10 [OHCI])
Subsystem: Intel Corporation: Unknown device 4556
Flags: bus master, medium devsel, latency 32, IRQ 193
Memory at dfe7f000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [44] Power Management version 2

06:08.0 Ethernet controller: Intel Corporation 82562ET/EZ/GT/GZ - PRO/100 VE (LOM) Ethernet Controller (rev 01)
Subsystem: Intel Corporation: Unknown device 305e
Flags: bus master, medium devsel, latency 32, IRQ 66
Memory at dfe7e000 (32-bit, non-prefetchable) [size=4K]
I/O ports at b400 [size=64]
Capabilities: [dc] Power Management version 2

/sbin/lsmod | grep snd
snd_hda_intel 20129 0
snd_hda_codec 58433 1 snd_hda_intel
snd_ca0106 31461 0
snd_ac97_codec 77497 1 snd_ca0106
snd_pcm_oss 53745 0
snd_mixer_oss 21697 1 snd_pcm_oss
snd_pcm 91845 5 snd_hda_intel,snd_hda_codec,snd_ca0106,snd_ac97_codec,snd_pcm_oss
snd_timer 28357 1 snd_pcm
snd 58405 8 snd_hda_intel,snd_hda_codec,snd_ca0106,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 13217 1 snd
snd_page_alloc 13765 3 snd_hda_intel,snd_ca0106,snd_pcm

thanks in advance
 
Old 09-06-2005, 09:08 PM   #9
purple.moon.man
LQ Newbie
 
Registered: Sep 2005
Posts: 3

Rep: Reputation: 0
this is most likely very stupid suggestion but ...

This is most likely a very stupid suggestion but have you made sure that you sound card is inserted correctly and/or the speakers are plugged in.

Try unplugging and rebooting. Then plug back in.

I believe this has worked for me in the past.

Just trying to help.
 
Old 09-06-2005, 11:28 PM   #10
admart35
Member
 
Registered: Sep 2005
Distribution: Mac OS X and Fedora Core 6
Posts: 31

Original Poster
Rep: Reputation: 15
Re: this is most likely very stupid suggestion but ...

Quote:
Originally posted by purple.moon.man
This is most likely a very stupid suggestion but have you made sure that you sound card is inserted correctly and/or the speakers are plugged in.

Try unplugging and rebooting. Then plug back in.

I believe this has worked for me in the past.

Just trying to help.
I'll try that... although I don't know if thats problem... I know that my sound card is in right... when I boot into knoppix 3.9 the sound works perfectly....
 
Old 09-07-2005, 03:52 AM   #11
isd2301
Member
 
Registered: Mar 2005
Location: Chula Vista, CA, USA
Distribution: Ubuntu, Fedora
Posts: 41

Rep: Reputation: 15
Quote:
Originally posted by admart35
I tried it but nothing happened
Code:
[root@localhost alvin]# lspci -v
bash: lspci: command not found
[root@localhost alvin]# > lspci -v
bash: -v: command not found
[root@localhost alvin]# > lspci
[root@localhost alvin]#
I tried this too


but this is what I got....

Code:
[root@localhost alvin]# lspci -v
bash: lspci: command not found
[root@localhost alvin]#
I tried what
Nosferatan said too but it didn't work.... I don't think its a problem with my speakers being muted.....
Try /sbin/lspci -v and /usr/bin/alsamixer
 
Old 09-07-2005, 03:05 PM   #12
admart35
Member
 
Registered: Sep 2005
Distribution: Mac OS X and Fedora Core 6
Posts: 31

Original Poster
Rep: Reputation: 15
Quote:
Originally posted by isd2301
Try /sbin/lspci -v and /usr/bin/alsamixer
it worked!!!

heres the results from the lspci -v

Code:
00:00.0 Host bridge: Intel Corporation 82865G/PE/P DRAM Controller/Host-Hub Interface (rev 02)
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, fast devsel, latency 0
        Memory at e8000000 (32-bit, prefetchable) [size=128M]
        Capabilities: [e4] Vendor Specific Information
        Capabilities: [a0] AGP version 3.0

00:01.0 PCI bridge: Intel Corporation 82865G/PE/P PCI to AGP Controller (rev 02) (prog-if 00 [Normal decode])
        Flags: bus master, 66Mhz, fast devsel, latency 64
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fe900000-feafffff
        Prefetchable memory behind bridge: f0000000-f7ffffff

00:1d.0 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #1 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, medium devsel, latency 0, IRQ 11
        I/O ports at ff80 [size=32]

00:1d.1 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #2 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, medium devsel, latency 0, IRQ 10
        I/O ports at ff60 [size=32]

00:1d.2 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI #3 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, medium devsel, latency 0, IRQ 9
        I/O ports at ff40 [size=32]

00:1d.3 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB UHCI Controller #4 (rev 02) (prog-if 00 [UHCI])
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, medium devsel, latency 0, IRQ 11
        I/O ports at ff20 [size=32]

00:1d.7 USB Controller: Intel Corporation 82801EB/ER (ICH5/ICH5R) USB2 EHCI Controller (rev 02) (prog-if 20 [EHCI])
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, medium devsel, latency 0, IRQ 5
        Memory at ffa80800 (32-bit, non-prefetchable) [size=1K]
        Capabilities: [50] Power Management version 2
        Capabilities: [58] Debug port

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev c2) (prog-if 00 [Normal decode])
        Flags: bus master, fast devsel, latency 0
        Bus: primary=00, secondary=02, subordinate=02, sec-latency=32
        I/O behind bridge: 0000c000-0000cfff
        Memory behind bridge: fe700000-fe8fffff

00:1f.0 ISA bridge: Intel Corporation 82801EB/ER (ICH5/ICH5R) LPC Interface Bridge (rev 02)        Flags: bus master, medium devsel, latency 0

00:1f.1 IDE interface: Intel Corporation 82801EB/ER (ICH5/ICH5R) IDE Controller (rev 02) (prog-if 8a [Master SecP PriP])
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, medium devsel, latency 0, IRQ 9
        I/O ports at <ignored>
        I/O ports at <ignored>
        I/O ports at <ignored>
        I/O ports at <ignored>
        I/O ports at ffa0 [size=16]
        Memory at febffc00 (32-bit, non-prefetchable) [size=1K]

00:1f.2 IDE interface: Intel Corporation 82801EB (ICH5) SATA Controller (rev 02) (prog-if 8f [Master SecP SecO PriP PriO])
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, 66Mhz, medium devsel, latency 0, IRQ 9
        I/O ports at fe00 [size=8]
        I/O ports at fe10 [size=4]
        I/O ports at fe20 [size=8]
        I/O ports at fe30 [size=4]
        I/O ports at fea0 [size=16]

00:1f.3 SMBus: Intel Corporation 82801EB/ER (ICH5/ICH5R) SMBus Controller (rev 02)
        Subsystem: Dell: Unknown device 0155
        Flags: medium devsel, IRQ 3
        I/O ports at efe0 [size=32]

01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 If [Radeon 9000] (rev 01) (prog-if 00 [VGA])
        Subsystem: ATI Technologies Inc: Unknown device 4f72
        Flags: bus master, stepping, 66Mhz, medium devsel, latency 64, IRQ 11
        Memory at f4000000 (32-bit, prefetchable) [size=64M]
        I/O ports at de00 [size=256]
        Memory at fe9e0000 (32-bit, non-prefetchable) [size=64K]
        Expansion ROM at fea00000 [disabled] [size=128K]
        Capabilities: [58] AGP version 2.0
        Capabilities: [50] Power Management version 2

01:00.1 Display controller: ATI Technologies Inc Radeon RV250 [Radeon 9000] (Secondary) (rev 01)
        Subsystem: ATI Technologies Inc: Unknown device 4f73
        Flags: bus master, stepping, 66Mhz, medium devsel, latency 64
        Memory at f0000000 (32-bit, prefetchable) [size=64M]
        Memory at fe9f0000 (32-bit, non-prefetchable) [size=64K]
        Capabilities: [50] Power Management version 2

02:00.0 Ethernet controller: Broadcom Corporation NetXtreme BCM5705 Gigabit Ethernet (rev 01)
        Subsystem: Dell: Unknown device 8653
        Flags: bus master, 66Mhz, medium devsel, latency 64, IRQ 10
        Memory at fe7e0000 (64-bit, non-prefetchable) [size=64K]
        Expansion ROM at fe800000 [disabled] [size=64K]
        Capabilities: [48] Power Management version 2
        Capabilities: [50] Vital Product Data
        Capabilities: [58] Message Signalled Interrupts: 64bit+ Queue=0/3 Enable-

02:01.0 Communication controller: Conexant: Unknown device 2702 (rev 01)
        Subsystem: Dell: Unknown device 8d89
        Flags: bus master, medium devsel, latency 64, IRQ 5
        Memory at fe7f0000 (32-bit, non-prefetchable) [size=64K]
        I/O ports at cef8 [size=8]
        Capabilities: [40] Power Management version 2

02:02.0 Multimedia audio controller: Creative Labs SB Audigy (rev 04)
        Subsystem: Creative Labs: Unknown device 1003
        Flags: bus master, medium devsel, latency 64, IRQ 3
        I/O ports at cf00 [size=64]
        Capabilities: [dc] Power Management version 2

02:02.2 FireWire (IEEE 1394): Creative Labs SB Audigy FireWire Port (rev 04) (prog-if 10 [OHCI])
        Subsystem: Creative Labs SB Audigy FireWire Port
        Flags: bus master, medium devsel, latency 64, IRQ 9
        Memory at fe7da800 (32-bit, non-prefetchable) [size=2K]
        Memory at fe7dc000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2

02:08.0 Ethernet controller: Intel Corporation 82562EZ 10/100 Ethernet Controller (rev 02)
        Subsystem: Dell: Unknown device 0155
        Flags: bus master, medium devsel, latency 64, IRQ 10
        Memory at fe7db000 (32-bit, non-prefetchable) [size=4K]
        I/O ports at cf40 [size=64]
        Capabilities: [dc] Power Management version 2
and heres an image of the alsamixer:
http://img.photobucket.com/albums/v3.../alsamixer.jpg

Last edited by admart35; 09-07-2005 at 03:14 PM.
 
Old 09-07-2005, 04:29 PM   #13
admart35
Member
 
Registered: Sep 2005
Distribution: Mac OS X and Fedora Core 6
Posts: 31

Original Poster
Rep: Reputation: 15
my sound is fixed!!! kick ass!!!

I went to Applications> sound and audio > Volume Control

in volume control I went to Edit>preferences

and I enabled EVERYTHING

then I clicked on the switches tab and checked the Audio Analog/Digital Output Jack

and then.... BANG!!! my sound was blastin!!! haha I'm soo happy now.... :P
 
Old 09-07-2005, 07:57 PM   #14
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Rep: Reputation: 31
hey admart, where did you find volume control? i have fedora core 3 and went to sound & video==> and i dont have volume control? where can i find
the "application button"? I dont see that neither. thanks in advance
 
Old 09-07-2005, 08:33 PM   #15
snakeo2
Member
 
Registered: Mar 2004
Location: Miami, Fl
Distribution: Red Hat 9/fedora core3/
Posts: 273

Rep: Reputation: 31
I just noticed that i dont have a /etc/modules.conf file? could this be the problem since the modules needed for sound are supposed to be stored in this file so they can be loaded when needed? thanks for all the help
 
  


Reply



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
Sound On FC4 bskullz Linux - Hardware 3 10-30-2005 07:33 AM
no sound in fc4 rie Linux - Software 20 10-21-2005 12:03 PM
No sound at all with FC4 and on board AC97 sound ATI motherboard janie Fedora 2 10-13-2005 11:50 AM
Sound Server, ArTs, no sound FC4 javb Fedora 7 09-22-2005 12:30 PM
no sound in FC4 wizzywizard Fedora 6 06-16-2005 11:30 PM

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

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