LinuxQuestions.org
Review your favorite Linux distribution.
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-04-2002, 03:08 PM   #1
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Rep: Reputation: 15
soundblaster audigy and the newbie


i've read through a few threads here, and i'm just not following clearly.

i need to get my soundblaster audigy working, and have no idea where to start.

i have downloaded the emu10k1 driver, but have no idea what to do with it.

any help with this advanced windows user turned pre-school linux user would be greatly appreciated

thanks in advance
 
Old 08-04-2002, 03:30 PM   #2
darkmage
Member
 
Registered: Jun 2002
Location: Lousiville,KY
Distribution: Gentoo
Posts: 89

Rep: Reputation: 15
http://sourceforge.net/docman/displa...group_id=44773

Hopefully those instructions help! If not, post back.
 
Old 08-04-2002, 05:50 PM   #3
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Original Poster
Rep: Reputation: 15
well, when i do those steps, and i type make, it tells me that i shoulc copy the correct .config file into my linux-2.4 directory. and it tells me where to find it. the problem is there are about 15 .config files in there. which one do i copy?
 
Old 08-04-2002, 08:36 PM   #4
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Original Poster
Rep: Reputation: 15
[root@bluedoom emu10k1]# make
make -Cscripts
make[1]: Entering directory `/root/emu10k1/scripts'
cc -I/usr/src/linux-2.4/include get_version.c -o get_version
make -f /root/emu10k1/scripts/Makefile.get_options -C /usr/src/linux-2.4 get_version_target
make[2]: Entering directory `/usr/src/linux-2.4.18-3'
**
** /usr/src/linux-2.4/.config is missing
** if this is a custom kernel then you need to run make config in /usr/src/linux-2.4.
** if this is a distribution kernel then you need to copy the correct .config file to /usr/src/linux-2.4.
** for RedHat kernels the .config file is one of the /usr/src/linux-2.4/configs/*.config
**
make[2]: *** [get_version_target] Error 1
make[2]: Leaving directory `/usr/src/linux-2.4.18-3'
make[1]: *** [get_options] Error 2
make[1]: Leaving directory `/root/emu10k1/scripts'
make: *** [opts] Error 2


that's what i'm getting..............
 
Old 08-04-2002, 08:38 PM   #5
neo77777
LQ Addict
 
Registered: Dec 2001
Location: Brooklyn, NY
Distribution: *NIX
Posts: 3,704

Rep: Reputation: 56
post the output of
uname -a
 
Old 08-04-2002, 08:45 PM   #6
darkmage
Member
 
Registered: Jun 2002
Location: Lousiville,KY
Distribution: Gentoo
Posts: 89

Rep: Reputation: 15
In Redhat, they have a lot of .config files in /usr/src/linux/configs. You'll have to find the one that matches your processor and copy that to the /usr/src/linux. EX: "cp /usr/src/linux/configs/******.config /usr/src/linux/.config That worked for me in 7.3. After that, you should be able to compile no problem.
 
Old 08-04-2002, 08:51 PM   #7
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Original Poster
Rep: Reputation: 15
[root@bluedoom emu10k1]# uname -a
Linux bluedoom 2.4.18-3 #1 Thu Apr 18 07:32:41 EDT 2002 i686 unknown
[root@bluedoom emu10k1]#



i'll try that copy that you suggested, darkmage
 
Old 08-04-2002, 08:57 PM   #8
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Original Poster
Rep: Reputation: 15
okay, copying and renaming the .config with my processor name in it and renaming it just .config, worked.

now, new problem, when i try make install, i get one error. i have no idea what the error is..........
 
Old 08-04-2002, 09:02 PM   #9
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Original Poster
Rep: Reputation: 15
this is what i get...........

**
** The driver was succefully compiled, now install it with:
** make install
**
mkdir -p //lib/modules/2.4.18-3/kernel/drivers/sound/emu10k1
install -c -m 664 emu10k1.o //lib/modules/2.4.18-3/kernel/drivers/sound/emu10k1
install -c -m 664 ac97_codec.o //lib/modules/2.4.18-3/kernel/drivers/sound
/sbin/depmod -as 2.4.18-3
make: *** [install] Error 1

???
 
Old 08-04-2002, 09:08 PM   #10
darkmage
Member
 
Registered: Jun 2002
Location: Lousiville,KY
Distribution: Gentoo
Posts: 89

Rep: Reputation: 15
That is weird. I'll try to look for an answer. Anyone setup an Audigy in Redhat before that's seen this error???
 
Old 08-04-2002, 09:17 PM   #11
darkmage
Member
 
Registered: Jun 2002
Location: Lousiville,KY
Distribution: Gentoo
Posts: 89

Rep: Reputation: 15
I don't know if it will make a difference or not but are you compiling as root? If not, you may want to try. You never know!
 
Old 08-04-2002, 09:18 PM   #12
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Original Poster
Rep: Reputation: 15
yes, i am.........; )
 
Old 08-04-2002, 09:36 PM   #13
darkmage
Member
 
Registered: Jun 2002
Location: Lousiville,KY
Distribution: Gentoo
Posts: 89

Rep: Reputation: 15
You may need to update your kernel to at least 2.4.18-6, someone please tell me if I'm wrong.
 
Old 08-05-2002, 12:08 AM   #14
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Original Poster
Rep: Reputation: 15
well, i updated to the latest on the redhat site, 2.4.18-5, and still no luck
 
Old 08-06-2002, 06:39 PM   #15
fragged one
Member
 
Registered: Aug 2002
Location: Austin, TX
Distribution: mandrake 9.1
Posts: 98

Original Poster
Rep: Reputation: 15
okay, i solved that problem, i get no errors throughout the entire install process, until i check it. i get this:

[root@bluedoom sbin]# 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@bluedoom sbin]#
 
  


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
soundblaster audigy 2 s9722 Linux - Hardware 13 11-27-2004 08:54 AM
SoundBlaster Audigy kbz2007 Linux - Newbie 3 08-27-2004 12:12 AM
Soundblaster Audigy and Redhat Polywog Linux - Newbie 2 08-02-2003 10:43 PM
soundblaster audigy gamer... mkzmonkeylagger Linux - General 1 03-14-2002 03:34 PM
Soundblaster Audigy. WildTurkey Linux - General 5 02-25-2002 07:13 PM

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

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