From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:33:02 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 CC9DD16A41F for ; Tue, 25 Oct 2005 14:33:02 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: from qproxy.gmail.com (qproxy.gmail.com [72.14.204.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A6D643D53 for ; Tue, 25 Oct 2005 14:33:01 +0000 (GMT) (envelope-from supermoccine@gmail.com) Received: by qproxy.gmail.com with SMTP id a39so508094qbd for ; Tue, 25 Oct 2005 07:33:00 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=X3a2AYrAZwNbaTTS/P9xxa3+QXZAoSnu9jX17fp0UgMRTmGknCmGmaQv+leD0d2eu9edDs2se6Ze0NOseOM9mvwLt21SoF8BMzD+U6fuTY3MCwA4eQNafAF55y6RV7c56Nxaj4e0EcfoVg5Co+LnuhBGYSDBEPIPcjA+oSfZ+WQ= Received: by 10.65.155.13 with SMTP id h13mr1449561qbo; Tue, 25 Oct 2005 07:33:00 -0700 (PDT) Received: by 10.65.103.11 with HTTP; Tue, 25 Oct 2005 07:33:00 -0700 (PDT) Message-ID: Date: Tue, 25 Oct 2005 16:33:00 +0200 From: Linnea Forslund To: Linnea Forslund , Greg 'groggy' Lehey , freebsd-questions@freebsd.org In-Reply-To: <20051025141319.GC66887@slackbox.xs4all.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> <20051025141319.GC66887@slackbox.xs4all.nl> Cc: Subject: Re: problems with cd/dvd-device X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Oct 2005 14:33:02 -0000 On 10/25/05, Roland Smith wrote: > On Tue, Oct 25, 2005 at 03:48:59PM +0200, Linnea Forslund wrote: > > > > Check that CD devices are actually there, with "ls /dev/*cd*". On my > > > system this returns: "/dev/cd0 /dev/cd1" but that's because I use SCS= I > > > emulation. A system with a GENERIC kernel would probably show /dev/ac= d0. > > > > A whole bunch shows up: > > > > > ls /dev/*cd* > > /dev/acd0 /dev/acd0t03 /dev/acd0t06 /dev/acd0t09 /dev/ac= d0t12 > > /dev/acd0t01 /dev/acd0t04 /dev/acd0t07 /dev/acd0t10 /dev/ac= d0t13 > > /dev/acd0t02 /dev/acd0t05 /dev/acd0t08 /dev/acd0t11 > > Try using /dev/acd0. If you run the following command as root, does it > work? (there should be a data CD in the drive btw, not a music CD) > > mount -t cd9660 /dev/acd0 /cdrom The first cd I tried was a music-cd with a data part. It said this: supermoccine# mount -t cd9660 /dev/acd0 /cdrom cd9660: /dev/acd0: Invalid argument The second one was a data cd. It said this: supermoccine# mount -t cd9660 /dev/acd0 /cdrom supermoccine# and the machine started buzzing a little. but this last one was with a movie-file. I couldn't find any with mp3's... > > > > > And I tried inserting a cd with musicfiles and find it from xmms, b= ut > > > > there was nothing in /cdrom. > > > > > > Playing music is very different from mounting, so that's perfectly no= rmal. > > > > > > > So what should I do to play musicfiles from cd? .mp3, .sid and so on.. > > Music encoded as .mp3 sits on a data CD (usually CD-ROM mode 1), and > should be mounted first. See above. > > Regular music CDs are written in different format (CD-DA). You do not > have to mount these. Where should I look when I want to open files from xmms, mixxx or some other program? Files from music-cds and data-cds.. -- /Linnea