From owner-freebsd-questions@FreeBSD.ORG Tue Oct 25 14:13:22 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 C399B16A41F; Tue, 25 Oct 2005 14:13:22 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr15.xs4all.nl (smtp-vbr15.xs4all.nl [194.109.24.35]) by mx1.FreeBSD.org (Postfix) with ESMTP id F34E743D45; Tue, 25 Oct 2005 14:13:21 +0000 (GMT) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr15.xs4all.nl (8.13.3/8.13.3) with ESMTP id j9PEDKgw082023; Tue, 25 Oct 2005 16:13:20 +0200 (CEST) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id C51CEB825; Tue, 25 Oct 2005 16:13:19 +0200 (CEST) Date: Tue, 25 Oct 2005 16:13:19 +0200 From: Roland Smith To: Linnea Forslund Message-ID: <20051025141319.GC66887@slackbox.xs4all.nl> Mail-Followup-To: Linnea Forslund , Greg 'groggy' Lehey , freebsd-questions@freebsd.org References: <20051025121037.GA764@eucla.lemis.com> <20051025125517.GB33926@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="oTHb8nViIGeoXxdp" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! X-Virus-Scanned: by XS4ALL Virus Scanner Cc: freebsd-questions@freebsd.org 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:13:22 -0000 --oTHb8nViIGeoXxdp Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable 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 SCSI > > emulation. A system with a GENERIC kernel would probably show /dev/acd0. >=20 > A whole bunch shows up: >=20 > > ls /dev/*cd* > /dev/acd0 /dev/acd0t03 /dev/acd0t06 /dev/acd0t09 /dev/acd0= t12 > /dev/acd0t01 /dev/acd0t04 /dev/acd0t07 /dev/acd0t10 /dev/acd0= t13 > /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 > > > And I tried inserting a cd with musicfiles and find it from xmms, but > > > there was nothing in /cdrom. > > > > Playing music is very different from mounting, so that's perfectly norm= al. > > >=20 > 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. Roland --=20 R.F.Smith (http://www.xs4all.nl/~rsmith/) Please send e-mail as plain text. public key: http://www.xs4all.nl/~rsmith/pubkey.txt --oTHb8nViIGeoXxdp Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (FreeBSD) iD8DBQFDXj1/EnfvsMMhpyURAlXQAJ0cHhWR9gz49mxZhv0OzAwJSfgGIACfdqGM yADz6m1G9PrsgvlX/cU2jhA= =YilH -----END PGP SIGNATURE----- --oTHb8nViIGeoXxdp--