URN Logo
UNIX Resources » Linux » Linux Forum » Linux Sound Problems » Page.7 » No Sounddriver In Fedora Core 3
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
No Sounddriver In Fedora Core 3
Subject: No Sounddriver In Fedora Core 3
Author: abel    Posted: 2005-03-14 07:10:42    Length: 212 byte(s)
[Original] [Print] [Top]
I can't hear sound in FC3. After installing, when i press "Play test sound" i can't heard anything and there's a message box say that "Can't autodetect driver". What can i do?
[Original] [Print] [Top]
Subject: No Sounddriver In Fedora Core 3
Author: x86processor    Posted: 2005-03-15 02:08:34    Length: 232 byte(s)
[Original] [Print] [Top]
Post the output of:
CODE

lspci
lsmod

x86
----
Linux is the kernel. The entire system is called GNU/Linux.
http://www.gnu.org/gnu/linux-and-gnu.html

My domain: shakthimaan.com (Offline)
orkut ID: shakthimaan
IRC nick: mbuf
[Original] [Print] [Top]
Subject: No Sounddriver In Fedora Core 3
Author: abel    Posted: 2005-03-15 08:41:26    Length: 843 byte(s)
[Original] [Print] [Top]
To x86: i will post as soon as possible.
Now i have my modprobe.conf file, please take a look if you're interested
CODE

alias eth0 8139too
alias snd-card-0 snd-intel8x0
options snd-card-0 index=0
install snd-intel8x0 /sbin/modprobe --ignore-install snd-intel8x0 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-intel8x0 { /usr/sbin/alsactl store >/dev/null 2>&1 || :; }; /sbin/modprobe -r --ignore-remove snd-intel8x0
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd

I also use command “modprobe snd-intel8x0” but nothing happens. What's wrong?
[Original] [Print] [Top]
Subject: No Sounddriver In Fedora Core 3
Author: abel    Posted: 2005-03-16 01:19:02    Length: 5,624 byte(s)
[Original] [Print] [Top]
Hi, this is my result of executing lspci:

CODE

00:00.0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 03)
00:01.0 PCI bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE Host-to-AGP Bridge (rev 03)
00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 02)
00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 02)
00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 02)
00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 02)
00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 82)
00:1f.0 ISA bridge: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 02)
00:1f.1 IDE interface: Intel Corp. 82801DB (ICH4) IDE Controller (rev 02)
00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 02)
00:1f.5 Multimedia audio controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) AC'97 Audio Controller (rev 02)
01:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
02:01.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+ (rev 10)


And here is lsmod:

CODE

Module                  Size  Used by
sd_mod                 16961  0
usb_storage            61321  0
scsi_mod              118417  2 sd_mod,usb_storage
md5                     4033  1
ipv6                  232577  10
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
vfat                   14785  2
fat                    45409  1 vfat
dm_mod                 54741  0
button                  6481  0
battery                 8517  0
ac                      4805  0
uhci_hcd               31449  0
ehci_hcd               31557  0
hw_random               5589  0
snd_intel8x0           34829  2
snd_ac97_codec         64401  1 snd_intel8x0
snd_pcm_oss            47609  0
snd_mixer_oss          17217  2 snd_pcm_oss
snd_pcm                97993  2 snd_intel8x0,snd_pcm_oss
snd_timer              29765  1 snd_pcm
snd_page_alloc          9673  2 snd_intel8x0,snd_pcm
gameport                4801  1 snd_intel8x0
snd_mpu401_uart         8769  1 snd_intel8x0
snd_rawmidi            26725  1 snd_mpu401_uart
snd_seq_device          8137  1 snd_rawmidi
snd                    54053  11 snd_intel8x0,snd_ac97_codec,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd_timer,snd_mpu401_uart,snd_rawmidi,snd_seq_device
soundcore               9889  2 snd
8139too                26305  0
mii                     4673  1 8139too
floppy                 58609  0
ext3                  116809  1
jbd                    74969  1 ext3


Thank you for helping!f

 
[Original] [Print] [Top]
Subject: No Sounddriver In Fedora Core 3
Author: x86processor    Posted: 2005-03-17 04:59:58    Length: 93 byte(s)
[Original] [Print] [Top]
You have your modules loaded properly. Check if you have not muted anything.

x86
----
Linux is the kernel. The entire system is called GNU/Linux.
http://www.gnu.org/gnu/linux-and-gnu.html

My domain: shakthimaan.com (Offline)
orkut ID: shakthimaan
IRC nick: mbuf
[Original] [Print] [Top]
Subject: No Sounddriver In Fedora Core 3
Author: abel    Posted: 2005-03-17 20:46:54    Length: 264 byte(s)
[Original] [Print] [Top]
OK, i know what problem. Just type #alsamixer and adjust the volume. Thank you for helping  cool.gif  
[Original] [Print] [Top]
« Previous thread
I Have Two Sound Card But How To Activate One
Linux Sound Problems
Page. 7
Next thread »
Sound Card Sis 7012 Gone Mute In Fc3
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 11:49:24, cost 0.064249992370605 ms.