Re: problems with xcdroast + ide-scsi

2003-11-17 Thread Lourens Veen
On Mon 17 November 2003 22:50, obarrot wrote:
> Hi, I can't use my CD-ATAPI cdrom with xcdroast + the ide-scsi.o
> module
>
> I had to disable DMA on this CD drive as any operation on the
> device freezed totally the
> machine!
> now I can mount & acccess this /dev/sg1 device ok but readcd does
> detect a garbled disk:
> a music disk instead of a data disk (see below)
>
> any hints?
> thanks



Random thoughts:

- Try getting the latest version of cdrtools, and compile and 
install them from source

- From your lsmod output, ide-scsi isn't loaded?

- The error message "Warning: controller returns wrong size for CD 
capabilities page." could be due to a firmware bug

- The output from readcd you pasted seems to be fine. Does it read 
it correctly?

- xcdroast doesn't seem to detect anything, it just starts cdda2wav. 
Although it seems that you snipped some output. Could you try 
without XCDRoast? That would give some more legible output as well 
as remove a potential source of error

- "DGB10: readtoc: no MMC" seems to say that the drive is not MMC 
compliant. If this is an old Goldstar drive, you may need the 
gscd.o kernel module. 

- How is the drive attached to the system? What kind of mainboard do 
you have?

- Does it work without ide-scsi, ie with ide-cd? If so, you could 
add the line

options ide-cd ignore=hdx

with hdx the device of your writer, to use the reader with ide-cd 
and the writer with ide-scsi. This is not a solution, but may be a 
workaround.

Lourens
-- 
GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key



Re: problems with xcdroast + ide-scsi

2003-11-17 Thread Lourens Veen
On Mon 17 November 2003 22:50, obarrot wrote:
> Hi, I can't use my CD-ATAPI cdrom with xcdroast + the ide-scsi.o
> module
>
> I had to disable DMA on this CD drive as any operation on the
> device freezed totally the
> machine!
> now I can mount & acccess this /dev/sg1 device ok but readcd does
> detect a garbled disk:
> a music disk instead of a data disk (see below)
>
> any hints?
> thanks



Random thoughts:

- Try getting the latest version of cdrtools, and compile and 
install them from source

- From your lsmod output, ide-scsi isn't loaded?

- The error message "Warning: controller returns wrong size for CD 
capabilities page." could be due to a firmware bug

- The output from readcd you pasted seems to be fine. Does it read 
it correctly?

- xcdroast doesn't seem to detect anything, it just starts cdda2wav. 
Although it seems that you snipped some output. Could you try 
without XCDRoast? That would give some more legible output as well 
as remove a potential source of error

- "DGB10: readtoc: no MMC" seems to say that the drive is not MMC 
compliant. If this is an old Goldstar drive, you may need the 
gscd.o kernel module. 

- How is the drive attached to the system? What kind of mainboard do 
you have?

- Does it work without ide-scsi, ie with ide-cd? If so, you could 
add the line

options ide-cd ignore=hdx

with hdx the device of your writer, to use the reader with ide-cd 
and the writer with ide-scsi. This is not a solution, but may be a 
workaround.

Lourens
-- 
GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key


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



problems with xcdroast + ide-scsi

2003-11-17 Thread obarrot
Hi, I can't use my CD-ATAPI cdrom with xcdroast + the ide-scsi.o module
I had to disable DMA on this CD drive as any operation on the device 
freezed totally the
machine!
now I can mount & acccess this /dev/sg1 device ok but readcd does detect 
a garbled disk:
a music disk instead of a data disk (see below)

