LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 05-31-2005, 03:14 AM   #1
lonelyghost317
LQ Newbie
 
Registered: May 2005
Posts: 13

Rep: Reputation: 0
No soundcards were found


I have just installed Fedora Core 3 2.6.9-1.667.Everything goes well except the soundcard.My soundcard is a onboard soundcard,Realtek HD Audio.It works well
under WindowsXP,but the Fedora Core 3 could not find it.
I have downloaded alsa-driver-1.0.8,alsa-lib-1.0.8,alsa-oss-1.0.8,alsa-utils-1.0.8
and installed suncessfully.But after I reboot my computer,the result is also the same" No soundcards were found".
Can anybody help me ?
Thanks a lot.

Here is my lspci:


[root@localhost /]# lspci
00:00.0 Host bridge: Intel Corp. 915G/P/GV Processor to I/O Controller (rev 04)
00:02.0 VGA compatible controller: Intel Corp. 82915G Express Chipset Family Graphics Controller (rev 04)
00:1b.0 Class 0403: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) High Definition Audio Controller (rev 03)
00:1d.0 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #1 (rev 03)
00:1d.1 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #2 (rev 03)
00:1d.2 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #3 (rev 03)
00:1d.3 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB UHCI #4 (rev 03)
00:1d.7 USB Controller: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) USB2 EHCI Controller (rev 03)
00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev d3)
00:1f.0 ISA bridge: Intel Corp. 82801FB/FR (ICH6/ICH6R) LPC Interface Bridge (rev 03)
00:1f.2 IDE interface: Intel Corp. 82801FB/FW (ICH6/ICH6W) SATA Controller (rev 03)
00:1f.3 SMBus: Intel Corp. 82801FB/FBM/FR/FW/FRW (ICH6 Family) SMBus Controller (rev 03)
01:05.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8169 Gigabit Ethernet (rev 10)
01:07.0 FireWire (IEEE

Here is lsmod:

[root@localhost /]# lsmod
Module Size Used by
i915 76869 2
parport_pc 24705 1
lp 11565 0
parport 41737 2 parport_pc,lp
autofs4 24005 0
i2c_dev 10433 0
i2c_core 22081 1 i2c_dev
sunrpc 160421 1
ipt_REJECT 6465 1
ipt_state 1857 2
ip_conntrack 40693 1 ipt_state
iptable_filter 2753 1
ip_tables 16193 3 ipt_REJECT,ipt_state,iptable_filter
dm_mod 54741 0
button 6481 0
battery 8517 0
ac 4805 0
md5 4033 1
ipv6 232577 8
ohci1394 35033 0
ieee1394 302869 1 ohci1394
uhci_hcd 31449 0
ehci_hcd 31557 0
hw_random 5589 0
snd_azx 16624 0
snd_hda_codec 40832 1 snd_azx
snd_pcm_oss 48424 0
snd_mixer_oss 18048 1 snd_pcm_oss
snd_pcm 93064 3 snd_azx,snd_hda_codec,snd_pcm_oss
snd_timer 30340 1 snd_pcm
snd 56036 6 snd_azx,snd_hda_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer
soundcore 9889 1 snd
snd_page_alloc 10120 2 snd_azx,snd_pcm
r8169 19785 0
ext3 116809 2
jbd 74969 1 ext3
ata_piix 8389 3
libata 40005 1 ata_piix
sd_mod 16961 4
scsi_mod 118417 2 libata,sd_mod


And my modprobe.conf is :

alias eth0 r8169 Gigabit Ethernet driver 1.1.2
alias scsi_hostadapter ata_piix
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
alias ieee1394-controller ohci1394

alias char-major-116 snd
alias snd-card-0 snd_azx
alias char-major-14 soundcore
alias sound-slot-0 snd-card-0
alias sound-service-0-0 snd-mixer-oss
alias sound-service-0-1 snd-seq-oss
alias sound-service-0-3 snd-pcm-oss
alias sound-service-0-8 snd-seq-oss
alias sound-service-0-12 snd-pcm-oss

Last edited by lonelyghost317; 05-31-2005 at 03:17 AM.
 
Old 05-31-2005, 10:09 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Your soundcard is newer then the alsa modules that come with the default FC3 kernel (and newer then the packages you downloaded):

http://www.linuxforums.org/forum/post-218804.html

Or just take a shot at compiling the seperate module package against your current kernel:

http://www.alsa-project.org/

Probably no reason to snag the current everything else, the drivers alone should be fine.

Cheers,

Finegan
 
Old 06-06-2005, 11:22 PM   #3
lonelyghost317
LQ Newbie
 
Registered: May 2005
Posts: 13

Original Poster
Rep: Reputation: 0
My problem has been solved successfully.finegan,thank you very much.
I do as the webpage said.http://www.linuxforums.org/forum/post-218804.html.
Thanks a lot again.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
soundcards bagins55 Linux - Hardware 2 08-01-2005 10:48 PM
alsactl: load_state:1134: No soundcards found... kawdk Linux - Software 0 06-10-2004 08:20 AM
alsactl: No soundcards found... Kamholio Mandriva 1 04-26-2004 09:48 AM
A boot: no soundcards found (alasa failed) jfi Mandriva 2 02-27-2004 04:06 PM
two soundcards need help sbilstein Linux - Hardware 1 07-19-2003 08:03 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

All times are GMT -5. The time now is 12:59 AM.

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