Bug 127735 - SanDisk USB flash drive not recognised
Summary: SanDisk USB flash drive not recognised
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: hwdata
Version: 2
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-07-13 03:15 UTC by Mariano Draghi
Modified: 2014-03-17 02:46 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Enhancement
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-07-26 19:01:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
diff -rup against my (modified) updfstab.conf.default (311 bytes, patch)
2004-07-13 03:36 UTC, Mariano Draghi
no flags Details | Diff

Description Mariano Draghi 2004-07-13 03:15:33 UTC
Description of problem:
SanDisk Cruzer Mini USB Flash Drive not recognised. I had to manually
add the "vendor id" as reported by dmesg to the updfstab.conf.default
file.

Version-Release number of selected component (if applicable):
hwdata-0.120-1

How reproducible:
Always

Steps to Reproduce:
1. Plug a SanDisk Cruzer Mini USB Flash Drive into a USB port.
  
Actual results:
The device is not mounted. There's no mount point added to /etc/fstab

Expected results:
The device is mounted. A mount point is automagically added to /etc/fstab

Additional info:
Adding the line 
    match   hd SanDisk
to the "device flash" section of updfstab.conf.default solves the problem.

Comment 1 Mariano Draghi 2004-07-13 03:17:05 UTC
Output of dmesg when the device is plugged:

usb 1-2: new high speed USB device using address 2
SCSI subsystem initialized
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
  Vendor: SanDisk   Model: Cruzer Mini       Rev: 0.1
  Type:   Direct-Access                      ANSI SCSI revision: 02
USB Mass Storage device found at 2
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
SCSI device sda: 501759 512-byte hdwr sectors (257 MB)
sda: assuming Write Enabled
sda: assuming drive cache: write through
 sda: sda1
Attached scsi removable disk sda at scsi0, channel 0, id 0, lun 0


Comment 2 Mariano Draghi 2004-07-13 03:36:47 UTC
Created attachment 101849 [details]
diff -rup against my (modified) updfstab.conf.default

Comment 3 Rasmus Back 2004-07-26 13:54:42 UTC
I have the same flash drive, here's the relevant output from kudzu -s
-p -c HD in case it helps:
-
class: HD
bus: USB
detached: 0
driver: usb-storage
desc: "SanDisk Corporation Cruzer Mini"
usbclass: 8
usbsubclass: 6
usbprotocol: 50
usbbus: 1
usblevel: 1
usbport: 0
usbdev: 5
vendorId: 0781
deviceId: 5150
usbmfr: SanDisk Corporation
usbprod: Cruzer Mini
-
class: HD
bus: SCSI
detached: 0
device: sda
driver: ignore
desc: "Sandisk Cruzer Mini"
host: 3
id: 0
channel: 0
lun: 0
generic: sg0

I put match hd "Sandisk Cruzer Mini" in the flash section of my
updfstab.conf.default and it works.

Comment 4 Bill Nottingham 2004-07-26 19:01:49 UTC
Added, will be in later hwdata builds.


Note You need to log in before you can comment on or make changes to this bug.