Summary: | CD problems on my ibm/lenovo thinkpad r52 laptop | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | Robert Derochette <shiva3003> |
Component: | Burning/Hardware | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | blade, mail |
Priority: | NOR | ||
Version: | 0.12.x | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Robert Derochette
2006-04-27 15:49:09 UTC
Robert forgot to mention that he successfully burned a CD using cdrecord (the same version) directly. See the Debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365056 is dma activated on the drive? if so, please try dao writing mode or disable multisession mode. I hope I'm not making mistakes, but the CD-R/DVD-R drive in my Thinkpad R52 is a PATA device connected to a SATA2 bus. So I don't enable DMA mode with hdparm, the DVD-R device is configured as a SCSI device, and that's how I get CD burning capatibilities. Can you please try with 0.12.17 or 1.0pre2. I've just tried k3b 0.12.17. The problem is stil there. Note that I'm running the latest Debian Sid, and recently cdrecord has been forked to wodim. please post the command you used for the successful command line burn and its output. Hello, The command I use is "wodim k3b_image.iso". Here's the output of the program. robert@thinkpad:~/buffer$ wodim k3b_image.iso This is wodim, not cdrecord. Don't expect it to behave like cdrecord in any way, don't refer to it as "cdrecord". Send problem reports to debburn-devel@lists.alioth.debian.org, don't bother Joerg Schilling with any problems caused by this application. Copyright (C) 2006 cdrkit maintainers, (C) 1994-2006 Joerg Schilling wodim: No write mode specified. wodim: Asuming -tao mode. wodim: Future versions of wodim may have different drive dependent defaults. Warning: This version of libscg has not been configured via the standard autoconfiguration method of the Schily makefile system. There is a high risk that the code is not configured correctly and for this reason will not behave as expected. wodim: Warning: using inofficial version of libscg (debburn project-0.8ubuntu1+debburn1 '@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling'). wodim: Warning: using inofficial libscg transport code version (cdrkit-team-scsi-linux-sg.c-1.86 '@(#)scsi-linux-sg.c 1.86 05/11/22 Copyright 1997 J. Schilling'). Device type : Removable CD-ROM Version : 5 Response Format: 2 Capabilities : Vendor_info : 'HL-DT-ST' Identifikation : 'DVDRAM GSA-4080N' Revision : '0X21' Device seems to be: Generic mmc2 DVD-R/DVD-RW. 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 Speed set to 1764 KB/s Starting to write CD/DVD at speed 10.0 in real TAO mode for single session. Last chance to quit, starting real write 0 seconds. Operation starts. trackno=0 Turning BURN-Free on Track 01: Total bytes read/written: 4444160/4444160 (2170 sectors). I suppose k3b passes additional parameters to wodim. Thanks for any help. Regards, Robert Derochette Sebastian Trueg wrote: [bugs.kde.org quoted mail] Are you sure you disabled burnfree because it still is used in the second try. But anyway, K3b should be able to detect if the writer supports burnfree. please try writing an iso image with k3b via the tools->burn cd image menu entry. Wait, let's look on your wodim configuration. Please do "wodim -vv image" and show the log. And show where your /dev/cdrw link points to (assuming that you use the default config, otherwise the device link used in your config). you may also try disabling multisession. Maybe the writer does not like that. There has been no information in a long time. I cannot reproduce the bug so I will close it. Just for the record, the original reporter doesn't have these problems anymore. See the last message on the Debian tracker: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=365056 Hello, I am the original reporter Robert Derochette. I can confirm k3b works perfectly for me since version 1.0. Sorry for not telling that earlier, and thanks for this wonderful program which is k3b :-) |