any hints?
thanks
Olivier
PS: please reply me directly, I'm not on this alias
--
texavery:~ # uname -a
Linux texavery 2.4.16 #4 Sun Nov 16 13:04:01 CET 2003 i586 unknown
texavery:~ # mount /writer
mount: No medium found
texavery:~ # lsmod
Module  Size  Used by
ncr53c8xx  51184   0  (autoclean) (unused)
sr_mod 11392   0  (autoclean)
scsi_mod   51056   2  (autoclean) [ncr53c8xx sr_mod]
nvidia   1629248  11  (autoclean)
pcnet3211216   1  (autoclean)
serial 43952   1  (autoclean)
isa-pnp28176   0  (autoclean) [serial]
nls_iso8859-1   2880   3  (autoclean)
nls_cp437   4384   3  (autoclean)
vfat9200   3  (autoclean)
fat28864   0  (autoclean) [vfat]
unix   13696  15  (autoclean)
texavery:~ # cdrecord -scanbus
Cdrecord 1.11a19 (i586-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
Linux sg driver version: 3.1.20
Using libscg version 'schily-0.6'
scsibus0:
   0,0,0 0) *
   0,1,0 1) 'TRAXDATA' 'CDRW4260 PRO' '1.0q' Removable CD-ROM
   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:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
   1,0,0   100) 'GoldStar' 'CD-ROM GCD-R540 ' '1.18' Removable CD-ROM
   1,1,0   101) *
   1,2,0   102) *
   1,3,0   103) *
   1,4,0   104) *
   1,5,0   105) *
   1,6,0   106) *
   1,7,0   107) *
texavery:~ # readcd  -vv dev=1,0,0 -f /tmp/test2.raw
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.1.20
readcd: Warning: controller returns wrong size for CD capabilities page.
readcd: Warning: controller returns wrong size for CD capabilities page.
Capacity: 354656 Blocks = 709312 kBytes = 692 MBytes = 726 prMB
Sectorsize: 2048 Bytes
Copy from SCSI (1,0,0) disk to file '/tmp/test2.raw'
end:354656
addr:0 cnt: 128
texavery:~ # xcdroast -d 10

DGB1: calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDDA2WAV -D "1,0,0" 
-J -g -Q -H -v1 2>&1
DGB10: readtoc: Type: ROM, Vendor 'GoldStar' Model 'CD-ROM GCD-R540 ' 
Revision '1.18' cdda2wav: Warning: controller returns wrong size for CD 
capabilities page.DGB10: readtoc: no MMC
DGB10: readtoc: 724992 bytes buffer memory requested, 4 buffers, 75 sectors
DGB10: readtoc: #Cdda2wav version 1.11a19_linux_2.4.4-4gb_i586_i586 real 
time sched. soundcard support
DGB10: readtoc: Tracks:1 77:57.39
DGB10: readtoc: CDINDEX discid: ctX64YCFDdH8.g2cRitwZoA7Bms-
DGB10: readtoc: CDDB discid: 0x02124301
DGB10: readtoc: CD-Text: not detected
DGB10: readtoc: CD-Extra: not detected
DGB10: readtoc: Album title: '' from ''
DGB10: readtoc: T01:   0 77:55.39 audio pre-emphasized copydenied 
stereo title '' from ''
DGB10: readtoc: Leadout:  350664
DGB2: -- cdinfo-structure -
DGB2: nr_tracks: 1
DGB2: total_size: 350814
DGB2: cddb_discid: 02124301
DGB2: have_cdtext: 0, have_cdextra: 0
DGB2: title/artist: /
DGB2: cddb_dtitle: (NULL)
DGB2: leadout: 350664
DGB2: track: 1 start: 0 size: 350664
DGB2:type: 1, rec_type: 0, preemp: 1, copyperm: 0, stereo: 1
DGB2:title/artist: / cddb_title: (NULL) volname: (NULL)
DGB1: calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap READCD dev= "1,0,0" 
f=- sectors=0-0 2>&1
DGB10: check_medium_loaded: readcd: Warning: controller returns wrong 
size for CD capabilities page.
DGB10: check_medium_loaded: readcd: Warning: controller returns wrong 
size for CD capabilities page.
DGB10: check_medium_loaded: Capacity: 350664 Blocks = 701328 kBytes = 
684 MBytes = 718 prMB
DGB10: check_medium_loaded: Sectorsize: 2048 Bytes
DGB10: -> Detected sectorsize of 2048 bytes
DGB10: check_medium_loaded: Copy from SCSI (1,0,0) disk to file '-'
DGB10: check_medium_loaded: end: 0
DGB10: check_medium_loaded: addr:0
DGB10: check_medium_loaded: Time total: 0.000sec
DGB10: check_medium_loaded: Read 0.00 kB at 0.0 kB/sec.
DGB10: medium loaded return code: 0
DGB1: calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDDA2WAV -D "1,0,0" 
-J -g -Q -H -v1 2>&1
DGB10: readtoc: Type: ROM, Vendor 'GoldStar' Model 'CD-ROM GCD-R540 ' 
Revision '1.18' cdda2wav: Warning: controller returns wrong size for CD 
capabilities page.DGB10: readtoc: no MMC
DGB10: readtoc: 724992 bytes buffer memory requested, 4 buffers, 75 sectors
DGB10: readtoc: #Cdda2wav version 1.11a19_linux_2.4.4-4gb_i586_i586 real 
time sched. soundcard support
DGB10: readtoc: Tracks:1 77:57.39
DGB10: readtoc: CDIN

