Re: udev, atapi cdrw drives and cdrecord

2004-08-10 Thread Anthony Campbell
On 07 Aug 2004, matt zagrabelny wrote: > On Sat, 2004-08-07 at 10:08, Alan Chandler wrote: > > I have a hardware setup which includes two atapi cdrom like drives - /dev/hdc > > is a cd rewriter (or cd recorder) and /dev/hdd is a dvd drive. > > > > I am running a 2.6 kernel (2.6.7-k7-1) which is s

[Correction] Re: udev, atapi cdrw drives and cdrecord

2004-08-09 Thread Wayne Topa
Wayne Topa([EMAIL PROTECTED]) is reported to have said: > csj([EMAIL PROTECTED]) is reported to have said: > > On 8. August 2004 at 2:19PM -0400, > > Wayne Topa <[EMAIL PROTECTED]> wrote: > > > > > Otto Wyss([EMAIL PROTECTED]) is reported to have said: > > > > > > > I am trying to use cdrecord to

Re: udev, atapi cdrw drives and cdrecord

2004-08-08 Thread Wayne Topa
csj([EMAIL PROTECTED]) is reported to have said: > On 8. August 2004 at 2:19PM -0400, > Wayne Topa <[EMAIL PROTECTED]> wrote: > > > Otto Wyss([EMAIL PROTECTED]) is reported to have said: > > > > > I am trying to use cdrecord to make a cd. But it seemingly > > > > hangs (forever). It outputs the

Re: udev, atapi cdrw drives and cdrecord

2004-08-08 Thread csj
On 8. August 2004 at 2:19PM -0400, Wayne Topa <[EMAIL PROTECTED]> wrote: > Otto Wyss([EMAIL PROTECTED]) is reported to have said: > > > I am trying to use cdrecord to make a cd. But it seemingly > > > hangs (forever). It outputs the information below and then > > > suspends (and ctrl C does not

Re: udev, atapi cdrw drives and cdrecord

2004-08-08 Thread Wayne Topa
Otto Wyss([EMAIL PROTECTED]) is reported to have said: > > I am trying to use cdrecord to make a cd. But it seemingly hangs (forever). > > It outputs the information below and then suspends (and ctrl C does not kill > > it). > > > Use > > cdrecord --scanbus dev=ATAPI > > and then burn it with

Re: udev, atapi cdrw drives and cdrecord

2004-08-08 Thread Alan Chandler
On Sunday 08 August 2004 10:46, Otto Wyss wrote: > > I am trying to use cdrecord to make a cd. But it seemingly hangs > > (forever). It outputs the information below and then suspends (and ctrl C > > does not kill it). > > Use > > cdrecord --scanbus dev=ATAPI > > and then burn it with the gotten n

Re: udev, atapi cdrw drives and cdrecord

2004-08-08 Thread Otto Wyss
> I am trying to use cdrecord to make a cd. But it seemingly hangs (forever). > It outputs the information below and then suspends (and ctrl C does not kill > it). > Use cdrecord --scanbus dev=ATAPI and then burn it with the gotten numbers cdrecord dev=ATAPI:x,x,x O. Wyss -- How to enhance

Re: udev, atapi cdrw drives and cdrecord

2004-08-07 Thread Roy Pluschke
> > I am running a 2.6 kernel (2.6.7-k7-1) which is supposed to automatically > include ide-scsi without the need to load a module. > > I have set up udev to create /dev/hdc and also a symlink /dev/cdrw to point > to it. > > I am trying to use cdrecord to make a cd. But it seemingly hangs > (fore

Re: udev, atapi cdrw drives and cdrecord

2004-08-07 Thread matt zagrabelny
On Sat, 2004-08-07 at 10:08, Alan Chandler wrote: > I have a hardware setup which includes two atapi cdrom like drives - /dev/hdc > is a cd rewriter (or cd recorder) and /dev/hdd is a dvd drive. > > I am running a 2.6 kernel (2.6.7-k7-1) which is supposed to automatically > include ide-scsi with