Click to See Complete Forum and Search --> : Sound Card not detected


Taqwus
04-06-2004, 10:32 PM
I just went from RH 8 to Fedora and now
When I had RH 8 installed my soundcard worked now with Fedora it is not detected correctly
Is there a way to manually fix it

JamminJoeyB
04-06-2004, 10:39 PM
There are many reasons for a sound card not being detected, but since you had it working under RH8 I am guessing PNP os is already disabled in the bios.

Did you check to see if there are any modules relating to your sound card in the kernel?

lsmod

post the results here.

to find out what kind of sound card you have

lspci

post the results here.

If you have modules in the kernel that are prefixed with snd then you are running alsa and need to unmute.

You can check the alsa documentation or do a search here for how that is done as it has been posted many times.

There are also a lot of sound threads on here. Have you tried a search to help resolve your problem?

Taqwus
04-07-2004, 09:23 AM
Here is my lsmod

Module Size Used by Not tainted
smbfs 42672 1 (autoclean)
trident 33364 0
ac97_codec 16744 0 [trident]
soundcore 6468 3 [trident]
pcigame 2632 0 [trident]
gameport 3380 0 [pcigame]
ide-cd 34432 0 (autoclean)
cdrom 34592 0 (autoclean) [ide-cd]
parport_pc 18756 1 (autoclean)
lp 8580 0 (autoclean)
parport 37056 1 (autoclean) [parport_pc lp]
autofs 12084 0 (autoclean) (unused)
ds 8680 2
yenta_socket 13472 1
pcmcia_core 56256 0 [ds yenta_socket]
sis900 15756 1
floppy 57308 0 (autoclean)
sg 35436 0 (autoclean) (unused)
scsi_mod 110280 1 (autoclean) [sg]
microcode 4188 0 (autoclean)
ohci1394 28776 0 (unused)
ieee1394 203940 0 [ohci1394]
nls_iso8859-1 3516 1 (autoclean)
nls_cp437 5148 1 (autoclean)
vfat 12524 1 (autoclean)
fat 38040 0 (autoclean) [vfat]
keybdev 2656 0 (unused)
hid 23908 0 (unused)
usb-ohci 21544 0 (unused)
usbcore 78752 1 [hid usb-ohci]
mousedev 5268 1 (autoclean)
input 5888 0 (autoclean) [keybdev hid mousedev]
sis 53664 1
sisfb 250476 0 [sis]
agpgart 56100 3
ext3 71716 2
jbd 51276 2 [ext3]


here is lspci

00:00.0 Host bridge: Silicon Integrated Systems [SiS] 630 Host (rev 31)
00:00.1 IDE interface: Silicon Integrated Systems [SiS] 5513 [IDE] (rev d0)
00:01.0 ISA bridge: Silicon Integrated Systems [SiS] SiS85C503/5513 (LPC Bridge)
00:01.1 Ethernet controller: Silicon Integrated Systems [SiS] SiS900 PCI Fast Ethernet (rev 82)
00:01.2 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:01.3 USB Controller: Silicon Integrated Systems [SiS] USB 1.0 Controller (rev 07)
00:01.4 Multimedia audio controller: Silicon Integrated Systems [SiS] SiS PCI Audio Accelerator (rev 02)
00:01.6 Modem: Silicon Integrated Systems [SiS] AC'97 Modem Controller (rev a0)
00:02.0 PCI bridge: Silicon Integrated Systems [SiS] Virtual PCI-to-PCI bridge (AGP)
00:0a.0 CardBus bridge: Texas Instruments PCI4410 PC card Cardbus Controller (rev 02)
00:0a.1 FireWire (IEEE 1394): Texas Instruments PCI4410 FireWire Controller (rev 02)
01:00.0 VGA compatible controller: Silicon Integrated Systems [SiS] 630/730 PCI/AGP VGA Display Adapter (rev 31)

How do I find out about kernel modules

mdwatts
04-07-2004, 10:30 AM
Originally posted by JamminJoeyB

There are also a lot of sound threads on here. Have you tried a search to help resolve your problem?

Agreed!!! Search/look through the Hardware forum for other soundcard related threads to find troubleshooting suggestions.

Search this forum for 'trident' as there is a recent thread on the same SiS (or similiar) soundcard.