problems with xcdroast + ide-scsi

2003-11-17 Thread obarrot
Hi, I can't use my CD-ATAPI cdrom with xcdroast + the ide-scsi.o module

I had to disable DMA on this CD drive as any operation on the device 
freezed totally the
machine!
now I can mount & acccess this /dev/sg1 device ok but readcd does detect 
a garbled disk:
a music disk instead of a data disk (see below)

any hints?
thanks
Olivier

PS: please reply me directly, I'm not on this alias
--
texavery:~ # uname -a
Linux texavery 2.4.16 #4 Sun Nov 16 13:04:01 CET 2003 i586 unknown
texavery:~ # mount /writer
mount: No medium found
texavery:~ # lsmod
Module  Size  Used by
ncr53c8xx  51184   0  (autoclean) (unused)
sr_mod 11392   0  (autoclean)
scsi_mod   51056   2  (autoclean) [ncr53c8xx sr_mod]
nvidia   1629248  11  (autoclean)
pcnet3211216   1  (autoclean)
serial 43952   1  (autoclean)
isa-pnp28176   0  (autoclean) [serial]
nls_iso8859-1   2880   3  (autoclean)
nls_cp437   4384   3  (autoclean)
vfat9200   3  (autoclean)
fat28864   0  (autoclean) [vfat]
unix   13696  15  (autoclean)
texavery:~ # cdrecord -scanbus
Cdrecord 1.11a19 (i586-pc-linux-gnu) Copyright (C) 1995-2002 Jörg Schilling
Linux sg driver version: 3.1.20
Using libscg version 'schily-0.6'
scsibus0:
   0,0,0 0) *
   0,1,0 1) 'TRAXDATA' 'CDRW4260 PRO' '1.0q' Removable CD-ROM
   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:
cdrecord: Warning: controller returns wrong size for CD capabilities page.
   1,0,0   100) 'GoldStar' 'CD-ROM GCD-R540 ' '1.18' Removable CD-ROM
   1,1,0   101) *
   1,2,0   102) *
   1,3,0   103) *
   1,4,0   104) *
   1,5,0   105) *
   1,6,0   106) *
   1,7,0   107) *
texavery:~ # readcd  -vv dev=1,0,0 -f /tmp/test2.raw
scsidev: '1,0,0'
scsibus: 1 target: 0 lun: 0
Linux sg driver version: 3.1.20
readcd: Warning: controller returns wrong size for CD capabilities page.
readcd: Warning: controller returns wrong size for CD capabilities page.
Capacity: 354656 Blocks = 709312 kBytes = 692 MBytes = 726 prMB
Sectorsize: 2048 Bytes
Copy from SCSI (1,0,0) disk to file '/tmp/test2.raw'
end:354656
addr:0 cnt: 128
texavery:~ # xcdroast -d 10

DGB1: calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDDA2WAV -D "1,0,0" 
-J -g -Q -H -v1 2>&1
DGB10: readtoc: Type: ROM, Vendor 'GoldStar' Model 'CD-ROM GCD-R540 ' 
Revision '1.18' cdda2wav: Warning: controller returns wrong size for CD 
capabilities page.DGB10: readtoc: no MMC
DGB10: readtoc: 724992 bytes buffer memory requested, 4 buffers, 75 sectors
DGB10: readtoc: #Cdda2wav version 1.11a19_linux_2.4.4-4gb_i586_i586 real 
time sched. soundcard support
DGB10: readtoc: Tracks:1 77:57.39
DGB10: readtoc: CDINDEX discid: ctX64YCFDdH8.g2cRitwZoA7Bms-
DGB10: readtoc: CDDB discid: 0x02124301
DGB10: readtoc: CD-Text: not detected
DGB10: readtoc: CD-Extra: not detected
DGB10: readtoc: Album title: '' from ''
DGB10: readtoc: T01:   0 77:55.39 audio pre-emphasized copydenied 
stereo title '' from ''
DGB10: readtoc: Leadout:  350664
DGB2: -- cdinfo-structure -
DGB2: nr_tracks: 1
DGB2: total_size: 350814
DGB2: cddb_discid: 02124301
DGB2: have_cdtext: 0, have_cdextra: 0
DGB2: title/artist: /
DGB2: cddb_dtitle: (NULL)
DGB2: leadout: 350664
DGB2: track: 1 start: 0 size: 350664
DGB2:type: 1, rec_type: 0, preemp: 1, copyperm: 0, stereo: 1
DGB2:title/artist: / cddb_title: (NULL) volname: (NULL)
DGB1: calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap READCD dev= "1,0,0" 
f=- sectors=0-0 2>&1
DGB10: check_medium_loaded: readcd: Warning: controller returns wrong 
size for CD capabilities page.
DGB10: check_medium_loaded: readcd: Warning: controller returns wrong 
size for CD capabilities page.
DGB10: check_medium_loaded: Capacity: 350664 Blocks = 701328 kBytes = 
684 MBytes = 718 prMB
DGB10: check_medium_loaded: Sectorsize: 2048 Bytes
DGB10: -> Detected sectorsize of 2048 bytes
DGB10: check_medium_loaded: Copy from SCSI (1,0,0) disk to file '-'
DGB10: check_medium_loaded: end: 0
DGB10: check_medium_loaded: addr:0
DGB10: check_medium_loaded: Time total: 0.000sec
DGB10: check_medium_loaded: Read 0.00 kB at 0.0 kB/sec.
DGB10: medium loaded return code: 0
DGB1: calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDDA2WAV -D "1,0,0" 
-J -g -Q -H -v1 2>&1
DGB10: readtoc: Type: ROM, Vendor 'GoldStar' Model 'CD-ROM GCD-R540 ' 
Revision '1.18' cdda2wav: Warning: controller returns wrong size for CD 
capabilities page.DGB10: readtoc: no MMC
DGB10: readtoc: 724992 bytes buffer memory requested, 4 buffers, 75 sectors
DGB10: readtoc: #Cdda2wav version 1.11a19_linux_2.4.4-4gb_i586_i586 real 
time sched. soundcard support
DGB10: readtoc: Tracks:1 77:57.39
DGB10: readtoc: CD

INVESTORS: Blue-Chip, Stock-Trading System---77% Return---Automated...braeden

2003-11-17 Thread Lea Hutton
Investors: Come see Wall Streets only scale-trading system for blue-chip stocks 
- MainScale

We DO NOT TOUT INDIVIDUAL STOCKS - This is an automated, stock-trading system 
for blue-chips only


www.mainscale4u.com/?032335


MainScale started on October 1, 2002

Here are the results our investors have enjoyed over the last year.

Banked return, 1-year: 77.98%

12 consecutive months of profitability

Trades---467
Gainers--442
Losers15


www.mainscale4u.com/?032335


In fact, the longest period between profitable trades was just 6 days.

In less than 15 minutes a day, you can manage a profitable portfolio that will 
make you money in any type of market.



www.mainscale4u.com/?032335




No more advertisements, go here: www.mainscale4u.com/nomore.html








































































z azo


INVESTORS: Blue-Chip, Stock-Trading System---77% Return---Automated...braeden

2003-11-17 Thread Lea Hutton
Investors: Come see Wall Streets only scale-trading system for blue-chip stocks - 
MainScale

We DO NOT TOUT INDIVIDUAL STOCKS - This is an automated, stock-trading system for 
blue-chips only


www.mainscale4u.com/?032335


MainScale started on October 1, 2002

Here are the results our investors have enjoyed over the last year.

Banked return, 1-year: 77.98%

12 consecutive months of profitability

Trades---467
Gainers--442
Losers15


www.mainscale4u.com/?032335


In fact, the longest period between profitable trades was just 6 days.

In less than 15 minutes a day, you can manage a profitable portfolio that will make 
you money in any type of market.



www.mainscale4u.com/?032335




No more advertisements, go here: www.mainscale4u.com/nomore.html








































































z azo


Re: DVD+/-R writers

2003-11-17 Thread syrius . ml

I have a sony dru 510, it's working well.
But you should NOT buy it !
Here is the reason:
http://www.dvdplusrw.org/Article.asp?mid=0&sid=2&aid=44
You cannot change the bitsetting with the sony !
Shame on Sony.
i hope it could help you to not buy this merde.



-- 



Re: DVD+/-R writers

2003-11-17 Thread syrius . ml

I have a sony dru 510, it's working well.
But you should NOT buy it !
Here is the reason:
http://www.dvdplusrw.org/Article.asp?mid=0&sid=2&aid=44
You cannot change the bitsetting with the sony !
Shame on Sony.
i hope it could help you to not buy this merde.



-- 


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



Re: DVD+/-R writers

2003-11-17 Thread Lourens Veen
On Mon 17 November 2003 15:37, Jose Casasnovas wrote:
> Which double format DVD writers can be used under Linux?? Is Sony
> supported?? I was wondering on drivers and software to run those
> writers under Linux. In case of a single format DVD writer, which
> format (+R or -R) is recommended to be run under Linux??

See http://fy.chalmers.se/~appro/linux/DVD+RW/ for a lot of 
information on DVD writing on Linux.

Lourens
-- 
GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key



DVD+/-R writers

2003-11-17 Thread Jose Casasnovas
Which double format DVD writers can be used under Linux?? Is Sony supported??
I was wondering on drivers and software to run those writers under Linux.
In case of a single format DVD writer, which format (+R or -R) is 
recommended to be run under Linux??

Thanks in advance for the advice.
Jose Casasnovas


Re: DVD+/-R writers

2003-11-17 Thread Lourens Veen
On Mon 17 November 2003 15:37, Jose Casasnovas wrote:
> Which double format DVD writers can be used under Linux?? Is Sony
> supported?? I was wondering on drivers and software to run those
> writers under Linux. In case of a single format DVD writer, which
> format (+R or -R) is recommended to be run under Linux??

See http://fy.chalmers.se/~appro/linux/DVD+RW/ for a lot of 
information on DVD writing on Linux.

Lourens
-- 
GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key


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



DVD+/-R writers

2003-11-17 Thread Jose Casasnovas
Which double format DVD writers can be used under Linux?? Is Sony supported??
I was wondering on drivers and software to run those writers under Linux.
In case of a single format DVD writer, which format (+R or -R) is 
recommended to be run under Linux??

Thanks in advance for the advice.

Jose Casasnovas

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


Problems with cdrecord.prodvd

2003-11-17 Thread Pablo Rodriguez
Hi there,
I wanted to write my first dvd with cdrecord.prodvd 2.01a12 through 
xcdroast 0.98a14. My OS is MDK 9.1 and my dvd burner is a Pioneer DVD-RW 
DVR-K1RA, which Jörg told me to be supported by cdrecord.prodvd.

I have used a Memorex DVD-RW 4.7Gb disc and xcdroast is not able to get 
the ATIP info. I have tried to burn a track (231mb) with tao and sao and 
I had no success.

The report is the following:
Calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORDPRODVD dev= "0,0,0" 
gracetime=10 fs=4096k -v driveropts=burnfree  speed=16 -dao -eject -pad 
-waiti tsize=118560s -

scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.24
Cdrecord-ProDVD-Clone 2.01a12 (i586-pc-linux-gnu) Copyright (C) 
1995-2003 Jörg Schilling
Unlocked features: ProDVD Clone
Limited  features:
This copy of cdrecord is licensed for: 
private/research/educational_non-commercial_use
TOC Type: 1 = CD-ROM
Waiting for data on stdin...
Using libscg version 'schily-0.7'
Driveropts: 'burnfree'
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'PIONEER '
Identifikation : 'DVD-RW DVR-K12RA'
Revision   : '1.10'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: DVD-RW sequential overwrite
Profile: DVD+R
Profile: DVD+RW
Profile: DVD-RW sequential overwrite (current)
Profile: DVD-RW restricted overwrite (current)
Profile: DVD-R sequential recording (current)
Profile: DVD-ROM
Profile: CD-RW
Profile: CD-R
Profile: CD-ROM
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
Driver flags   : DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1605632 = 1568 KB
FIFO size  : 4194304 = 4096 KB
Track 01: data   231 MB padsize:   30 KB
Total size:  231 MB = 118575 sectors
Current Secsize: 2048
Total power on  hours: 8878
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 2179921
Starting to write CD/DVD at speed 1 in real SAO mode for single session.

Waiting for reader process to fill input buffer ...
input buffer ready.
BURN-Free is ON.
Starting new track at sector: 0
cdrecord.prodvd: Input/output error. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 00 03 07 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 71 00 03 FF FF FE 00 0E 00 00 00 00 0C 00 00 00
Sense Key: 0x3 Medium Error, deferred error, Segment 0
Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
Sense flags: Blk -512 (not valid)
cmd finished after 0.006s timeout 100s
cdrecord.prodvd: A write error occured.
cdrecord.prodvd: Please properly read the error message above.
write track data: error after 1587200 bytes
Writing  time:   97.278s
Average write speed   1.8x.
Fixating...
Fixating time:0.005s
cdrecord.prodvd: fifo had 89 puts and 26 gets.
cdrecord.prodvd: fifo was 0 times empty and 5 times full, min fill was 89%.
I have tried to blank the dvd-rw, but I also got an error.
I have no problems with cd-r/rw burning. Could anyone help me with this.
Thanks,
Pablo



Problems with cdrecord.prodvd

2003-11-17 Thread Pablo Rodriguez
Hi there,

I wanted to write my first dvd with cdrecord.prodvd 2.01a12 through 
xcdroast 0.98a14. My OS is MDK 9.1 and my dvd burner is a Pioneer DVD-RW 
DVR-K1RA, which Jörg told me to be supported by cdrecord.prodvd.

I have used a Memorex DVD-RW 4.7Gb disc and xcdroast is not able to get 
the ATIP info. I have tried to burn a track (231mb) with tao and sao and 
I had no success.

The report is the following:

Calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORDPRODVD dev= "0,0,0" 
gracetime=10 fs=4096k -v driveropts=burnfree  speed=16 -dao -eject -pad 
-waiti tsize=118560s -

scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
Linux sg driver version: 3.1.24
Cdrecord-ProDVD-Clone 2.01a12 (i586-pc-linux-gnu) Copyright (C) 
1995-2003 Jörg Schilling
Unlocked features: ProDVD Clone
Limited  features:
This copy of cdrecord is licensed for: 
private/research/educational_non-commercial_use
TOC Type: 1 = CD-ROM
Waiting for data on stdin...
Using libscg version 'schily-0.7'
Driveropts: 'burnfree'
atapi: 1
Device type: Removable CD-ROM
Version: 0
Response Format: 2
Capabilities   :
Vendor_info: 'PIONEER '
Identifikation : 'DVD-RW DVR-K12RA'
Revision   : '1.10'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: DVD-RW sequential overwrite
Profile: DVD+R
Profile: DVD+RW
Profile: DVD-RW sequential overwrite (current)
Profile: DVD-RW restricted overwrite (current)
Profile: DVD-R sequential recording (current)
Profile: DVD-ROM
Profile: CD-RW
Profile: CD-R
Profile: CD-ROM
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
Driver flags   : DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/R96R
Drive buf size : 1605632 = 1568 KB
FIFO size  : 4194304 = 4096 KB
Track 01: data   231 MB padsize:   30 KB
Total size:  231 MB = 118575 sectors
Current Secsize: 2048
Total power on  hours: 8878
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 2179921
Starting to write CD/DVD at speed 1 in real SAO mode for single session.

Waiting for reader process to fill input buffer ...
input buffer ready.
BURN-Free is ON.
Starting new track at sector: 0
cdrecord.prodvd: Input/output error. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 00 03 07 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 71 00 03 FF FF FE 00 0E 00 00 00 00 0C 00 00 00
Sense Key: 0x3 Medium Error, deferred error, Segment 0
Sense Code: 0x0C Qual 0x00 (write error) Fru 0x0
Sense flags: Blk -512 (not valid)
cmd finished after 0.006s timeout 100s
cdrecord.prodvd: A write error occured.
cdrecord.prodvd: Please properly read the error message above.
write track data: error after 1587200 bytes
Writing  time:   97.278s
Average write speed   1.8x.
Fixating...
Fixating time:0.005s
cdrecord.prodvd: fifo had 89 puts and 26 gets.
cdrecord.prodvd: fifo was 0 times empty and 5 times full, min fill was 89%.
I have tried to blank the dvd-rw, but I also got an error.

