On Mon, 23 Oct 2006, Meelis Roos wrote: > >> scsi 2:0:0:0: Direct-Access ugin.upd .dpkg-new PQ: 0 ANSI: 0 CCS > >> > >> The data is garbage here (obviously I'm running debian and have done > >> daily upgrade recently). Other than that message, the device appeared > >> running fine. But it still worries. > > > > Try using the patch below. If you still see the same garbage showing up, > > it must be because the drive is sending this garbage to your computer. > > Tried the patch, still garbage. It returns different garbage each time, > and it has returned sensible data before. Since the garbage contains > debian-specific strings sometimes, it seems to come from system RAM > (someone is overwriting scsi data?). > > This is not x86_64 specific, the same happened on yesterdays > 2.6.19-rc2+git on i386. Have not yet compiled and older kernel to really > see if it still works with older kernel. Here's the best thing to do to find out what is really happening: Use the usbmon facility to see exactly what data bytes are being sent to the computer (instructions in Documentation/usb/usbmon.txt). This will tell us for certain whether those garbage bytes are left-over junk in RAM or the device is actually sending them. You don't even need to use the patch I sent for this test, although it won't hurt. Alan Stern - To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html