Re: ide-scsi - write_g1: scsi sendcmd: fatal error

2009-05-29 Thread Thomas Schmitt
Hi,

 However, when legacy /proc/scsi support is enabled in a
 fresh kernel the performance and returned error remains the same.

That /proc/scsi stuff is for diagnostics. So no
remedy was to be expected. But what do you get now
from this ?
  cat /proc/scsi/scsi

And from this ?
  ls -d /sys/bus/scsi/devices/0:0:0:0/*:*
(it should tell the various addresses of
 the burner: sg?, sr0, 0:0:0:0 )

Did  cdrecord dev=/dev/sr0  show any other
behavior than dev=0,0,0 ?

You could try cdrskin instead of cdrecord.
Same arguments as with cdrecord (but no rscsi).
Possibly different error messages.

-

If this all does not bring insight, then you will
have to try living without using ide-scsi.
How about remote commands like:

  cat dsl-1.1.iso | ssh ... 'cdrecord dev=ATA:0,1,0 -tao -'

  cat dsl-1.1.iso | \
ssh ... 'cdrskin dev=ATA:0,1,0 -dao -isosize padsize=300k -'

(According to man cdrecord, -isosize cannot be
 used with stdin. cdrskin allows this for the
 first track. So one can use -dao or -sao.)

Is it sure at all that rscsi will not work
with /dev/hdb (concluded from ATA:0,1,0)
rather than 0,0,0 (plus ide-scsi) ?  

I see a discussion thread from last year:
  http://lists.debian.org/cdwrite/2008/06/msg00026.html
How far did you get with that ?
Did it work finally ?


Have a nice day :)

Thomas


-- 
To UNSUBSCRIBE, email to cdwrite-requ...@other.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@other.debian.org



Re: ide-scsi - write_g1: scsi sendcmd: fatal error

2009-05-29 Thread Joerg Schilling
Fog_Watch d...@exemail.com.au wrote:

 On Thu, 28 May 2009 10:26:13 -0700
 Dave Platt dpl...@radagast.org wrote:

  Possibly the user's kernel was configured without the
  legacy /proc/scsi support feature being enabled?
 Correct.  However, when legacy /proc/scsi support is enabled in a
 fresh kernel the performance and returned error remains the same.

You do not need prov/scsi but if you have a recent kernel where ide-scsi does 
not work, you must not use it. See my other mail from yesterday

Jörg

-- 
 EMail:jo...@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
   j...@cs.tu-berlin.de(uni)  
   joerg.schill...@fokus.fraunhofer.de (work) Blog: 
http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily


-- 
To UNSUBSCRIBE, email to cdwrite-requ...@other.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@other.debian.org



Opt-In Email

2009-05-29 Thread JimmyC007
We are an internet business helping people find their way online.

Click below 
https://www.securepaynet.net/default.aspx?prog%5Fid=446165


to unsubscribe from this email supp...@cortese.us 



Re: ide-scsi - write_g1: scsi sendcmd: fatal error

2009-05-29 Thread Ian
On Fri, 29 May 2009 08:40:24 +0200
Thomas Schmitt scdbac...@gmx.net wrote:

   ls -d /sys/bus/scsi/devices/0:0:0:0/*:*
 (it should tell the various addresses of
  the burner: sg?, sr0, 0:0:0:0 )
# ls -d /sys/bus/scsi/devices/1\:0\:0\:0/*:*   
/sys/bus/scsi/devices/1:0:0:0/block:sr0
/sys/bus/scsi/devices/1:0:0:0/scsi_device:1:0:0:0
/sys/bus/scsi/devices/1:0:0:0/scsi_generic:sg0

 
 Did  cdrecord dev=/dev/sr0  show any other
 behavior than dev=0,0,0 ?
No
 You could try cdrskin instead of cdrecord.
 Same arguments as with cdrecord (but no rscsi).
 Possibly different error messages.
 
 -
 
 If this all does not bring insight, then you will
 have to try living without using ide-scsi.
 How about remote commands like:
 
   cat dsl-1.1.iso | ssh ... 'cdrecord dev=ATA:0,1,0 -tao -'
I hadn't thought of that.  I'll explore this option.
 
   cat dsl-1.1.iso | \
 ssh ... 'cdrskin dev=ATA:0,1,0 -dao -isosize padsize=300k -'
 
 (According to man cdrecord, -isosize cannot be
  used with stdin. cdrskin allows this for the
  first track. So one can use -dao or -sao.)
 
 Is it sure at all that rscsi will not work
 with /dev/hdb (concluded from ATA:0,1,0)
 rather than 0,0,0 (plus ide-scsi) ?  
 
 I see a discussion thread from last year:
   http://lists.debian.org/cdwrite/2008/06/msg00026.html
 How far did you get with that ?
 Did it work finally ?
Yes.  In retrospect it was the kernel upgrade(?) that lead to ide-scsi
not working.
 
 
 Have a nice day :)
 
 Thomas
Cheers.

-- 
Lose wait.  Get Gentoo.


-- 
To UNSUBSCRIBE, email to cdwrite-requ...@other.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@other.debian.org