Bill, thanks very much for your suggestions.

Darn, I thought I pasted in the output of cdrecord -scanbus, but I guess I didn't. 
Here's the output:
centernet:~/tmp/cdrtools-1.11/cdrecord/OBJ/i686-linux-cc # ./cdrecord -scanbus
Cdrecord 1.11a01 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
Linux sg driver version: 2.1.39
Using libscg version 'schily-0.5'
scsibus0:
        0,0,0     0) 'SEAGATE ' 'ST34573LC       ' '5702' Disk
        0,1,0     1) 'SEAGATE ' 'ST39173LC       ' '5702' Disk
        0,2,0     2) *
        0,3,0     3) *
        0,4,0     4) *
        0,5,0     5) *
        0,6,0     6) *
        0,7,0     7) *
scsibus1:
        1,0,0   100) *
        1,1,0   101) *
        1,2,0   102) *
        1,3,0   103) *
        1,4,0   104) *
        1,5,0   105) 'NEC     ' 'CD-ROM DRIVE:465' '1.03' Removable CD-ROM
        1,6,0   106) 'ARCHIVE ' 'Python 04106-XXX' '715G' Removable Tape
        1,7,0   107) *
centernet:~/tmp/cdrtools-1.11/cdrecord/OBJ/i686-linux-cc # 

There's no "-" in front of the file. You might be seeing a "~" which stands for my 
home directory. Here's the output without the "~":

centernet:~/tmp/cdrtools-1.11/cdrecord/OBJ/i686-linux-cc # ./cdrecord -v speed=2 
dev=1,5,0 -data /root/tmp/binary-i386-3.iso 
Cdrecord 1.11a01 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
TOC Type: 1 = CD-ROM
scsidev: '1,5,0'
scsibus: 1 target: 5 lun: 0
Linux sg driver version: 2.1.39
Using libscg version 'schily-0.5'
atapi: 0
Device type    : Removable CD-ROM
Version        : 2
Response Format: 2
Capabilities   : SYNC 
Vendor_info    : 'NEC     '
Identifikation : 'CD-ROM DRIVE:465'
Revision       : '1.03'
Device seems to be: Generic mmc CD-ROM.
./cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found on this 
target.
centernet:~/tmp/cdrtools-1.11/cdrecord/OBJ/i686-linux-cc # 

Also, I note that I use the option "-data" and in your suggestion, you don't. Is this 
significant?

Bill, thanks, again for your offer of help.

-Kevin Zembower

>>> Bill Mudd <[EMAIL PROTECTED]> 05/24/01 12:07PM >>>
What is the output of cdrecord -scanbus for your NEC?
try:
centernet:~/tmp/cdrtools-1.11/cdrecord/OBJ/i686-linux-cc # ./cdrecord -scanbus

then use the numbers to the left of your NEC 465 drive for the "dev=   " 
setting.
Also did you use a "-" in front of the .iso file designation? Is the "-" 
part of the directory name?

cdrecord dev=n,n,n -v speed=n1 your.iso
(where n=scsibus/target/lun and n1=record speed and no "-" before the iso 
file name)

Bill Mudd

KEVIN ZEMBOWER, on 09:58 AM 5/24/2001 -0400 you wrote:
>I'm having problems trying to burn my first CD with a NEC 465 drive. I 
>can't find any information about this drive from NEC, but I found it 
>listed on a few (but not many) lists of CD-R drives. Yet, the drive itself 
>doesn't have any lights or other attributes that makes me think it's a 
>CD-R. My main suggestion that it is comes from these lines in my dmesg:
>
>Detected scsi disk sdb at scsi0, channel 0, id 1, lun 0
>(scsi1:0:5:0) Synchronous at 20.0 Mbyte/sec, offset 15.
>   Vendor: NEC       Model: CD-ROM DRIVE:465  Rev: 1.03
>   Type:   CD-ROM                             ANSI SCSI revision: 02
>Detected scsi CD-ROM sr0 at scsi1, channel 0, id 5, lun 0
>sr0: scsi3-mmc drive: 14x/32x cd/rw xa/form2 cdda tray
>
>This seems to say that the NEC 465 is an mmc-compliant CD-RW.
>
>Yet, when I try to write to it, I get:
>centernet:~/tmp/cdrtools-1.11/cdrecord/OBJ/i686-linux-cc # ./cdrecord -v 
>speed=2 dev=1,5,0 -data ~/tmp/binary-i386-3.iso
>Cdrecord 1.11a01 (i686-pc-linux-gnu) Copyright (C) 1995-2001 J�rg Schilling
>TOC Type: 1 = CD-ROM
>scsidev: '1,5,0'
>scsibus: 1 target: 5 lun: 0
>Linux sg driver version: 2.1.39
>Using libscg version 'schily-0.5'
>atapi: 0
>Device type    : Removable CD-ROM
>Version        : 2
>Response Format: 2
>Capabilities   : SYNC
>Vendor_info    : 'NEC     '
>Identifikation : 'CD-ROM DRIVE:465'
>Revision       : '1.03'
>Device seems to be: Generic mmc CD-ROM.
>./cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found 
>on this target.
>centernet:~/tmp/cdrtools-1.11/cdrecord/OBJ/i686-linux-cc #
>
>These lines from my /var/log/warn may be related. They were logged at the 
>same time as my attempt to record.
>May 24 09:49:32 centernet kernel: paride: version 1.04 installed
>May 24 09:49:32 centernet kernel: pg: pg version 1.02, major 97
>May 24 09:49:32 centernet modprobe: modprobe: Can't locate module 
>paride_protocol
>May 24 09:49:32 centernet kernel: pg0: Autoprobe failed
>May 24 09:49:32 centernet kernel: pg: No ATAPI device detected
>May 24 09:49:32 centernet insmod: /lib/modules/2.2.18/misc/pg.o: 
>init_module: Device or resource busy
>May 24 09:49:32 centernet insmod: /lib/modules/2.2.18/misc/pg.o: insmod 
>char-major-97 failed
>
>I compiled cdrecord 1.11a01 using the version of make included with the 
>SuSE 7.1 distribution, which is on this host, instead of smake.
>
>Any ideas if I have a CD-RW, and if so, what I need to do to get it to work?
>
>Thanks for all your time and thought helping me with this problem.
>
>-Kevin Zembower
>
>-----
>E. Kevin Zembower
>Unix Administrator
>Johns Hopkins University/Center for Communications Programs
>111 Market Place, Suite 310
>Baltimore, MD  21202
>410-659-6139
>
>
>--
>To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
>with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] 


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

Reply via email to