View previous topic :: View next topic |
Author |
Message |
xcasex n00b


Joined: 14 Nov 2002 Posts: 73 Location: norrköping
|
Posted: Fri May 23, 2003 1:12 pm Post subject: issues with "TinyDisk" usb pendrive |
|
|
Hi all.
I'm having some issues with my usb pendrive, what make and model you ask?
well it is an:
usb 1.1 "tinydisk"
manufacturer: unknown
output from "/proc/bus/usb/devices"
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
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=01 Lev=01 Prnt=01 Port=01 Cnt=01 Dev#= 2 Spd=12 MxCh= 0
D: Ver= 1.10 Cls=00(>ifc ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1
P: Vendor=058f ProdID=9380 Rev= 1.00
C:* #Ifs= 1 Cfg#= 1 Atr=80 MxPwr= 50mA
I: If#= 0 Alt= 0 #EPs= 2 Cls=08(stor.) Sub=06 Prot=50 Driver=(none)
E: Ad=01(O) Atr=02(Bulk) MxPS= 64 Ivl=0ms
E: Ad=82(I) Atr=02(Bulk) MxPS= 64 Ivl=0ms
The problem is that with all the usb mass storage drivers availible and compiled in to the kernel, it does'nt give me the "/dev/sg*" or the "/dev/sd*"
I've at loss here so any help at all would be appreciated.
the box and sites that sell these say that it is indeed compatable with the usb mass storage driver
thanks in advance.
Rob. _________________ ~{3 x dual G4 1.25 Ghz ; ibook 2,2; hp nx9010 | Gentoo ppc | Gnome 2.x || I, the midget and the Taco}~ |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20630
|
Posted: Fri May 23, 2003 2:47 pm Post subject: |
|
|
Have you reviewed the recent thread in Documentation, Tis & Tricks on how to get similar devices working? _________________ Quis separabit? Quo animo? |
|
Back to top |
|
 |
xcasex n00b


Joined: 14 Nov 2002 Posts: 73 Location: norrköping
|
Posted: Fri May 23, 2003 4:59 pm Post subject: |
|
|
Indeed.
i had in my signature before "dont be a dup" _________________ ~{3 x dual G4 1.25 Ghz ; ibook 2,2; hp nx9010 | Gentoo ppc | Gnome 2.x || I, the midget and the Taco}~ |
|
Back to top |
|
 |
pjp Administrator


Joined: 16 Apr 2002 Posts: 20630
|
Posted: Fri May 23, 2003 6:32 pm Post subject: |
|
|
Quote: | The problem is that with all the usb mass storage drivers availible and compiled in to the kernel, it does'nt give me the "/dev/sg*" or the "/dev/sd*" | I don't think you can compile them all in (seems like I've read that it causes problems). Which USB kernel options are you using? Also, what SCSI options have you used? All compiled into the kernel? _________________ Quis separabit? Quo animo? |
|
Back to top |
|
 |
xcasex n00b


Joined: 14 Nov 2002 Posts: 73 Location: norrköping
|
Posted: Fri May 23, 2003 8:17 pm Post subject: |
|
|
just now, i made them all modules.
scsi-generic and scsi devices support.
usb masstorage
usb-ohci
usb.uhci
etc.
it however gives me an error when loading the usb-ohci module which leads me to suspect it is a irq problem.
Code: | Using /lib/modules/2.4.21-pre5-aa2/kernel/drivers/usb/usb-ohci.o
/lib/modules/2.4.21-pre5-aa2/kernel/drivers/usb/usb-ohci.o: init_module: No such
device
Hint: insmod errors can be caused by incorrect module parameters, including inva
lid IO or IRQ parameters.
|
so im going to do a bit more investigation into the matter i.e sift through a metric arseload of google hits and see what more i can find.
I found a french site earlier where its stated that they got the same model working under mandrake linux.
[/code] _________________ ~{3 x dual G4 1.25 Ghz ; ibook 2,2; hp nx9010 | Gentoo ppc | Gnome 2.x || I, the midget and the Taco}~ |
|
Back to top |
|
 |
|