Sony DVD-RW/CD-RW drive problems

linux

    Next

  • 1. PCMCIA flash device name question / reading cards (/dev/mem0a, /dev/mem0c0c, etc)
    Hi, does anybody know the meaningful difference between the various device names for PCMCIA memory cards. I'm currently running debian 3.0 (2.2.20 kernel) ls /dev/mem* returns /dev/mem (which I assume is system memory, or the memory the kernel is using at least, nothing to do with PCMCIA) The PCMCIA/cardbus ones seem to be: /dev/mem0a /dev/mem0a0c /dev/mem0c /dev/mem0c0b /dev/mem0c0c What is the difference between these devices? They all seem to return the same data when I do a "cat /dev/mem<whatever device> | more" Additionally, I'm trying to copy data from a 1MB flash card (the reason for this whole thing in the first place) I'm currently doing it via something like "dd if=/dev/mem0c0c of=foo.img count=2048", as this copies 1048576 bytes (2048 512-byte records). Should I be specifying a block size as well? Also, is there a way to write the CIS data on a PCMCIA card (ie: what it identifies itself to the system as, manufacturer info, etc) (this is that data that would be seen when do you do a "cardctl ident" or returned in a more verbose form from "dump_cis" Thanks in advance, any help would be appreciated. Plea
  • 2. Vastech KVM switch killing mouse
    I'm running three PCs, and hope soon to run a fourth, from a Vastech four-port KVM switch. Two have athlon processors and run Fedora Core 1; the other is a pentium 2, running FC3 at present. (I plan to install Windows XP on one of its two hard drives, and FC1 on the other -- and not connect it to the Net when I'm using the Evil OS to run GPS/topo map software.) Sometimes it works fine for days. Sometimes when I switch to a machine where all was fine shortly before, the mouse is dead, and I'm lucky if Ctrl-Alt-Backspace restores it. Other times both Caps Lock and Scroll Lock lights flash in unison; and then even Ctrl-Alt_Delete doesn't work, and I have to cycle the power. I take care that both the machine I'm switching from, and the one I'm switching to, are set to workspaces where nothing is running. Will anything else help? This is better than having three sets of mouse-keyboard-monitor on my desk, but stillpretty annoying. -- Beartooth Implacable Venato ergo sum.
  • 3. power supply with a large number of connectors?
    I'm trying to figure out the largest number of hard drives I can safely use off of one power supply. The largest power supply wattage I see available is 500, and those come with 6 hard-drive type connectors. I know I can use splitters to increase the number of connectors I can use, but I don't know what the max limit on that is. What's the max number of splitters I should use to support hard drives on a standard single-CPU ATX-style board? I plan on buying extra IO controller cards to support the extra drives. Thanks!

Sony DVD-RW/CD-RW drive problems

Postby grodenhi@gmail.com » Thu, 25 Aug 2005 07:11:12 GMT

