This is a discussion on ALSA problem, pls help! within the Linux Operating System forums, part of the Unix Operating Systems category; --> Hi! ALSA leads me to madness! Only you can save me! However, I compiled and installed alsa-driver, alsa-libs and ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi! ALSA leads me to madness! Only you can save me! However, I compiled and installed alsa-driver, alsa-libs and alsa-utils. I recompiled my kernel but I got the same errors: I did alsaconf and its ok then I did alsactl store and he told me "No soundcard found" he lies!!! When I did alsamixer "he" told: alsamixer: function snd_ctl_open failed for default: No such device I guess I did some mistakes! Slackware 10current, 2.4.28 recompiled #lspci|grep audio 00:08.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07) # ls -la /dev/dsp0 /dev/mixer0 /dev/sequencer /dev/midi00 crw-rw-rw- 1 root audio 14, 3 2005-01-02 22:37 /dev/dsp0 crw-rw-rw- 1 root audio 14, 2 2005-01-02 22:37 /dev/midi00 crw-rw-rw- 1 root audio 14, 0 2005-01-02 22:37 /dev/mixer0 crw-rw-rw- 1 root audio 14, 1 2005-01-02 22:37 /dev/sequencer thats my dmesg ===================== ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1972: AC'97 0 access is not valid [0x0], removing mixer. ===================== thats my syslog ========================= # tail /var/log/syslog Jan 3 19:11:44 dancingstar insmod: /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: init_module: No such device Jan 3 19:11:44 dancingstar insmod: /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: 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 Jan 3 19:11:44 dancingstar insmod: /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: insmod sound-slot-0 failed Jan 3 19:11:44 dancingstar kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1964: AC'97 0 does not respond - RESET Jan 3 19:11:44 dancingstar kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1972: AC'97 0 access is not valid [0x0], removing mixer. Jan 3 19:11:45 dancingstar insmod: /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: init_module: No such device Jan 3 19:11:45 dancingstar insmod: /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: 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 Jan 3 19:11:45 dancingstar insmod: /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: insmod sound-slot-0 failed Jan 3 19:11:45 dancingstar kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1964: AC'97 0 does not respond - RESET Jan 3 19:11:45 dancingstar kernel: ALSA ../../alsa-kernel/pci/ac97/ac97_codec.c:1972: AC'97 0 access is not valid [0x0], removing mixer. ================================================== ==== |
| |||
| In article <41d98acc$0$10915$5fc30a8@news.tiscali.it>, Novello <novello@noemail.org> wrote: >I did alsaconf and its ok then I did alsactl store and he told me "No >soundcard found" he lies!!! > >#lspci|grep audio >00:08.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07) Do you have a module loaded for that? Try lsmod | fgrep emu10k1 |
| |||
| > >00:08.0 Multimedia audio controller: Creative Labs SB Live! EMU10k1 (rev 07) > > Do you have a module loaded for that? Try > > lsmod | fgrep emu10k1 thats my output: # lsmod |fgrep emu10k1 snd-emu10k1 80132 1 (initializing) snd-hwdep 4708 0 (autoclean) [snd-emu10k1] snd-ac97-codec 57600 0 (autoclean) [snd-emu10k1] snd-util-mem 1616 0 (autoclean) [snd-emu10k1] snd-rawmidi 14368 0 (autoclean) [snd-emu10k1] snd-seq-device 4456 0 (autoclean) [snd-emu10k1 snd-rawmidi] snd-pcm 64548 0 (autoclean) [snd-emu10k1 snd-ac97-codec snd-pcm-oss] snd-timer 15844 0 (autoclean) [snd-emu10k1 snd-pcm] snd 36292 0 (autoclean) [snd-emu10k1 snd-hwdep snd-ac97-codec snd-util-mem snd-rawmidi snd-seq-device snd-pcm-oss snd-mixer-oss snd-pcm snd-timer] snd-page-alloc 5256 0 (autoclean) [snd-emu10k1 snd-hwdep snd-rawmidi snd-seq-device snd-mixer-oss snd-pcm snd-timer snd] thank you |
| |||
| Okay, you shouldn't have snd-ac97 there if you are using emu10k1. ac97, well, intel8x0 is for mostly onboard stuff, mostly nforce and nforce2 audio, and other intel eratta. What exactly is your kernel config for sound? what kernel BTW? |
| |||
| kurasoe@fastmail.fm wrote: > Okay, you shouldn't have snd-ac97 there if you are using emu10k1. > ac97, well, intel8x0 is for mostly onboard stuff, mostly nforce and > nforce2 audio, and other intel eratta. What exactly is your kernel > config for sound? what kernel BTW? Hi, thank for answer snd-ac97 is installed by alsa-driver into kernel modules while I have compiled alsa with use card emu10k1. My kernel config for sound section is all empty except emu10k1 compiled as module. Kernel is 2.4.28. any aids? |
| |||
| kurasoe@fastmail.fm wrote: > Okay, you shouldn't have snd-ac97 there if you are using emu10k1. > ac97, well, intel8x0 is for mostly onboard stuff, mostly nforce and > nforce2 audio, and other intel eratta. What exactly is your kernel > config for sound? what kernel BTW? I got an error when trying to load snd-emu10k1 # modprobe snd-emu10k1 ================================================== = /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: init_module: No such device /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: 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.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: insmod /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o failed /lib/modules/2.4.28/kernel/sound/pci/emu10k1/snd-emu10k1.o: insmod snd-emu10k1 failed ================================================== === root@dancingstar:/etc# lsmod ================================================= Module Size Used by Not tainted snd-pcm-oss 47072 0 (unused) snd-pcm 75876 0 [snd-pcm-oss] snd-seq-oss 27648 0 (unused) snd-seq-midi-event 3840 0 [snd-seq-oss] snd-seq 45648 2 [snd-seq-oss snd-seq-midi-event] snd-seq-device 4648 0 [snd-seq-oss snd-seq] snd-timer 17604 0 [snd-pcm snd-seq] snd-mixer-oss 15160 0 [snd-pcm-oss] snd 44004 0 (autoclean) [snd-pcm-oss snd-pcm snd-seq-oss snd-seq-midi-event snd-seq snd-seq-device snd-timer snd-mixer-oss] snd-page-alloc 5768 0 (autoclean) [snd-pcm snd-seq-oss snd-seq snd-seq-device snd-timer snd-mixer-oss snd] ppp_deflate 3224 0 (autoclean) zlib_deflate 18328 0 (autoclean) [ppp_deflate] bsd_comp 4152 0 (autoclean) ppp_async 6944 1 (autoclean) =============================================== |
| ||||
| kurasoe@fastmail.fm wrote: > Okay, you shouldn't have snd-ac97 there if you are using emu10k1. > ac97, well, intel8x0 is for mostly onboard stuff, mostly nforce and > nforce2 audio, and other intel eratta. What exactly is your kernel > config for sound? what kernel BTW? > The snd_ac97 is used by the emul alsa sound, so that looks okay AFAICT, but the "initializing" comment doesn't look good. I suspect that there's a problem getting the card setup. -- bill davidsen (davidsen@darkstar.prodigy.com) SBC/Prodigy Yorktown Heights NY data center Project Leader, USENET news http://newsgroups.news.prodigy.com |