From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Bottomley Subject: Re: 2.6.37: USB Thermaltake Dock: Only see's 1 HDD? [SOLVED, but which option fixed it?] Date: Fri, 18 Feb 2011 15:44:29 -0600 Message-ID: <1298065469.3007.193.camel@mulgrave.site> References: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: Received: from cantor.suse.de ([195.135.220.2]:57810 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757191Ab1BRVof (ORCPT ); Fri, 18 Feb 2011 16:44:35 -0500 In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: Justin Piszcz Cc: linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-scsi@vger.kernel.org, Alan Piszcz On Fri, 2011-02-18 at 16:33 -0500, Justin Piszcz wrote: > When I attach a dock with two HDD's on it in Linux, it only picks up one HDD, > this is with a Thermaltake BlackX Duet, is there a special module/etc > I need to load so it sees both drives on USB? > > So I added some additional kernel options and now it seems fixed, but > this is more of a shotgun approach, instead of rebuilding/rebooting > several times does anyone know which module enabled support of > 1 HDD on > the USB dock as shown below? [...] > Now: > > [ 4.176148] scsi 12:0:0:0: Direct-Access ST310003 40AS PQ: 0 ANSI: 2 CCS > [ 4.176370] sd 12:0:0:0: Attached scsi generic sg2 type 0 > [ 4.176893] scsi 12:0:0:1: Direct-Access ST310003 40AS PQ: 0 ANSI: 2 CCS > [ 4.177063] sd 12:0:0:1: Attached scsi generic sg3 type 0 Well that's showing as one disc with multiple LUNs , so CONFIG_SCSI_MULTI_LUN=y James