Paul,

Here is the details, the rest is what I could gather
from an execution in ddd:

         ALSA lib pcm_hw.c:579: (snd_pcm_hw_open)
SNDRV_PCM_IOCTL_PVERSION failed:  Inappropriate ioctl
for device
          failed to open audio device default
(Inappropriate ioctl for device)
 
snd_pcm_hw_open is looks like this:
     snd_pcm_hw_open(pcmp, name, card, device,
subdevice, stream, mode)
          pcmp = 0x4022465e
          name = 0x0
          card = 0 
          device = 0 
          subdevice = -1
          stream = SND_PCM_STREAM_CAPTURE
          mode = 0
 
the line inside snd_pcm_hw_open that is failing
contains this function call:
     ioctl(fd, SNDRV_PCM_IOCTL_PVERSION, &ver)
         fd = 7
         &ver = 6

--- Paul Davis <[EMAIL PROTECTED]> wrote:
> >Is there any know problems with 0.9.0rc2/Linux
> >2.4.19/RME HammerFall.  I had a working application
> >using 0.9.0beta6/Linux/2.2.19/RME HammerFall, since
> I
> >am changing to a Intel P4 arch, I can't get the
> beta6
> >to work.  It fails on an ioctl with something about
> a
> >PVERSION...  I would like to use a new version of
> ALSA
> 
> more information on the error is needed.
> 
> --p


=====
Shane M. Walton, Software Engineer
Digital System Resources, Inc.
[EMAIL PROTECTED] : [EMAIL PROTECTED]
703.234.1674

__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to