Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jun 2003 01:16:38 +0200
From:      Zahemszky =?iso-8859-2?Q?G=E1bor?= <Gabor@zahemszky.hu>
To:        freebsd-multimedia@freebsd.org
Subject:   Re: cdparanoia port and SCSI CD
Message-ID:  <20030627231638.GA32074@Picasso.Zahemszky.HU>
In-Reply-To: <3EF70A63.1030909@mitre.org>
References:  <20030622134007.GA53822@Picasso.Zahemszky.HU> <3EF70A63.1030909@mitre.org>

next in thread | previous in thread | raw e-mail | index | archive | help

On Mon, Jun 23, 2003 at 10:10:43AM -0400, Jason Andresen wrote:
> Zahemszky Gábor wrote:
> 
> >Hi!
> >
> >Are there anybody out there, who can use the cdparanoia port with a SCSI
> >CD-ROM?  I've got a Toshiba, and a Yamaha CD-ROM on an Adaptec controller,
> >but neither the Toshiba, nor the Yamaha works with cdparanoia.  (I can grab
> >with tosha/cdda2wav.)
> >
> >Eg: on the Yamaha, I get:
> >
> >/home/zgabor $ cdparanoia -vsQ
> >cdparanoia III release 9.8 (March 23, 2001)
> >(C) 2001 Monty <monty@xiph.org> and Xiphophorus
> >FreeBSD porting (c) 2003
> >        Simon 'corecode' Schubert <corecode@corecode.ath.cx>
> > 
> >Report bugs to paranoia@xiph.org
> >http://www.xiph.org/paranoia/
> > 
> >Checking /dev/cd0c for cdrom...
> > 
> >CDROM model sensed: YAMAHA CRW8824S 1.00
> > 
> >Checking for ATAPICAM...
> >        Drive is SCSI
> > 
> >Checking for MMC style command set...
> >        Drive is MMC style
> >004: Unable to read table of contents header
> > 
> >Unable to open disc.  Is there an audio CD in the drive?
> >/home/zgabor $
> >
> >Of course, there _is_ an audio CD in  the drive.
> 
> Do you maybe have to run cdparanoia as root?


Ahhh!  Thats it!  (I don't understand it, neither tosha, nor cdda2wav 
need it, but it works.)  Thanks!  Why?  /dev/cd?c and /dev/xpt* are
root:wheel 660, and I'm in the correct group.

Zahy

-- 
#!/bin/ksh
Z='21N16I25C25E30, 40M30E33E25T15U!' ;IFS=' ABCDEFGHIJKLMNOPQRSTUVWXYZ ';set $Z ;for i { [[ $i = ? ]]&&print $i&&break;[[ $i = ??? ]]&&j=$i&&i=${i%?};typeset -i40 i=8#$i;print -n ${i#???};[[ "$j" = ??? ]]&&print -n "${j#??} "&&j=;typeset +i i;};IFS=' 0123456789 ';set $Z;for i { [[ $i = , ]]&&i=2;[[ $i = ?? ]]||typeset -l i;j="$j $i";typeset +l i;};print "$j"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030627231638.GA32074>