I have a Dell Inspiron 9300 laptop with a Sony DVD/CD -RW drive.  This
drive works fine reading CD/DVD disks.  It however never recognizes a
blank CD-R (I would like to burn a CD of pictures).  When I insert a
blank CD-R, the drive scans it for several second then simply gives up
with no error (xcdroast claims there's no CD in the drive).  There are
also no entries in any syslogs.  Any suggestions?  I'd really like to
backup some data.


Re: Sony DVD-RW/CD-RW drive problems

Postby Lenard » Thu, 25 Aug 2005 08:54:40 GMT




Turn off the automounting of the CD/DVD device, as root edit
the /etc/fstab file sample below;

/dev/cdrom     /media/cdrecorder    auto    noauto,user,ro  0 0

The output of the typed command 'cdrecord -prcap' sans the quotes will
tell you about the drive and the capabilities of the drive, sippet
below;

$ cdrecord -prcap
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004 Jrg
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://www.**--****.com/ 
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 '@(#)scsi-linux-sg.c       
1.83 04/05/20 Copyright 1997 J. Schilling').
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : 'TOSHIBA '
Identifikation : 'CD/DVDW SD-R6472'
Revision       : 'TU51'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.

Drive capabilities, per MMC-3 page 2A:

  Does read CD-R media
  Does write CD-R media
  Does read CD-RW media
  Does write CD-RW media
  Does read DVD-ROM media
  Does read DVD-R media
  Does write DVD-R media
  Does read DVD-RAM media
  Does not write DVD-RAM media
  Does support test writing


-- 
Contained within the Microsoft EULA;
This Limited Warranty is void if failure of the Product has resulted
from accident, abuse, misapplication, abnormal use or a virus.

Re: Sony DVD-RW/CD-RW drive problems

Postby Dances With Crows » Thu, 25 Aug 2005 09:50:38 GMT

On Tue, 23 Aug 2005 23:54:40 GMT, Lenard staggered into the Black Sun
and said:



Aye.  Automounting typically causes more problems than it solves IME.
xcdroast is also less than helpful when it comes to reporting errors.
k3b is, IMHO, a much better frontend to cdrecord/mkisofs.


That's only true if the contents of /etc/default/cdrecord are correct.
If that file isn't correct, you'll have to pass the dev= option to
cdrecord to tell it which device to scan.  For distros running 2.6
kernels, you just need to pass it "dev=/dev/hdc" , since on 2.6, CD-R*
drives can be written to without ide-scsi emulation.  Laptop CD-R*
devices are practically always on /dev/hdc because of IDE brain damage.

There were reports of some old DVD-ROM drives that wouldn't read CD-R
media for some reason.  However, if this drive is a DVD/CD-RW, then it
should read and write CD-R media just fine.  Remember that it may take
the drive up to 15 seconds to recognize which medium type an inserted
medium is and adjust itself for that medium.  Until the drive finishes
doing that, you won't be able to read or write that medium.  HTH,

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /    mail: TRAP + SPAN don't belong
 http://www.**--****.com/      /    "He is a rhythmic movement of the
-----------------------------/      penguins, is Tux." --MegaHAL

Re: Sony DVD-RW/CD-RW drive problems

Postby Lenard » Thu, 25 Aug 2005 10:22:28 GMT





Aye, k3b is nice.



Have seen and heard of a couple (total of three, one personally) of
cases where Dell laptops were shipped with CD/DVD readers only when
they should have been CD-R/DVD drives.


-- 
Contained within the Microsoft EULA;
This Limited Warranty is void if failure of the Product has resulted
from accident, abuse, misapplication, abnormal use or a virus.

Re: Sony DVD-RW/CD-RW drive problems

Postby grodenhi@gmail.com » Thu, 25 Aug 2005 11:51:06 GMT

have disabled automount by commenting out the /mnt/cdrecorder line
from /etc/fstab. The problem still persists. Whenever I put in a
blank cd-r the drive scans it for about 30 seconds (whirring and
clicking) and then does nothong. Any application attempting to access
the drive says there's no media in the drive (xcdroast, Nautilus, or
k3b). I've tried several different blank CD-R's without success.
Below is the results of cdrecord -prcap:

Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jg 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.
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 '@(#)scsi-linux-sg.c
1.83 04/05/20 Copyright 1997 J. Schilling').
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'SONY '
Identifikation : 'DVD+-RW DW-D56A '
Revision : 'PDS3'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.

Drive capabilities, per MMC-3 page 2A:

Does read CD-R media
Does write CD-R media
Does read CD-RW media
Does write CD-RW media
Does read DVD-ROM media
Does read DVD-R media
Does write DVD-R media
Does not read DVD-RAM media
Does not write DVD-RAM media
Does support test writing

Does read Mode 2 Form 1 blocks
Does read Mode 2 Form 2 blocks
Does read digital audio blocks
Does restart non-streamed digital audio reads accurately
Does support Buffer-Underrun-Free recording
Does read multi-session CDs
Does read fixed-packet CD media using Method 2
Does not read CD bar code
Does read R-W subcode information
Does not return R-W subcode de-interleaved and error-corrected
Does read raw P-W subcode data from lead in
Does return CD media catalog number
Does return CD ISRC information
Does support C2 error pointers
Does not deliver composite A/V data

Does play audio CDs
Number of volume control levels: 256
Does support individual volume control setting for each channel
Does support independent mute setting for each channel
Does not support digital output on port 1
Does not support digital output on port 2

Loading mechanism type: tray
Does support ejection of CD via START/STOP command
Does not lock media on power up via prevent jumper
Does allow media to be locked in the drive via PREVENT/ALLOW command
Is not currently in a media-locked state
Does not support changing side of disk
Does not have load-empty-slot-in-changer feature
Does not support Individual Disk Present feature

Maximum read speed: 4234 kB/s (CD 24x, DVD 3x)
Current read speed: 4234 kB/s (CD 24x, DVD 3x)
Maximum write speed: 4234 kB/s (CD 24x, DVD 3x)
Current write speed: 4234 kB/s (CD 24x, DVD 3x)
Rotational control selected: CLV/PCAV
Buffer size in KB: 2048
Copy management revision supported: 1
Number of supported write speeds: 1
Write speed # 0: 4234 kB/s CLV/PCAV (CD 24x, DVD 3x)


