Re: Careful Dave: Re: cdrecord error

2004-05-15 Thread John L Fjellstad
Roberto Sanchez <[EMAIL PROTECTED]> writes: > Does that work regardless of the media? I.e., slow 4x for > CD-RW and fast 24x or 48x for plain CD-R? I really don't know, and I haven't tested with CD-RW. According to the man for cdrecord, I see this: If no speed value could be found, cdrecord

Re: Careful Dave: Re: cdrecord error

2004-05-14 Thread Roberto Sanchez
John L Fjellstad wrote: Greg Folkert <[EMAIL PROTECTED]> writes: Cooked IO for IDE devices should be using the "ATAPI:b,d,l" specifier. (i.e.: ATAPI:0,0,0 for your first IDE device) For the 2.6.x kernel use: cdrecord -v -speed 8 -dev ATAPI:0,0,0 example.iso Or you can just write directly to the

Re: Careful Dave: Re: cdrecord error

2004-05-14 Thread John L Fjellstad
Greg Folkert <[EMAIL PROTECTED]> writes: > Cooked IO for IDE devices should be using the "ATAPI:b,d,l" specifier. > (i.e.: ATAPI:0,0,0 for your first IDE device) > For the 2.6.x kernel use: > cdrecord -v -speed 8 -dev ATAPI:0,0,0 example.iso Or you can just write directly to the node, like this c

Re: cdrecord error

2004-05-14 Thread David Cunningham
ge - > > From: "Peter Rohrman" <[EMAIL PROTECTED]> > > To: "Thomas Adam" <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Thursday, May 13, 2004 1:23 PM > > Subject: Re: cdrecord error > > > > > > > Well

Re: cdrecord error

2004-05-13 Thread Roberto Sanchez
Peter Rohrman wrote: David, That sounds like a plan. Next week, I'll wipe out Sol x86 and put Debian back on. I don't think that sarge gives me the 2.6 kernel, so I guess that I don't have to worry about what Greg added to this thread. I'll let you know how it goes. Pete Oddly enough, I just t

Re: Careful Dave: Re: cdrecord error

2004-05-13 Thread s. keeling
Incoming from Peter Rohrman: > > To Everyone else out there on the debian-user list: > > THIS LIST ROCKS!! I've only been on this list about a week, and I can > see so much great information being passed. This is the best email list I If you like the list, you'll love the archives. Search

Re: Careful Dave: Re: cdrecord error

2004-05-13 Thread Peter Rohrman
; > > To: "Thomas Adam" <[EMAIL PROTECTED]> > > Cc: <[EMAIL PROTECTED]> > > Sent: Thursday, May 13, 2004 1:23 PM > > Subject: Re: cdrecord error > > > Is there a volmgt on Debian in my way of using cdrecord? If someone out > > > there

Re: cdrecord error

2004-05-13 Thread Peter Rohrman
04, David Cunningham wrote: > - Original Message - > From: "Peter Rohrman" <[EMAIL PROTECTED]> > To: "Thomas Adam" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, May 13, 2004 1:23 PM > Subject: Re: cdrecord error >

Careful Dave: Re: cdrecord error

2004-05-13 Thread Greg Folkert
On Thu, 2004-05-13 at 18:25, David Cunningham wrote: > - Original Message - > From: "Peter Rohrman" <[EMAIL PROTECTED]> > To: "Thomas Adam" <[EMAIL PROTECTED]> > Cc: <[EMAIL PROTECTED]> > Sent: Thursday, May 13, 2004 1:23 PM > Subjec

Re: cdrecord error

2004-05-13 Thread David Cunningham
- Original Message - From: "Peter Rohrman" <[EMAIL PROTECTED]> To: "Thomas Adam" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, May 13, 2004 1:23 PM Subject: Re: cdrecord error > Well, I couldn't get "cdrecord" to w

Re: cdrecord error

2004-05-13 Thread Peter Rohrman
Well, I couldn't get "cdrecord" to work under Debian, so I went back and installed Solaris x86. Funny thing happened when I did that. Solaris x86 was giving me the same error when I tried to run "cdrecord." After poking around for a while, I noticed that volmgt was on. I shut off volmgt, and v

Re: cdrecord error

2004-05-10 Thread Thomas Adam
--- Peter Rohrman <[EMAIL PROTECTED]> wrote: > Changing the append statement and running lilo didn't work. You must ensure in addition to that, that you're loading the "ide-scsi" module (and its faithful follwer "sg" at boot). Check that they're listed in the file: /etc/modules and if not, a

Re: cdrecord error

2004-05-10 Thread Peter Rohrman
Changing the append statement and running lilo didn't work. I know that I did get cdrecord to work on this box under Solaris X86. ( that's how i burned the debian CD's). I really don't want to re-install Solaris x86. I want to run debian, and I need cdrecord to work on it. Might you have any o

Re: cdrecord error

2004-05-07 Thread Peter Rohrman
Thomas, I'll give it a try. Thank you. I'll let you know how I made out. Peter Rohrman On Fri, 7 May 2004, [iso-8859-1] Thomas Adam wrote: > --- Peter Rohrman <[EMAIL PROTECTED]> wrote: > > > TUGGY:/home/pete/cobalt# cdrecord -scanbus > > Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 199

Re: cdrecord error

2004-05-07 Thread Thomas Adam
--- Peter Rohrman <[EMAIL PROTECTED]> wrote: > TUGGY:/home/pete/cobalt# cdrecord -scanbus > Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jrg Schilling > cdrecord: No such file or directory. Cannot open SCSI driver. > cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure

cdrecord error

2004-05-07 Thread Peter Rohrman
I just installed cdrecord and ran "cdrecord -scanbus" and got the following error message. I'm trying to burn an iso image to CD. Can anyone help? TUGGY:/home/pete/cobalt# cdrecord -scanbus Cdrecord 1.10 (i686-pc-linux-gnu) Copyright (C) 1995-2001 Jrg Schilling cdrecord: No such file or director

Re: cdrecord error

2003-02-25 Thread Jason Majors
On Tue, Feb 25, 2003 at 09:28:38AM +0100, Eduard Bloch scribbled... > #include > * Jason Majors [Mon, Feb 24 2003, 08:12:57PM]: > > I'm trying to use cdrecord with a new ide cdrw. > > I went through the ide-scsi howto I found and I now get the following lines > > in dmesg, and I can mount the driv

Re: cdrecord error

2003-02-25 Thread Eduard Bloch
#include * Jason Majors [Mon, Feb 24 2003, 08:12:57PM]: > I'm trying to use cdrecord with a new ide cdrw. > I went through the ide-scsi howto I found and I now get the following lines > in dmesg, and I can mount the drive as /dev/sr0. > > --dmesg > SCSI subsystem driver Revision: 1.00 > scsi0 : S

cdrecord error

2003-02-24 Thread Jason Majors
I'm trying to use cdrecord with a new ide cdrw. I went through the ide-scsi howto I found and I now get the following lines in dmesg, and I can mount the drive as /dev/sr0. --dmesg SCSI subsystem driver Revision: 1.00 scsi0 : SCSI host adapter emulation for IDE ATAPI devices Vendor: OPTORITE Mo

Re: odd cdrecord error

2002-12-30 Thread Stephen Gran
This one time, at band camp, Stephen Gran said: > Hello all, > > I'm having an odd problem with cdrecord and a Knoppix iso. Here's the > output (sorry about the bad wrap): > > steve@gashuffer:~$ cdrecord -v -eject speed=4 -isosize dev=0,3,0 >/home/steve/KNOPPIX_V3.1-2002-12-11-EN.iso > Cdrecor

odd cdrecord error

2002-12-30 Thread Stephen Gran
Hello all, I'm having an odd problem with cdrecord and a Knoppix iso. Here's the output (sorry about the bad wrap): steve@gashuffer:~$ cdrecord -v -eject speed=4 -isosize dev=0,3,0 /home/steve/KNOPPIX_V3.1-2002-12-11-EN.iso Cdrecord 1.11a34 (i686-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schi

cdrecord error in write_g1

2001-09-04 Thread DvB
I fixed the problem posted earlier (not sure how, but it didn't involve making any changes to my system). Now, I have another problem with it :-\ I've run some searches on google and deja for the error message and it appears to be a fairly common problem with recent versions of cdrecord but no one