Running this test on the latest Debian sparc64 potato yields 40044d04...

Regards,
Rich

On Fri, 30 Jun 2000, David S. Miller wrote:

>    Date:      Fri, 30 Jun 2000 16:04:55 -0700 (PDT)
>    From: Peter Godman <[EMAIL PROTECTED]>
> 
>    Just wanted to drop a note to let you know that RealPlayer7 is available
>    for Sparc Linux, and can be downloaded immediately from 
> 
>    http://proforma.real.com/real/player/unix/unix.html?dc=71630629.
> 
> It seems this was compiled somewhere other than a stock RH6.2 system,
> I say this because it is using the wrong values for the
> SOUND_MIXER_READ_PCM and /dev/dsp ioctl numbers and thus does not work
> on all systems on which I have tested it.
> 
> A simple test program compiled on rh6.2:
> 
> #include <sys/types.h>
> #include <sys/soundcard.h>
> 
> int main(void)
> {
>       printf("%08x\n", SOUND_MIXER_READ_PCM);
>       exit(0);
> }
> 
> Yields "0x20044d04", however tracing of the realplayer Sparc binary
> shows that it is sending 0x40044d04 (the top nibble is 0x4 instead of
> 0x2) to the ioctl calls for /dev/mixer.  Similar problems show for
> /dev/dsp, so none of the audio functionality of realplay works.
> 
> I hope this can be addressed and fixed expediantly.  Thanks.
> 
> Later,
> David S. Miller
> [EMAIL PROTECTED]
> -
> To unsubscribe from this list: send the line "unsubscribe sparclinux" in
> the body of the message to [EMAIL PROTECTED]
> 

-
To unsubscribe from this list: send the line "unsubscribe sparclinux" in
the body of the message to [EMAIL PROTECTED]

Reply via email to