Re: USB Generic Drive Storage

2006-11-17 Thread Bernard Adrian
Rrodak <[EMAIL PROTECTED]> a écrit : 

> I see the flash storage on usb :
>
> Bus 003 Device 017: ID 10d6:ff61 Actions Semiconductor Co., Ltd
> Bus 003 Device 001: ID :
> Bus 002 Device 004: ID 09da:0006 A4 Tech Co., Ltd Optical Mouse WOP-35 /
> Trust 450L Optical Mouse
> Bus 002 Device 001: ID :
> Bus 001 Device 001: ID :
>
> But no devices in /dev/sd..
>
> I checked the kernel modules, all ok
>
> only think I see on dmesg is:
>
> usb 3-6: new high speed USB device using ehci_hcd and address 17
> usb 3-6: configuration #1 chosen from 1 choice
>
> no more messages... 
> somebody an idea?

I had the same problem last week after compiling a customized kernel.
I forgot to select the "SCSI disk support" option. As far as i know
it's necessary to create a /dev/sd...

The "SCSI disk support" option is not enabled when you choose "USB
Mass Storage Support", but most USB storage devices need it.

You'll find "SCSI disk support" in "Devices Drivers" and then in "SCSI
device support".

Of course, if you did'nt compile your kernel, the lines above are out
of topic.
-- 
Bernard Adrian 


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB Generic Drive Storage

2006-11-14 Thread Roby
Rrodak wrote:

> I have the same problem
> 
> I see the flash storage on usb :
> 
> Bus 003 Device 017: ID 10d6:ff61 Actions Semiconductor Co., Ltd
> Bus 003 Device 001: ID :
> Bus 002 Device 004: ID 09da:0006 A4 Tech Co., Ltd Optical Mouse WOP-35 /
> Trust 450L Optical Mouse
> Bus 002 Device 001: ID :
> Bus 001 Device 001: ID :
> 
> 
> But no devices in /dev/sd..
> 
> I checked the kernel modules, all ok
> 
> only think I see on dmesg is:
> 
> usb 3-6: new high speed USB device using ehci_hcd and address 17
> usb 3-6: configuration #1 chosen from 1 choice
> 
> no more messages...
> somebody an idea?

Does lsusb show a usb_storage module when the device is plugged in?
Here's what I see in dmesg when I plug in my pen drive:
usb 5-6: new high speed USB device using ehci_hcd and address 3
usb 5-6: configuration #1 chosen from 1 choice
Initializing USB Mass Storage driver...
scsi0 : SCSI emulation for USB Mass Storage devices
usb-storage: device found at 3
usb-storage: waiting for device to settle before scanning
usbcore: registered new driver usb-storage
USB Mass Storage support registered.
  Vendor: USB 2.0   Model: Flash DiskRev: 1100
  Type:   Direct-Access  ANSI SCSI revision: 00
SCSI device sda: 1981440 512-byte hdwr sectors (1014 MB)
sda: Write Protect is off
sda: Mode Sense: 43 00 00 00
sda: assuming drive cache: write through
SCSI device sda: 1981440 512-byte hdwr sectors (1014 MB)
sda: Write Protect is off
sda: Mode Sense: 43 00 00 00
sda: assuming drive cache: write through
 sda: sda1
sd 0:0:0:0: Attached scsi removable disk sda
usb-storage: device scan complete



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB Generic Drive Storage

2006-11-14 Thread Rrodak
I have the same problem

I see the flash storage on usb :

Bus 003 Device 017: ID 10d6:ff61 Actions Semiconductor Co., Ltd
Bus 003 Device 001: ID :
Bus 002 Device 004: ID 09da:0006 A4 Tech Co., Ltd Optical Mouse WOP-35 /
Trust 450L Optical Mouse
Bus 002 Device 001: ID :
Bus 001 Device 001: ID :


But no devices in /dev/sd..

I checked the kernel modules, all ok

only think I see on dmesg is:

usb 3-6: new high speed USB device using ehci_hcd and address 17
usb 3-6: configuration #1 chosen from 1 choice

no more messages... 
somebody an idea?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Re: USB Generic Drive Storage

2004-10-04 Thread Kevin Mark
On Mon, Oct 04, 2004 at 05:40:04PM -0400, Ryan Waye wrote:
> Hello,
> 
> I am attempting to use a USB Flash drive on my 2.6.7 Linux box. 
> Debian seems to detect it, here is the entry from
> /proc/bus/usb/devices file:
> 
> T:  Bus=03 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#=  6 Spd=12  MxCh= 0
> D:  Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs=  1
> P:  Vendor=10d6 ProdID=1000 Rev= 1.00
> S:  Product=Generic USB Disk Device
> S:  SerialNumber=Generic USB Disk Device
> C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr=100mA
> I:  If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=05 Prot=50 Driver=usb-storage
> E:  Ad=01(O) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> E:  Ad=82(I) Atr=02(Bulk) MxPS=  64 Ivl=0ms
> 
> Also, lsusb shows this:
> 
> Bus 004 Device 001: ID :
> Bus 003 Device 006: ID 10d6:1000 Actions Semiconductor Co., Ltd
> Bus 003 Device 001: ID :
> Bus 002 Device 002: ID 045e:0040 Microsoft Corp. Wheel Mouse Optical
> Bus 002 Device 001: ID :
> Bus 001 Device 001: ID :
> 
> So it appears to have been detected, but how do I access it?
> 
> Sincerely, 
> Ryan Waye
> 
Hi Ryan,
check /var/log/messages
and see if it shows up. usb storage devices show up as SCSI drives:
/dev/sda1 usually.
=Kev
-- 

(__)
(oo)
  /--\/
 / |||
*  /\---/\
   ~~   ~~
"Have you mooed today?"...


signature.asc
Description: Digital signature


Re: USB Generic Drive Storage

2004-10-04 Thread robin




Preston Boyington wrote:

  Ryan Waye wrote:
  
  
Hello,

I am attempting to use a USB Flash drive on my 2.6.7 Linux box.
Debian seems to detect it, here is the entry from
/proc/bus/usb/devices file:

  
  
  
  
So it appears to have been detected, but how do I access it?

Sincerely,
Ryan Waye

  
  
maybe try as root:
mount /dev/sda1 /mnt/sda1



  

If the above doesn't work, search dmesg for scsi 

Robin




RE: USB Generic Drive Storage

2004-10-04 Thread Preston Boyington
Ryan Waye wrote:
> Hello,
> 
> I am attempting to use a USB Flash drive on my 2.6.7 Linux box.
> Debian seems to detect it, here is the entry from
> /proc/bus/usb/devices file:

> So it appears to have been detected, but how do I access it?
> 
> Sincerely,
> Ryan Waye

maybe try as root:
mount /dev/sda1 /mnt/sda1