On Sat, 02 Mar 2002 19:00:37 -0800
AJ <[EMAIL PROTECTED]> wrote:

> I have been using and developing against ALSA on a RedHat 6.2 machine
> for some time.
> 
> But.....I have recently installed the stable ALSA 0.5.10 packages for
> drivers, libs, and utils on freshly built machine with Red Hat 7.2
> running a 2.4 kernel.  I had absolutely no build problems, but am
> running into problems when attempting to get aplay to play a sound file.
> 
> I am using a Midiman Delta 66 soundcard.
> 
> Below I have include information relevant to the error I am seeing from
> aplay, kernel version, modules.conf text, and modules loaded.
> 
> Any help that someone could give me to get ALSA working would be greatly
> appreciated.
> 
> Thanks in advance,
> AJ
> 
> 1. aplay invocation and error
> ---------------------------------
> [ajames@localhost wav]$ aplay -w exploBig.wav
> Aplay: version 0.5.10 by Jaroslav Kysela <[EMAIL PROTECTED]>
> Using soundcard 'M Audio Delta 66 at 0x1060, irq 10'
> Playing WAVE 'exploBig.wav' : Unsigned 8-bit, Rate 22050 Hz, Mono
> Aplay: unable to set channel params
> 
> 2. kernel version
> ---------------------
> [ajames@localhost wav]$ uname -a
> Linux localhost.localdomain 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686
> unknown
> 
> 3. modules.conf
> --------------------
> [ajames@localhost wav]$ cat /etc/modules.conf
> alias parport_lowlevel parport_pc
> alias usb-controller usb-uhci
> 
> # ALSA native device support
> alias char-major-116 snd
> alias snd-card-0 snd-card-ice1712
> 
> # OSS/Free setup
> alias char-major-14 soundcore
> alias sound-slot-0 snd-card-0
> alias sound-service-0-0 snd-mixer-oss
> alias sound-service-0-1 snd-seq-oss
> alias sound-service-0-3 snd-pcm-oss
> alias sound-service-0-8 snd-seq-oss
> alias sound-service-0-12 snd-pcm-oss
> 
> 4. modules loaded
> -----------------------
> [ajames@localhost wav]$ lsmod
> Module                  Size  Used by
> snd-pcm-oss            19008   0 (autoclean)
> snd-pcm-plugin         17680   0 (autoclean) [snd-pcm-oss]
> ppp_deflate            41376   0 (autoclean)
> bsd_comp                4384   0 (autoclean)
> ppp_async               6736   1 (autoclean)
> ppp_generic            19296   3 (autoclean) [ppp_deflate bsd_comp
> ppp_async]
> slhc                    5280   1 (autoclean) [ppp_generic]
> ide-cd                 27072   0 (autoclean)
> cdrom                  28512   0 (autoclean) [ide-cd]
> snd-mixer-oss           4864   0 (autoclean) [snd-pcm-oss]
> snd-card-ice1712        2752   0 (autoclean)
> snd-ice1712            13696   0 (autoclean) [snd-card-ice1712]
> snd-pcm                31968   0 (autoclean) [snd-pcm-oss snd-pcm-plugin
> snd-ice1712]
> snd-timer               8432   0 (autoclean) [snd-pcm]
> snd-ac97-codec         24640   0 (autoclean) [snd-ice1712]
> snd-mixer              24448   0 (autoclean) [snd-mixer-oss snd-ice1712
> snd-ac97-codec]
> snd-mpu401-uart         2576   0 (autoclean) [snd-card-ice1712
> snd-ice1712]
> snd-rawmidi            10080   0 (autoclean) [snd-mpu401-uart]
> snd-seq-device          3888   0 (autoclean) [snd-rawmidi]
> snd                    34672   1 (autoclean) [snd-pcm-oss snd-pcm-plugin
> snd-mixer-oss snd-card-ice1712 snd-ice1712 snd-pcm snd-timer
> snd-ac97-codec snd-mixer snd-mpu401-uart snd-rawmidi snd-seq-device]
> soundcore               4464   2 (autoclean) [snd]
> binfmt_misc             6416   1
> parport_pc             14768   1 (autoclean)
> lp                      6416   1 (autoclean)
> parport                25600   1 (autoclean) [parport_pc lp]
> autofs                 11520   0 (autoclean) (unused)
> ipchains               39200   0
> keybdev                 2160   0 (unused)
> hid                    19024   0 (unused)
> usbkbd                  3424   0 (unused)
> input                   3840   0 [keybdev hid usbkbd]
> usb-uhci               21536   0 (unused)
> usbcore                51712   1 [hid usbkbd usb-uhci]
> ext3                   64624   2
> jbd                    40992   2 [ext3]

Well, I don't see anything wrong, maybe it has something to do with the fact
that the Midiman Delta 66 is an advanced multichannel soundcard?

Since you mentioned developing for ALSA: the current ALSA development is done
in the 0.9.x beta series. That is also the basis for the merge of ALSA in the
2.5.y development kernels. From lurking on the alsa-devel list I understand the
0.9 API differs considerably from the 0.5 one. 

So I think it would be best to use ALSA 0.9.x. Btw, IIRC several people are
using the Midiman Delta 66 succesfully. Good luck!

    -Frans

_______________________________________________
Alsa-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-user

Reply via email to