Re: DVD burning problem Plextor PX-708A using xcdroast cdrecord.prodvd
Problem solved! I appended the following four lines to /etc/modules.conf options ide-cd ignore=hdd pre-install sg modprobe ide-scsi pre-install sr_mod modprobe ide-scsi pre-install ide-scsi modprobe ide-cd as Jan Labanowski writes in his review on the subject http://www.ccl.net/cca/software/UNIX/Sony_DRU-510A_DVD+RW_burner/README-DRU-510A.html My DVD writer is slave on the 2nd IDE interface as in Jans case Note after reboot the system changes mount point names in /etc/fstab and in the /mnt directory. DVD burning then works. Martin --- Lourens Veen <[EMAIL PROTECTED]> wrote: > On Thu 3 June 2004 01:33, martin laurberg wrote: > > Dear All, > > Has anyone got a Plextor PX-708A working under > linux? > > I followed the Thomas Chungs instructions on > > http://www.xcdroast.org/ for using xcdroast with > > cdrecord.ProDVD but without success. The plextor > takes > > both DVD-R and DVD+R. I tried dvd burning of a 4.2 > GB > > iso-image on DVD-R media, both as normal user and > as > > root (from 1x to 4x speed). > > I guess the essential error is an illegal writing > > request to the drive > > Sense Key: 0x5 Illegal Request, Segment 0 > > > > Thanks in advance for any hints, > > > > Martin > > > > System: Redhat 8.0. > > Check to see if you don't have either magicdev (used > with GNOME) or > automount (for KDE) installed. These are Red Hat > programs that > attempt to autostart a CD when you insert it. > Unfortunately, this > interferes with the burning process. > > Try removing these programs (there's no real use for > them anyway) > and try again. > > Lourens > -- > GPG public key: > http://home.student.utwente.nl/l.e.veen/lourens.key > Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: DVD burning problem Plextor PX-708A using xcdroast cdrecord.prodvd
Thanks for your suggestion which I then did. It didn't get me pass the hurdle though. The exact same error persists. Martin [EMAIL PROTECTED] ~]$ rpm -qa | grep magic magicdev-1.1.3-1 [EMAIL PROTECTED] ~]$ rpm -qa | grep auto autofs-3.1.7-33 autorun-3.3-3 automake-1.6.3-1 automake15-1.5-4 automake14-1.4p6-3 autoconf-2.53-8 [EMAIL PROTECTED] martin]# rpm -e magicdev-1.1.3-1 [EMAIL PROTECTED] martin]# rpm -e autofs-3.1.7-33 [EMAIL PROTECTED] ~]$ xcdroast --- Lourens Veen <[EMAIL PROTECTED]> wrote: > On Thu 3 June 2004 01:33, martin laurberg wrote: > > Dear All, > > Has anyone got a Plextor PX-708A working under > linux? > > I followed the Thomas Chungs instructions on > > http://www.xcdroast.org/ for using xcdroast with > > cdrecord.ProDVD but without success. The plextor > takes > > both DVD-R and DVD+R. I tried dvd burning of a 4.2 > GB > > iso-image on DVD-R media, both as normal user and > as > > root (from 1x to 4x speed). > > I guess the essential error is an illegal writing > > request to the drive > > Sense Key: 0x5 Illegal Request, Segment 0 > > > > Thanks in advance for any hints, > > > > Martin > > > > System: Redhat 8.0. > > Check to see if you don't have either magicdev (used > with GNOME) or > automount (for KDE) installed. These are Red Hat > programs that > attempt to autostart a CD when you insert it. > Unfortunately, this > interferes with the burning process. > > Try removing these programs (there's no real use for > them anyway) > and try again. > > Lourens > -- > GPG public key: > http://home.student.utwente.nl/l.e.veen/lourens.key > Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: DVD burning problem Plextor PX-708A using xcdroast cdrecord.prodvd
On Thu 3 June 2004 01:33, martin laurberg wrote: > Dear All, > Has anyone got a Plextor PX-708A working under linux? > I followed the Thomas Chungs instructions on > http://www.xcdroast.org/ for using xcdroast with > cdrecord.ProDVD but without success. The plextor takes > both DVD-R and DVD+R. I tried dvd burning of a 4.2 GB > iso-image on DVD-R media, both as normal user and as > root (from 1x to 4x speed). > I guess the essential error is an illegal writing > request to the drive > Sense Key: 0x5 Illegal Request, Segment 0 > > Thanks in advance for any hints, > > Martin > > System: Redhat 8.0. Check to see if you don't have either magicdev (used with GNOME) or automount (for KDE) installed. These are Red Hat programs that attempt to autostart a CD when you insert it. Unfortunately, this interferes with the burning process. Try removing these programs (there's no real use for them anyway) and try again. Lourens -- GPG public key: http://home.student.utwente.nl/l.e.veen/lourens.key
DVD burning problem Plextor PX-708A using xcdroast cdrecord.prodvd
Dear All, Has anyone got a Plextor PX-708A working under linux? I followed the Thomas Chungs instructions on http://www.xcdroast.org/ for using xcdroast with cdrecord.ProDVD but without success. The plextor takes both DVD-R and DVD+R. I tried dvd burning of a 4.2 GB iso-image on DVD-R media, both as normal user and as root (from 1x to 4x speed). I guess the essential error is an illegal writing request to the drive Sense Key: 0x5 Illegal Request, Segment 0 Thanks in advance for any hints, Martin System: Redhat 8.0. [EMAIL PROTECTED] ~]$ more /etc/fstab | grep dvd /dev/scd0 /mnt/dvd iso9660 noauto,owner,kudzu,ro 0 0 [EMAIL PROTECTED] ~]$ rpm -qa | grep cdr xcdroast-0.98alpha15-1 cdrdao-1.1.5-10 cdrtools-mkisofs-2.00.3-1 cdrecord-ProDVD-2.01a27-1 cdrtools-cdda2wav-2.00.3-1 cdrtools-cdrecord-2.00.3-1 cdrtools-devel-2.00.3-1 [EMAIL PROTECTED] ~]$ uname -a Linux bugattix 2.4.20-20.8smp #1 SMP Mon Aug 18 14:19:07 EDT 2003 i686 athlon i386 GNU/Linux [EMAIL PROTECTED] ~]$ ls -l /usr/lib/xcdroast-0.98/bin/ total 472 -rwxr-xr-x1 root root30638 Oct 31 2003 cddbtool lrwxrwxrwx1 root root 41 Jun 1 15:03 cdrecord.prodvd -> cdrecord-prodvd-2.01a27-i686-pc-linux-gnu -rwxr-xr-x1 root root 370360 Apr 17 16:33 cdrecord-prodvd-2.01a27-i686-pc-linux-gnu -rwxr-xr-x1 root root 457 Apr 15 15:11 cdrecord-wrapper.sh -rwxr-xr-x1 root root 2303 Apr 17 16:14 prodvd -rwxr-xr-x1 root root 6158 Oct 31 2003 rmtool -rwxr-xr-x1 root root 8282 Oct 31 2003 vrfytool -rwxr-xr-x1 root root24805 Oct 31 2003 wavplay -rwsr-xr-x1 root root13704 Oct 31 2003 xcdrwrap [EMAIL PROTECTED] ~]$ more .prodvd.conf DVDRW_DEVICE=0,0,0 DVDRW_SPEED=4 Cdrecord 2.00.3 (i686-pc-linux-gnu) Copyright (C) 1995-2002 J?rg Schilling Using libscg version 'schily-0.7' scsibus0: 0,0,0 0) 'PLEXTOR ' 'DVDR PX-708A ' '1.04' Removable CD-ROM 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) * 0,5,0 5) * 0,6,0 6) * 0,7,0 7) * Error report from xcdroast 0.98alpha15 with cdrecord.dvd: Calling: /usr/lib/xcdroast-0.98/bin/xcdrwrap CDRECORDPRODVD dev= "0,0,0" gracetime=10 fs=4096k driveropts=burnfree,noforcespeed,varirec=0 -v -useinfo speed=4 -dao -dummy -eject -pad -overburn -data "/tmp/martin/track-01.iso" ... scsidev: '0,0,0' scsibus: 0 target: 0 lun: 0 Linux sg driver version: 3.1.24 SCSI buffer size: 64512 Cdrecord-ProDVD-Clone 2.01a27 (i686-pc-linux-gnu) Copyright (C) 1995-2004 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 Using libscg version 'schily-0.8'. Driveropts: 'burnfree,noforcespeed,varirec=0' atapi: 1 Device type: Removable CD-ROM Version: 0 Response Format: 1 Vendor_info: 'PLEXTOR ' Identifikation : 'DVDR PX-708A ' Revision : '1.04' Device seems to be: Generic mmc2 DVD-R/DVD-RW. Current: DVD-R sequential recording Profile: DVD+R Profile: DVD+RW Profile: DVD-RW sequential overwrite Profile: DVD-RW restricted overwrite 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 : 1036288 = 1012 KB FIFO size : 4194304 = 4096 KB pregap1: -1 Track 01: data 4276 MB padsize: 30 KB Total size: 4276 MB = 2189679 sectors Current Secsize: 2048 WARNING: Phys disk size 2298496 differs from rzone size 2297888! Prerecorded disk? WARNING: Phys start: 196608 Phys end 2495103 Blocks total: 2297888 Blocks current: 2297888 Blocks remaining: 108209 Starting to write CD/DVD at speed 2 in dummy 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 01 36 00 00 1F 00 status: 0x2 (CHECK CONDITION) Sense Bytes: 70 00 05 00 00 00 00 0A 00 00 00 00 2C 00 00 00 Sense Key: 0x5 Illegal Request, Segment 0 Sense Code: 0x2C Qual 0x00 (command sequence error) Fru 0x0 Sense flags: Blk 0 (not valid) cmd finished after 0.350s timeout 100s cdrecord.prodvd: A write error occured. cdrecord.prodvd: Please properly read the error message above. write track data: error after 634880 bytes Writing time: 45.223s Average write speed 71.6x. Fixating... Fixating time:0.000s cdrecord.prodvd: fifo had 74 puts and 11 gets. cdrecord.prodvd: fifo was 0 times empty and 3 times full, min fill was 90%. Chat instantly with your online friends? Get the FREE Yahoo! Messenger http://uk.messenger.yahoo.com/ -- To