LinuxQuestions.org
Visit Jeremy's Blog.
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 08-14-2002, 10:46 PM   #1
CrazyPill
LQ Newbie
 
Registered: Aug 2002
Posts: 5

Rep: Reputation: 0
Sound Blaster Audigy for Linux


I downloaded the emu10k1 driver and extracted to my root directory. I type 'make' in the console and this is what I get:

[root@localhost emu10k1]# make
make -Cscripts
make[1]: Entering directory `/root/emu10k1/scripts'

/lib/modules/2.4.18-3/build directory does not exist. Please edit the file 'config'
in this directory and set KERNEL_SOURCE to the correct location of your
kernel source.

You are currently running kernel version 2.4.18-3, the source code should
be for this version.

make[1]: *** [get_version] Error 1
make[1]: Leaving directory `/root/emu10k1/scripts'
make: *** [opts] Error 2

I have no idea what to do from here. I am an extreme newbie struggling to learn linux and wanting to hear sound on her system. Any help to get me through this would be very much appreciated.
 
Old 08-15-2002, 07:16 AM   #2
da Perp
Member
 
Registered: Oct 2001
Location: the Netherlands
Distribution: Bear Linux (LFS 3.3)
Posts: 171

Rep: Reputation: 30
what distribution do you use?

you probably already have sound an your linux system, just type the command:

modprobe emu10k1,
if this fails, then try:

modprobe soundcore,
and then the above command again.

also, dont try to use alsamixer or stuff like that, just use kmix or aumix.
 
Old 08-15-2002, 05:08 PM   #3
CrazyPill
LQ Newbie
 
Registered: Aug 2002
Posts: 5

Original Poster
Rep: Reputation: 0
I use RedHat 7.3

That didn't work This is what I got from typing modprobe emu10k1:

[root@localhost emu10k1]# modprobe emu10k1
/lib/modules/2.4.18-5/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.18-5/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.18-5/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.18-5/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed
[root@localhost emu10k1]# modprobe soundcore
[root@localhost emu10k1]# modprobe emu10k1
/lib/modules/2.4.18-5/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.18-5/kernel/drivers/sound/emu10k1/emu10k1.o: insmod /lib/modules/2.4.18-5/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.18-5/kernel/drivers/sound/emu10k1/emu10k1.o: insmod emu10k1 failed


Any ideas?
 
Old 08-15-2002, 09:43 PM   #4
CrazyPill
LQ Newbie
 
Registered: Aug 2002
Posts: 5

Original Poster
Rep: Reputation: 0
Would anyone be willing to guide me through this? I would very much appreciate it.

-Holly aka
 
Old 08-16-2002, 03:48 AM   #5
da Perp
Member
 
Registered: Oct 2001
Location: the Netherlands
Distribution: Bear Linux (LFS 3.3)
Posts: 171

Rep: Reputation: 30
It could be that alsa is setup. type alsamixer in the console, unmute the master, pcm, and watever else you use for sound output, and try playing a mp3 with xmms or so. if xmms complains bout the sound output, try changing its sound driver plugin in itīs preferences to alsa.
 
Old 08-16-2002, 05:05 PM   #6
darkmage
Member
 
Registered: Jun 2002
Location: Lousiville,KY
Distribution: Gentoo
Posts: 89

Rep: Reputation: 15
The first thing you'll need to do is download the kernel source from your first Redhat CD. It should be under the development section. Installing the kernel source rpm should allow you to run make.
 
Old 08-17-2002, 03:40 AM   #7
burzmali
Member
 
Registered: Jan 2002
Distribution: gentoo
Posts: 68

Rep: Reputation: 15
yes, you need kernel sources to compile the audigy module (which will be named emu10k1 when it installs).
or you could check redhat and see if they have an audigy RPM made for you. if there is an rpm available, that may be the easiest thing to do.
 
Old 08-17-2002, 06:00 PM   #8
CrazyPill
LQ Newbie
 
Registered: Aug 2002
Posts: 5

Original Poster
Rep: Reputation: 0
I didn't see an RPM.

