LinuxQuestions.org
Review your favorite Linux distribution.
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-22-2006, 07:21 AM   #1
liquidrabbit
Member
 
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42

Rep: Reputation: 15
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..
 
Old 04-22-2006, 11:33 AM   #2
ioerror
Member
 
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536

Rep: Reputation: 34
The name is snd-emu10k1 (all alsa modules begin with snd-), not emu10k1 (that would be the old oss module).
 
Old 04-22-2006, 01:56 PM   #3
liquidrabbit
Member
 
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42

Original Poster
Rep: Reputation: 15
Same deal:
Code:
root@Paradise:/home/spencer# modprobe snd-emu10k1
FATAL: Module snd_emu10k1 not found.
 
Old 04-22-2006, 04:53 PM   #4
ioerror
Member
 
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536

Rep: Reputation: 34
hmm, try a 'depmod -a' to update your module dependencies.
 
Old 04-22-2006, 06:27 PM   #5
liquidrabbit
Member
 
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42

Original Poster
Rep: Reputation: 15
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
 
Old 04-23-2006, 03:32 AM   #6
ioerror
Member
 
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536

Rep: Reputation: 34
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).
 
Old 04-24-2006, 05:54 PM   #7
liquidrabbit
Member
 
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42

Original Poster
Rep: Reputation: 15
Well I ended up compiling the kernel anyway (I updated to .19), but I still get
Code:
FATAL: Module snd_emu10k1 not found.
 
Old 04-24-2006, 07:59 PM   #8
swooshonln
LQ Newbie
 
Registered: Apr 2006
Location: USA
Distribution: 2006.0 Gentoo Linux (gentoo-sources-2.6.15-r1)
Posts: 23

Rep: Reputation: 15
what distro are you using?
 
Old 04-24-2006, 09:28 PM   #9
liquidrabbit
Member
 
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42

Original Poster
Rep: Reputation: 15
Slackware 10.2
 
Old 04-24-2006, 10:02 PM   #10
swooshonln
LQ Newbie
 
Registered: Apr 2006
Location: USA
Distribution: 2006.0 Gentoo Linux (gentoo-sources-2.6.15-r1)
Posts: 23

Rep: Reputation: 15
What process did you use to install the drivers?
 
Old 04-25-2006, 09:53 AM   #11
ioerror
Member
 
Registered: Sep 2005
Location: Old Blighty
Distribution: Slackware, NetBSD
Posts: 536

Rep: Reputation: 34
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?
 
Old 04-25-2006, 04:22 PM   #12
liquidrabbit
Member
 
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42

Original Poster
Rep: Reputation: 15
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 04:44 PM.
 
Old 04-30-2006, 07:13 AM   #13
liquidrabbit
Member
 
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42

Original Poster
Rep: Reputation: 15
*bump*

Stupid short message..
 
Old 04-30-2006, 07:23 AM   #14
rkelsen
Senior Member
 
Registered: Sep 2004
Distribution: slackware
Posts: 4,448
Blog Entries: 7

Rep: Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553Reputation: 2553
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?
 
Old 04-30-2006, 01:15 PM   #15
liquidrabbit
Member
 
Registered: Dec 2005
Location: New Jersey
Distribution: Slackware 10.2
Posts: 42

Original Poster
Rep: Reputation: 15
Hmm..no I don't.

The card works in Windows just fine :\
 
  


Reply

Tags
emu10k1, modprobe



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
Compiling emu10k1 fails hotel-lima Linux - Software 8 06-11-2004 07:08 PM
ALSA, emu10k1 modprobe has to run about 15 times german Linux - Software 3 02-19-2004 06:48 AM
Have to modprobe emu10k1 after kernel compile nmoog Slackware 1 01-08-2004 08:20 AM
alsa : unable to modprobe snd-emu10k1 sanjiv Linux - Hardware 6 11-30-2003 10:31 PM
modprobe emu10k1 = getting errors Duukkis Linux - Software 7 07-10-2003 06:18 AM

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

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