LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-11-2003, 06:05 PM   #1
angel666
LQ Newbie
 
Registered: Nov 2003
Location: Palo Alto, California
Distribution: Gentoo, Stage1
Posts: 5

Rep: Reputation: 0
Angry Installing ALSA and snd-emu10k1 modprobe errors


I am trying to install ALSA on my computer and have run into some errors. First, my computer:

Pentium 4 2.8 ghz 800 mhz FSB
Intel 845PERL motherboard
SoundBlaster Live!
NVidia GeForce 4 MX 440 64 mb
60 gb ATA drive

Gentoo 1.4, installed from stage one, brand new [installed last week].

I want to install ALSA v. 0.9.8 on my computer, so i went to the ALSA homepage, downloaded all of the required programs, and installed all of them without a hitch. Now, following the Gentoo Alsa Guide, availilble at the gentoo site [i cannot post the link because this is my first post], i proceeded with the whole installation.

Everything went fine, until i got to the part where i had to start alsa from /etc/init.d/alsasound start.

here is what happened

Code:
bash-2.05b# /etc/init.d/alsasound start

/lib/modules/2.4.20-gentoo-r8/kernel/sound/pci/emu10k1/snd-emu10k1.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-gentoo-r8/kernel/sound/pci/emu10k1/snd-emu10k1.o: insmod /lib/modules/2.4.20-gentoo-r8/kernel/sound/pci/emu10k1/snd-emu10k1.o failed
/lib/modules/2.4.20-gentoo-r8/kernel/sound/pci/emu10k1/snd-emu10k1.o insmod snd-emu10k1 failed
done
bash-2.05b#
I tried lsmod, to see what i have running, and here is what i get:

Code:
bash-2.05b# lsmod

Module                  Size  Used by    Tainted: GF 
serial                 49092   0  (autoclean) (unused)
isa-pnp                28100   0  (autoclean) [serial]
svgalib_helper          7660   0  (autoclean) (unused)
emu10k1                58216   1 
ac97_codec              9320   0  [emu10k1]
snd-page-alloc          6228   0  (autoclean)
soundcore               3364   4  (autoclean) [emu10k1]
button                  2380   0  (autoclean) (unused)
floppy                 47036   0  (autoclean)
ohci1394               15592   0  (unused)
ieee1394               29708   0  [ohci1394]
e100                   49668   1 
usb-storage            55608   0  (unused)
hid                    12468   0  (unused)
uhci                   23008   0  (unused)
ehci-hcd               13056   0  (unused)
usbcore                55264   1  [usb-storage hid uhci ehci-hcd]

bash-2.05b#
From what i can gather from lsmod, it seems that i cannot load the module snd-emu10k1. Trying to modprobe it gets me the same problem:

Code:
bash-2.05b# modprobe snd-emu10k1

/lib/modules/2.4.20-gentoo-r8/kernel/sound/pci/emu10k1/snd-emu10k1.o: init_module: No such device
Hint: insmod errors can be caused by incorrect module parameters, including invalid IO or IRQ parameters.
      You may find more information in syslog or the output from dmesg
/lib/modules/2.4.20-gentoo-r8/kernel/sound/pci/emu10k1/snd-emu10k1.o: insmod /lib/modules/2.4.20-gentoo-r8/kernel/sound/pci/emu10k1/snd-emu10k1.o failed
/lib/modules/2.4.20-gentoo-r8/kernel/sound/pci/emu10k1/snd-emu10k1.o insmod snd-emu10k1 failed

bash-2.05b#
If i try to proceed to the next step, with amixer, i get this error:

Code:
bash-2.05b# amixer

amixer: Mixer attach default error: No such device.

bash-2.05b#
so i think that the sound module is not being correctly installed.

I have verified that the module is actually there, and i have looked for the official SoundBlaster Live! driver, which i installed. I have looked around the web for a while, and it seems that this problem is pretty common, because many references have been made, but not easy to solve, because i have not yet seen a response.


Any help would be greatly appreciated.

Thanks!

Last edited by angel666; 11-11-2003 at 06:07 PM.
 
Old 11-11-2003, 09:45 PM   #2
Demonbane
LQ Guru
 
Registered: Aug 2003
Location: Sydney, Australia
Distribution: Gentoo
Posts: 1,796

Rep: Reputation: 47
You have to get rid of the OSS modules emu10k1 and ac97_codec before using the ALSA one. Rmmod ac97_codec, emu10k1, unmerge alsa-driver, reconfigure the kernel so only very first entry "sound support"(soundcore module) under sound and nothing else is selected, then do a "make modules && make modules_install", then recompile alsa module and nvidia driver if necessary(can't remember whether it survives a modules_install). Finally do a "depmod -a" then try starting the alsa script again.

Hope this helps
 
Old 11-12-2003, 12:39 AM   #3
angel666
LQ Newbie
 
Registered: Nov 2003
Location: Palo Alto, California
Distribution: Gentoo, Stage1
Posts: 5

Original Poster
Rep: Reputation: 0
No, i get the same problem.

When i type dmesg, i get:

Code:
bash-2.05b# dmesg

.....
[other stuff]
.....

EMU10K1/Audigy soundcard not found or device busy

bash-2.05b#
thanks again for the help.
 
Old 11-15-2003, 04:02 PM   #4
quintar_51
Member
 
Registered: Oct 2003
Location: Toronto
Distribution: Trying to install Gentoo 1.4
Posts: 37

Rep: Reputation: 15
Hi, this is weird, but I also got the same problem with amixer.

I unemerged alsa, double-checked my module in the kernal, recompiled it, but again, same error.

I booted into kde and just opened kmixer and just clicked on the main sound and turned up the volume and it worked!

give that a shot.
 
Old 11-15-2003, 08:18 PM   #5
angel666
LQ Newbie
 
Registered: Nov 2003
Location: Palo Alto, California
Distribution: Gentoo, Stage1
Posts: 5

Original Poster
Rep: Reputation: 0
Ok, i dont have KDE installed, i use WindowMaker as my window manager, but if it helps im going to try it. So im going to install KDE and attempt to use kmixer from there.

Thanks for all the help,

Leo
 
Old 11-16-2003, 11:02 AM   #6
angel666
LQ Newbie
 
Registered: Nov 2003
Location: Palo Alto, California
Distribution: Gentoo, Stage1
Posts: 5

Original Poster
Rep: Reputation: 0
I installed KDE, and KMixer was able to raise the volume to the max. But since I use WindowMaker, i would prefewr it if I didnt have to open KDE every time that i wanted to raise the volume.

How would i run KMix, a KDE 3.1 app, in WindowMaker?
 
  


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
Problems installing ALSA: insmod snd-intel8x0 fails. BWebb Linux - Newbie 21 01-04-2007 10:01 AM
ALSA: modprobe: Can't locate module snd eegeerg Slackware 3 04-25-2004 12:14 AM
alsa : unable to modprobe snd-emu10k1 sanjiv Linux - Hardware 6 11-30-2003 10:31 PM
alsa modprobe errors denominator Linux - Newbie 22 11-06-2003 11:02 PM
"modprobe snd-sscape" for ALSA a no go? r_jensen11 Linux - Software 1 05-21-2003 05:46 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 10:19 AM.

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