LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-11-2005, 06:50 PM   #1
one.sick.tzim
LQ Newbie
 
Registered: Mar 2005
Location: /home/one.sick.tzim
Distribution: Fedora Core 4
Posts: 26

Rep: Reputation: 15
Question No Mixer Detected, Sound Card IS detected, No Sound?


For sake of completeness, I gathered a bit of information on things and now hope (desperately) that someone out there can help me! Not sure if what I gathered tells anyone anything, but here goes... Okay, so I gathered the following:

Code:
[root@localhost ~]# alsamixer
alsamixer: function snd_ctl_open failed for default: No such device

[root@localhost ~]# /sbin/lsmod | grep snd
snd_emu10k1 93769 0
snd_rawmidi 26725 1 snd_emu10k1
snd_pcm_oss 47609 0
snd_mixer_oss 17217 1 snd_pcm_oss
snd_pcm 97993 2 snd_emu10k1,snd_pcm_oss
snd_timer 29765 1 snd_pcm
snd_seq_device 8137 2 snd_emu10k1,snd_rawmidi
snd_ac97_codec 64401 1 snd_emu10k1
snd_page_alloc 9673 2 snd_emu10k1,snd_pcm
snd_util_mem 4801 1 snd_emu10k1
snd_hwdep 9413 1 snd_emu10k1
snd 54053 9 snd_emu10k1,snd_rawmidi,snd_pcm_oss,snd_mixer_oss, snd_pcm,snd_timer,snd_seq_device,snd_ac97_codec,sn d_hwdep
soundcore 9889 1 snd

[root@localhost ~]# gedit /etc/modprobe.conf
include /etc/modprobe.conf.dist
alias eth0 e100
alias snd-card-0 snd-emu10k1
options snd-card-0 index=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
install snd-emu10k1 /sbin/modprobe --ignore-install snd-emu10k1 && /usr/sbin/alsactl restore >/dev/null 2>&1 || :
remove snd-emu10k1 { /usr/sbin/alsactl store >/dev/null 2>&1 || : ; };
alias sound-slot-0 snd-emu10k1
alias usb-controller ehci-hcd
alias usb-controller1 uhci-hcd
Does this help at all explain why my system detects a sound card, but when I try running alsamix I get the above error and if I try kmix I get "Mixer cannot be found"?
 
Old 03-11-2005, 06:59 PM   #2
one.sick.tzim
LQ Newbie
 
Registered: Mar 2005
Location: /home/one.sick.tzim
Distribution: Fedora Core 4
Posts: 26

Original Poster
Rep: Reputation: 15
Oh, and having read a few things this might be relivant:

Code:
[root@localhost ~]# lspci
00:00.0 Host bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface (rev 01)
00:01.0 PCI bridge: Intel Corp. 82845G/GL[Brookdale-G]/GE/PE Host-to-AGP Bridge (rev 01)
00:1d.0 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 (rev 01)
00:1d.1 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 (rev 01)
00:1d.2 USB Controller: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 (rev 01)
00:1d.7 USB Controller: Intel Corp. 82801DB/DBM (ICH4/ICH4-M) USB2 EHCI Controller (rev 01)
00:1e.0 PCI bridge: Intel Corp. 82801 PCI Bridge (rev 81)
00:1f.0 ISA bridge: Intel Corp. 82801DB/DBL (ICH4/ICH4-L) LPC Interface Bridge (rev 01)
00:1f.1 IDE interface: Intel Corp. 82801DB (ICH4) IDE Controller (rev 01)
00:1f.3 SMBus: Intel Corp. 82801DB/DBL/DBM (ICH4/ICH4-L/ICH4-M) SMBus Controller (rev 01)
02:00.0 VGA compatible controller: nVidia Corporation NV11 [GeForce2 MX/MX 400] (rev b2)
02:01.0 Communication controller: Conexant HSF 56k Data/Fax/Voice/Spkp Modem (rev 01)
02:02.0 Multimedia audio controller: Creative Labs [SB Live! Value] EMU10k1X
02:02.1 Input device controller: Creative Labs [SB Live! Value] Input device controller
02:08.0 Ethernet controller: Intel Corp. 82801DB PRO/100 VE (LOM) Ethernet Controller (rev 81)
 
Old 03-11-2005, 09:50 PM   #3
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
Did you try running
Code:
alsaconf
in a terminal as root? Does it detect your sound card?
 
Old 03-11-2005, 11:54 PM   #4
one.sick.tzim
LQ Newbie
 
Registered: Mar 2005
Location: /home/one.sick.tzim
Distribution: Fedora Core 4
Posts: 26

Original Poster
Rep: Reputation: 15
No, it didn't detect anything. BUT I just installed the Alsa drivers and packages and am currently updating everything via Up2Date, then will restart the computer. I'll try it again after that and post my results here... Thanks for the help! Will post results as soon as I get them.
 
  


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 card 'appears' to have been detected but still no sound geekbyday Linux - Newbie 8 01-28-2006 09:37 AM
creative lab sound card not detected, no sound at all snakeo2 Fedora 6 08-21-2005 09:12 PM
No sound card detected pqueiro Linux - Laptop and Netbook 2 12-23-2004 09:46 AM
no sound card detected with integrated sound jojotx0 Red Hat 3 11-09-2004 03:00 PM
Sound card not detected by Fedora Core 2 and no sound. jgr00 Fedora 4 08-19-2004 12:05 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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