LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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-10-2002, 09:56 AM   #1
Kage
Member
 
Registered: Jan 2002
Distribution: Redhat 9.0
Posts: 54

Rep: Reputation: 15
Configuring Audigy in linux?


Having trouble getting linux to use my new audigy sound card.When I start X KDE gives me a error staing that the sound server cant initialize a driver for /dev/dsp because no such device is found. Ive already installed the latest beta drivers and still no go. Anyone have any theories as to what is wrong?
 
Old 03-10-2002, 10:20 AM   #2
AzrielMacKay
Member
 
Registered: Jul 2001
Location: Moody, AL
Distribution: Debian and Kubuntu
Posts: 249

Rep: Reputation: 30
you installed the latest drivers? but did you get the audigy drivers and not the normal emu10k1 drivers (they are branched off). also did you get any errors when you inserted the modules.

do
modprobe emu10k1
does it give you any errors
also, since you changed your sound card, make sure you have permissions to /dev/dsp
a good check is starting kde as root and seeing if it has sound then, if it does its a permission prob
 
Old 03-10-2002, 11:42 AM   #3
Kage
Member
 
Registered: Jan 2002
Distribution: Redhat 9.0
Posts: 54

Original Poster
Rep: Reputation: 15
Well here's what came up after modprobe:

/lib/modules/2.4.7-10smp/kernel/drivers/sound/emu10k1/emu10k1.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters
/lib/modules/2.4.7-10smp/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.7-10smp/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.7-10smp/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1
failed

And yes when I start KDE there is no sound. I havent had any sound since I put in the card. The card was in during a fresh install.Ive been checking to make sure the card is in the whole way.
 
Old 03-10-2002, 05:18 PM   #4
AzrielMacKay
Member
 
Registered: Jul 2001
Location: Moody, AL
Distribution: Debian and Kubuntu
Posts: 249

Rep: Reputation: 30
try doing insmod emu10k1, and see if it says something about unresolved symbols. mine did that at first, and it wus because there is another module besides emu10k1 that wusnt autoloaded, and when using modprobe it wus
from what u posted tho it looks like it made the modules and attempted to load them correctly, but it doesnt see the card for some reason. ive heard stuff about some mb's or bios having a prob with which slot u put a sound card in, so try moving it and trying again
 
Old 03-10-2002, 07:51 PM   #5
geodude
LQ Newbie
 
Registered: Mar 2002
Posts: 2

Rep: Reputation: 0
Angry Audigy problems

Hello All,

while searching the web for some answers regarding this topic I found this post and guess what:

I can't get it to run either !
I tried to install the drivers at sourcefourge but no luck, eventhough the kernel-source is installed in my system he can't find a file called version.h (called by the script get_version of the driver), I did all the right things but no luck.

My install is a default Redhat 7.2 install

If someone of you resulted in setting it up, please provide some detailed description of how they did it.

I'm no novice user and have problems with it so......it's to bad that I have no sound....I hate it ;-)

Anyhow, I know that the kernel of RH7.2 has a file called linux_version in the sources but no version.h.....even after a rebuild of the kernel, a make and make dep.....the driver will not install.

cheers,

David