I really appreciate the suggestions th

Re: Sony DVD-RW/CD-RW drive problems

Postby Lenard » Fri, 26 Aug 2005 00:20:36 GMT




No, do not comment out the line, modify it. You need the line for read
access to the media.


This is normal.....


What do you mean by 'attempting to access the drive', are you selecting
the drive icon in the application??

The disc is blank, no need to access the drive in order to write to the
media. 


<snip>

OK, cdrecord see the drive and reports that the drive can write media. 


Place a known blank CD-R or CD-RW in the drive, let the drive check the
drive for the amount of time required. When ready, try starting k3b and
select 'New Data CD Project'. Navigate to where you have your pictures
stored. Select a number of them and drag them (down) to the K3b data
project area. When you are close to the size limit of the CD media
select the burning dialog and try burning the CD. 

If you still have problems, post the error message word for word. Both
k3b and xcdroast will allow you to create a 'log file' to assist you in
this.

Visit;  http://www.**--****.com/ ;Have a look at the Screenshots (link).

Also, k3b, Nautilus, xcdroast and others are just GUI interfaces to the
cdrtools (cdrdao, cdrecord and related packages). You might find this
to be helpful;

 http://www.**--****.com/ 


-- 
Contained within the Microsoft EULA;
This Limited Warranty is void if failure of the Product has resulted
from accident, abuse, misapplication, abnormal use or a virus.

Re: Sony DVD-RW/CD-RW drive problems

Postby grodenhi@gmail.com » Fri, 26 Aug 2005 03:24:38 GMT

ade the changes to /etc/fstab and inserted a known good CD-R (checked
with XP machine). I inserted the CD-R and it got scanned for about
30-40 seconds then nothing. I started k3b and selectred new CD
project. I chose the directory I wanted to burn and tried. K3B errors
saying there's no media in the drive and the debug is as follows:

Devices
-----------------------
SONY DVD+-RW DW-D56A PDS3 (/dev/hdc, ) at /media/cdrecorder [CD-R;
CD-RW; CD-ROM; DVD-ROM; DVD-R; DVD-RW; DVD+R; DVD+RW] [Error] [SAO;
TAO; RAW; SAO/R16; RAW/R96P; RAW/R96R]

System
-----------------------
K3b Version: 0.11.23
KDE Version: 3.4.2-0.fc4.1 Red Hat
QT Version: 3.3.4
Kernel: 2.6.12-1.1420_FC4

