Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
emu10k1 help!
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
Jetlag
n00b
n00b


Joined: 30 Sep 2002
Posts: 20
Location: UK

PostPosted: Thu Oct 10, 2002 8:50 am    Post subject: emu10k1 help! Reply with quote

A clean install of the emu10k1 (soundforge) drivers and trying to insmod results in:-

Code:
insmod emu10k1
Using /lib/modules/2.4.19-gentoo-r9/kernel/drivers/sound/emu10k1/emu10k1.o
/lib/modules/2.4.19-gentoo-r9/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol ac97_read_proc_Rbae4da72
/lib/modules/2.4.19-gentoo-r9/kernel/drivers/sound/emu10k1/emu10k1.o: unresolved symbol ac97_probe_codec_R84601c2b


Any help appreciated, TIA.
_________________
Sometimes it seems things go by too quickly. We are so busy watching out for what's just ahead of us that we don't take the time to enjoy where we are.
-- Calvin
Back to top
View user's profile Send private message
TenPin
Guru
Guru


Joined: 26 Aug 2002
Posts: 500
Location: Kansas City

PostPosted: Thu Oct 10, 2002 9:28 am    Post subject: Reply with quote

Don't use insmod.

Instead just do:

modprobe emu10k1
Back to top
View user's profile Send private message
Jetlag
n00b
n00b


Joined: 30 Sep 2002
Posts: 20
Location: UK

PostPosted: Thu Oct 10, 2002 11:02 am    Post subject: Reply with quote

TenPin wrote:
Don't use insmod.

Instead just do:

modprobe emu10k1


Cheers TenPin. Works fine now. I also added my user to the 'audio' group as well, otherwise I had to chmod 666 the /dev/sound/* stuff to get it working.
_________________
Sometimes it seems things go by too quickly. We are so busy watching out for what's just ahead of us that we don't take the time to enjoy where we are.
-- Calvin
Back to top
View user's profile Send private message
TenPin
Guru
Guru


Joined: 26 Aug 2002
Posts: 500
Location: Kansas City

PostPosted: Fri Oct 11, 2002 12:02 am    Post subject: Reply with quote

I should have explained before but I only had a minute.

insmod does not automatically satisfy dependencies but modprobe does.

If you had done:

insmod <path>/ac97_codec.o
insmod <path>/emu10k1.o

That would have worked but modprobe is way easier because you don't need the path or dependencies.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum