Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
WTF is wrong with my DVD burners?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware
View previous topic :: View next topic  
Author Message
Theophile
Apprentice
Apprentice


Joined: 31 Mar 2004
Posts: 285

PostPosted: Mon Sep 04, 2006 4:21 am    Post subject: WTF is wrong with my DVD burners? Reply with quote

I've had a LiteOn DVD burner for about a year and a half. Several months ago, it stopped being able to burn DVDs. CDs burned fine, but DVDs it would give all kinds of I/O errors and dumps error messages into the system log. Most of those errors were diagnosed as hardware failure so I bought a brand new DVD burner. NOw that one won't play nice anymore. It burned DVDs fine yesterday, but today, this is all I get:
Code:
Backfoot Desktop # cdrecord -v dev=ATA:1,1,0  driveropts=burnfree -dao k3b_image.iso
Cdrecord-ProDVD-Clone 2.01.01a11 (i686-pc-linux-gnu) Copyright (C) 1995-2006 J�rg Schilling
TOC Type: 1 = CD-ROM
scsidev: 'ATA:1,1,0'
devname: 'ATA'
scsibus: 1 target: 1 lun: 0
Warning: Using badly designed ATAPI via /dev/hd* interface.
Linux sg driver version: 3.5.27
Using libscg version 'schily-0.8'.
Driveropts: 'burnfree'
SCSI buffer size: 64512
atapi: -1
Device type    : Removable CD-ROM
Version        : 0
Response Format: 2
Capabilities   :
Vendor_info    : 'HL-DT-ST'
Identifikation : 'DVDRAM GSA-4163B'
Revision       : 'A101'
Device seems to be: Generic mmc2 DVD-R/DVD-RW.
Current: DVD-R sequential recording
Profile: DVD-RAM
Profile: DVD-R sequential recording (current)
Profile: DVD-RW sequential overwrite
Profile: DVD-RW restricted overwrite
Profile: DVD+RW
Profile: DVD+R
Profile: DVD+R/DL
Profile: DVD-ROM
Profile: CD-R
Profile: CD-RW
Profile: CD-ROM
Profile: Removable Disk
resid: 80
Using generic SCSI-3/mmc-2 DVD-R/DVD-RW driver (mmc_dvd).
Driver flags   : DVD MMC-3 SWABAUDIO BURNFREE
Supported modes: PACKET SAO
Drive buf size : 1114112 = 1088 KB
Drive pbuf size: 1966080 = 1920 KB
Drive DMA Speed: 17435 kB/s 99x CD 12x DVD
FIFO size      : 4194304 = 4096 KB
Track 01: data  2373 MB
Total size:     2373 MB = 1214976 sectors
Current Secsize: 2048
Total power on  hours: 1571072
Blocks total: 2298496 Blocks current: 2298496 Blocks remaining: 1083520
resid: 80
Starting to write CD/DVD at speed 4 in real SAO mode for single session.
Last chance to quit, starting real write    0 seconds. Operation starts.
Waiting for reader process to fill input buffer ... input buffer ready.
BURN-Free is OFF.
Turning BURN-Free on
Starting new track at sector: 0
Track 01:    0 of 2373 MB written.cdrecord: Success. write_g1: scsi sendcmd: no error
CDB:  2A 00 00 00 00 00 00 00 1F 00
status: 0x2 (CHECK CONDITION)
Sense Bytes: 70 00 05 00 00 00 00 10 2A 00 00 0C 30 05 00 00
Sense Key: 0x5 Illegal Request, Segment 0
Sense Code: 0x30 Qual 0x05 (cannot write medium - incompatible format) Fru 0x0
Sense flags: Blk 0 (not valid)
resid: 63488
cmd finished after 0.002s timeout 100s

write track data: error after 0 bytes
cdrecord: A write error occured.
cdrecord: Please properly read the error message above.
Writing  time:   33.164s
Average write speed  54.2x.
Fixating...
Fixating time:    0.001s
cdrecord: fifo had 64 puts and 1 gets.
cdrecord: fifo was 0 times empty and 0 times full, min fill was 100%.


I've tried growisofs also with no better results.

dmesg returns thousands of this:
Code:
hdd: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdd: packet command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
ide: failed opcode was: unknown
hdd: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdd: packet command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
ide: failed opcode was: unknown
hdd: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdd: packet command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
ide: failed opcode was: unknown
hdd: packet command error: status=0x51 { DriveReady SeekComplete Error }
hdd: packet command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }
ide: failed opcode was: unknown


I've tried making sure I have built-in support for the IDE controller in the kernel and tried turning DMA on for the drive. I've tried killing hald. I don't know what else to do and I'm tired of buying DVD burners! Any ideas on this?

Thanks!
_________________
Monopedilos
Back to top
View user's profile Send private message
vadik56
n00b
n00b


Joined: 14 Feb 2006
Posts: 70

PostPosted: Mon Sep 04, 2006 5:12 am    Post subject: Reply with quote

I had the same error. However in my case it would burn about 600Mb first and then spit out.
Code:
packet command error: status=0x51 { DriveReady SeekComplete Error }
hdd: packet command error: error=0x54 { AbortedCommand LastFailedSense=0x05 }

Turned out dma was not enabled: I could enable it with hdparm but as soon as i tried to read or burn the dvd it would show an error in dmesg and switch off the DMA. I had to buy an 80-wire cable for 2$ to be able to burn a dvd. Now dma is everytime on and I never had any problems with dvd burning since then.
Back to top
View user's profile Send private message
Theophile
Apprentice
Apprentice


Joined: 31 Mar 2004
Posts: 285

PostPosted: Mon Sep 04, 2006 5:44 am    Post subject: Reply with quote

I turned DMA on with hdparm, still get the errors, but DMA remains on. And I'm suspicious because this drive used to burn DVDs with no problems. I haven't changed anything.
_________________
Monopedilos
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Mon Sep 04, 2006 6:04 am    Post subject: Reply with quote

You say you haven't changed anything. Does that include the media to which you are burning?
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
VincenzoVega
n00b
n00b


Joined: 15 Aug 2006
Posts: 42
Location: The land of mills and wooden shoes

PostPosted: Mon Sep 04, 2006 6:42 am    Post subject: Reply with quote

Try burning using dev=/dev/hd* (where * is your drive-letter)
Back to top
View user's profile Send private message
Theophile
Apprentice
Apprentice


Joined: 31 Mar 2004
Posts: 285

PostPosted: Mon Sep 04, 2006 2:15 pm    Post subject: Reply with quote

yabbadabbadont wrote:
You say you haven't changed anything. Does that include the media to which you are burning?

Yes. I have a spindle of 100 Memorex printable 4.7GB DVD-R discs. I started at the top and have made about 15 or so successful burns with these discs and this drive. Now, I can only make coasters.

VincenzoVega wrote:
Try burning using dev=/dev/hd* (where * is your drive-letter)

Just tried it, exact same error. :-(
_________________
Monopedilos
Back to top
View user's profile Send private message
Theophile
Apprentice
Apprentice


Joined: 31 Mar 2004
Posts: 285

PostPosted: Mon Sep 04, 2006 2:18 pm    Post subject: Reply with quote

Just a thought, and wondering if this could have anything to do with this:

lspci -v shows this:

Code:
0000:00:11.1 IDE interface: VIA Technologies, Inc. VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06) (prog-if 8a [Master SecP PriP])
        Subsystem: Holco Enterprise Co, Ltd/Shuttle Computer: Unknown device 0240
        Flags: bus master, medium devsel, latency 32, IRQ 255
        I/O ports at fc00 [size=16]
        Capabilities: [c0] Power Management version 2


Should I be concerned with the "Unknown device 0240"?

Also,

Code:
Backfoot Desktop # hdparm /dev/hdd

/dev/hdd:
 IO_support   =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device


This is the DVD burner in question. Should I worry about that last line or is that normal for removeable media?

Thanks!
_________________
Monopedilos
Back to top
View user's profile Send private message
echto
Tux's lil' helper
Tux's lil' helper


Joined: 30 Jun 2002
Posts: 108

PostPosted: Mon Sep 04, 2006 5:06 pm    Post subject: Reply with quote

Have you tried the burner on a different machine to eliminate the possibility thats its the burner itself thats having problems? If your burning tons of media you may want to spends the bucks on a higher quality burner than LiteOn. Of all the LiteOn burners I've purchased they have typically lasted a little over a year.
Back to top
View user's profile Send private message
Theophile
Apprentice
Apprentice


Joined: 31 Mar 2004
Posts: 285

PostPosted: Tue Sep 05, 2006 2:41 pm    Post subject: Reply with quote

echto wrote:
Have you tried the burner on a different machine to eliminate the possibility thats its the burner itself thats having problems? If your burning tons of media you may want to spends the bucks on a higher quality burner than LiteOn. Of all the LiteOn burners I've purchased they have typically lasted a little over a year.

The LiteOn isn't the one I'm having problems with at the moment. THat one "died" months ago and now its replacement is giving me problems. The drive in question here is from an eMachines computer.

'HL-DT-ST' 'DVDRAM GSA-4163B' 'A101' Removable CD-ROM
_________________
Monopedilos
Back to top
View user's profile Send private message
Theophile
Apprentice
Apprentice


Joined: 31 Mar 2004
Posts: 285

PostPosted: Wed Sep 06, 2006 2:29 am    Post subject: Reply with quote

This is even odder. I upgraded the firmware for the drive (using a Win32 executable in VMware! cool!) and rebooted. Upon reboot, burning using cdrecord/growisofs worked perfectly... until I tried using the Nautilus burner. That failed, and all subsequent attempts to use cdrecord produced the above-quoted errors. On reboot, cdrecord worked fine again. So it looks like I'll be using K3B and not Nautilus until they get that straightened out!
_________________
Monopedilos
Back to top
View user's profile Send private message
chovy
Guru
Guru


Joined: 03 Dec 2004
Posts: 453

PostPosted: Wed Sep 06, 2006 5:17 am    Post subject: Reply with quote

Theophile wrote:
J
Code:
Backfoot Desktop # hdparm /dev/hdd

/dev/hdd:
 IO_support   =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device


This is the DVD burner in question. Should I worry about that last line or is that normal for removeable media?

Thanks!


I'm getting this same error...no idea how to fix it.

update: https://forums.gentoo.org/viewtopic-t-487697-highlight-hdiogetgeo.html
_________________
Woof, Woof! Add "[solved]" to the title! Woof, Woof!
Back to top
View user's profile Send private message
yabbadabbadont
Advocate
Advocate


Joined: 14 Mar 2003
Posts: 4791
Location: 2 exits past crazy

PostPosted: Wed Sep 06, 2006 5:22 am    Post subject: Reply with quote

chovy wrote:
Theophile wrote:
J
Code:
Backfoot Desktop # hdparm /dev/hdd

/dev/hdd:
 IO_support   =  1 (32-bit)
 unmaskirq    =  1 (on)
 using_dma    =  1 (on)
 keepsettings =  0 (off)
 readonly     =  0 (off)
 readahead    = 256 (on)
 HDIO_GETGEO failed: Inappropriate ioctl for device


This is the DVD burner in question. Should I worry about that last line or is that normal for removeable media?

Thanks!


I'm getting this same error...no idea how to fix it.

update: https://forums.gentoo.org/viewtopic-t-487697-highlight-hdiogetgeo.html

That's normal.
_________________
Bones McCracker wrote:
On the other hand, regex is popular with the ladies.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Kernel & Hardware All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum