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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
11-30-2003, 09:24 AM
|
#1
|
|
Member
Registered: Sep 2003
Distribution: Fedora 7
Posts: 34
Rep:
|
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
|
|
|
|
11-30-2003, 01:25 PM
|
#2
|
|
Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
|
11-30-2003, 03:50 PM
|
#3
|
|
LQ Newbie
Registered: Oct 2003
Location: Kuala Lumpur
Distribution: Gentoo
Posts: 27
Rep:
|
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
|
|
|
|
11-30-2003, 08:50 PM
|
#4
|
|
Member
Registered: Sep 2003
Distribution: Fedora 7
Posts: 34
Original Poster
Rep:
|
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
|
|
|
|
11-30-2003, 09:46 PM
|
#5
|
|
Member
Registered: Sep 2003
Distribution: Fedora 7
Posts: 34
Original Poster
Rep:
|
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
|
|
|
|
11-30-2003, 10:04 PM
|
#6
|
|
Guru
Registered: Aug 2001
Location: Dublin, Ireland
Distribution: Slackware
Posts: 5,700
Rep:
|
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
|
|
|
|
11-30-2003, 10:31 PM
|
#7
|
|
Member
Registered: Sep 2003
Distribution: Fedora 7
Posts: 34
Original Poster
Rep:
|
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
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 02:53 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
|
|