cdrecord
-----------------------
/usr/bin/cdrecord: Cannot allocate memory. WARNING: Cannot do
mlockall(2).
/usr/bin/cdrecord: WARNING: This causes a high risk for buffer
underruns.
/usr/bin/cdrecord: Operation not permitted. WARNING: Cannot set
RR-scheduler
/usr/bin/cdrecord: Permission denied. WARNING: Cannot set priority
using setpriority().
/usr/bin/cdrecord: WARNING: This causes a high risk for buffer
underruns.
scsidev: '/dev/hdc'
devname: '/dev/hdc'
scsibus: -2 target: -2 lun: -2
Linux sg driver version: 3.5.27
/usr/bin/cdrecord: Warning: using inofficial libscg transport code
version (schily - Red Hat-scsi-linux-sg.c-1.83-RH '@(#)scsi-linux-sg.c
1.83 04/05/20 Copyright 1997 J. Schilling').
SCSI buffer size: 64512
/usr/bin/cdrecord: Cannot load media with this drive!
/usr/bin/cdrecord: Try to load media by hand.
Cdrecord-Clone 2.01-dvd (i686-pc-linux-gnu) Copyright (C) 1995-2004
Jrg 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.
TOC Type: 1 = CD-ROM
Using libscg version 'schily-0.8'.
Driveropts: 'burnfree'
atapi: 1
Device type : Removable CD-ROM
Version : 0
Response Format: 2
Capabilities :
Vendor_info : 'SONY '
Identifikation : 'DVD+-RW DW-D56A '
Revision : 'PDS3'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: 0x0000
Profile: 0x002B
Profile: 0x001B
Profile: 0x001A
Profile: 0x0014
Profile: 0x0013
Profile: 0xFE12
Profile: 0x0011
Profile: 0x0010
Profile: 0x000A
Profile: 0x0009
Profile: 0x0008
Using generic SCSI-3/mmc CD-R/CD-RW driver (mmc_cdr).
Driver flags : MMC-3 SWABAUDIO BURNFREE
Supported modes: TAO PACKET SAO SAO/R96P SAO/R96R RAW/R16 RAW/R96P
RAW/R96R
FIFO size : 4194304 = 4096 KB
/usr/bin/cdrecord: Cannot load media with this drive!
/usr/bin/cdrecord: Try to load media by hand.
/usr/bin/cdrecord: Cannot load media.
Track 01: data 297 MB
Total size: 342 MB (33:53.89) = 152542 sectors
Lout start: 342 MB (33:55/67) = 152542 sectors

cdrecord comand:
-----------------------
/usr/bin/cdrecord -v gracetime=2 dev=/dev/hdc speed=24 -dao
driveropts=burnfree -eject -data -tsize=152542s -

mkisofs
-----------------------
152542
INFO: UTF-8 character encoding detected by locale settings.
Assuming UTF-8 encoded filenames on source filesystem,
use -input-charset to override.
/usr/bin/mkisofs: Connection reset by peer. cannot fwrite 6144*1

mkisofs comand:
-----------------------
/usr/bin/mkisofs -gui -graft-points -volid K3b data project

Re: Sony DVD-RW/CD-RW drive problems

Postby Lenard » Fri, 26 Aug 2005 04:53:00 GMT




<snip>


OK, you might have a problem with SELinux policies and/or cdrecord
permissions;

$ ls -l /usr/bin/cdrecord
-rwxr-xr-x  1 root root 352416 Apr  6 13:03 /usr/bin/cdrecord

As root do; 

chmod 755 /usr/bin/cdrecord
chmod 755 /usr/bin/cdrdao  
(they both should already set to this, but jic)

And temporally disable SELinux then try burning again. I suggest that
you modify the /etc/sysconfig/selinux as shown here, and restart the
system;

 http://www.**--****.com/ #using-s-c-securitylevel



-- 
Contained within the Microsoft EULA;
This Limited Warranty is void if failure of the Product has resulted
from accident, abuse, misapplication, abnormal use or a virus.

Re: Sony DVD-RW/CD-RW drive problems

Postby Dances With Crows » Fri, 26 Aug 2005 05:04:53 GMT

On Wed, 24 Aug 2005 19:53:00 GMT, Lenard staggered into the Black Sun
and said:



These warnings are normal when you use cdrecord.  I get them as well
and I haven't enabled SELinux.


Yeah, now you if you have cdrecord SUID, it won't work.  *sigh*.


Yes.  It might do something.  Maybe.  However, based on the other bits
you reported about how the drive takes minutes to recognize a burned
CD-R, it might be a hardware problem.  (Now that ide-scsi is deprecated,
though, it's a real PITA to get coherent and useful error messages from
ATAPI devices.  It's always something.)

-- 
Matt G|There is no Darkness in Eternity/But only Light too dim for us to see
Brainbench MVP for Linux Admin /    mail: TRAP + SPAN don't belong
 http://www.**--****.com/      /    "He is a rhythmic movement of the
-----------------------------/      penguins, is Tux." --MegaHAL

Re: Sony DVD-RW/CD-RW drive problems

Postby grodenhi@gmail.com » Sat, 27 Aug 2005 03:09:18 GMT

I've put into our desktop department to get me a new DVD/CD burner put
into the laptop (under warranty).  Hopefully I get the NEC and not the
Sony  (as Dell's message board seems filled with people having issues
with the Sony one).  I've since flashed the drive with the latest
firmware from Dell (using a USB bootable drve to run WinXP, as Dell now
only offers firmware/BIOS updates ala .exe's to be run from Windows,
thanks Dell!!... but I won''t even get started...).  Since then, I've
noticed that the drive not only has problems recognizing already burnt
older CD-R's (from a year or two ago), it will not ever mount a newly
burnt CD-R (I just made one on another machine and it refuses to
mount).  Any reason why older CD-R's will mount but not new ones that
are fine on other machines?  Also since the flash I see error messages
in log whenever I insert a CD-R (below is the syslog from a disk I made
on another computer containing pictures):

Aug 25 13:58:59 penguin kernel: cdrom: This disc doesn't have any
tracks I recognize!
Aug 25 13:59:59 penguin kernel: hdc: irq timeout: status=0xd0 { Busy }
Aug 25 13:59:59 penguin kernel: ide: failed opcode was: unknown
Aug 25 13:59:59 penguin kernel: hdc: ATAPI reset complete


Similar Threads:

1.CD-RW or DVD(+-)RW?

My CD-RW drive (HP 9201) died yesterday.  <SFX: aww>  So, I guess I need to
get a new one.  I will almost certainly get a SCSI one, as I have six open
SCSI IDs and two open IDE IDs; also, since one has to emulate SCSI for
writing ANYHOW, it makes since to me to skip the emulation step.  (The dead
drive was SCSI.)  Can you recommend one to get (I use Linux on this machine
exclusively, except W2K in VMware), or disrecommend one _not_ to get?  How
about DVD writers?  Is the technology settled down yet?  How about the "-R"
vs "+R" thing?  I will probably buy mail-order; I hate dealing with rebates.

-- 
-eben     XXXX@XXXXX.COM     home.tampabay.rr.com/hactar

                 Drive nail here > < for new monitor.

2.How to detect capabilites of cdrom drive (CD,DVD, RO, RW) without media in drive

Hi,

I scan the hardware on a sun Blade 1500 for available scsi cdrom
players and want to determine the following capabilities of the
drives:
- capable of reading CDs
- capable of writing CDs
- capable of reading DVDs
- capable of writing DVDs

The trick is that I want to get this info WITH and WITHOUT a CD/DVD
loaded in the drive. I Can get all the info with a CD/DVD loaded using
the uscsi commands via ioctls. I need an filedescriptor before I can
use ioctls but the open fails  if the drive is empty.

So I'm stuck.

Is there a solution to this problem?

Regards
Ruud Cox

3.Sony CD-RW/DVD-ROM CRX320E

I just bought a new CD burner, Sony CD-RW CRX320E.  I'm running
Slackware 10.0 with kernel 2.4.26.  I installed the drive and it reads
CDs, but when I try to burn CDs it gives me errors.  It can't run in DAO,
so I tried TAO.  It then gives me a buffer underrun error.  It then
gives me unknown errors.  Does anyone know if this drive works in kernel
2.4 or do I need 2.6?

Selex

4.Query good/bad experiences with CD-RW/DVD Combo Internal IDE drives

Hello,

Does anybody have any very good or very bad experiences using CD-RW/DVD 
Combo Internal IDE drives on Linux?  (E.g. hardware compatibility / 
drivers / support ... etc)

Particular models of interest to me are:
Samsung SM-352B
Sony CRX-300A

TIA,
nsb.

5.CD/DVD RW Combo drive

I have just swapped a CD RW drive with a CD/DVD RW combo drive that
handles all formats.

When using these drives under Whinedoze(XP), there is a ceremony to be
performed in the drive properties, which involves the turning off of
'Allow CD recording on this drive'(or similar) in order to write DVDs. The
reverse has to be done in order to go back to writing CDs.

Before I start making coasters, can anyone tell if I need to look for a
similar switch or incantation when using the drive under linux or will the
relevant modules handle things better?

I had a quick look at a blank 4.7GB DVD+RW using Xcdroast and GnomeToaster
and they only showed 2.2xx GB available, however 'mount /dev/dvd /mnt/dvd'
with a formatted and partly filled(on Whinedoze) 4.7GB DVD-RAM results in
the correct files and free space showing, and the disc can be read and
written to. Running Xcdroast or GnomeToaster with this disc(mounted or
unmounted) in the drive shows the drive as unavailable, but still shows it
as having having only 2.2xx GB available.

Would I be correct in thinking that Xcdroast and GnomeToaster are only
aware of cdrecord and not using dvdrecord? Is there a configuration
option in the foregoing two programs for DVDs? If not, what alternative
GUIs are available for DVD creation(mainly data).

Here is the output of dvdrecord --scanbus:

[root@eden root]# dvdrecord --scanbus
dvdrtools v0.1.3
Portions (c) 2002 Red Hat, Inc.
Based on:
Cdrecord 1.11a15 (i386-redhat-linux-gnu) Copyright (C) 1995-2001 J?rg Schilling
Linux sg driver version: 3.1.24
Using libscg version 'schily-0.5'
dvdrecord: Warning: using inofficial libscg transport code version (schily-RH-scsi-linux-sg.c-1.69-RH-O_EXCL '@(#)scsi-linux-sg.c       1.69 02/01/18 Copyright
1997 J. Schilling').
scsibus0:
        0,0,0     0) 'HL-DT-ST' 'DVDRAM GSA-4081B' 'A100' Removable CD-ROM
        0,1,0     1) *
<snip irrelevant>
 
Any hints and tips gratefully accepted.

Regards,
Dave

6. DVD/cd-rw fails to play DVD movies

7. DVD drives in laptops and DVD+-RW's

8. Addonics DVD/CD-RW vs. Solaris 9 cdrw



Return to linux

 

Who is online

Users browsing this forum: No registered users and 43 guest