Summary: | k3b copies DVD-RW to itself without any questions | ||
---|---|---|---|
Product: | [Applications] k3b | Reporter: | kujub <kjb-temp-2013> |
Component: | general | Assignee: | Sebastian Trueg <trueg> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
kujub
2007-03-08 16:37:20 UTC
Do you have some auto-close-tray feature enabled? I mean does the tray close automatically if the drive is accessed? Hmm... you seem to be right. I tried dd if=/dev/hdd of=/dev/null with open tray and it closes. I don't now why. (And I don't know why k3b didn't ask before overwriting.) On Thursday 08 March 2007 16:54:13 Kurt J.Bosch wrote: > I tried > > dd if=/dev/hdd of=/dev/null > > with open tray and it closes. > I don't now why. > (And I don't know why k3b didn't ask before overwriting.) Because it has no chance with the current architecture. It is based on auto-detection, ie. you just insert the medium, close the tray and then the burning starts. No need for pressing "ok" or whatever. But of course this cannot work with the auto-close-feature. Maybe a check would be in order. However, I dont know how to check if that is enabled... probably some value in /proc Maybe you could just do some asking to the user on first usage of k3b or even for each recorder if it should matter. I don't know where does this auto-close come from. possibly (1) from the drive itself (2) from the kernel (3) from some settings or action from some daemon So if you can't query this, you will be allways unsure, because of possible updates etc. I think there should allways be a question to the user before burning in this case or at least after some test whether the inserted disk seems to contain the same data as the source. > k3b or even for each recorder if it should matter. I don't know where does
> this auto-close come from. possibly (1) from the drive itself
> (2) from the kernel
> (3) from some settings or action from some daemon
> So if you can't query this, you will be allways unsure, because of possible
> updates etc. I think there should allways be a question to the user before
> burning in this case or at least after some test whether the inserted disk
> seems to contain the same data as the source.
actually asking the user is just confusing since close to no-one is using this
feature. I will have to investigate as how to find out if it is activated. A
check will be in 1.1.
Wow, do you realy think 'close to no-one' is using kubuntu ??? Than I would say 'close to no-one' is using k3b. (Pleas don't beat me for this. ;-) ) ... I tried now dd if=/dev/hdc of=/dev/null too and it happens there too. (some noname DVD-ROM no recorder) So if this is 'close to no-one' do you realy think this behaviour comes from BIOS ? I will do some further tests on this ... OK... Now I tried the dd-thing on two other completely different machines: (1) A relatively new one (Packard Bell): - Booted Ubuntu-edgy Live-DVD (c't Magazine) - selected text mode install (kernel 2.6.17-10-386 loading) - Alt-Ctrl-F2 (console) - opend tray manually - dd if=/dev/hdc of=/dev/null It CLOSED (2) An old PIII/600 - Ubuntu-6.06-LTS is installed there (without X, KDE or Gnome) - opend 2nd tray manually - logged in using ssh - dd if=/dev/hdd of=/dev/null It CLOSED So I think this is default behaviour of all Ubuntu kernels at least on arch i386. Looks as if no Ubuntu developer guy ever tested this with K3b. Strange. Why do they do that? Anyway, now I know someone that I can ask about it. Great ! Hopefully k3b will get finally fixed on ubuntu some day. The normal version the deliver today on edgy doesn't even manage to umount before burning. https://bugs.launchpad.net/ubuntu/+source/k3b/+bug/23326 That is why I gave 1.0rc6 a try. While searching for a workaround for me (which I found in using option autoclose=0 on kernel module cdrom and making a new initrd by dpkg-reconfigure linux-image-...) I also found this document which may be usefull to fix this: /usr/src/linux/Documentation/cdrom/cdrom-standard.tex.gz online at http://www.gelato.unsw.edu.au/lxr/source/Documentation/cdrom/cdrom-standard.tex There seems to be a description how to query and even set autoclose using some linux CDROM-API (search for AUTO_CLOSE) Now I tried first time to copy a DVD+RW with cdrom autoclose disabled. (dd if=/dev/hdd of=/dev/null does not close the tray any more) Surprisingly k3b behaves exactly the same way. It closes the tray after reading and overwrites the source disk without any question. (k3b output below) Again option 'erase automaticaly' was disabled, but it does not ask if it should overwrite. When burning some files to the same disk with mode 'start multisession' it does ask. BTW: DVD-RW above was a mistake, it actually was the same DVD+RW. Then I tried copying with a double layer Video-DVD. This time it ejected after reading and did not close the tray, but asked for a new medium. I cancled this without leaving k3b and tried again with the DVD+R. It overwrote again. ( It really seems to love DVD+R very very much ;-) ) Next I tried to copy a CD-RW. This time it ejected after reading and opened two (!) message boxes at the same time. One asking for a new medium and one asking if it should overwrite the found rewritable medium while the tray was still open. ------ k3b output when copying DVD+RW to itself: kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *parent, const char *name, KInstance *instance ) k3b: (K3bCdrecordProgram) could not start /opt/schily/bin k3b: (K3bMkisofsProgram) could not start /opt/schily/bin k3b: (K3bExternalBinManager) Cdrecord 2.1.1a03 features: dvd-patch, gracetime, overburn, cdtext, clone, tao, cuefile, xamix, suidroot, plain-atapi, hacked-atapi, short-track-raw, audio-stdin, burnfree k3b: (K3bExternalBinManager) 2 1 1 a03 seems to be cdrecord version >= 1.11a02, using burnfree instead of burnproof k3b: (K3bExternalBinManager) seems to be cdrecord version >= 1.11a31, support for Just Link via burnfree driveroption (K3bDevice::HalConnection) initializing HAL >= 0.5 Mapping udi /org/freedesktop/Hal/devices/storage_model_IDE_DVD_ROM_16X to device /dev/hdc Mapping udi /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG to device /dev/hdd /dev/hdc resolved to /dev/hdc /dev/hdc is block device (0) /dev/hdc seems to be cdrom (K3bDevice::Device) /dev/hdc: init() (K3bDevice::ScsiCommand) failed: command: MODE SENSE (5a) errorcode: 70 sense key: ILLEGAL REQUEST (5) asc: 24 ascq: 0 (K3bDevice::Device) /dev/hdc: MODE SENSE length det failed. (K3bDevice::ScsiCommand) failed: command: MODE SENSE (5a) errorcode: 70 sense key: ILLEGAL REQUEST (5) asc: 24 ascq: 0 (K3bDevice::Device) /dev/hdc: MODE SENSE with real length 65535 failed. (K3bDevice::Device) /dev/hdc: modeSense 0x05 failed! (K3bDevice::Device) /dev/hdc: Cannot check write modes. (K3bDevice::ScsiCommand) failed: command: MODE SENSE (5a) errorcode: 70 sense key: ILLEGAL REQUEST (5) asc: 24 ascq: 0 (K3bDevice::Device) /dev/hdc: MODE SENSE length det failed. (K3bDevice::ScsiCommand) failed: command: MODE SENSE (5a) errorcode: 70 sense key: ILLEGAL REQUEST (5) asc: 24 ascq: 0 (K3bDevice::Device) /dev/hdc: MODE SENSE with real length 65535 failed. /dev/hdd resolved to /dev/hdd /dev/hdd is block device (64) /dev/hdd seems to be cdrom (K3bDevice::Device) /dev/hdd: init() (K3bDevice::Device) /dev/hdd feature: CD Mastering (K3bDevice::Device) /dev/hdd feature: CD Track At Once (K3bDevice::Device) /dev/hdd feature: CD-RW Media Write Support (K3bDevice::Device) /dev/hdd feature: DVD+R (K3bDevice::Device) /dev/hdd feature: DVD+RW (K3bDevice::Device) /dev/hdd feature: DVD+R Double Layer (K3bDevice::Device) /dev/hdd feature: DVD-R/-RW Write (K3bDevice::Device) /dev/hdd feature: Rigid Restricted Overwrite (K3bDevice::Device) /dev/hdd: dataLen: 60 (K3bDevice::Device) /dev/hdd: checking for TAO (K3bDevice::Device) /dev/hdd: checking for SAO (K3bDevice::Device) /dev/hdd: checking for SAO_R96P (K3bDevice::Device) /dev/hdd: checking for SAO_R96R (K3bDevice::Device) /dev/hdd: checking for RAW_R16 (K3bDevice::Device) /dev/hdd: checking for RAW_R96P (K3bDevice::Device) /dev/hdd: checking for RAW_R96R (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 1 (K3bDevice::Device) /dev/hdd : 3324 KB/s (K3bDevice::DeviceManager) setting current write speed of device /dev/hdd to 3324 k3b: [void K3bMediaCache::clearDeviceList()] /dev/hdc resolved to /dev/hdc (K3bDevice::DeviceManager) dev /dev/hdc already found /dev/hdd resolved to /dev/hdd (K3bDevice::DeviceManager) dev /dev/hdd already found (K3bDevice::DeviceManager) found config entry for devicetype: IDE DVD-ROM 16X (K3bDevice::DeviceManager) found config entry for devicetype: RICOH DVD+RW MP5316DAG First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 363:32:03 (LBA 1635903) (3350329344 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 363:32:03 (LBA 1635903) (3350329344 Bytes) k3b: (K3bCdrecordProgram) could not start /opt/schily/bin k3b: (K3bMkisofsProgram) could not start /opt/schily/bin (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: Current/Max 2 1439296 (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: 38 2295104 0 k3b: (K3bMedium) found medium: k3b: ===================================================== DiskInfo: Mediatype: DVD+RW Current Profile: DVD+RW Disk state: complete Empty: 0 Rewritable: 1 Appendable: 0 Sessions: 0 Tracks: 1 Layers: 1 Capacity: 510:01:29 (LBA 2295104) (4700372992 Bytes) Remaining size: 510:01:29 (LBA 2295104) (4700372992 Bytes) Used Size: 00:00:00 (LBA 0) (0 Bytes) Bg Format: none k3b: ===================================================== k3b: (K3bExternalBinManager) Cdrecord 2.1.1a03 features: dvd-patch, gracetime, overburn, cdtext, clone, tao, cuefile, xamix, suidroot, plain-atapi, hacked-atapi, short-track-raw, audio-stdin, burnfree k3b: (K3bExternalBinManager) 2 1 1 a03 seems to be cdrecord version >= 1.11a02, using burnfree instead of burnproof k3b: (K3bExternalBinManager) seems to be cdrecord version >= 1.11a31, support for Just Link via burnfree driveroption Devices: ------------------------------ Blockdevice: /dev/hdc Generic device: Vendor: IDE Description: DVD-ROM 16X Version: 2.71 Write speed: 0 Profiles: DVD-Rom, CD-Rom Read Cap: DVD-Rom, CD-Rom Write Cap: Fehler Writing modes: Keine Reader aliases: /dev/hdc ------------------------------ Blockdevice: /dev/hdd Generic device: Vendor: RICOH Description: DVD+RW MP5316DAG Version: 2.BC Write speed: 5600 Profiles: DVD-Rom, DVD-R Sequentiell, DVD-RW Eingeschränktes Überbrennen, DVD-RW Sequentiell, DVD+RW, DVD+R, DVD+R Dual Layer, CD-Rom, CD-R, CD-RW Read Cap: DVD-Rom, DVD-R, DVD-R Sequentiell, DVD-RW, DVD-RW Eingeschränktes Überbrennen, DVD-RW Sequentiell, DVD+RW, DVD+R, DVD+R Dual Layer, CD-Rom, CD-R, CD-RW Write Cap: DVD-R, DVD-R Sequentiell, DVD-RW, DVD-RW Eingeschränktes Überbrennen, DVD-RW Sequentiell, DVD+RW, DVD+R, DVD+R Dual Layer, CD-R, CD-RW Writing modes: SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Eingeschränktes Überschreiben Reader aliases: /dev/hdd ------------------------------ kdecore (KAction): WARNING: KActionCollection::operator+=(): function is severely deprecated. k3b: (K3bFileTreeView::addCdDeviceBranches) k3b: (K3bFileTreeView::addCdDeviceBranches) done k3b: (K3bFileTreeView::addCdDeviceBranches) k3b: (K3bFileTreeView::addCdDeviceBranches) done (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 1 (K3bDevice::Device) /dev/hdd : 3324 KB/s k3b: (K3bMedium) found volume id from start sector 0: 'Downloads' (K3bDevice::DeviceManager) request for empty device! (K3bDevice::DeviceManager) request for empty device! (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. k3b: kernel version: 2.6.17-11-generic k3b: (K3bEmptyDiscWaiter) slotMediumChanged() k3b: (K3bEmptyDiscWaiter) ------ found DVD+RW as wanted. k3b: (K3bEmptyDiscWaiter) finishWaiting() k3b: (K3bDevice::DeviceHandler) starting command: 4096 First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 363:32:03 (LBA 1635903) (3350329344 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 363:32:03 (LBA 1635903) (3350329344 Bytes) (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: Current/Max 2 1439296 (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: 38 2295104 0 k3b: (K3bThreadJob) waiting for the thread to finish. k3b: (K3bThreadJob) thread finished. k3b: (K3bActivePipe) successfully opened pipe. k3b: (K3bDevice::DeviceHandler) thread emitted finished. Waiting for thread actually finishing k3b: (K3bDevice::DeviceHandler) success: true k3b: (K3bDevice::DeviceHandler) deleting thread. k3b: (K3bActivePipe) started thread. k3b: (K3bDataTrackReader::WorkThread) reading sectors 0 to 71351 (71352) with sector size: 2048 (K3bDevice::HalConnection) lock queued for /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG k3b: (K3bLsofWrapper) matched: app: k3b pid: 2517 k3b: (K3bDataTrackReader) changing data recovery mode from 128 to 32 (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 128 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 127 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 126 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 125 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 124 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 123 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 122 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 121 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 120 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 119 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 118 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 117 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 116 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 115 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 114 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 113 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 112 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 111 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 110 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 109 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 108 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 107 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 106 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 105 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 104 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 103 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 102 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 101 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 100 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 99 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 98 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 97 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 96 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 95 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 94 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 93 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 92 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 91 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 90 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 89 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 88 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 87 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 86 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 85 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 84 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 83 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 82 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 81 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 80 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 79 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 78 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 77 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 76 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 75 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 74 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 73 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 72 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 71 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 70 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 69 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 68 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 67 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 66 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 65 too high. k3b: (K3bDataTrackReader) determine max read sectors: 64 is max. k3b: (K3bDataTrackReader) using buffer size of 64 blocks. k3b: (K3bDataTrackReader) changing data recovery mode from 0 to 128 (K3bDevice::HalConnection) unlock queued for /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG k3b: (K3bThreadJob) waiting for the thread to finish. k3b: (K3bThreadJob) thread finished. k3b: (K3bActivePipe) thread done: 0 (total bytes: 146128896) First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 363:32:03 (LBA 1635903) (3350329344 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 363:32:03 (LBA 1635903) (3350329344 Bytes) (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: Current/Max 2 1439296 (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: 38 2295104 0 k3b: (K3bMedium) found medium: k3b: ===================================================== DiskInfo: Mediatype: DVD+RW Current Profile: DVD+RW Disk state: complete Empty: 0 Rewritable: 1 Appendable: 0 Sessions: 0 Tracks: 1 Layers: 1 Capacity: 510:01:29 (LBA 2295104) (4700372992 Bytes) Remaining size: 510:01:29 (LBA 2295104) (4700372992 Bytes) Used Size: 00:00:00 (LBA 0) (0 Bytes) Bg Format: none k3b: ===================================================== (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 1 (K3bDevice::Device) /dev/hdd : 3324 KB/s k3b: (K3bEmptyDiscWaiter) slotMediumChanged() k3b: (K3bEmptyDiscWaiter) ------ nothing useful found. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: K3bIso9660::openArchive no volume descriptors (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. k3b: (K3bEmptyDiscWaiter) slotMediumChanged() k3b: (K3bEmptyDiscWaiter) ------ found DVD+RW as wanted. (K3bDevice::ScsiCommand) failed: command: READ DVD STRUCTURE (ad) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ DVD STRUCTURE length det failed (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: K3bIso9660::openArchive no volume descriptors k3b: (K3bEmptyDiscWaiter) finishWaiting() k3b: (K3bEmptyDiscWaiter) exitLoop removing udi /org/freedesktop/Hal/devices/volume_label_Downloads (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 6 (K3bDevice::Device) /dev/hdd : 8467 KB/s (K3bDevice::Device) /dev/hdd : 7056 KB/s (K3bDevice::Device) /dev/hdd : 5645 KB/s (K3bDevice::Device) /dev/hdd : 4234 KB/s (K3bDevice::Device) /dev/hdd : 2822 KB/s (K3bDevice::Device) /dev/hdd : 1411 KB/s k3b: ***** growisofs parameters: k3b: /usr/bin/X11/growisofs -Z /dev/hdd=/dev/fd/0 -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=tracksize:71352 -dvd-compat -speed=2.4 -use-the-force-luke=bufsize:32m k3b: (K3bDevice::HalConnection) lock queued for /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG k3b: (K3bActivePipe) successfully opened pipe. k3b: (K3bActivePipe) started thread. k3b: (growisofs) WARNING: /dev/hdd already carries isofs! k3b: (growisofs) About to execute 'builtin_dd if=/dev/fd/0 of=/dev/hdd obs=32k seek=0' k3b: (growisofs) /dev/hdd: restarting DVD+RW format... adding udi /org/freedesktop/Hal/devices/volume_label_Downloads k3b: (K3bActivePipe) thread done: 0 (total bytes: 146128896) (K3bDevice::HalConnection) unlock queued for /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 363:32:03 (LBA 1635903) (3350329344 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 363:32:03 (LBA 1635903) (3350329344 Bytes) (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: Current/Max 2 1439296 (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: 38 2295104 0 k3b: (K3bMedium) found medium: k3b: ===================================================== DiskInfo: Mediatype: DVD+RW Current Profile: DVD+RW Disk state: complete Empty: 0 Rewritable: 1 Appendable: 0 Sessions: 0 Tracks: 1 Layers: 1 Capacity: 510:01:29 (LBA 2295104) (4700372992 Bytes) Remaining size: 510:01:29 (LBA 2295104) (4700372992 Bytes) Used Size: 00:00:00 (LBA 0) (0 Bytes) Bg Format: none k3b: ===================================================== (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 1 (K3bDevice::Device) /dev/hdd : 3324 KB/s k3b: (K3bJobProgressDialog) received finished signal! k3b: (K3bMedium) found volume id from start sector 0: 'Downloads' (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. k3b: [void K3bMediaCache::clearDeviceList()] k3b: [void K3bMediaCache::clearDeviceList()] waiting for info thread /dev/hdc to finish k3b: [void K3bMediaCache::clearDeviceList()] waiting for info thread /dev/hdd to finish k3b: Waiting for thread 0x82ef068 k3b: Waiting for thread 0x8585310 k3b: Thread waiting done. k3b: [void K3bMediaCache::clearDeviceList()] This is still an issue in 1.0 final. There seems to show up some dialogue for a very short time when k3b should ask for new disk. Workaround for me: checked option "Only create image" and saved current settings Update: Today I tried this on Gentoo on the same machine using a separate user-profile (home) without any special automount tool (like sys-fs/autorun) installed. It happend again exactly like in comment #13. could you please run dvd+rw-mediainfo on that DVD+RW medium. dvd+rw-mediainfo /dev/hdd INQUIRY: [RICOH ][DVD+RW MP5316DAG][2.BC] GET [CURRENT] CONFIGURATION: Mounted Media: 1Ah, DVD+RW Media ID: OPTODISC/OP1 Current Write Speed: 6.1x1385=8467KB/s Write Speed #0: 6.1x1385=8467KB/s Write Speed #1: 5.1x1385=7056KB/s Write Speed #2: 4.1x1385=5645KB/s Write Speed #3: 3.1x1385=4234KB/s Write Speed #4: 2.0x1385=2822KB/s Write Speed #5: 1.0x1385=1411KB/s GET [CURRENT] PERFORMANCE: Write Performance: 2.4x1385=3324KB/s@[0 -> 2295104] Speed Descriptor#0: 00/2295104 R@5.0x1385=6925KB/s W@2.4x1385=3324KB/s READ DVD STRUCTURE[#0h]: Media Book Type: 00h, DVD-ROM book [revision 0] Legacy lead-out at: 1439296*2KB=2947678208 READ DISC INFORMATION: Disc status: complete Number of Sessions: 1 State of Last Session: complete Number of Tracks: 1 BG Format Status: suspended READ FORMAT CAPACITIES: formatted: 1439296*2048=2947678208 26h(0): 2295104*2048=4700372992 READ TRACK INFORMATION[#1]: Track State: complete Track Start Address: 0*2KB Free Blocks: 0*2KB Track Size: 1439296*2KB FABRICATED TOC: Track#1 : 14@0 Track#AA : 14@1439296 Multi-session Info: #1@0 READ CAPACITY: 2295104*2048=4700372992 Hmmm.... I think this could be caused by the problem of bug #144032. Could you please test the current svn trunk and see if the bug is gone. If so it will also be fixed in 1.0.1 OK - I tested SVN today on gentoo today (unemerged k3b, followed http://k3b.plainblack.com/cvs , did make install) I'm sorry, but this did _not_ fix it :-/ Do you need the output of k3b again ? > I'm sorry, but this did _not_ fix it :-/ > > Do you need the output of k3b again ? no, that is not necessary. thanks. ... still happens with k3b 1.0.1 (at least when copying DVD+RW) ... comment #20 : I tested this on gentoo could you please test the current svn version from branches/extragear/kde3/multimedia/k3b OK - tested this too. It's still _not_ fixed. Tested this on gentoo with KDE 3.5.7 It opened the tray, showed some dialog box for a very short time, closed tray and wrote to the same disk. -- What I did : -- svn co svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/multimedia/k3b multimedia/k3b Ausgecheckt, Revision 677656. svn co -N svn://anonsvn.kde.org/home/kde/branches/extragear/kde3/multimedia multimedia Ausgecheckt, Revision 677656. svn co svn://anonsvn.kde.org/home/kde/branches/KDE/3.5/kde-common/admin multimedia/admin Ausgecheckt, Revision 677656. cd multimedia make -f Makefile.cvs cd k3b ./configure make sudo emerge --unmerge k3b sudo make install --- Output of k3b : --- kdecore (KAction): WARNING: KActionCollection::KActionCollection( QObject *parent, const char *name, KInstance *instance ) k3b: (K3bCdrecordProgram) could not start /opt/schily/bin k3b: (K3bMkisofsProgram) could not start /opt/schily/bin k3b: (K3bCdrecordProgram) could not start /usr/i686-pc-linux-gnu/gcc-bin/4.1.1 k3b: (K3bMkisofsProgram) could not start /usr/i686-pc-linux-gnu/gcc-bin/4.1.1 k3b: (K3bExternalBinManager) Cdrecord 1.1.2 features: wodim, gracetime, overburn, cdtext, clone, tao, cuefile, xamix, suidroot, plain-atapi, hacked-atapi, short-track-raw, audio-stdin, burnfree (K3bDevice::HalConnection) initializing HAL >= 0.5 Mapping udi /org/freedesktop/Hal/devices/storage_model_IDE_DVD_ROM_16X to device /dev/hdc Mapping udi /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG to device /dev/hdd /dev/hdc resolved to /dev/hdc /dev/hdc is block device (0) /dev/hdc seems to be cdrom (K3bDevice::Device) /dev/hdc: init() (K3bDevice::ScsiCommand) failed: command: MODE SENSE (5a) errorcode: 70 sense key: ILLEGAL REQUEST (5) asc: 24 ascq: 0 (K3bDevice::Device) /dev/hdc: MODE SENSE length det failed. (K3bDevice::ScsiCommand) failed: command: MODE SENSE (5a) errorcode: 70 sense key: ILLEGAL REQUEST (5) asc: 24 ascq: 0 (K3bDevice::Device) /dev/hdc: MODE SENSE with real length 65535 failed. (K3bDevice::Device) /dev/hdc: modeSense 0x05 failed! (K3bDevice::Device) /dev/hdc: Cannot check write modes. (K3bDevice::ScsiCommand) failed: command: MODE SENSE (5a) errorcode: 70 sense key: ILLEGAL REQUEST (5) asc: 24 ascq: 0 (K3bDevice::Device) /dev/hdc: MODE SENSE length det failed. (K3bDevice::ScsiCommand) failed: command: MODE SENSE (5a) errorcode: 70 sense key: ILLEGAL REQUEST (5) asc: 24 ascq: 0 (K3bDevice::Device) /dev/hdc: MODE SENSE with real length 65535 failed. /dev/hdd resolved to /dev/hdd /dev/hdd is block device (64) /dev/hdd seems to be cdrom (K3bDevice::Device) /dev/hdd: init() (K3bDevice::Device) /dev/hdd feature: CD Mastering (K3bDevice::Device) /dev/hdd feature: CD Track At Once (K3bDevice::Device) /dev/hdd feature: CD-RW Media Write Support (K3bDevice::Device) /dev/hdd feature: DVD+R (K3bDevice::Device) /dev/hdd feature: DVD+RW (K3bDevice::Device) /dev/hdd feature: DVD+R Double Layer (K3bDevice::Device) /dev/hdd feature: DVD-R/-RW Write (K3bDevice::Device) /dev/hdd feature: Rigid Restricted Overwrite (K3bDevice::Device) /dev/hdd: dataLen: 60 (K3bDevice::Device) /dev/hdd: checking for TAO (K3bDevice::Device) /dev/hdd: checking for SAO (K3bDevice::Device) /dev/hdd: checking for SAO_R96P (K3bDevice::Device) /dev/hdd: checking for SAO_R96R (K3bDevice::Device) /dev/hdd: checking for RAW_R16 (K3bDevice::Device) /dev/hdd: checking for RAW_R96P (K3bDevice::Device) /dev/hdd: checking for RAW_R96R (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 2 (K3bDevice::Device) /dev/hdd : 5540 KB/s (K3bDevice::Device) /dev/hdd : 3324 KB/s (K3bDevice::DeviceManager) setting current write speed of device /dev/hdd to 5540 k3b: [void K3bMediaCache::clearDeviceList()] /dev/hdc resolved to /dev/hdc (K3bDevice::DeviceManager) dev /dev/hdc already found /dev/hdd resolved to /dev/hdd (K3bDevice::DeviceManager) dev /dev/hdd already found (K3bDevice::DeviceManager) found config entry for devicetype: IDE DVD-ROM 16X (K3bDevice::DeviceManager) found config entry for devicetype: RICOH DVD+RW MP5316DAG First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 137:58:13 (LBA 620863) (1271527424 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 137:58:13 (LBA 620863) (1271527424 Bytes) k3b: (K3bCdrecordProgram) could not start /opt/schily/bin k3b: (K3bMkisofsProgram) could not start /opt/schily/bin k3b: (K3bCdrecordProgram) could not start /usr/i686-pc-linux-gnu/gcc-bin/4.1.1 k3b: (K3bMkisofsProgram) could not start /usr/i686-pc-linux-gnu/gcc-bin/4.1.1 k3b: (K3bExternalBinManager) Cdrecord 1.1.2 features: wodim, gracetime, overburn, cdtext, clone, tao, cuefile, xamix, suidroot, plain-atapi, hacked-atapi, short-track-raw, audio-stdin, burnfree Devices: ------------------------------ Blockdevice: /dev/hdc Generic device: Vendor: IDE Description: DVD-ROM 16X Version: 2.71 Write speed: 0 Profiles: DVD-ROM, CD-ROM Read Cap: DVD-ROM, CD-ROM Write Cap: Error Writing modes: None Reader aliases: /dev/hdc ------------------------------ Blockdevice: /dev/hdd Generic device: Vendor: RICOH Description: DVD+RW MP5316DAG Version: 2.BC Write speed: 3324 Profiles: DVD-ROM, DVD-R Sequential, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW Read Cap: DVD-ROM, DVD-R, DVD-R Sequential, DVD-RW, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-ROM, CD-R, CD-RW Write Cap: DVD-R, DVD-R Sequential, DVD-RW, DVD-RW Restricted Overwrite, DVD-RW Sequential, DVD+RW, DVD+R, DVD+R Dual Layer, CD-R, CD-RW Writing modes: SAO, TAO, RAW, SAO/R96P, SAO/R96R, RAW/R16, RAW/R96P, RAW/R96R, Restricted Overwrite Reader aliases: /dev/hdd ------------------------------ (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: Current/Max 2 424256 (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: 38 2295104 0 k3b: (K3bMedium) found medium: (/dev/hdd) k3b: ===================================================== DiskInfo: Mediatype: DVD+RW Current Profile: DVD+RW Disk state: complete Empty: 0 Rewritable: 1 Appendable: 0 Sessions: 0 Tracks: 1 Layers: 1 Capacity: 510:01:29 (LBA 2295104) (4700372992 Bytes) Remaining size: 415:44:48 (LBA 1870848) (3831496704 Bytes) Used Size: 94:16:56 (LBA 424256) (868876288 Bytes) Bg Format: incomplete k3b: ===================================================== kdecore (KAction): WARNING: KActionCollection::operator+=(): function is severely deprecated. (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 2 (K3bDevice::Device) /dev/hdd : 5540 KB/s (K3bDevice::Device) /dev/hdd : 3324 KB/s k3b: (K3bMedium) found volume id from start sector 0: 'CDROM' k3b: (K3bFileTreeView::addCdDeviceBranches) k3b: (K3bFileTreeView::addCdDeviceBranches) done k3b: (K3bFileTreeView::addCdDeviceBranches) k3b: (K3bFileTreeView::addCdDeviceBranches) done k3b: kernel version: 2.6.19-suspend2-r3 k3b: (K3bCore) System problems: k3b: - none - (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. k3b: kernel version: 2.6.19-suspend2-r3 k3b: (K3bEmptyDiscWaiter) slotMediumChanged() k3b: (K3bEmptyDiscWaiter) ------ found DVD+RW as wanted. k3b: (K3bEmptyDiscWaiter) finishWaiting() k3b: (K3bDevice::DeviceHandler) starting command: 4096 First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 137:58:13 (LBA 620863) (1271527424 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 137:58:13 (LBA 620863) (1271527424 Bytes) (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: Current/Max 2 424256 (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: 38 2295104 0 k3b: (K3bDevice::DeviceHandler) finished command: 4096 k3b: (K3bThreadJob) waiting for the thread to finish. k3b: (K3bThreadJob) thread finished. k3b: (K3bActivePipe) successfully opened pipe. k3b: (K3bDevice::DeviceHandler) thread emitted finished. Waiting for thread actually finishing k3b: (K3bDevice::DeviceHandler) success: true k3b: (K3bDevice::DeviceHandler) deleting thread. k3b: (K3bActivePipe) started thread. (K3bDevice::HalConnection) lock queued for /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG k3b: (K3bLsofWrapper) matched: app: k3b pid: 6144 k3b: (K3bDataTrackReader) changing data recovery mode from 128 to 32 (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 128 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 127 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 126 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 125 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 124 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 123 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 122 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 121 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 120 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 119 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 118 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 117 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 116 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 115 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 114 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 113 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 112 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 111 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 110 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 109 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 108 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 107 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 106 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 105 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 104 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 103 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 102 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 101 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 100 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 99 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 98 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 97 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 96 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 95 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 94 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 93 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 92 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 91 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 90 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 89 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 88 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 87 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 86 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 85 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 84 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 83 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 82 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 81 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 80 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 79 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 78 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 77 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 76 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 75 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 74 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 73 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 72 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 71 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 70 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 69 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 68 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 67 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 66 too high. (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 0 sense key: NO SENSE (2) asc: 0 ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: (K3bDataTrackReader) determine max read sectors: 65 too high. k3b: (K3bDataTrackReader) determine max read sectors: 64 is max. k3b: (K3bDataTrackReader) using buffer size of 64 blocks. k3b: (K3bDataTrackReader) changing data recovery mode from 0 to 128 (K3bDevice::HalConnection) unlock queued for /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 137:58:13 (LBA 620863) (1271527424 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 137:58:13 (LBA 620863) (1271527424 Bytes) k3b: (K3bThreadJob) waiting for the thread to finish. k3b: (K3bThreadJob) thread finished. (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: Current/Max 2 424256 (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: 38 2295104 0 k3b: (K3bMedium) found medium: (/dev/hdd) k3b: ===================================================== DiskInfo: Mediatype: DVD+RW Current Profile: DVD+RW Disk state: complete Empty: 0 Rewritable: 1 Appendable: 0 Sessions: 0 Tracks: 1 Layers: 1 Capacity: 510:01:29 (LBA 2295104) (4700372992 Bytes) Remaining size: 415:44:48 (LBA 1870848) (3831496704 Bytes) Used Size: 94:16:56 (LBA 424256) (868876288 Bytes) Bg Format: incomplete k3b: ===================================================== k3b: (K3bEmptyDiscWaiter) slotMediumChanged() k3b: (K3bEmptyDiscWaiter) ------ nothing useful found. (K3bDevice::Device) /dev/hdd current profile 0. Checking current profile list instead. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 6 (K3bDevice::Device) /dev/hdd : 8467 KB/s (K3bDevice::Device) /dev/hdd : 7056 KB/s (K3bDevice::Device) /dev/hdd : 5645 KB/s (K3bDevice::Device) /dev/hdd : 4234 KB/s (K3bDevice::Device) /dev/hdd : 2822 KB/s (K3bDevice::Device) /dev/hdd : 1411 KB/s (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. k3b: (K3bEmptyDiscWaiter) slotMediumChanged() k3b: (K3bEmptyDiscWaiter) ------ found DVD+RW as wanted. (K3bDevice::ScsiCommand) failed: command: READ DVD STRUCTURE (ad) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ DVD STRUCTURE length det failed (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! (K3bDevice::ScsiCommand) failed: command: READ (10) (28) errorcode: 70 sense key: NOT READY (2) asc: 3a ascq: 0 (K3bDevice::Device) /dev/hdd: READ 10 failed! k3b: K3bIso9660::openArchive no volume descriptors k3b: (K3bEmptyDiscWaiter) finishWaiting() k3b: (K3bEmptyDiscWaiter) exitLoop (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 6 (K3bDevice::Device) /dev/hdd : 8467 KB/s (K3bDevice::Device) /dev/hdd : 7056 KB/s (K3bDevice::Device) /dev/hdd : 5645 KB/s (K3bDevice::Device) /dev/hdd : 4234 KB/s (K3bDevice::Device) /dev/hdd : 2822 KB/s (K3bDevice::Device) /dev/hdd : 1411 KB/s k3b: ***** growisofs parameters: k3b: /usr/bin/growisofs -Z /dev/hdd=/dev/fd/0 -use-the-force-luke=notray -use-the-force-luke=tty -use-the-force-luke=4gms -use-the-force-luke=tracksize:40535 -dvd-compat -use-the-force-luke=bufsize:32m k3b: (K3bDevice::HalConnection) lock queued for /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG k3b: (K3bActivePipe) successfully opened pipe. k3b: (K3bActivePipe) started thread. k3b: (growisofs) WARNING: /dev/hdd already carries isofs! k3b: (growisofs) About to execute 'builtin_dd if=/dev/fd/0 of=/dev/hdd obs=32k seek=0' k3b: (growisofs) /dev/hdd: restarting DVD+RW format... removing udi /org/freedesktop/Hal/devices/volume_label_CDROM adding udi /org/freedesktop/Hal/devices/volume_label_CDROM (K3bDevice::HalConnection) unlock queued for /org/freedesktop/Hal/devices/storage_model_RICOH_DVD_RW_MP5316DAG k3b: (K3bJobProgressDialog) received finished signal! First sec data area: 43:41:33 (LBA 196608) (402653184 Last sec data area: 137:58:13 (LBA 620863) (1271527424 Bytes) Last sec layer 1: 00:00:00 (LBA 0) (0 Bytes) Layer 1 length: 00:00:01 (LBA 1) (2048 Bytes) Layer 2 length: 137:58:13 (LBA 620863) (1271527424 Bytes) (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: Current/Max 2 424256 (K3bDevice::Device) /dev/hdd READ FORMAT CAPACITY: 38 2295104 0 k3b: (K3bMedium) found medium: (/dev/hdd) k3b: ===================================================== DiskInfo: Mediatype: DVD+RW Current Profile: DVD+RW Disk state: complete Empty: 0 Rewritable: 1 Appendable: 0 Sessions: 0 Tracks: 1 Layers: 1 Capacity: 510:01:29 (LBA 2295104) (4700372992 Bytes) Remaining size: 415:44:48 (LBA 1870848) (3831496704 Bytes) Used Size: 94:16:56 (LBA 424256) (868876288 Bytes) Bg Format: incomplete k3b: ===================================================== (K3bDevice::Device) /dev/hdd: Number of supported write speeds via GET PERFORMANCE: 2 (K3bDevice::Device) /dev/hdd : 5540 KB/s (K3bDevice::Device) /dev/hdd : 3324 KB/s k3b: (K3bMedium) found volume id from start sector 0: 'CDROM' (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. (K3bDevice::Device) /dev/hdd: GET CONFIGURATION length det failed. k3b: [void K3bMediaCache::clearDeviceList()] k3b: [void K3bMediaCache::clearDeviceList()] waiting for info thread /dev/hdc to finish k3b: [void K3bMediaCache::clearDeviceList()] waiting for info thread /dev/hdd to finish k3b: Waiting for thread 0x82c8650 k3b: Waiting for thread 0x8505af0 k3b: Thread waiting done. k3b: [void K3bMediaCache::clearDeviceList()] Tested 1.0.3 on gentoo with KDE 3.5.7 today. It's still behaves like in comment #13 Tested 1.0.4 on uptodate gentoo with KDE 3.5.7 today. It still behaves the same way, but only when copying a DVD+RW for the first time after boot. (!) The second copying after boot works fine (now) - both the tray and the dialog-box stay open. Tested with sidux LiveCD (KDE 3.5.8) too on the same machine with same results at least for the first copying. (I'm sorry about not having a second machine with either two optical drives to be able to burn using a LiveCD or with allowance to install linux for further testing. This is an old slow PIII-933 machine.) Now I tried k3b 1.0.5 on KDE 3.5.9 on ArchLinux 686 (linux 2.6.25.11) K3B was built with ./configure --prefix=/opt/kde --enable-mt --disable-debug \ --enable-debug=no --with-k3bsetup=no \ --without-cdrecord-suid-root \ --enable-ffmpeg-all-codecs The Mainboard was changed to MSI MS-7255 (V 2.0) meanwhile. The burning device used is still Ricoh MP5316DAG. The bug is still there, but one time it worked as expected. When I tried to repeat this with the same medium the bug appeared again. (I always did a fresh start of k3b.) Could this be some timing problem ? Appears to be fixed with k3b 1.65.0alpha1 on ArchLinux here. OK to set this to RESOLVED ? (In reply to comment #27) > Appears to be fixed with k3b 1.65.0alpha1 on ArchLinux here. > OK to set this to RESOLVED ? Sorry that info is wrong ! The second time it appeared again. Maybe I should read my own posts first... :/ If K3b reloads without asking the only thing I can think of is the autoload feature. In case that is enabled in the kernel the drive is closed whenever it is accessed. And since K3b does poll the drive regularly it will trigger the close. I don't see a solution for this problem other than disabling autoload. OK, but you can not force users nor distros to tune their kernel just for being suitable for k3b IMHO. K3b really should ask before overwriting a rewritable disk ! Additionally it might be a good idea to check if the destination disk is identical with the source disk. Don't you agree ? I agree that k3b should not overwrite without asking and normally it does not. Except if the option is checked in the advanced settings. If it does anyway, that is a bug. As for kernel tuning: disabling autoload is not really a tweak. The opposite is. If you talk about 'Automaticaly erase CD-RWs and DVD-RWs' - that one is unchecked here. About kernel tuning: I can't see anything appropriate using kernel 2.6.29.4 on ArchLinux 686 with zgrep -E -i 'auto|load|close|tray' /proc/config.gz --- # Automatically generated make config: don't edit CONFIG_LOCALVERSION_AUTO=y CONFIG_MODULE_FORCE_LOAD=y CONFIG_MODULE_UNLOAD=y CONFIG_MODULE_FORCE_UNLOAD=y CONFIG_PCMCIA_LOAD_CIS=y # IPVS transport protocol load balancing support CONFIG_FW_LOADER=y CONFIG_B44_PCI_AUTOSELECT=y CONFIG_B44_PCICORE_AUTOSELECT=y CONFIG_B43_PCI_AUTOSELECT=y CONFIG_B43_PCICORE_AUTOSELECT=y CONFIG_B43LEGACY_PCI_AUTOSELECT=y CONFIG_B43LEGACY_PCICORE_AUTOSELECT=y CONFIG_I2C_HELPER_AUTO=y # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set # CONFIG_AUTOFS_FS is not set CONFIG_AUTOFS4_FS=m --- please see if K3b 1.66.0 at least does ask you before overwriting. 1.66.0alpha2 shows a dialog with title 'Waiting for Disk' and no visible content for a very short time and goes on overwriting the source disk. I just commited another patch to k3b trunk which fixes a problem with media cache consistency. Please test if it solves your problem. If you do not want to compile from trunk I will create a tarball for you. Hmm, it asks if it should overwrite *before* reading the disk is started. When it's finished with reading it opens the tray and doesn't do anything further. No reaction on cancel button or on close request from the WM (no response). k3b-svn 973953 impressive. and this is still a DVD-RW? or are you using a DVD+RW? It's a DVD+RW. I didn't find aDVD-RW any more. Did multiple tries with a CD-RW now: Sometimes it asks before reading too. No response after reading and tray open two times. At one time it asked before writing. I just commited a fix to trunk. My last commit actually produced a deadlock. I am not able to reproduce the other problem (asking for formatting before reading) Upps, I'm sorry the question before reading the disk isn't about overwriting the *disk* - it is about overwriting the *image* still laying around because the previous instance was killed after reading. Now I get dialog 'Waiting for disk' while the tray stays open after reading and when I reinsert the disk I get a second dialog 'Found DVD+RW' asking whether to overwrite the disk. With CD-RW the second dialog is asking whether to erase the disk. So it appears to be fixed now. :) Thank you very, very much ! Thank you for testing patiently. :) Now for a little celebration, this was a tricky one! |