All of lore.kernel.org
 help / color / mirror / Atom feed
* (no subject)
@ 2003-04-30 21:39 Mauricio Oliveira Carneiro
  2003-05-01  0:03 ` Eyal Lebedinsky
  2003-05-01  0:05 ` your mail Greg KH
  0 siblings, 2 replies; 3+ messages in thread
From: Mauricio Oliveira Carneiro @ 2003-04-30 21:39 UTC (permalink / raw)
  To: linux-kernel

Hi everyone,

I'm almost hanging myself.. it's been a week trying without success :-( 
Maybe someone here could help me out. Sorry for the disturbance ! 

I have bought a USB FLASH MEMORY device from Kmit Co. The model is : "Unity 
ITS". I bought it from FRY's Electronics in Palo Alto, CA (USA)
 
It works perfectly with windows, but i'm having problems with linux 2.4.20- 
9 kernel.
 
It detects the existance of the USB FLASH MEMORY device, as of my 
/proc/bus/usb/device file says :
 
C:* #Ifs= 2 Cfg#= 1 Atr=a0 MxPwr= 98mA
I:  If#= 0 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=01 Driver=hid
E:  Ad=81(I) Atr=03(Int.) MxPS=   8 Ivl=10ms
I:  If#= 1 Alt= 0 #EPs= 1 Cls=03(HID  ) Sub=01 Prot=02 Driver=hid
E:  Ad=82(I) Atr=03(Int.) MxPS=   8 Ivl=10ms
T:  Bus=02 Lev=01 Prnt=01 Port=01 Cnt=02 Dev#=  4 Spd=12  MxCh= 0
D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=16 #Cfgs=  1
P:  Vendor=09a6 ProdID=8001 Rev= 1.00
S:  Manufacturer=KMIT CO.,LTD
S:  Product=KM USB Removable Disk
S:  SerialNumber=20021226113657-00
 
 
At the /proc/scsi/usb-storage-0/0 file I get :
 
   Host scsi0: usb-storage
       Vendor: KMIT CO.,LTD
      Product: KM USB Removable Disk
Serial Number: 20021226113657-00
     Protocol: 8070i
    Transport: Bulk
         GUID: 09a68001002122fffffff600
     Attached: Yes
 
 
In /etc/mtab :
 
usbdevfs on /proc/bus/usb type usbdevfs (rw)
 


But I can't see it mounted anywhere in my system, nor can I mount it by 
hand since I don't know the device filename (/dev/?) .
 
 
I believe it works the same way for every flash memory drive.

if someone have already suffered of the same cause, I thank for the help :)
 
Mauricio Oliveira Carneiro
 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re:
  2003-04-30 21:39 Mauricio Oliveira Carneiro
@ 2003-05-01  0:03 ` Eyal Lebedinsky
  2003-05-01  0:05 ` your mail Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Eyal Lebedinsky @ 2003-05-01  0:03 UTC (permalink / raw)
  To: Mauricio Oliveira Carneiro; +Cc: linux-kernel

Mauricio Oliveira Carneiro wrote:

> But I can't see it mounted anywhere in my system, nor can I mount it by
> hand since I don't know the device filename (/dev/?) .

The device is the next available scsi, e.g.:
	mount /dev/sda1 /mnt

My /etc/fstab has this:

# USB camera as mass-storage, Nikon Coolpix 2000
#
none               /proc/bus/usb        usbdevfs  noauto          0 0
/dev/sda1          /nikon               msdos     noauto          0 0

--
Eyal Lebedinsky (eyal@eyal.emu.id.au) <http://samba.org/eyal/>

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: your mail
  2003-04-30 21:39 Mauricio Oliveira Carneiro
  2003-05-01  0:03 ` Eyal Lebedinsky
@ 2003-05-01  0:05 ` Greg KH
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2003-05-01  0:05 UTC (permalink / raw)
  To: Mauricio Oliveira Carneiro; +Cc: linux-kernel

On Wed, Apr 30, 2003 at 06:39:41PM -0300, Mauricio Oliveira Carneiro wrote:
> But I can't see it mounted anywhere in my system, nor can I mount it by 
> hand since I don't know the device filename (/dev/?) .

Have you read the Linux USB Guide at http://www.linux-usb.org/ ?

If you still have questions/problems after reading that, try asking this
on the linux-usb-users mailing list.  The people there can help you out.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-04-30 23:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-04-30 21:39 Mauricio Oliveira Carneiro
2003-05-01  0:03 ` Eyal Lebedinsky
2003-05-01  0:05 ` your mail Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.