From owner-freebsd-emulation Tue Oct 7 21:58:35 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id VAA18809 for emulation-outgoing; Tue, 7 Oct 1997 21:58:35 -0700 (PDT) (envelope-from owner-freebsd-emulation) Received: from word.smith.net.au (vh1.gsoft.com.au [203.38.152.122]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id VAA18797 for ; Tue, 7 Oct 1997 21:58:25 -0700 (PDT) (envelope-from mike@word.smith.net.au) Received: from word.smith.net.au (localhost.gsoft.com.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id OAA00825; Wed, 8 Oct 1997 14:25:19 +0930 (CST) Message-Id: <199710080455.OAA00825@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: Charles Henrich cc: freebsd-emulation@FreeBSD.ORG Subject: Re: Linux and Real Video 5.0 for linux In-reply-to: Your message of "Mon, 06 Oct 1997 15:35:58 -0400." <19971006153558.29515@crh.cl.msu.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 08 Oct 1997 14:25:18 +0930 From: Mike Smith Sender: owner-freebsd-emulation@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Okay you linux emu folks, the Real Video 5.0 player just popped out, and the > linux emulator emits: > > LINUX: 'ioctl' fd=5, typ=0x450(P), num=0xf not implemented > > When attempting to play a rv stream... What is it? This is the SNDCTL_DSP_GETTRIGGER/SETTRIGGER ioctl. It's not supported by the old Voxware code in FreeBSD. You will probably have to use the OSS module if things are not working for you. mike