I have no problems with cd-r/rw burning. Could anyone help me with this.

Thanks,

Pablo



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


Re: DVD recording adventures continued

2003-11-17 Thread Andy Polyakov
> > > Going to DVD-R media, I am totally unable to burn any of them.
> > Do try more media brands...
> 
> With the NEC and unsupported media, an error message indicating
> that fact (no support for medium in drive) showed up - as you
> can see, this time no such error is shown.

Well, we can only wish that all vendors return same error codes in same
situations. It's jungle out there, trust me.

> Or in other words - I do not think
> the problem is that the drive does not like the disc.

And I don't think it's an application or kernel problem:-)

> Does the following not tell you anything?
>  :-[ LBA=0h, SENSE KEY=5h/ASC=21h/ASCQ=02h ]

See http://fy.chalmers.se/~appro/linux/DVD+RW/keys.txt for transcript.
5/21/02 stands "INVALID ADDRESS FOR WRITE," which essentially makes no
sense for blank media [unless unit failed to figure out what to do with
it].

> Additionally tried Princo now - here, the drive gets locked up
> showing status with
>   scsi : aborting command due to timeout : pid .. scsi0, channel 0
> id 0, lun 0 Start/Stop Unit 00 00 00 03 00

The command reads as "load the disk, start the disc and make ready for
access." Timeout means that the unit failed to figure out what to do
with media within reasonable time... Does it mean that media is
supported?

> dvd+rw-mediainfo:
> INQUIRY:[PLEXTOR ][DVDR   PX-708A  ][1.02]
>  Mounted Media: 1Bh, DVD+R
> READ TRACK INFORMATION[#1]:
>  Track Size:1*2KB

Media is most likely *totally* busted and you can't reuse it. Track size
of 1 makes no sense. DVD ECC block size is 32KB and Track size should
always be N*16*2KB. It might make sense to block signals in the
beginning of recording in next update...

> By the way, I do not get any medium atip info for DVD+R

Next update will show media manufacturer id even for DVD+media. A.



Re: DVD recording adventures continued

2003-11-17 Thread Andy Polyakov
> > > Going to DVD-R media, I am totally unable to burn any of them.
> > Do try more media brands...
> 
> With the NEC and unsupported media, an error message indicating
> that fact (no support for medium in drive) showed up - as you
> can see, this time no such error is shown.

Well, we can only wish that all vendors return same error codes in same
situations. It's jungle out there, trust me.

> Or in other words - I do not think
> the problem is that the drive does not like the disc.

And I don't think it's an application or kernel problem:-)

> Does the following not tell you anything?
>  :-[ LBA=0h, SENSE KEY=5h/ASC=21h/ASCQ=02h ]

See http://fy.chalmers.se/~appro/linux/DVD+RW/keys.txt for transcript.
5/21/02 stands "INVALID ADDRESS FOR WRITE," which essentially makes no
sense for blank media [unless unit failed to figure out what to do with
it].

> Additionally tried Princo now - here, the drive gets locked up
> showing status with
>   scsi : aborting command due to timeout : pid .. scsi0, channel 0
> id 0, lun 0 Start/Stop Unit 00 00 00 03 00

The command reads as "load the disk, start the disc and make ready for
access." Timeout means that the unit failed to figure out what to do
with media within reasonable time... Does it mean that media is
supported?

> dvd+rw-mediainfo:
> INQUIRY:[PLEXTOR ][DVDR   PX-708A  ][1.02]
>  Mounted Media: 1Bh, DVD+R
> READ TRACK INFORMATION[#1]:
>  Track Size:1*2KB

Media is most likely *totally* busted and you can't reuse it. Track size
of 1 makes no sense. DVD ECC block size is 32KB and Track size should
always be N*16*2KB. It might make sense to block signals in the
beginning of recording in next update...

> By the way, I do not get any medium atip info for DVD+R

Next update will show media manufacturer id even for DVD+media. A.


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