On Sat, 2005-11-19 at 13:18 -0500, Francois Marier wrote: > On Sat, Nov 19, 2005 at 01:56:42PM +0100, Nicolas Raspail wrote: > > With the kernel 2.6.13, everything works fine when I launch k3b. But, > > since I have installed the 2.6.14 kernel, when I launch k3b, I have the > > following error in my logs : > > > > I can use cdrecord for scanning devices and burning without problems. > > I'm using linux-source-2.6.14 (2.6.14-3) that I have compiled myself, > > but I have also tried the linux-image from debian, and the same problem > > is always here > > Hi Nicolas, > > it sounds like a cdrecord or cdrdao problem since k3b doesn't issue SCSI > commands directly. > > Have you tried to run: > cdrdao scanbus > and > cdrecord -scanbus > (as root) to see if you can manually trigger these SCSI errors in your logs? > > If you can narrow down the problem to one of these tools, then we will be > able to reassign the bug to the right package. > > Thanks, > > Francois
Hi François, I don't think it a cdrecord/cdrdao problem because, I can burn cdrom directly from these tools on command line. The problem appears when I launch k3b and the splash screen shows "Scanning for devices". But, here is the log you have asked : * as regular user cdrecord -scanbus Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005 Joerg Schilling NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord and thus may have bugs that are not present in the original version. Please send bug reports and support requests to <[EMAIL PROTECTED]>. The original author should not be bothered with problems of this version. cdrecord: Warning: Running on Linux-2.6.14-debian cdrecord: There are unsettled issues with Linux-2.5 and newer. cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris. Linux sg driver version: 3.5.33 Using libscg version 'ubuntu-0.8ubuntu1'. cdrecord: Warning: using inofficial version of libscg (ubuntu-0.8ubuntu1 '@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling'). scsibus0: 0,0,0 0) 'SEAGATE ' 'ST373307LSUN72G ' '0507' Disk 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) 'PLEXTOR ' 'CD-ROM PX-40TS ' '1.05' Removable CD-ROM 0,5,0 5) * 0,6,0 6) 'YAMAHA ' 'CRW2100S ' '1.0N' Removable CD-ROM 0,7,0 7) * cdrdao scanbus Cdrdao version 1.1.9 - (C) Andreas Mueller <[EMAIL PROTECTED]> SCSI interface library - (C) Joerg Schilling Paranoia DAE library - (C) Monty Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables. Using libscg version 'schily-0.8' ATA:1,0,0 PIONEER , DVD-RW DVR-108 , 1.20 * as root cdrecord -scanbus Cdrecord-Clone 2.01.01a03 (i686-pc-linux-gnu) Copyright (C) 1995-2005 Joerg Schilling NOTE: this version of cdrecord is an inofficial (modified) release of cdrecord and thus may have bugs that are not present in the original version. Please send bug reports and support requests to <[EMAIL PROTECTED]>. The original author should not be bothered with problems of this version. cdrecord: Warning: Running on Linux-2.6.14-debian cdrecord: There are unsettled issues with Linux-2.5 and newer. cdrecord: If you have unexpected problems, please try Linux-2.4 or Solaris. Linux sg driver version: 3.5.33 Using libscg version 'ubuntu-0.8ubuntu1'. cdrecord: Warning: using inofficial version of libscg (ubuntu-0.8ubuntu1 '@(#)scsitransp.c 1.91 04/06/17 Copyright 1988,1995,2000-2004 J. Schilling'). scsibus0: 0,0,0 0) 'SEAGATE ' 'ST373307LSUN72G ' '0507' Disk 0,1,0 1) * 0,2,0 2) * 0,3,0 3) * 0,4,0 4) 'PLEXTOR ' 'CD-ROM PX-40TS ' '1.05' Removable CD-ROM 0,5,0 5) * 0,6,0 6) 'YAMAHA ' 'CRW2100S ' '1.0N' Removable CD-ROM 0,7,0 7) * cdrdao scanbus Cdrdao version 1.1.9 - (C) Andreas Mueller <[EMAIL PROTECTED]> SCSI interface library - (C) Joerg Schilling Paranoia DAE library - (C) Monty Check http://cdrdao.sourceforge.net/drives.html#dt for current driver tables. Using libscg version 'schily-0.8' 0,4,0 : PLEXTOR , CD-ROM PX-40TS , 1.05 0,6,0 : YAMAHA , CRW2100S , 1.0N ATA:1,0,0 PIONEER , DVD-RW DVR-108 , 1.20 None of these commands trigger the errors. Hope you will find something useful Thanks Nicolas