Jump to content
Compatible Support Forums
Sign in to follow this  
kailinin

USB FLASH

Recommended Posts

first, lock for the "usb-storage" modul with "lsmod". if you can't find the modul, probe with "modprobe usb-storage"

 

when the modul loadet, you can mount the usbdevice with "mount /dev/sdaX /mnt"

Share this post


Link to post

frown

 

Well,

 

after

 

lsmod usb-storage O.K. (ergo present)

hotplug usb

mount -t vfat /dev/sdax /mnt/usb still do'nt work ...

 

please help

 

thanks

 

P.S. Mandrake 9.1

Share this post


Link to post

frown

 

after hotplug usb

 

/var/log/messeges:

 

Sep 24 08:31:05 radoslavk kernel: hub.c: USB hub found

Sep 24 08:31:05 radoslavk kernel: hub.c: 1 port detected

Sep 24 08:31:06 radoslavk kernel: hub.c: new USB device 00:1f.4-2.1, assigned address 3

Sep 24 08:31:06 radoslavk kernel: usb.c: USB device 3 (vend/prod 0x67b/0x2517) is not claimed by any active driver.

Sep 24 08:31:08 radoslavk usb.agent[3288]: missing kernel or user mode driver usbcore

Sep 24 08:31:09 radoslavk usb.agent[3288]: missing kernel or user mode driver usbcore

Sep 24 08:31:09 radoslavk kernel: Initializing USB Mass Storage driver...

Sep 24 08:31:09 radoslavk kernel: usb.c: registered new driver usb-storage

Sep 24 08:31:09 radoslavk kernel: scsi1 : SCSI emulation for USB Mass Storage devices

Sep 24 08:31:09 radoslavk kernel: Vendor: Prolific Model: USB Flash Disk Rev: P1.0

Sep 24 08:31:09 radoslavk kernel: Type: Direct-Access ANSI SCSI revision: 02

Sep 24 08:31:09 radoslavk kernel: USB Mass Storage support registered.

Sep 24 08:31:09 radoslavk scsi.agent[3370]: bogus sysfs DEVPATH=

Sep 24 08:31:09 radoslavk scsi.agent[3372]: bogus sysfs DEVPATH=

Sep 24 08:31:25 radoslavk su(pam_unix)[3428]: session opened for user root by dusan(uid=503)

Sep 24 08:31:30 radoslavk usb.agent[3468]: Bad USB agent invocation, no action

 

 

THANKS!

Share this post


Link to post

x)

 

Hi again!

 

Sory for my late answer:

 

/proc/bus/usb/devices

 

T: Bus=02 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2

B: Alloc= 11/900 us ( 1%), #Int= 1, #Iso= 0

D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1

P: Vendor=0000 ProdID=0000 Rev= 0.00

S: Product=USB UHCI Root Hub

S: SerialNumber=ef80

C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA

I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms

T: Bus=02 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 1

D: Ver= 2.00 Cls=09(hub ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1

P: Vendor=067b ProdID=2515 Rev= 0.01

S: Manufacturer=Prolific Technology Inc.

S: Product=USB Embedded Hub

C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr=100mA

I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

E: Ad=81(I) Atr=03(Int.) MxPS= 1 Ivl=12ms

T: Bus=02 Lev=02 Prnt=02 Port=00 Cnt=01 Dev#= 3 Spd=12 MxCh= 0

D: Ver= 2.00 Cls=00(>ifc ) Sub=00 Prot=00 MxPS=64 #Cfgs= 1

P: Vendor=067b ProdID=2517 Rev= 0.01

S: Manufacturer=Prolific Technology Inc.

S: Product=USB Mass Storage Device

C:* #Ifs= 1 Cfg#= 1 Atr=c0 MxPwr= 0mA

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

T: Bus=01 Lev=00 Prnt=00 Port=00 Cnt=00 Dev#= 1 Spd=12 MxCh= 2

B: Alloc= 0/900 us ( 0%), #Int= 0, #Iso= 0

D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1

P: Vendor=0000 ProdID=0000 Rev= 0.00

S: Product=USB UHCI Root Hub

S: SerialNumber=ef40

C:* #Ifs= 1 Cfg#= 1 Atr=40 MxPwr= 0mA

I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub

E: Ad=81(I) Atr=03(Int.) MxPS= 8 Ivl=255ms

 

/proc/bus/usb/driver

 

usbdevfs

hub

usb-storage

 

 

Thanks!

 

Dusan

Share this post


Link to post

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×