On Tue, 2006-05-16 at 06:38 +0200, Thomas Bogendoerfer wrote: > scsi: host 1 channel 0 id 5 lun16777216 has a LUN larger than allowed by > the host adapter This is a classic symptom of a device incorrectly executing report luns, yes. > Looking at the misdetected LUN number I'm still thinking there might > be an endianess problem (16777216 = 0x01000000 -> little endian 0x01). > Is this possible ? It's possible, but if so it would have to be inside the device. SCSI is big endian explicitly in the protocol documents. > + {"HP", "C5713A", NULL, BLIST_NOREPORTLUN}, This looks to be the correct fix ... I'll add it. James - : 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