I already have the kernels in /lib/modules/2.4.18-5/kernel

Still gives me that error
 
Old 08-17-2002, 08:19 PM   #9
darkmage
Member
 
Registered: Jun 2002
Location: Lousiville,KY
Distribution: Gentoo
Posts: 89

Rep: Reputation: 15
Check under /usr/src, there should be a kernel source.
 
Old 08-18-2002, 01:22 AM   #10
CrazyPill
LQ Newbie
 
Registered: Aug 2002
Posts: 5

Original Poster
Rep: Reputation: 0
I don't see kernel source in there, just /redhat
 
Old 08-20-2002, 08:32 AM   #11
darkmage
Member
 
Registered: Jun 2002
Location: Lousiville,KY
Distribution: Gentoo
Posts: 89

Rep: Reputation: 15
Maybe you could trying copying the /lib/modules/2.4.18-5/kernel
to /usr/src/linux. Or if you still can't find the kernel sources from Redhat, you could download the newest kernel sources from kernel.org and install those and also get a new kernel. If you do go and download a new kernel, there's lots of threads about it here.
 
Old 08-22-2002, 02:32 AM   #12
burzmali
Member
 
Registered: Jan 2002
Distribution: gentoo
Posts: 68

Rep: Reputation: 15
the kernel source is on the second red hat cd.
it is under /mnt/cdrom/RedHat/RPMS/kernel-source-2.4.18.<whatever>.rpm
good luck
 
Old 08-31-2002, 04:41 AM   #13
Linux-Newbie_71
LQ Newbie
 
Registered: Aug 2002
Posts: 4

Rep: Reputation: 0
Finally got it installed...

I had to run "make config" in /usr/src/linux-2.4.18-10/

After that I ran "make" in the folder emu10k1-v0.19a folder (from the sourceforge.com website) then just follow the instructions.

then I ran "modprobe emu10k1"

It went through clean this time, but only after I ran the "make config" for the kernel.

Also in the Control Panel under Sound, and Sound Server I had to change the sound I/O from auto detect to Open Sound System. For some reason it would not AutoDetect it.

Sorry I couldn't give motre detail, but I'm new to Linux & just happy I got it to finally work and have sound now after 4 days of trying.
 
Old 08-31-2002, 04:47 AM   #14
Linux-Newbie_71
LQ Newbie
 
Registered: Aug 2002
Posts: 4

Rep: Reputation: 0
By the way

you need to edit the config file in the emu10k1-v0.19a folder & change

KERNEL_SOURCE :=/usr/src/linux-2.4.18-10 (this should be set to where ever your source is & to the version you are running)

this need to be done before you run "make" in the emu10k1-v0.19a folder.

If you didn't change this config file, just run "make clean" in the emu10k1-v0.19a folder after you change it. It should clean out the old files that were created before.

Hope that helps..
 
Old 10-09-2002, 08:24 PM   #15
meginyu
LQ Newbie
 
Registered: Oct 2002
Posts: 2

Rep: Reputation: 0
Hello,

I am having sort of the same problem but things were resolved when using the modprobe command. However, sound does not occur at startup. Sound "appears" only when I enter that command in the terminal. Is there a more permanent, automatic way to set this instead of having to type it in after the system already started?


-------------------------------------------------------------------------------------
you probably already have sound an your linux system, just type the command:

modprobe emu10k1,
if this fails, then try:

modprobe soundcore,
and then the above command again.
 
  


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
No sound coming from my sound blaster audigy 2 ZS platinum sound card msab Linux - Hardware 9 12-05-2010 05:10 AM
Sound Blaster Audigy help chrisbhall Linux - Newbie 7 10-12-2004 08:30 PM
Sound Blaster Audigy confidential007 Linux - Hardware 13 08-19-2004 11:30 PM
Sound Blaster Audigy II Gadoken Linux - Hardware 1 05-08-2004 08:52 PM
Sound Blaster Audigy jroberts Linux - Hardware 7 03-12-2003 04:30 PM

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

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