From owner-freebsd-questions@FreeBSD.ORG Fri Mar 12 02:58:51 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8857F16A4CE for ; Fri, 12 Mar 2004 02:58:51 -0800 (PST) Received: from mail0.redline.ru (ns0.redline.ru [217.144.97.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 491F543D58 for ; Fri, 12 Mar 2004 02:58:51 -0800 (PST) (envelope-from igorr@redline.ru) Received: from ts0.redline.ru (ts0.redline.ru [217.144.97.24]) by mail0.redline.ru (Postfix) with ESMTP id 3697DA1185 for ; Fri, 12 Mar 2004 13:58:49 +0300 (MSK) Date: Fri, 12 Mar 2004 13:58:48 +0300 (MSK) From: "Igor V. Ruzanov" To: freebsd-questions@FreeBSD.ORG Message-ID: <20040312134509.N28261-100000@a0.redline.ru> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Need help X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Mar 2004 10:58:51 -0000 Hello! I've installed Alsaplayer under FreeBSD-4.7 RELEASE. All features are supported without any problem exerpt from the following one: CDDA functionality cannot be supported because of linux_ioctl.c file where the request LINUX_CDROMREADAUDIO is being commented. Could you please tell me some ideas to add digital ripping by Linux applications? error messages generated by Alsaplayer: CDDA: read raw ioctl failed at lba 0 length 4 CDDA: invalid argument CDDA: read raw ioctl failed at lba 593821696 length 4 CDDA: invalid argument ampty string ...and so on, until the interrupt sequince Ctrl+C will be sent. In /var/log/messages the string is appearing: /kernel: linux: 'ioctl' fd=6, cmd=0x530e ('S',14) not implemented Below i provide specification of my system: AlsaPlayer version: 0.99.75 OS version: FreeBSD-4.7 RELEASE XFree86 version: 4.2.1 Emulated Linux kernel version: 2.4.2 GLibc version: 2.2.4 (i tried to use Debian GLibc-2.3.2 package) CD-ROM device: /dev/acd0c Thank you!