LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-06-2005, 10:54 AM   #1
dwnocturnal
LQ Newbie
 
Registered: Nov 2005
Distribution: Fedora Core
Posts: 3

Rep: Reputation: 0
Post SB audigy 2zs driver with Fedora Core problem


Hey, I am pretty new to linux so i dont know very much at all. I was trying to install my soundcard, the SB audigy 2 zs driver in linux and it said it automatically put i on here i think with the file emu10k1 but it doesnt play any sounds and so i went to alsa'a website to try and download and install the driver from there but i am having some troubles because when i run the ./configure --with-cards=emu10k1 it gets to the end and says that the version.h file for my kernel doesnt exist, and i tried specifying the exact location of the kernel and it just keeps telling me to install the whole package for the kernel, which i have already done. Is there anyway someone can give me a full walkthrough on this please? Would be most appreciated.
 
Old 11-06-2005, 06:50 PM   #2
DropSig
Member
 
Registered: Apr 2004
Location: Saskatchewan
Distribution: Ubuntu, Centos
Posts: 208

Rep: Reputation: 30
Well first u should check to see if emu10k1 is already compiled as a module, ( I also have this card) to do this, open a console and try(as root): modprobe emu10k1
If this works then you dont have to do anything else, just load the modules at startup.
 
Old 11-06-2005, 07:31 PM   #3
MasterC
LQ Guru
 
Registered: Mar 2002
Location: Salt Lake City, UT - USA
Distribution: Gentoo ; LFS ; Kubuntu ; CentOS ; Raspbian
Posts: 12,613

Rep: Reputation: 69
Re: SB audigy 2zs driver with Fedora Core problem

Quote:
Originally posted by dwnocturnal
Hey, I am pretty new to linux so i dont know very much at all. I was trying to install my soundcard, the SB audigy 2 zs driver in linux and it said it automatically put i on here i think with the file emu10k1 but it doesnt play any sounds and so i went to alsa'a website to try and download and install the driver from there but i am having some troubles because when i run the ./configure --with-cards=emu10k1 it gets to the end and says that the version.h file for my kernel doesnt exist, and i tried specifying the exact location of the kernel and it just keeps telling me to install the whole package for the kernel, which i have already done. Is there anyway someone can give me a full walkthrough on this please? Would be most appreciated.
It sounds like you've got it installed from your first line there. Check that the module is installed and running:
lsmod | grep emu10k1

If it's loaded, it will display either:
emu10k1
OR
snd_emu10k1

The snd_emu10k1 means that it's the ALSA module, the emu10k1 (or a variation of it without the snd prefix) means that it's either the OSS module (which is old school and has been basically replaced by alsa) OR a proprietary driver from Creative, depends on where you got the "install" file(s).

Either way, try opening up a mixer. Open up a terminal and type any one of the following:
kmix
gmix
alsamixergui

To see if it allows you to change the sound levels, then try playing sound again.

Cool
 
Old 11-09-2005, 10:22 PM   #4
dwnocturnal
LQ Newbie
 
Registered: Nov 2005
Distribution: Fedora Core
Posts: 3

Original Poster
Rep: Reputation: 0
well i actually tried loading up the alsamixer and the kmix from the terminal and i brought both up and tweasked with the volume settings on everything and i am still getting no sound. I also tried to do modprobe emu10k1 at the terminal and it said it wasnt found, so does that mean i need to download the driver from alsa again?
 
Old 11-21-2005, 03:30 AM   #5
SiriusAB
Member
 
Registered: Feb 2003
Location: S_AB
Distribution: FC4; FC3; RH 9.0; XP
Posts: 86

Rep: Reputation: 15
Bump

Could anyone assist with the questions asked here?

What do you do if the # ./configure --with-cards=[your card here] returns an error message that version.h file for the kernel does not exist. The error suggests an extra parameter to identify the directory for this file but I don't know where to find it.

Alternatively, it discusses installing a package with full kernel sources. Admittedly, I'm not exactly sure what the error message is trying to tell me. Don't I have that amongst my packages by default? I'm working in FC4.
 
Old 11-21-2005, 07:27 PM   #6
DropSig
Member
 
Registered: Apr 2004
Location: Saskatchewan
Distribution: Ubuntu, Centos
Posts: 208

