Re: Help with cdwriting

1999-04-03 Thread Dietmar Schultz
On Fri, 26 Mar 1999, Dietmar Schultz wrote:

 when I want cdrecord to do some writing on my Yamaha CDR 102 it complains:
 Cdrecord release 1.6 Copyright (C) 1995-1998 Jörg Schilling
 cdrecord: Function not implemented. shmget failed

Urghh, IPC wasn't compiled in the actual kernel I'm using. Thanks to 
strace for figuring this out. Sorry for that!

Tschau, Dietmar


Re: Help with cdwriting

1999-03-29 Thread Dale E. Martin
Paul Nathan Puri [EMAIL PROTECTED] writes:

 Here's what I have:
 
 office:/home/pnpuri# cdrecord dev=1,0 -checkdrive
 Cdrecord release 1.6 Copyright (C) 1995-1998 Jrg Schilling
 scsidev: '1,0'
 scsibus: 0 target: 1 lun: 0
 Device type: Removable CD-ROM
 Version: 0
 Response Format: 1
 Vendor_info: 'HP  '
 Identifikation : 'CD-Writer+ 7200 '
 Revision   : '3.01'
 Device seems to be: Generic mmc CD-RW.
 Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
 Driver flags   : SWABAUDIO
 
 Is this what I'm looking for?  Where do I go from here? (Where do I want
 to go today)?
 

Sorry - I was out of town.  From here you want to:
cdrecord -v speed=2 -data dev=1,0 iso_image_name

Use mkisofs to make your filesystem image.

Later,
Dale
-- 
+- pgp key available --+
| Dale E. Martin |  Clifton Labs, Inc.  |  Senior Computer Engineer|
| [EMAIL PROTECTED]|http://www.clifton-labs.com |
+--+


Re: Help with cdwriting

1999-03-28 Thread Dietmar Schultz
Hi,

when I want cdrecord to do some writing on my Yamaha CDR 102 it complains:
Cdrecord release 1.6 Copyright (C) 1995-1998 Jörg Schilling
cdrecord: Function not implemented. shmget failed

Once it worked and I use the same options - since they where still in the
bash history. In the meantime I've changed from 2.2.2 to 2.2.3,
removed/added/updated some packages (using slink). I haven't broke any
dependencies, Kernel still has support for SCSI-CD-Rom and -generic.
Btw. cdwrite works, but cdrecord works better, especially when I do some
work on my 486/40 while it writes... Any hints?

Uh, -checkdrive says:

00:36:02 bibo:~# cdrecord dev=2,0 -checkdrive
Cdrecord release 1.6 Copyright (C) 1995-1998 Jörg Schilling
scsidev: '2,0'
scsibus: 0 target: 2 lun: 0
cdrecord: Cannot do inquiry for CD-Recorder.
cdrecord: Success. test unit ready: scsi sendcmd: fatal error
CDB:  00 00 00 00 00 00
cmd finished after 0.000s timeout 40s


Tschau, Dietmar


Help with cdwriting

1999-03-25 Thread Brian Schramm
I have desided to go back to Debian for my Linux needs.  I am now installing a
Debian 2.1 box with a HP cd writer drive in it.  This is going to be the main
purpose of this box.

I know under redhat I used /dev/sgc for the device to access the drive.  I am
assuming I use the /dev/sg0-9 driver for Debian.  I have the sg drivers loaded
in the kernel and I see them in the /dev directory but when I run the cdrecord
program against any of them, it comes back saying that it cannot find the drive.

I also thought that I would try xcdroast.  It sees the drive but does not see
any driver file listed for it.  I also cannot get past the configuration screen
on the program although, that may be my problem since I have never used that
program before.

Can anyone tell me what I am doing wrong?

Brian Schramm
[EMAIL PROTECTED]
[EMAIL PROTECTED]


Re: Help with cdwriting

