Re: cdrecord Yamaha CRW-F1 support?

2003-03-04 Thread Vincent Rivellino
Ok, I'm an idiot.  I misspelled tattoofile.  That was my problem.  Sorry
for spamming the list for such a dumb problem.

Btw, a warning like
  "Unrecognized driver option: tatoofile=/tmp/testo.tattoo"
 would have been helpful. =)

Thanks for the help.

-Vince


On Tue, 4 Mar 2003, Len Sorensen wrote:

> On Mon, Mar 03, 2003 at 08:57:17PM -0500, Vincent Rivellino wrote:
> > It looks like there was a problem with the ATAPI->SCSI adapter that came
> > with my drive.  (Yamaha doesn't exactly have a SCSI drive, they have an
> > adapter you plug into the F1 that's natively ATAPI.)
> >
> > Anyways, I removed the adapter and plugged my drive into the the IDE
> > controller.  It seems to work well with ide-scsi emulation.  I'll have to
> > get in touch with Yamaha support about the adapter.
> >
> > In the meantime, I'd like to play around with this [EMAIL PROTECTED] feature.  Is
> > there any more documentation out there regarding [EMAIL PROTECTED] with cdrecord?
> > All I could find was what posted on this list.  Specifically this thread
> > via Google groups (be careful line wrap):
> >
> > http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&threadm=al0sui%24273i%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1&prev=/groups%3Fas_epq%3DDiskT%25402%26as_oq%3Dcdrecord%26safe%3Dimages%26ie%3DUTF-8%26oe%3DUTF-8%26lr%3Dlang_en%26hl%3Den
> >
> > I followed those intructions to create a properly sized image, flipped it,
> > and stripped the header ...  and nothing seemed to happen:
> >
> > [EMAIL PROTECTED]:~# cdrecord dev=1,0,0 -v driveropts=tatoofile=/tmp/test.tattoo 
> > -checkdrive
>tattoofile
>
> I also prefer -eject to -checkdrive, so I know when it is done (takes
> around 10 minutes here)
>
> I created my tattoofile like this:
>
> cat file.pgm |pnmflip -lr | sed '1,/255/d' > /tmp/tattoofile
>
> where file.pgm was a 8bit 3744x320 pgm (or lower height if I bothered to
> check the tattooinfo for the exact height left on the current disc
> first).
>
> Len Sorensen
>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cdrecord Yamaha CRW-F1 support?

2003-03-04 Thread Len Sorensen
On Mon, Mar 03, 2003 at 08:57:17PM -0500, Vincent Rivellino wrote:
> It looks like there was a problem with the ATAPI->SCSI adapter that came
> with my drive.  (Yamaha doesn't exactly have a SCSI drive, they have an
> adapter you plug into the F1 that's natively ATAPI.)
> 
> Anyways, I removed the adapter and plugged my drive into the the IDE
> controller.  It seems to work well with ide-scsi emulation.  I'll have to
> get in touch with Yamaha support about the adapter.
> 
> In the meantime, I'd like to play around with this [EMAIL PROTECTED] feature.  Is
> there any more documentation out there regarding [EMAIL PROTECTED] with cdrecord?
> All I could find was what posted on this list.  Specifically this thread
> via Google groups (be careful line wrap):
> 
> http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&threadm=al0sui%24273i%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1&prev=/groups%3Fas_epq%3DDiskT%25402%26as_oq%3Dcdrecord%26safe%3Dimages%26ie%3DUTF-8%26oe%3DUTF-8%26lr%3Dlang_en%26hl%3Den
> 
> I followed those intructions to create a properly sized image, flipped it,
> and stripped the header ...  and nothing seemed to happen:
> 
> [EMAIL PROTECTED]:~# cdrecord dev=1,0,0 -v driveropts=tatoofile=/tmp/test.tattoo 
> -checkdrive
   tattoofile

I also prefer -eject to -checkdrive, so I know when it is done (takes
around 10 minutes here)

I created my tattoofile like this:

cat file.pgm |pnmflip -lr | sed '1,/255/d' > /tmp/tattoofile

where file.pgm was a 8bit 3744x320 pgm (or lower height if I bothered to
check the tattooinfo for the exact height left on the current disc
first).

Len Sorensen


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cdrecord Yamaha CRW-F1 support?

2003-03-04 Thread Joerg Schilling

>From [EMAIL PROTECTED] Tue Mar  4 02:57:25 2003

>It looks like there was a problem with the ATAPI->SCSI adapter that came
>with my drive.  (Yamaha doesn't exactly have a SCSI drive, they have an
>adapter you plug into the F1 that's natively ATAPI.)

>Anyways, I removed the adapter and plugged my drive into the the IDE
>controller.  It seems to work well with ide-scsi emulation.  I'll have to
>get in touch with Yamaha support about the adapter.

>In the meantime, I'd like to play around with this [EMAIL PROTECTED] feature.  Is
>there any more documentation out there regarding [EMAIL PROTECTED] with cdrecord?
>All I could find was what posted on this list.  Specifically this thread
>via Google groups (be careful line wrap):

The cdrecord source package contains all needed info

Jörg

 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  If you don't have iso-8859-1
   [EMAIL PROTECTED](work) chars I am J"org Schilling
 URL:  http://www.fokus.fhg.de/usr/schilling   ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cdrecord Yamaha CRW-F1 support?

2003-03-03 Thread Vincent Rivellino
It looks like there was a problem with the ATAPI->SCSI adapter that came
with my drive.  (Yamaha doesn't exactly have a SCSI drive, they have an
adapter you plug into the F1 that's natively ATAPI.)

Anyways, I removed the adapter and plugged my drive into the the IDE
controller.  It seems to work well with ide-scsi emulation.  I'll have to
get in touch with Yamaha support about the adapter.

In the meantime, I'd like to play around with this [EMAIL PROTECTED] feature.  Is
there any more documentation out there regarding [EMAIL PROTECTED] with cdrecord?
All I could find was what posted on this list.  Specifically this thread
via Google groups (be careful line wrap):

http://groups.google.com/groups?hl=en&lr=lang_en&ie=UTF-8&oe=UTF-8&threadm=al0sui%24273i%241%40FreeBSD.csie.NCTU.edu.tw&rnum=1&prev=/groups%3Fas_epq%3DDiskT%25402%26as_oq%3Dcdrecord%26safe%3Dimages%26ie%3DUTF-8%26oe%3DUTF-8%26lr%3Dlang_en%26hl%3Den

I followed those intructions to create a properly sized image, flipped it,
and stripped the header ...  and nothing seemed to happen:

[EMAIL PROTECTED]:~# cdrecord dev=1,0,0 -v driveropts=tatoofile=/tmp/test.tattoo 
-checkdrive
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jrg Schilling
TOC Type: 1 = CD-ROM
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'
Driveropts: 'tatoofile=/tmp/test.tattoo'
atapi: 1
Device type: Removable CD-ROM
Version: 2
Response Format: 2
Capabilities   : SYNC
Vendor_info: 'YAMAHA  '
Identifikation : 'CRW-F1E '
Revision   : '1.0d'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : MMC-3 SWABAUDIO BURNFREE AUDIOMASTER FORCESPEED DISKTATTOO
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R96R
Drive buf size : 7469952 = 7294 KB


Could I be having problems with my drive or am I missing something in
using this?

Thanks for any help you can offer.


Regards
Vince


On Wed, 26 Feb 2003, Joerg Schilling wrote:

> >Old-Return-Path: <[EMAIL PROTECTED]>
> >I just got a Yamaha CRW-F1ZS (44x/24x SCSI CD-RW) and can't seem to get it
> >to work with cdrecord.  Cdrecord complains that it's a "NON CCS Disk".  Is
> >this drive supported, and if not, will it be in a future version?
>
> >Here's the output I get from cdrecord:
> > 
>
> You need to ask Yamaha in this case.
>
> Jörg
>
>  EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
>[EMAIL PROTECTED]  (uni)  If you don't have iso-8859-1
>[EMAIL PROTECTED]  (work) chars I am J"org Schilling
>  URL:  http://www.fokus.fhg.de/usr/schilling   ftp://ftp.berlios.de/pub/schily
>


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: cdrecord Yamaha CRW-F1 support?

2003-02-26 Thread Joerg Schilling
>Old-Return-Path: <[EMAIL PROTECTED]>
>I just got a Yamaha CRW-F1ZS (44x/24x SCSI CD-RW) and can't seem to get it
>to work with cdrecord.  Cdrecord complains that it's a "NON CCS Disk".  Is
>this drive supported, and if not, will it be in a future version?

>Here's the output I get from cdrecord:

>--
>[EMAIL PROTECTED]:~# cdrecord -VVV dev=3,3,0 -checkdrive
>Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jrg Schilling
>scsidev: '3,3,0'
>scsibus: 3 target: 3 lun: 0
>Linux sg driver version: 3.1.24
>Using libscg version 'schily-0.7'

>Executing 'test unit ready' command on Bus 3 Target 3, Lun 0 timeout 40s
>CDB:  00 00 00 00 00 00
>cmd finished after 0.000s timeout 40s

>Executing 'test unit ready' command on Bus 3 Target 3, Lun 0 timeout 40s
>CDB:  00 00 00 00 00 00
>cmd finished after 0.000s timeout 40s

>Executing 'inquiry' command on Bus 3 Target 3, Lun 0 timeout 40s
>CDB:  12 00 00 00 24 00
>cmd finished after 0.000s timeout 40s
>Got 36 (0x24), expecting 36 (0x24) bytes of data.
>Received Data:  00 00 02 02 1C 00 00 10 59 41 4D 41 48 41 20 20 43 44 2D 44 52 56 20 
>20 20 20 20 20 20 20 20 20 32 2E 30 30
>Inquiry Data   : 00 00 02 02 1C 00 00 10 59 41 4D 41 48 41 20 20 43 44 2D 44 52 56 20 
>20 20 20 20 20 20 20 20 20 32 2E 30 30
>Inquiry Data   : YAMAHA  CD-DRV  2.00
>Device type: Disk
>Version: 2
>Response Format: 2
>Capabilities   : SYNC
>Vendor_info: 'YAMAHA  '
>Identifikation : 'CD-DRV  '
>Revision   : '2.00'
>Device seems to be: Generic NON CCS Disk.
>cdrecord: Sorry, no CD/DVD-Drive found on this target.

You need to ask Yamaha in this case.

Jörg

 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  If you don't have iso-8859-1
   [EMAIL PROTECTED](work) chars I am J"org Schilling
 URL:  http://www.fokus.fhg.de/usr/schilling   ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



cdrecord Yamaha CRW-F1 support?

2003-02-25 Thread Vincent Rivellino
I just got a Yamaha CRW-F1ZS (44x/24x SCSI CD-RW) and can't seem to get it
to work with cdrecord.  Cdrecord complains that it's a "NON CCS Disk".  Is
this drive supported, and if not, will it be in a future version?

Here's the output I get from cdrecord:

--
[EMAIL PROTECTED]:~# cdrecord -VVV dev=3,3,0 -checkdrive
Cdrecord 2.0 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jrg Schilling
scsidev: '3,3,0'
scsibus: 3 target: 3 lun: 0
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.7'

Executing 'test unit ready' command on Bus 3 Target 3, Lun 0 timeout 40s
CDB:  00 00 00 00 00 00
cmd finished after 0.000s timeout 40s

Executing 'test unit ready' command on Bus 3 Target 3, Lun 0 timeout 40s
CDB:  00 00 00 00 00 00
cmd finished after 0.000s timeout 40s

Executing 'inquiry' command on Bus 3 Target 3, Lun 0 timeout 40s
CDB:  12 00 00 00 24 00
cmd finished after 0.000s timeout 40s
Got 36 (0x24), expecting 36 (0x24) bytes of data.
Received Data:  00 00 02 02 1C 00 00 10 59 41 4D 41 48 41 20 20 43 44 2D 44 52 56 20 
20 20 20 20 20 20 20 20 20 32 2E 30 30
Inquiry Data   : 00 00 02 02 1C 00 00 10 59 41 4D 41 48 41 20 20 43 44 2D 44 52 56 20 
20 20 20 20 20 20 20 20 20 32 2E 30 30
Inquiry Data   : YAMAHA  CD-DRV  2.00
Device type: Disk
Version: 2
Response Format: 2
Capabilities   : SYNC
Vendor_info: 'YAMAHA  '
Identifikation : 'CD-DRV  '
Revision   : '2.00'
Device seems to be: Generic NON CCS Disk.
cdrecord: Sorry, no CD/DVD-Drive found on this target.

--

I'm running Linux 2.4.20 on Slackware 8.1.  I looked on Yamaha's support
pages for a firmware upgrade and there is none.  Also, searching Google &
Google-groups yielded nothing useful.

Any feedback is appreciated.

Regards,
Vince



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]