From owner-freebsd-ports@FreeBSD.ORG Tue Aug 16 10:15:56 2005 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F62816A41F; Tue, 16 Aug 2005 10:15:56 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from www.ebusiness-leidinger.de (jojo.ms-net.de [84.16.236.246]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB68D43D49; Tue, 16 Aug 2005 10:15:55 +0000 (GMT) (envelope-from Alexander@Leidinger.net) Received: from Andro-Beta.Leidinger.net (p54A5E006.dip.t-dialin.net [84.165.224.6]) (authenticated bits=0) by www.ebusiness-leidinger.de (8.13.1/8.13.1) with ESMTP id j7GA9g51075599; Tue, 16 Aug 2005 12:09:55 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from localhost (localhost [127.0.0.1]) by Andro-Beta.Leidinger.net (8.13.3/8.13.3) with ESMTP id j7GAEpIL071050; Tue, 16 Aug 2005 12:14:51 +0200 (CEST) (envelope-from Alexander@Leidinger.net) Received: from 141.113.101.31 ([141.113.101.31]) by netchild.homeip.net (Horde MIME library) with HTTP for ; Tue, 16 Aug 2005 12:14:51 +0200 Message-ID: <20050816121451.laxikd1jeecs8sco@netchild.homeip.net> X-Priority: 3 (Normal) Date: Tue, 16 Aug 2005 12:14:51 +0200 From: Alexander Leidinger To: MS-KILA References: <43016BC5.70405@speakeasy.net> In-Reply-To: <43016BC5.70405@speakeasy.net> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) H3 (4.0.3) / FreeBSD-4.11 X-Virus-Scanned: by amavisd-new Cc: ports@freebsd.org, freebsd-emulation@freebsd.org Subject: Re: linux issues - ioctl errors X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Aug 2005 10:15:56 -0000 MS-KILA wrote: > anyway. i'm wanting to do some voice chatting with some folks. > after much grumbling and resentment, i got linux-mozilla up with it's > version of flash. now i can, at least, get into the chat room. > however, attempting to use the mic gives me "linux: 'ioctl' > fd=[29,32,33,34], cmd=0x4dfd ('M', 253) not implemented" errors > everytime i access the mic settings property in the chat room > (flashchat). i'm really not sure where to start looking, although > i've been looking all over the place; x11, xfce, fbsd.org forums, > pipermail forums, google. and i'm not even sure which linux site to > start with! > > maybe i'm not using quite the correct mixer? (xfce4-mixer) should i > use one of the other sound drivers? (alsa, arts, esd?) (pcm and > oss) or do i not have enough linux emulation installed? You have to use OSS based sound code (so: no alsa). The error message is a report from the FreeBSD kernel that there's no support for this ioctl. The right support forum for this is emulation@FreeBSD.org. So you have to find someone who is willing to - lookup what this ioctl is supposed to do - write code for the FreeBSD kernel to support it (I assume less than 100 lines of code needed, but I may be wrong...) Bye, Alexander. -- http://www.Leidinger.net Alexander @ Leidinger.net: PGP ID = B0063FE7 http://www.FreeBSD.org netchild @ FreeBSD.org : PGP ID = 72077137 You can measure a programmer's perspective by noting his attitude on the continuing viability of FORTRAN. -- Alan Perlis