 |
|
| Linux Forum Index » Linux Hardware » Plextor PX-712A DVD+-RW can't write in CentOS 5.4... |
|
Page 1 of 2 Goto page 1, 2 Next |
|
| Author |
Message |
| Greg Russell... |
Posted: Sat Oct 24, 2009 9:26 pm |
|
|
|
Guest
|
I previously had this PX-712A DVD-RW in a CentOS 5.3 machine, and burned
a DVD ISO to a DVD+R disk, so I know it worked. A new machine was built
with that DVD image, "yum upgrade"d to CentOS 5.4 and then the PX-712A
was transplanted to the new machine. Now it doesn't write, and I would be
grateful for your help in discovering why.
Failures occur with dvdauthor and webmin. Webmin doesn't recognize the
drive as writable (burnable). dvdauthor fails in the cdrecord command.
Current diagnostics include:
$ dmesg | grep hdc
ide1: BM-DMA at 0xffa8-0xffaf, BIOS settings: hdc:DMA, hdd:pio
hdc: PLEXTOR DVDR PX-712A, ATAPI CD/DVD-ROM drive
hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW drive, 8192kB Cache, UDMA(33)
$ ls -l /dev/hdc
brw------- 1 gregr disk 22, 0 Oct 24 18:22 /dev/hdc
$ chmod go+rw /dev/hdc
$ ls -l /dev/hdc
brw-rw-rw- 1 gregr disk 22, 0 Oct 24 18:22 /dev/hdc
$ /sbin/hdparm /dev/hdc
/dev/hdc:
IO_support = 0 (default 16-bit)
unmaskirq = 0 (off)
using_dma = 1 (on)
keepsettings = 0 (off)
readonly = 0 (off)
readahead = 256 (on)
HDIO_GETGEO failed: Inappropriate ioctl for device
$ /sbin/lsmod | grep -Ei "cd|dvd"
ide_cd 40161 0
cdrom 36577 1 ide_cd
uhci_hcd 25421 0
ohci_hcd 24553 0
ehci_hcd 33869 0
# grep hdc /var/log/messages
....
Oct 24 18:22:44 centos53 kernel: ide1: BM-DMA at 0xffa8-0xffaf, BIOS
settings: hdc:DMA, hdd:pio
Oct 24 18:22:44 centos53 kernel: hdc: PLEXTOR DVDR PX-712A, ATAPI CD/DVD-
ROM drive
Oct 24 18:22:44 centos53 kernel: hdc: ATAPI 40X DVD-ROM DVD-R CD-R/RW
drive, 8192kB Cache, UDMA(33)
Oct 24 18:23:18 centos53 smartd[3622]: Device: /dev/hdc, opened
Oct 24 18:23:18 centos53 smartd[3622]: Device: /dev/hdc, packet devices
[this device CD/DVD] not SMART capable
Inserting a new, blank DVD+R disk causes an icon to appear on the desktop
labeled ""Blank DVD+R Disc".
$ file test*
test_0.mpg: MPEG sequence, v2, program multiplex
test_1.mpg: MPEG sequence, v2, program multiplex
test_2.mpg: MPEG sequence, v2, program multiplex
test_3.mpg: MPEG sequence, v2, program multiplex
$ cdrecord test*
cdrecord: No write mode specified.
cdrecord: Asuming -tao mode.
cdrecord: Future versions of cdrecord may have different drive dependent
defaults.
cdrecord: Continuing in 5 seconds...
Cdrecord-Clone 2.01 (cpu-pc-linux-gnu) Copyright (C) 1995-2004 J�rg
Schilling
Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://
bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this
version.
cdrecord: Cannot allocate memory. WARNING: Cannot do mlockall(2).
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using
setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '/dev/cdrom'
devname: '/dev/cdrom'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
cdrecord: Warning: using inofficial libscg transport code version (schily
- Red Hat-scsi-linux-sg.c-1.83-RH ' at (no spam) (#)scsi-linux-sg.c 1.83 04/05/20
Copyright 1997 J. Schilling').
Device type : Removable CD-ROM
Version : 0
Response Format: 1
Vendor_info : 'PLEXTOR '
Identifikation : 'DVDR PX-712A '
Revision : '1.09'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing.
cdrecord: If you need DVD+R/DVD+RW support, ask the Author for cdrecord-
ProDVD.
cdrecord: Free test versions and free keys for personal use are at ftp://
ftp.berlios.de/pub/cdrecord/ProDVD/
cdrecord: Sorry, no CD/DVD-Recorder or unsupported CD/DVD-Recorder found
on this target.
Using generic SCSI-3/mmc CD-ROM driver (mmc_cd).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P RAW/
R96R
cdrecord: Unspecified command not implemented for this drive.
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using
setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: DMA speed too slow (OK for 93x). Cannot write at speed 94x.
Starting to write CD/DVD at speed 94 in real TAO mode for single session.
Last chance to quit, starting real write 0 seconds. Operation starts.
cdrecord: Unspecified command not implemented for this drive.
cdrecord: Cannot get next writable address. |
|
|
| Back to top |
|
|
|
| Greg Russell... |
Posted: Sat Oct 24, 2009 9:39 pm |
|
|
|
Guest
|
On Sun, 25 Oct 2009 03:26:16 +0000, Greg Russell wrote:
Quote: I previously had this PX-712A DVD-RW in a CentOS 5.3 machine, and
burned a DVD ISO to a DVD+R disk, so I know it worked. A new machine was
built with that DVD image, "yum upgrade"d to CentOS 5.4 and then the
PX-712A was transplanted to the new machine. Now it doesn't write, and I
would be grateful for your help in discovering why.
Failures occur with dvdauthor and webmin. Webmin doesn't recognize the
drive as writable (burnable). dvdauthor fails in the cdrecord command.
Current diagnostics include:
I'll add:
# rpm -qa | grep -Ei "dvd|cdr" | sort
cdrdao-1.2.1-2
cdrecord-2.01-10.7.el5
cdrecord-devel-2.01-10.7.el5
dvd95-1.4p0-1.el5.rf
dvdauthor-0.6.11-1.2.el5.rf
dvdisaster-0.70.4-1.el5.rf
dvdrip-0.98.10-1.el5.rf
dvd+rw-tools-7.0-1.el5
libdvdcss-1.2.10-1.el5.rf
libdvdcss-devel-1.2.10-1.el5.rf
libdvdnav-0.1.10-3.el5.rf
libdvdnav-devel-0.1.10-3.el5.rf
libdvdplay-1.0.1-5.el5.rf
libdvdplay-devel-1.0.1-5.el5.rf
libdvdread-0.9.7-1.el5.rf
libdvdread-devel-0.9.7-1.el5.rf
lsdvd-0.16-2.el5.rf
qdvdauthor-1.1.0-1.el5.rf
radvd-0.9.1-4
xcdroast-0.98a15-12.2.2 |
|
|
| Back to top |
|
|
|
| Allen Kistler... |
Posted: Sat Oct 24, 2009 10:04 pm |
|
|
|
Guest
|
Greg Russell wrote:
Quote: I previously had this PX-712A DVD-RW in a CentOS 5.3 machine, and burned
a DVD ISO to a DVD+R disk, so I know it worked. A new machine was built
with that DVD image, "yum upgrade"d to CentOS 5.4 and then the PX-712A
was transplanted to the new machine. Now it doesn't write, and I would be
grateful for your help in discovering why.
Failures occur with dvdauthor and webmin. Webmin doesn't recognize the
drive as writable (burnable). dvdauthor fails in the cdrecord command.
Current diagnostics include:
[snip]
$ cdrecord test*
[snip]
Try it as root. |
|
|
| Back to top |
|
|
|
| Greg Russell... |
Posted: Sat Oct 24, 2009 10:42 pm |
|
|
|
Guest
|
"Allen Kistler" <ackistler at (no spam) oohay.moc> wrote in message
news:hc0io8$nre$1 at (no spam) aioe.org...
Quote: $ cdrecord test*
[snip]
Try it as root.
Same exact issue as root user. |
|
|
| Back to top |
|
|
|
| Allen Kistler... |
Posted: Sun Oct 25, 2009 12:10 am |
|
|
|
Guest
|
Greg Russell wrote:
Quote: "Allen Kistler" <ackistler at (no spam) oohay.moc> wrote in message
news:hc0io8$nre$1 at (no spam) aioe.org...
$ cdrecord test*
[snip]
Try it as root.
Same exact issue as root user.
Really? Including ...
Quote: cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using
setpriority().
So maybe not so exact, but still doesn't work, eh? Check that
/dev/cdrom exists. Or specify dev=/dev/whatever as part of the command.
BTW, does a list of non-pcm/non-wav filenames (you're feeding it a list
of mpgs) really work as anything? Usually you feed it wavs (for CD
audio) or an iso (for data). |
|
|
| Back to top |
|
|
|
| Florian Rehnisch... |
Posted: Sun Oct 25, 2009 1:27 am |
|
|
|
Guest
|
o Greg Russell <me at (no spam) invalid.com>:
Quote: Cdrecord-Clone 2.01 (cpu-pc-linux-gnu) Copyright (C) 1995-2004 J�rg
Schilling
Note: This version is an unofficial (modified) version with DVD support
~~~~~~~~~~~~~~~~~~~~~
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://
bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this
version.
cdrecord: Free test versions and free keys for personal use are at ftp://
ftp.berlios.de/pub/cdrecord/ProDVD/
Hmm, not 'the real thing'. Get and compile the latest version
from ftp://ftp.berlios.de/pub/cdrecord/alpha/. At least the a57
works for me. HTH
[fup2 colm]
--
flori
Vim-Hilfe auf Deutsch http://www.florianrehnisch.de/vimhelp/ |
|
|
| Back to top |
|
|
|
| Henrik Carlqvist... |
Posted: Sun Oct 25, 2009 5:00 am |
|
|
|
Guest
|
Greg Russell <me at (no spam) invalid.com> wrote:
Quote: Inserting a new, blank DVD+R disk causes an icon to appear on the desktop
labeled ""Blank DVD+R Disc".
$ cdrecord test*
cdrecord was made to write to CDs. Try growisofs instead.
Quote: Note: This version is an unofficial (modified) version with DVD support
Does it really have support for DVD+R?
Quote: Note: and therefore may have bugs that are not present in the original.
If you prefer a point and click interface you might want to try k3b. That
program will call cdrecord and growisofs for you.
regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root at (no spam) localhost postmaster at (no spam) localhost |
|
|
| Back to top |
|
|
|
| Evan24... |
Posted: Sun Oct 25, 2009 6:38 am |
|
|
|
Guest
|
On Sun, 25 Oct 2009 03:26:16 +0000, Greg Russell wrote:
Quote: I previously had this PX-712A DVD-RW in a CentOS 5.3 machine, and
burned a DVD ISO to a DVD+R disk, so I know it worked. A new machine was
built with that DVD image, "yum upgrade"d to CentOS 5.4 and then the
PX-712A was transplanted to the new machine. Now it doesn't write, and I
would be grateful for your help in discovering why.
Some boards have an added jmicron controller for the ide interface which
could not work with linux. What is your new hardware? |
|
|
| Back to top |
|
|
|
| Joerg Schilling... |
Posted: Mon Oct 26, 2009 11:00 am |
|
|
|
Guest
|
In article <pan.2009.10.25.11.00.22.129800 at (no spam) deadspam.com>,
Henrik Carlqvist <Henrik.Carlqvist at (no spam) deadspam.com> wrote:
Quote: Greg Russell <me at (no spam) invalid.com> wrote:
Inserting a new, blank DVD+R disk causes an icon to appear on the desktop
labeled ""Blank DVD+R Disc".
$ cdrecord test*
cdrecord was made to write to CDs. Try growisofs instead.
Not correct, let me corect for you:
growisofs was made to write DVD+RW, cdrecord was made to write any kind of
optical media with 12cm diameter.
In case you don't know, cdrecord writes DVDs since February 1998.
Just look at the original sources:
ftp://ftp.berlios.de/pub/cdrecord/alpha/
--
EMail:joerg at (no spam) schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
js at (no spam) cs.tu-berlin.de (uni)
joerg.schilling at (no spam) fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily |
|
|
| Back to top |
|
|
|
| Henrik Carlqvist... |
Posted: Mon Oct 26, 2009 1:23 pm |
|
|
|
Guest
|
js at (no spam) cs.tu-berlin.de (Joerg Schilling) wrote:
Quote: cdrecord was made to write to CDs. Try growisofs instead.
Not correct, let me corect for you:
I stand corrected by the man himself
Quote: In case you don't know, cdrecord writes DVDs since February 1998.
Just look at the original sources:
The OP was unfortunate enough not to have the original:
Quote: Note: This version is an unofficial (modified) version with DVD support
Note: and therefore may have bugs that are not present in the original.
Note: Please send bug reports or support requests to http://
bugzilla.redhat.com/bugzilla
Note: The author of cdrecord should not be bothered with problems in this
version.
cdrecord: Found DVD+ media but DVD+R/DVD+RW support code is missing.
cdrecord: If you need DVD+R/DVD+RW support, ask the Author for cdrecord-
ProDVD.
regards Henrik
--
The address in the header is only to prevent spam. My real address is:
hc3(at)poolhem.se Examples of addresses which go to spammers:
root at (no spam) localhost postmaster at (no spam) localhost |
|
|
| Back to top |
|
|
|
| Florian Rehnisch... |
Posted: Thu Oct 29, 2009 6:14 am |
|
|
|
Guest
|
o Joerg Schilling <js at (no spam) cs.tu-berlin.de>:
Quote: growisofs was made to write DVD+RW, cdrecord was made to write any kind of
optical media with 12cm diameter.
Hey, what about my little nice 8cm cdrs?
--
flori
Vim-Hilfe auf Deutsch http://www.florianrehnisch.de/vimhelp/
Mein Zigarettenkonsum der letzten sieben Tage:
Mi:20 Do:29 Fr:27 Sa:29 So:30 Mo:25 Di:31 |
|
|
| Back to top |
|
|
|
| Joerg Schilling... |
Posted: Fri Oct 30, 2009 10:58 am |
|
|
|
Guest
|
In article <2009-10-29$13.34.17 at (no spam) x.vimhelp.de.vu>,
Florian Rehnisch <eixman at (no spam) gmx.de> wrote:
Quote: o Joerg Schilling <js at (no spam) cs.tu-berlin.de>:
growisofs was made to write DVD+RW, cdrecord was made to write any kind of
optical media with 12cm diameter.
Hey, what about my little nice 8cm cdrs?
cdrecord supports them of course, iteven supports media in heart shape ;-)
Be careful to use the original cdrecord as "wodim" does not retrieve media
information for DVDs (it ripped of the working DVD support from cdrecord
and replaced it by something half baken).
--
EMail:joerg at (no spam) schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
js at (no spam) cs.tu-berlin.de (uni)
joerg.schilling at (no spam) fokus.fraunhofer.de (work) Blog: http://schily.blogspot.com/
URL: http://cdrecord.berlios.de/private/ ftp://ftp.berlios.de/pub/schily |
|
|
| Back to top |
|
|
|
| Darren Salt... |
Posted: Fri Oct 30, 2009 11:04 am |
|
|
|
Guest
|
I demand that Joerg Schilling may or may not have written...
Quote: In article <2009-10-29$13.34.17 at (no spam) x.vimhelp.de.vu>,
Florian Rehnisch <eixman at (no spam) gmx.de> wrote:
o Joerg Schilling <js at (no spam) cs.tu-berlin.de>:
growisofs was made to write DVD+RW, cdrecord was made to write any kind
of optical media with 12cm diameter.
Hey, what about my little nice 8cm cdrs?
cdrecord supports them of course, iteven supports media in heart shape ;-)
Be careful to use the original cdrecord as "wodim" does not retrieve media
information for DVDs [...].
dvd+rw-mediainfo works well for this.
--
| Darren Salt | linux at youmustbejoking | nr. Ashington, | Doon
| using Debian GNU/Linux | or ds ,demon,co,uk | Northumberland | Army
| + Use more efficient products. Use less. BE MORE ENERGY EFFICIENT.
The Borg assimilated my race and all I got was this tagline. |
|
|
| Back to top |
|
|
|
| Greg Russell... |
Posted: Sun Nov 15, 2009 3:23 am |
|
|
|
Guest
|
"Joerg Schilling" <js at (no spam) cs.tu-berlin.de> wrote in message
news:7km2snF39mbhfU1 at (no spam) mid.dfncis.de...
Quote: growisofs was made to write DVD+RW, cdrecord was made to write any kind of
optical media with 12cm diameter.
In case you don't know, cdrecord writes DVDs since February 1998.
Apparently you are the author, and you state that linux kernel > 2.4 causes
problems with cdrecord? How can we overcome this serious deficiency, please?
We're using CentOS 5.4 with kernel 2.6.18-164.6.1, and using the ancient 2.4
kernel or Solaris are not options for us.
Thank you. The errors reported from qdvdauthor are below:
INFO: dvdrecord's functionality is now replaced by cdrecord
Cdrecord-Clone 2.01 (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jörg
Schilling
cdrecord: Warning: Running on Linux-2.6.18-164.6.1.el5
cdrecord: There are unsettled issues with Linux-2.5 and newer.
cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris.
cdrecord: Cannot allocate memory. WARNING: Cannot do mlockall(2).
cdrecord: WARNING: This causes a high risk for buffer underruns.
cdrecord: Operation not permitted. WARNING: Cannot set RR-scheduler
cdrecord: Permission denied. WARNING: Cannot set priority using
setpriority().
cdrecord: WARNING: This causes a high risk for buffer underruns.
scsidev: '0,0,0'
scsibus: 0 target: 0 lun: 0
cdrecord: No such file or directory. Cannot open '/dev/pg0'. Cannot open
SCSI driver.
cdrecord: For possible targets try 'cdrecord -scanbus'. Make sure you are
root.
cdrecord: For possible transport specifiers try 'cdrecord dev=help'.
$ /sbin/lsmod | grep scsi
iscsi_tcp 19785 0
libiscsi_tcp 21957 2 iscsi_tcp,cxgb3i
libiscsi2 42181 5 ib_iser,iscsi_tcp,bnx2i,cxgb3i,libiscsi_tcp
scsi_transport_iscsi2 37709 7 ib_iser,iscsi_tcp,bnx2i,cxgb3i,libiscsi2
scsi_transport_iscsi 6085 1 scsi_transport_iscsi2
scsi_dh 11713 1 dm_multipath
scsi_mod 141717 9
ib_iser,iscsi_tcp,bnx2i,cxgb3i,libiscsi2,scsi_transport_iscsi2,scsi_dh,libat
a,sd_mod |
|
|
| Back to top |
|
|
|
| Jean-David Beyer... |
Posted: Sun Nov 15, 2009 8:09 am |
|
|
|
Guest
|
Greg Russell wrote:
Quote: "Joerg Schilling" <js at (no spam) cs.tu-berlin.de> wrote in message
news:7km2snF39mbhfU1 at (no spam) mid.dfncis.de...
growisofs was made to write DVD+RW, cdrecord was made to write any kind of
optical media with 12cm diameter.
In case you don't know, cdrecord writes DVDs since February 1998.
Apparently you are the author, and you state that linux kernel > 2.4 causes
problems with cdrecord? How can we overcome this serious deficiency, please?
We're using CentOS 5.4 with kernel 2.6.18-164.6.1, and using the ancient 2.4
kernel or Solaris are not options for us.
I run cdrecord on CentOS 4. It uses kernel 2.6.9. I have had no problems
with it.
--
.~. Jean-David Beyer Registered Linux User 85642.
/V\ PGP-Key: 9A2FC99A Registered Machine 241939.
/( )\ Shrewsbury, New Jersey http://counter.li.org
^^-^^ 08:05:01 up 8 days, 14:39, 3 users, load average: 4.37, 4.28, 4.40 |
|
|
| Back to top |
|
|
|
|
|
All times are GMT - 5 Hours
The time now is Sat Nov 28, 2009 3:32 am
|
|