On Sat, 20 Sep 2003, Dave Ulrick wrote: > I've made another stab at recompiling the kernel. (I'd omitted 'make > mrproper' the first try.) Since doing so, I still see this in > /proc/scsi/scsi, and device name 'sda' is assigned to this upon its first > access, such as with 'fdisk -l /dev/sda': > > Host: scsi0 Channel: 00 Id: 00 Lun: 00 > Vendor: Y-E DATA Model: CF Card Reader Rev: 1.03 > Type: Direct-Access ANSI SCSI revision: 02
sounds like it isn't loading sd_mod automatically. > I've just now tried entering that command. Even that doesn't detect the > LUNs. :-( Did you change the first digit to 0 to reflect that you're device is the first scsi host? > If I issue 'gcc -E' on scsi_scan.c (otherwise using the same command parms > issued by 'make modules'), I see this in the output: > > static unsigned int max_scsi_luns = 0xFFFFFFFF; > > I think that strongly suggests that I have CONFIG_SCSI_MULTI_LUN set to y. Sorry to be pedantic but something strange is going on. Did you install and reboot to activate the new kernel? The following should be able to show that; date uptime ls -l /boot/*`uname -r`* ls -l /lib/modules/`uname -r`/kernel/drivers/scsi -- /------------------------------------+-------------------------\ |Stephen J. Gowdy | SLAC, MailStop 34, | |http://www.slac.stanford.edu/~gowdy/ | 2575 Sand Hill Road, | |http://calendar.yahoo.com/gowdy | Menlo Park CA 94025, USA | |EMail: [EMAIL PROTECTED] | Tel: +1 650 926 3144 | \------------------------------------+-------------------------/ ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
