LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware
User Name
Password
Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?

Notices


Reply
  Search this Thread
Old 04-29-2002, 12:47 PM   #1
Filsta
Member
 
Registered: Apr 2002
Location: Sydney, Australia
Distribution: Slackware 8.1
Posts: 53

Rep: Reputation: 15
emu10k1 driver instalation problems


hia,
im on mandrake 8.2 and i tried installing the emu10k1 driver for my sblive, but when i tried to compile it it came up with this:

[filsta@localhost emu10k1]$ make
make -Cscripts
make[1]: Entering directory `/home/filsta/sblive/emu10k1/scripts'
/usr/src/linux-2.4/include/linux/version.h is missing. Please run make config in
your kernel source tree
make[1]: *** [get_version] Error 1
make[1]: Leaving directory `/home/filsta/sblive/emu10k1/scripts'
make: *** [opts] Error 2
[filsta@localhost emu10k1]$

i think i know what the problem is, it is looking for version.h in /usr/src/linux-2.4/include/linux/ but it is actually located in /usr/src/linux-2.4.18-6mdk/include/linux

anyways if anyone knows how to get around this i would be much appreciated
 
Old 04-29-2002, 12:57 PM   #2
theguide
LQ Newbie
 
Registered: Apr 2002
Location: Utrecht, Netherlands
Distribution: Slackware
Posts: 16

Rep: Reputation: 0
In the source dir. of your emu10k1 driver, there is a file called: config
Open that file with an editor of some kind.
In that file, under # Driver build options
there is a line: KERNEL_SOURCE
make sure it points to your current kernel source:
KERNEL_SOURCE :=/usr/src/linux-2.4.18-6mdk/

Save the file, perform the make command again and I think you're on your way.

Last edited by theguide; 04-29-2002 at 12:58 PM.
 
Old 04-30-2002, 01:44 AM   #3
Filsta
Member
 
Registered: Apr 2002
Location: Sydney, Australia
Distribution: Slackware 8.1
Posts: 53

Original Poster
Rep: Reputation: 15
THANX D00D!!!

that fixed it right up!

but im still having more problems with the instalation, the details are on another thread " Audigy driver install problem Mandrake 8.2 "

but thanx for your help man
 
Old 06-25-2002, 07:37 PM   #4
Sloan
LQ Newbie
 
Registered: Jun 2002
Distribution: Mandrake 8.2
Posts: 1

Rep: Reputation: 0
Having similar problem

My problem is similar, but I haven't a clue where my kernal souce is. /usr/src/ doesn't have anything named 'linux'. All is has is 'rpms'. Am I doing something wrong? It's a shame I have Mandrake 8.2 running beautifully on my machine but no sound!

If anyone requires more information, I can provide it. Let me know what you want to know.

Thanks,
Sloan
 
Old 06-25-2002, 08:46 PM   #5
manaskb
Member
 
Registered: Jan 2002
Location: India
Distribution: Suse , Mandrake
Posts: 121

Rep: Reputation: 15
Solan,
You do not have the kernel source installed. You can install it from the Mdk 8.2 Package Manager or download it from kernel.org. Then follow the steps in the described in the emu10k1 documentation for install.
Thanks
 
Old 06-25-2002, 08:54 PM   #6
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
When you install the kernel source/header rpm and it installs to /usr/src/linux-2.x.x-vendor-string it will confound most packages that look for kernel headers in /usr/src/linux, and while you can get around this by editing the source for what your trying to install you will have to edit every package that looks for the headers. An easier way to fix this is to create a sym link in /usr/src called linux that points to linux-2.x.x-vendor-string.
For Filsta's set up this would be done with the following command,
Code:
"ln -s /usr/src/linux-2.4.18-6mdk /usr/src/linux"
And the output of ls-al /usr/src/linux would then look like this,
Code:
Bite Me :-) [11:53:39] : ~$ ll /usr/src/linux
lrwxrwxrwx    1 root     root           12 Jun 21 11:50 /usr/src/linux -> linux-2.4.18
 
Old 11-30-2003, 11:35 PM   #7
EvilXParser
LQ Newbie
 
Registered: Nov 2003
Posts: 1

Rep: Reputation: 0
Help

I have a SoundBlaster Audigy, and while installing the emu10k1 driver i get this error:

[root@bedroom emu10k1-v0.20a]# modprobe emu10k1
/lib/modules/2.4.21-0.13mdksmp/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.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.21-0.13mdksmp/kernel/drivers/sound/emu10k1/emu10k1.o failed
/lib/modules/2.4.21-0.13mdksmp/kernel/drivers/sound/emu10k1/emu10k1.o.gz: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
You may find more information in syslog or the output from dmesg
modprobe: insmod /lib/modules/2.4.21-0.13mdksmp/kernel/drivers/sound/emu10k1/emu10k1.o.gz failed
modprobe: insmod emu10k1 failed

Can somone help me? Or please give me a full walkthrough on how to do this. I am on Mandrake Linux 9.1 and have a SundBlaster Audigy LS, COMPAQ Machine, dual Pentium 3, 512 MB RAM. I really appreciate it, thanx.
 
  


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
Instalation problems, SCSI Driver gbresc Linux - General 2 08-27-2005 09:49 AM
nvidia instalation problems / Sblive driver problems Colonel-1990 Linux - Software 13 02-14-2005 05:48 PM
emu10k1 driver modification Martin12345 Linux - Hardware 0 08-08-2003 07:55 AM
Problems "making" emu10k1 driver Comreak Linux - General 7 01-15-2003 05:50 AM
need help with emu10k1 driver for audigy under redhat 7.3 joker Linux - Newbie 12 09-17-2002 07:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Hardware

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