LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
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 02-02-2002, 11:45 PM   #1
christyc
LQ Newbie
 
Registered: Jan 2002
Location: asheville nc
Distribution: redhat 7
Posts: 22

Rep: Reputation: 15
emu10k1


...when I run "make" emu10k1.o is not created. I have researched all the messages about installing this driver, and MAN why is it so problematic!! WHy would that file not be generated? I am following both the readme with the driver, and the NHF form linux newbie, and my book. Can't puzzle this out two retries from scratch, no erro messages, i just ls emu10k1.o to see if it is there.
 
Old 02-03-2002, 12:19 AM   #2
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
do you have the kernel source in /usr/src/linux?
 
Old 02-03-2002, 05:37 AM   #3
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
what do you do to try and get it running?
 
Old 02-03-2002, 10:51 AM   #4
christyc
LQ Newbie
 
Registered: Jan 2002
Location: asheville nc
Distribution: redhat 7
Posts: 22

Original Poster
Rep: Reputation: 15
Yes, I have the source in there...I havn't done anything else to get it running, except start over from scratch...Per the instructions I copied src/linux2x -kernel-i586-config to the linux.config file...., this was the last recent hurdle actually, thiose files weren't even in my system a few days ago.
and I wonder if I should try a different kernel config file there are several? a couple i386, with different extensions, a couple i586, etc. The one indicated in my system is i586, and I just used the plain one to copy into kernel/.config.
 
Old 02-03-2002, 01:51 PM   #5
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
okay, i am slightly confused as what you are doing to get the drivers working so bare with me if i give you wrong advice. its been a while since i got my card working so i can't quite remember the procedure. i assume you are trying to get the drivers from creative to work? if not then ignore this and tell me.

The file you are copying seems to be a configuration file to use when compiling a new kernel. Where did you get the file from?
The only thing you really need to do with your kernel is make sure that the only sound support that you have compiled in is the very first option in the sound menu. you don't need anything else.

here's what to do type the following at the command prompt

Code:
bash-2.05$  su
password: <enter the root password>
bash-2.05# cd /usr/src/linux/
bash-2.05# make menuconfig
if all goes well a menu will appear over the command line. go down the list of options to the bit called sound. highlight and press enter and make sure that the only option there that has a check next to it is the very top one 'Sound Card Support' and then there should be one called 'OSS Sound Modules' that is also needed.

if they are here then you're ok and needn't do anything more complicated to the kernel. otherwise you'll have to select them and compile the kernel. check else where for that.

move the emu10k tar.gz files to /tmp and unzip them with

Code:
tar zxvf <<filename>>.tar.gz

go into the new folders and follow the install instructions which should be basically
Code:
./configure
make
(as root) make install
if there are no errors then the driver will be made and installed into the relevant place.

now try to get it to run by typing
Code:
insmod emu10k.o
if that works fine then you should be able to play sound.




hope that was insulting your intelligence any. i have no idea what you have done so far or where the thing is going wrong

give more details if this don't get it working

Alex
 
Old 02-03-2002, 04:59 PM   #6
christyc
LQ Newbie
 
Registered: Jan 2002
Location: asheville nc
Distribution: redhat 7
Posts: 22

Original Poster
Rep: Reputation: 15
unresolved symbols

I did what you said as far as make menu config...the output seemed a little different.... yet I got several unresolved symbols at insmod emu10k1.o...
register sound dsp, ac97_probe_codec...and a few others.
 
Old 02-03-2002, 05:30 PM   #7
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
try this command


modprobe emu10k1


you may not have the other modules you need
 
Old 02-03-2002, 08:29 PM   #8
christyc
LQ Newbie
 
Registered: Jan 2002
Location: asheville nc
Distribution: redhat 7
Posts: 22

Original Poster
Rep: Reputation: 15
when I do that (modprobe) I get IRQ in use. My card is IRQ 10, but that isnt listed in proc/interrupts......I get insmod failed.
resource busy. Hmmm....

can't wait to install my nic
 
Old 02-03-2002, 10:55 PM   #9
DavidPhillips
LQ Guru
 
Registered: Jun 2001
Location: South Alabama
Distribution: Fedora / RedHat / SuSE
Posts: 7,163

Rep: Reputation: 58
Tried swapping it to another slot?

or change some settings in the bios, like PNP, bus sharing, etc
 
Old 02-06-2002, 01:10 PM   #10
webtoe
Member
 
Registered: Apr 2001
Location: Cambridge, England
Distribution: Slackware 10, Fedora Core 3, Mac OS X
Posts: 617

Rep: Reputation: 30
i think it might be the bios settings

in the creative readme, doesn't it say to select 'non plug and play operating system' (or what ever is similar there)? have you done that

that could be the problem and has messed things up with me before

Alex
 
  


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
what is the difference between snd-emu10k1 and emu10k1? petkov Linux - Newbie 1 07-06-2004 04:11 PM
emu10k1 problems dtjohnst Slackware 17 04-14-2004 07:52 PM
ALSA/emu10k1 doralsoral Linux - Software 2 01-09-2004 12:14 PM
emu10k1 tools vexer Linux - Software 0 08-12-2003 09:27 PM
emu10k1 compiling anyone ?? t_01au Linux - Newbie 10 12-09-2001 11:40 AM

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

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