1999-03-25 Thread Dale E. Martin
Brian Schramm [EMAIL PROTECTED] writes:

 I have desided to go back to Debian for my Linux needs.  I am now installing a
 Debian 2.1 box with a HP cd writer drive in it.  This is going to be the main
 purpose of this box.
 
 I know under redhat I used /dev/sgc for the device to access the drive.  I am
 assuming I use the /dev/sg0-9 driver for Debian.  I have the sg drivers loaded
 in the kernel and I see them in the /dev directory but when I run the cdrecord
 program against any of them, it comes back saying that it cannot find the 
 drive.

Here's how I burn CD's with Debian 2.1 on an HP 6020:
cat index | xargs cdrecord -v speed=2 -audio dev=4,0

The dev line is dev=scsi_id, lun, I believe.  You can look for your
drive with:
cdrecord dev=4,0 -checkdrive

Don't let the -audio throw you - it works the same for data.

I don't know if there's a way to use the sg devices or not with the
current cdrecord - I've always done it this way.

Later,
Dale
-- 
+- pgp key available --+
| Dale E. Martin |  Clifton Labs, Inc.  |  Senior Computer Engineer|
| [EMAIL PROTECTED]|http://www.clifton-labs.com |
+--+


Re: Help with cdwriting

1999-03-25 Thread Paul Nathan Puri
I have the sr0 devices.  I mount using /dev/scd0?  I'm, in scsi emulation
mode with my ide-cdr.  

I performed the command 
cdrecord dev=4.0 -checkdrive.

I got errors.  Do I have to mess around with config files?

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com



Re: Help with cdwriting

1999-03-25 Thread Dale E. Martin
Paul Nathan Puri [EMAIL PROTECTED] writes:

 I have the sr0 devices.  I mount using /dev/scd0?  I'm, in scsi emulation
 mode with my ide-cdr.  
 
 I performed the command 
   cdrecord dev=4.0 -checkdrive.

it should be a comma (4,0), and 4 should be the SCSI id of _your_
drive.  Mine's 4: 
scsi0: Target 4: Queue Depth 3, Asynchronous

Later,
Dale
-- 
+- pgp key available --+
| Dale E. Martin |  Clifton Labs, Inc.  |  Senior Computer Engineer|
| [EMAIL PROTECTED]|http://www.clifton-labs.com |
+--+


Re: Help with cdwriting

1999-03-25 Thread Paul Nathan Puri
Here's what I have:

office:/home/pnpuri# cdrecord dev=1,0 -checkdrive
Cdrecord release 1.6 Copyright (C) 1995-1998 Jrg Schilling
scsidev: '1,0'
scsibus: 0 target: 1 lun: 0
Device type: Removable CD-ROM
Version: 0
Response Format: 1
Vendor_info: 'HP  '
Identifikation : 'CD-Writer+ 7200 '
Revision   : '3.01'
Device seems to be: Generic mmc CD-RW.
Using generic SCSI-3/mmc CD-R driver (mmc_cdr).
Driver flags   : SWABAUDIO

Is this what I'm looking for?  Where do I go from here? (Where do I want
to go today)?

NatePuri
Certified Law Student
 Debian GNU/Linux Monk
McGeorge School of Law
[EMAIL PROTECTED]
http://ompages.com

On 25 Mar 1999, Dale E. Martin wrote:

 Paul Nathan Puri [EMAIL PROTECTED] writes:
 
  I have the sr0 devices.  I mount using /dev/scd0?  I'm, in scsi emulation
  mode with my ide-cdr.  
  
  I performed the command 
  cdrecord dev=4.0 -checkdrive.
 
 it should be a comma (4,0), and 4 should be the SCSI id of _your_
 drive.  Mine's 4: 
 scsi0: Target 4: Queue Depth 3, Asynchronous
 
 Later,
   Dale
 -- 
 +- pgp key available --+
 | Dale E. Martin |  Clifton Labs, Inc.  |  Senior Computer Engineer|
 | [EMAIL PROTECTED]|http://www.clifton-labs.com |
 +--+