ps: we are not alone, I know a lot of ppl who switched back to fucking XP cause of the NO SOUND problem ;(
 
Old 03-10-2002, 10:24 PM   #6
AzrielMacKay
Member
 
Registered: Jul 2001
Location: Moody, AL
Distribution: Debian and Kubuntu
Posts: 249

Rep: Reputation: 30
i got it to work on debian testing with a vanilla 2.4.18
just have sound suport, but no driver modules
make and make install like the files say
then i ran into probs but i discovered that it wus because i wus using insmod and not modprobe and insmod wusnt loading the second module it creates
if you need any more info let me know
 
Old 03-11-2002, 01:38 AM   #7
geodude
LQ Newbie
 
Registered: Mar 2002
Posts: 2

Rep: Reputation: 0
Post Thanks

Hello Azriel,

I tried modprobe and insmod of emu10k1 but both resulting in errors ;(

Here is what I did:

- Installed kernel sources for RH 7.2 in /usr/src/linux-2.4
- Run a make in my install dir of the emu soft.

This resulted in errors telling me a lot of crappy things.
After running the script in emu10k1/scripts called get_version I saw the error telling me that a header-file called version.h is not on my system.

After verifying the kernel sources I can tell that it is not on the system.

I will try to hack the code so that it doesn't look for the version.h anymore and see if that will help or not.
(kinda force the install a bit).

Even with the pay-version of the drivers I ran out of luck.

I have very recent hardware and the latest RH version.....

Kinda crazy isn't it ;-)


Thanks for the relpy,

David
 
Old 03-11-2002, 02:18 AM   #8
Kage
Member
 
Registered: Jan 2002
Distribution: Redhat 9.0
Posts: 54

Original Poster
Rep: Reputation: 15
Well I tried recompiling the kernel with only sound support and no drivers but still same problem. Here's the latest after trying insmod.

[root@localhost emu10k1-audigy]# insmod emu10k1.o
emu10k1.o: unresolved symbol ac97_probe_codec_Rsmp_1c61c357

emu10k1.o: unresolved symbol ac97_read_proc_Rsmp_bae4da72

Im going to possibly give a fresh install one more try but Im wondering after reading your following posts if it could be a RH issue. The system Im trying to get this going on is running RH7.2. I also have a P233mmx system with RH7.2 that I tried it on and it gave me the same problem.Of course there is stilI the possibility of me having a bad card. Is there any way to tell if the card even works? The only life Ive seen is if I plug the speaker into where the microphone plug should be . I get that scratch noise like voltage actually exist. Is this at least a good sign the card is okay.
 
Old 03-11-2002, 08:37 AM   #9
AzrielMacKay
Member
 
Registered: Jul 2001
Location: Moody, AL
Distribution: Debian and Kubuntu
Posts: 249

Rep: Reputation: 30
well, that red hat problem i cant solve, i think that might have to do with the red hat modified kerenl.

but kage:
ac97_codec is a second required module that is built. if you just try to insmod emu10k1 it does not auto load the ac97_codec which is required, and thats why you get unresolved symbols. you must either use modconf or modprobe, which will automatically install needed modules for you, or do an insmod ac97_codec first.

Last edited by AzrielMacKay; 03-11-2002 at 08:38 AM.
 
Old 03-11-2002, 09:28 PM   #10
Kage
Member
 
Registered: Jan 2002
Distribution: Redhat 9.0
Posts: 54

Original Poster
Rep: Reputation: 15
Thanx Azriel I tried insmodding the ac97codec then the emu10k1 and I got no errors. I now have sound and I tried restarting X and when KDE came up there was sound and the error was gone.Woohoo!!

BTW :Are all unresolved symbol errors the result of some module that doesnt get loaded or is there other reasons you might get unresolved symbols?
 
Old 03-12-2002, 03:47 PM   #11
AzrielMacKay
Member
 
Registered: Jul 2001
Location: Moody, AL
Distribution: Debian and Kubuntu
Posts: 249

Rep: Reputation: 30
im not sure ALL of them are, but a majority of the time ive seen them thats what it wus. thats why modprobe or modconf can many times be the better choice over insmod.

well, im glad it works, and glad i could be of help

 
Old 03-13-2002, 11:40 PM   #12
Kage
Member
 
Registered: Jan 2002
Distribution: Redhat 9.0
Posts: 54

Original Poster
Rep: Reputation: 15
Thanx for the help once again but it looks like my woes arent completly gone. After loading the module I could go into and out of X with no problem . The issue came when I tried to reboot. For some reason the sound drivers wont load automatically so I always have to open a console and insmod them in after every boot. Ive already went into modules.conf and added the line "alias sound emu10k1" like it said in the install instructions but that had no effect. So what file do I need to modify now?
 
Old 03-14-2002, 10:24 AM   #13
jrmann1999
Member
 
Registered: Feb 2001
Location: Texas
Distribution: Slackware, Mandrake, LFS
Posts: 306

Rep: Reputation: 30
That alias only works if the kernel module auto-loader is enabled. An easier way is to find wherever your modules are loaded in your boot scripts and add the lines to insmod those two drivers.

In a reference to your earlier comment, the reason that you get unresolved symbols is quite simple, the module you are trying to load is trying to call a function located elsewhere(in the other module). When it can't find it loaded it bombs out.

I recommend always using modprobe. Modprobe will seek out and auto-load any dependencies if they exist on the system, otherwise it'll bomb out with an error that you should be able to trace to the missing module.
 
Old 04-08-2002, 09:07 PM   #14
Jedman
LQ Newbie
 
Registered: Apr 2002
Location: Iowa
Distribution: Mandrake 8.2
Posts: 14

Rep: Reputation: 0
Question Could I get some help too, please?

Hi, I just posted about an error that I'm getting when I try to install the Audigy drivers. Everything goes great until I get to the "Make Install" command. Then it does its thing, and comes back with "ac97_codec.0: Device or resource busy.
I can't get it to do anything beyond that, even with insmod or modprobe.
Thanks for any help,
Jed
 
Old 04-09-2002, 05:18 PM   #15
jrmann1999
Member
 
Registered: Feb 2001
Location: Texas
Distribution: Slackware, Mandrake, LFS
Posts: 306

Rep: Reputation: 30
That "busy" error generally means it's not detecting something right and you need to pass command line options. Might try a clean CVS build to see if anything is patched up that might not have been right on your system, otherwise you've got some IO and IRQ settings to play with.

One other thought, make sure that no other soundcard drivers are loaded before you run Make install. It might be trying to install a newer ac97 driver, and the hardware is occupied by the older driver.

J
 
  


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
Sound Blaster Audigy 24bit Help Configuring. Woofcat Linux - Hardware 3 07-24-2005 05:40 PM
SB Audigy under linux? diabolic69 Linux - Hardware 11 12-16-2003 09:09 AM
linux and Audigy? Bateluer Linux - Hardware 4 11-01-2003 11:18 PM
Configuring 5.1 on a audigy card InsaneBob Linux - Hardware 1 10-19-2003 04:12 AM
Soundblaster audigy and linux Dtsaros Linux - Hardware 2 09-27-2003 03:04 AM

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

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