LinuxQuestions.org
Share your knowledge at the LQ Wiki.
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 11-30-2003, 09:24 AM   #1
sanjiv
Member
 
Registered: Sep 2003
Distribution: Fedora 7
Posts: 34

Rep: Reputation: 15
alsa : unable to modprobe snd-emu10k1


Hi,
I just installed the alsa drivers (0.9.8), alsa utils and the alsa lib packages. However, after issuing the command modprobe snd-emu10k1, this is the error message I get :

Code:
[root@localhost alsa]# modprobe snd-emu10k1
/lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o failed
modprobe: insmod snd-emu10k1 failed
The soundcard I have is Soundblaster Live!5.1 and the module for this, I believe, is snd-emu10k1. Could somebody help me out with this ?

Regards,

Sanjiv
 
Old 11-30-2003, 01:25 PM   #2
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
Unresolved symbols is a little odd, that's all that's stopping the module load. You can probably force it with:

insmod -f /lib/modules/2.4.21-0.13mdk/kernel/sound/acore/snd.o

and then try the modprobe on the snd-emu10k1.

The unresolved symboling is bothersome though, it usually means something doesn't match between all of your compiled modules. Do you get any errors when you run:

depmod -a

Cheers,

Finegan
 
Old 11-30-2003, 03:50 PM   #3
PatomaS
LQ Newbie
 
Registered: Oct 2003
Location: Kuala Lumpur
Distribution: Gentoo
Posts: 27

Rep: Reputation: 15
Unhappy

Well i have the same problem and i've tried a lot of things...

My results are:

[root@patomax root]# modprobe snd-emu10k1
/lib/modules/2.4.22-21mdkenterprise/kernel/sound/acore/snd.o: unresolved symbol snd_verbose_printk
modprobe: insmod /lib/modules/2.4.22-21mdkenterprise/kernel/sound/acore/snd.o failed
modprobe: insmod snd-emu10k1 failed

[root@patomax root]# depmod -a
depmod: *** Unresolved symbols in /lib/modules/2.4.22-21mdkenterprise/kernel/sound/acore/snd.o

All this happens after install the alsa-driver-0.9.8

The ./configure was good
The make had no problems
and the make install was good

but

if i try things like

rpm -qa | grep alsa

i have no answers

If i check for the package in the rpmdrake to uninstall it, i see tha have no alsa installed

So, i supose that alsa modules or whatever are not installed, or not well installed...

Any idea
 
Old 11-30-2003, 08:50 PM   #4
sanjiv
Member
 
Registered: Sep 2003
Distribution: Fedora 7
Posts: 34

Original Poster
Rep: Reputation: 15
Finegan,
Thanks for your reply. No, I do not get any errors when I run 'depmod -a' or 'depmod -e'. However, when I run alsamixer, this is what I get :

Code:
[root@localhost alsa-driver-0.9.8]# alsamixer

alsamixer: function snd_ctl_open failed for default: No such file or directory
Before installing alsa, I was using OSS. The mp3s would play fine with OSS, but the audio CDs were playing horribly (very poor quality). That is why I thought I should give alsa a shot. Is it possible that I have not done the "cleaning up" of oss files properly ? There is still a /etc/modules.conf.pre-oss file. Do you think I should delete that file and try re-installing alsa ?

Thanks once again for your reply.

Regards,

Sanjiv
 
Old 11-30-2003, 09:46 PM   #5
sanjiv
Member
 
Registered: Sep 2003
Distribution: Fedora 7
Posts: 34

Original Poster
Rep: Reputation: 15
improvement!

Hi,
The snd module was not loaded when I did the compilation. I had only checked for soundcore (which was loaded). So, after 'modprobe snd', the compilation went smoothly.
Howeve, if I open xmms, then the alsa driver is not listed under the list of output drivers. Why is that ?

Regards,

sanjiv
 
Old 11-30-2003, 10:04 PM   #6
finegan
LQ Guru
 
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700

Rep: Reputation: 72
When you first load up alsa, you need to create a configuration file for your card. This is supposed to be done with "alsactl store" I think. The man page for alsactl should clear anything up.

The alsa plugin for Xmms is entirely part of xmms, you might be able to get it as a precompiled package from Xmms's site... or more likely just compile xmms from the ground up. Distros that don't have alsa by default tend to be a hastle when you switch to alsa.

Cheers,

Finegan
 
Old 11-30-2003, 10:31 PM   #7
sanjiv
Member
 
Registered: Sep 2003
Distribution: Fedora 7
Posts: 34

Original Poster
Rep: Reputation: 15
Just installed the xmms-alsa package for mandrake 9.1. However, when I try to play a track, xmms just freezes. Even for mp3s.

Sanjiv
 
  


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
Audigy 2 Sound not working: alsa with snd-emu10k1 hashbrown Mandriva 10 08-01-2005 12:10 PM
ALSA: modprobe: Can't locate module snd eegeerg Slackware 3 04-25-2004 12:14 AM
Sound Conflict: snd-via82xx & snd-emu10k1 Electronkz Linux - Hardware 6 03-29-2004 11:58 AM
ALSA, emu10k1 modprobe has to run about 15 times german Linux - Software 3 02-19-2004 06:48 AM
Installing ALSA and snd-enu10k1 modprobe errors angel666 Linux - Newbie 5 11-16-2003 11:02 AM

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

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