LinuxQuestions.org
Help answer threads with 0 replies.
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-02-2003, 04:06 PM   #16
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58

HAve you installed the kernel source, devel and / or header rpm's from your install CD's?
 
Old 04-02-2003, 04:10 PM   #17
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
I have made a complete installation into a blank system.
Development packages and more have been installed

I'm not sure if this can help,but I can't Reboot the system (i have to do it manually)
 
Old 04-02-2003, 04:14 PM   #18
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Yes, but you should still check in /usr/src for a kernel source directory.
 
Old 04-02-2003, 04:43 PM   #19
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
[fostiator@FOSTIATOR fostiator]$ cd /usr/src
[fostiator@FOSTIATOR src]$ ls
RPM/
[fostiator@FOSTIATOR src]$

this is what i got
 
Old 04-02-2003, 04:54 PM   #20
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Then you don't have the kernel sources installed, you need to look for an rpm with -devel in its name that matches your running kernel (2.4.21-0.13mdk?), it will be on one of the CD's unless you've downloaded and installed a new kernel from mandrake, in that case you need to look on a mandrake ftp mirror for the source rpm.
 
Old 04-02-2003, 05:09 PM   #21
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
i got mandrake cds
ok i'll look for it
is there any way to look for that package instead manual searching?
thanks for your patience

i'll do it tomorrow,i have to wake up in 7 hours (spain time)
 
Old 04-03-2003, 02:35 AM   #22
koy
Member
 
Registered: Apr 2003
Distribution: SuSe 10
Posts: 55

Rep: Reputation: 15
http://www.maxtux.co.uk/dist/mandrak...andrake/RPMS3/


or on cd3:

*/Mandrake/RPMS3


the file is called kernel-source-2.4.21-0.13mdk.i586.rpm

I guess thats what we are looking for...just install it and leave the config file as it is it will work
---
modprobe emu10k1

and all workin fine

Last edited by koy; 04-03-2003 at 02:39 AM.
 
Old 04-03-2003, 02:47 AM   #23
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
thank you very much!

I'll do it this afternoon

pd: why the installation process didn't install it?

Last edited by fostiator; 04-03-2003 at 02:57 AM.
 
Old 04-03-2003, 09:32 AM   #24
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
[root@FOSTIATOR fostiator]# modprobe emu10k1
/lib/modules/2.4.21-0.13mdk/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.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz failed
modprobe: insmod emu10k1 failed
[root@FOSTIATOR fostiator]#
 
Old 04-03-2003, 01:47 PM   #25
koy
Member
 
Registered: Apr 2003
Distribution: SuSe 10
Posts: 55

Rep: Reputation: 15
Quote:
Originally posted by fostiator
[root@FOSTIATOR fostiator]# modprobe emu10k1
/lib/modules/2.4.21-0.13mdk/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.13mdk/kernel/drivers/sound/emu10k1/emu10k1.o.gz failed
modprobe: insmod emu10k1 failed
[root@FOSTIATOR fostiator]#

are u sure that u installed both kernel sources and drivers correctly?


if not reinstall the drivers....

Last edited by koy; 04-03-2003 at 01:48 PM.
 
Old 04-03-2003, 03:34 PM   #26
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
i'm not sure about anything
koy,did you finally installed audigy2 drivers?
can you please report your step by step installation?

thank you very much
 
Old 04-03-2003, 03:44 PM   #27
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
I've tried to install the driver again (¿?):
first step: make
all successfully

second step:
make install

[root@FOSTIATOR emu10k1]# make install
**
** The driver was succefully compiled, now install it with:
** make install
**
mkdir -p //lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1
install -c -m 664 emu10k1.o //lib/modules/2.4.21-0.13mdk/kernel/drivers/sound/emu10k1
install -c -m 664 ac97_codec.o //lib/modules/2.4.21-0.13mdk/kernel/drivers/sound
/sbin/depmod -a 2.4.21-0.13mdk
/sbin/modprobe -r emu10k1.o ac97_codec.o
ac97_codec.o: Device or resource busy
make: *** [install] Error 1

dawn!!! mandrake hates my audigy2

please,help!!!
 
Old 04-03-2003, 06:12 PM   #28
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Shut down all sound servers, and anything else that may be using the ac97_codec module, then run make install again.
 
Old 04-03-2003, 06:12 PM   #29
Aussie
Senior Member
 
Registered: Sep 2001
Location: Brisvegas, Antipodes
Distribution: Slackware
Posts: 4,590

Rep: Reputation: 58
Shut down all sound servers, and anything else that may be using the ac97_codec module, then run make install again.
 
Old 04-04-2003, 12:12 AM   #30
fostiator
Member
 
Registered: Mar 2003
Location: Marbella
Distribution: SuSE 10.0
Posts: 63

Rep: Reputation: 15
ok,thanks...

/sbin/lsmod
and

rmmod audigy
rmmod ac97_codec

right?

thanks

this afternoon i'll post the results (it's a hard job to setting up and audigy2 sound card)

Last edited by fostiator; 04-04-2003 at 01:24 AM.
 
  


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
how to authenticate external users but bypass prompt on local LAN users? taiwf Linux - Security 5 07-13-2005 09:01 AM
In KDE, I can see pics of users when i open up .thumbnails as other users? BajaNick Linux - General 4 02-05-2005 11:21 PM
[FC2]Why does the users command display multiple users? Harkov Fedora 1 07-10-2004 09:24 PM
How to set a Gnome theme as default for all users and future users ? MDesigner Linux - Newbie 1 06-28-2004 11:12 AM
copying kde configuration for 2 users OR 2 users on 1 x session for vnc blackphiber Linux - General 0 02-26-2004 08:57 PM

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

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