[Bug 122568] fails to burn cds on sata writer using cdrecord because it prefers dev=X, Y, Z instead of dev=/dev/scd0

Sebastian Trueg sebastian at trueg.de
Mon Oct 30 18:38:21 CET 2006


------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
         
http://bugs.kde.org/show_bug.cgi?id=122568         
sebastian trueg de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From sebastian trueg de  2006-10-30 18:38 -------
SVN commit 600463 by trueg:

Use the /dev/sXX syntax instead of bus,id,lun.
Joerg says it should be the same, but then there is bug 122568 and
I had problems with the /dev syntax. Seems to work now though.... maybe 
we should try again...

BUG: 122568


 M  +1 -1      k3bglobals.cpp  


--- trunk/extragear/multimedia/k3b/libk3b/core/k3bglobals.cpp #600462:600463
 @ -359,7 +359,7  @
   //
   // experimental: always use block devices on 2.6 kernels
   //
-  if( 0 && simpleKernelVersion() >= K3bVersion( 2, 6, 0 ) )
+  if( simpleKernelVersion() >= K3bVersion( 2, 6, 0 ) )
     return dev->blockDeviceName();
   else if( dev->interfaceType() == K3bDevice::SCSI )
     return dev->busTargetLun();



More information about the pkg-kde-bugs-fwd mailing list