PATCH was Re: 2.6.33-rc7 problems

From: ST
Date: Sat Feb 13 2010 - 15:03:09 EST


Hi Robert and lkml
> Do you have CONFIG_SCSI_MULTI_LUN=y set in your kernel configuration?
Ah, hit the nail right on the head. Thank you very much! So if you happen to
be close to Darmstadt: I owe you a drink just drop me a mail.

To spare others this torment not to be able to configure their on kernel (well
at least partially) please change the defconfig to have CONFIG_SCSI_MULTI_LUN
enabled. Given the low price of these usb multi card readers this is quite a
common use case?

Best regards
ST

Signed-off-by: ST <st@xxxxxxxxxxxxxxxxxxx>

diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index d28fad1..053e8bf 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -847,7 +847,7 @@ CONFIG_CHR_DEV_SG=y
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
-# CONFIG_SCSI_MULTI_LUN is not set
+CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
diff --git a/arch/x86/configs/x86_64_defconfig b/arch/x86/configs/x86_64_defconfig
index 6c86acd..3f64c27 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -842,7 +842,7 @@ CONFIG_CHR_DEV_SG=y
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
-# CONFIG_SCSI_MULTI_LUN is not set
+CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
# CONFIG_SCSI_LOGGING is not set
# CONFIG_SCSI_SCAN_ASYNC is not set
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/