[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: usb 7 in 1 card reader -- not working



On Wed, 7 Apr 2004, Rodney D. Myers wrote:

> doing a "cat /proc/scsi/scsi" show;
> Host: scsi0 Channel: 00 Id: 00 Lun: 00
> Vendor: SAMSUNG Model: CD-ROM SC-152L Rev: C100
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi0 Channel: 00 Id: 01 Lun: 00
> Vendor: Memorex Model: 52MAXX 2452AJ Rev: 6WS2
> Type: CD-ROM ANSI SCSI revision: 02
> Host: scsi1 Channel: 00 Id: 00 Lun: 00
> Vendor: IC Model: USB Storage-CFC Rev: 322E
> Type: Direct-Access ANSI SCSI revision: 02

What kernel?

You do need:
CONFIG_SCSI_MULTI_LUN=y

in your kernel .config in order to make sure it probes all the slots. It
looks like it isn't doing so now, since you have only LUN 00 shown, not
any additional ones.

>  ...
> If I attempt to run fsck or fdisk on /dev/sda I get the following error
> message(s);
>
> sudo fdisk /dev/sda1
> Unable to open /dev/sda1
>

Use /dev/sda, not /dev/sda1. sda1 is a partition, sda is the "disk". This
is a reasonable way to find the drive you're looking for, though.


----------------------------------------------------------------------
Andrew J Perrin - http://www.unc.edu/~aperrin
Assistant Professor of Sociology, U of North Carolina, Chapel Hill
clists@perrin.socsci.unc.edu * andrew_perrin (at) unc.edu





Reply to: