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 |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
04-22-2006, 08:21 AM
|
#1
|
Member
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42
Rep:
|
modprobe emu10k1 fails, but i have it!
Code:
root@Paradise:/lib/modules/2.6.16.7/kernel/sound/pci/emu10k1# ls
snd-emu10k1-synth.ko snd-emu10k1.ko snd-emu10k1x.ko
root@Paradise:/lib/modules/2.6.16.7/kernel/sound/pci/emu10k1# modprobe emu10k1
FATAL: Module emu10k1 not found.
NAR! What can I do to fix it? I'd really like sound..
|
|
|
04-22-2006, 12:33 PM
|
#2
|
Member
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536
Rep:
|
The name is snd-emu10k1 (all alsa modules begin with snd-), not emu10k1 (that would be the old oss module).
|
|
|
04-22-2006, 02:56 PM
|
#3
|
Member
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42
Original Poster
Rep:
|
Same deal:
Code:
root@Paradise:/home/spencer# modprobe snd-emu10k1
FATAL: Module snd_emu10k1 not found.
|
|
|
04-22-2006, 05:53 PM
|
#4
|
Member
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536
Rep:
|
hmm, try a 'depmod -a' to update your module dependencies.
|
|
|
04-22-2006, 07:27 PM
|
#5
|
Member
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42
Original Poster
Rep:
|
T.T
Code:
root@Paradise:/home/spencer# modprobe snd-emu10k1
FATAL: Error inserting snd_emu10k1 (/lib/modules/2.6.16.7/kernel/sound/pci/emu10k1/snd-emu10k1.ko): Invalid module format
|
|
|
04-23-2006, 04:32 AM
|
#6
|
Member
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536
Rep:
|
I've had this error a couple of times, I forget which module it was. Can't remember what the problem is exactly, I ended up recompiling the module (shouldn't need to recompile the entire kernel though, just the module).
|
|
|
04-24-2006, 06:54 PM
|
#7
|
Member
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42
Original Poster
Rep:
|
Well I ended up compiling the kernel anyway (I updated to .19), but I still get
Code:
FATAL: Module snd_emu10k1 not found.
|
|
|
04-24-2006, 08:59 PM
|
#8
|
LQ Newbie
Registered: Apr 2006
Location: USA
Distribution: 2006.0 Gentoo Linux (gentoo-sources-2.6.15-r1)
Posts: 23
Rep:
|
what distro are you using?
|
|
|
04-24-2006, 10:28 PM
|
#9
|
Member
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42
Original Poster
Rep:
|
Slackware 10.2
|
|
|
04-24-2006, 11:02 PM
|
#10
|
LQ Newbie
Registered: Apr 2006
Location: USA
Distribution: 2006.0 Gentoo Linux (gentoo-sources-2.6.15-r1)
Posts: 23
Rep:
|
What process did you use to install the drivers?
|
|
|
04-25-2006, 10:53 AM
|
#11
|
Member
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536
Rep:
|
It may be snd-emu10k1. I can never remember what the deal is with alsa drivers. With 2.4, they were called snd_whatever (underscore), with 2.6, it is snd-whatever (hyphen). Or maybe the other way around?
|
|
|
04-25-2006, 05:22 PM
|
#12
|
Member
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42
Original Poster
Rep:
|
Code:
root@Paradise:/home/spencer# modprobe snd-emu10k1
FATAL: Module snd_emu10k1 not found.
root@Paradise:/home/spencer# modprobe snd_emu10k1
FATAL: Module snd_emu10k1 not found.
Doesn't seem to matter.
The drivers were compiled when I compiled+installed the 2.6.16.9 kernel a couple days ago. No errors either :\
[edit]
I've found emu10k1 in various places:
Code:
/usr/local/share/emu10k1
/usr/share/emu10k1
/sys/module/snd_emu10k1
/proc/asound/card0/emu10k1
Last edited by liquidrabbit; 04-25-2006 at 05:44 PM.
|
|
|
04-30-2006, 08:13 AM
|
#13
|
Member
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42
Original Poster
Rep:
|
*bump*
Stupid short message..
|
|
|
04-30-2006, 08:23 AM
|
#14
|
Senior Member
Registered: Sep 2004
Distribution: slackware
Posts: 4,729
|
Quote:
Originally Posted by liquidrabbit
Code:
root@Paradise:/lib/modules/2.6.16.7/kernel/sound/pci/emu10k1# ls
snd-emu10k1-synth.ko snd-emu10k1.ko snd-emu10k1x.ko
|
These modules are for linux-2.6.16.7.
Quote:
Originally Posted by liquidrabbit
The drivers were compiled when I compiled+installed the 2.6.16.9 kernel a couple days ago.
|
So, (just clarifying here) you have the snd-emu10k1 module under /lib/modules/2.6.16.9?
Sounds like an odd error anyhow. How old is your soundcard? Could it be dead/dying?
|
|
|
04-30-2006, 02:15 PM
|
#15
|
Member
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42
Original Poster
Rep:
|
Hmm..no I don't.
The card works in Windows just fine :\
|
|
|
All times are GMT -5. The time now is 10:41 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|