Rep: Reputation: 30
wich card does the mixer say u have?
 
Old 11-22-2005, 10:13 AM   #7
SiriusAB
Member
 
Registered: Feb 2003
Location: S_AB
Distribution: FC4; FC3; RH 9.0; XP
Posts: 86

Rep: Reputation: 15
Thanks for the response.

I think you hit on the problem, but I don't know how to fix it.

# lspci | grep audio
00:06 0 Multimedia audio controller: nVidia Corporation nForce2 AC97 Audio Controller (MCP) (rev a1)


However, I am almost certain that my mainboard onboard sound chip is made by C-Media.

It seems that the proper configuration should read something like:

Multimedia audio controller: 0000:02:00.0 Multimedia audio controller: C-Media Electronics Inc CM8738 (rev 10)

However, I can't for the life of me find the right drivers through which to compile and bring on line the correct driver...

In other words, I believe the Autodetect misidentifies my card. I think the solution is an alsa driver, but there's a hell of a lot of strange problems for me when I try to work with anything alsa related.

Last point, I should note that this very card worked unde r RH 9.
 
Old 11-22-2005, 10:30 AM   #8
SiriusAB
Member
 
Registered: Feb 2003
Location: S_AB
Distribution: FC4; FC3; RH 9.0; XP
Posts: 86

Rep: Reputation: 15
More info:

# lsmod | grep snd
snd_intel8x0 32929 0
snd_ac97_codec 88893 1 snd_intel8x0
snd_ac97_bus 2497 1 snd_ac97_codec
snd_seq_dummy 3781 0
snd_seq_oss 31937 0
snd_seq_midi_event 7105 1 snd_seq_oss
snd_seq 49873 5 snd_seq_dummy,snd_seq_oss,snd_seq_midi_event
snd_seq_device 9165 3 snd_seq_dummy,snd_seq_oss,snd_seq
snd_pcm_oss 51057 0
snd_mixer_oss 18113 1 snd_pcm_oss
snd_pcm 87749 3 snd_intel8x0,snd_ac97_codec,snd_pcm_oss
snd_timer 25285 2 snd_seq,snd_pcm
snd 54949 9 snd_intel8x0,snd_ac97_codec,snd_seq_oss,snd_seq,snd_seq_device,snd_pcm_oss,snd_mixer_oss,snd_pcm,snd _timer
soundcore 9889 1 snd
snd_page_alloc 10825 2 snd_intel8x0,snd_pcm


I could swear I had an error message in this output, before I started messing with the alsa driver, but now, I don't see it. If I happen on it, I will post it.
 
Old 11-22-2005, 11:01 AM   #9
SiriusAB
Member
 
Registered: Feb 2003
Location: S_AB
Distribution: FC4; FC3; RH 9.0; XP
Posts: 86

Rep: Reputation: 15
Found my first problem...was trying to pull down an 8738 driver...and I need a 9738! D'oh!
 
Old 11-23-2005, 10:14 AM   #10
dwnocturnal
LQ Newbie
 
Registered: Nov 2005
Distribution: Fedora Core
Posts: 3

Original Poster
Rep: Reputation: 0
Fix!

Guys, i think i may have found a fix for the problem with the sound card. I tried reinstalling the alsa pack and also downloading the FC4 kernel packs but none of those seemed to do it. I even made sure i had the volume up on all the mixers. still didnt work. finally i saw the little update icons down by the clock in the menu and when it finished doing all its updates i messed around with the mixer a little more and WHALAH.. we have sounds.....give it a shot.
 
  


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
(Fedora Core 4) Vesa Driver Problem Ogprince Linux - Newbie 8 10-13-2005 05:32 AM
problem with trident driver and fedora core 3 kvasarnomad Fedora 0 12-03-2004 11:46 AM
audigy in fedora core 2 - no sound BL-1 Linux - Hardware 7 10-23-2004 12:00 AM
NVIDIA Driver Problem in Fedora Core 2 w/ 2.4.26 kernel lasindi Linux - Software 9 07-06-2004 05:55 PM
Atheros AR5001X+ on Fedora Core 2 Driver Problem max85nitro Linux - Hardware 0 07-01-2004 07:59 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

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