WCM - Das österreichische Computer Magazin Forenübersicht
 

Zurück   WCM Forum > Rat & Tat > Software

Software Rat & Tat bei Softwareproblemen

Microsoft KARRIERECAMPUS

Antwort
 
Themen-Optionen Ansicht
Alt 08.08.2006, 22:27   #1
goffry
Senior Member
 
Registriert seit: 04.10.2000
Alter: 70
Beiträge: 169


Standard Treiber für USB Flash Drive

Hallo Freunde!
Folgendes Problem. Habe bei ebay ein "Geek Squad™ 1.0 GB USB 2.0 Flash Drive" (U3 System) gekauft.
Funktioniert mit WinXP super, da keine Treiberinstallation nötig. Leider muss ich auch noch ab und zu Daten auf einen PC mit Win98 überspielen. Sobald ich den Speicherstift anstecke sucht Win98 nach einem Treiber, den ich allerdings nicht habe.
Die Suche im Netz war leider erfolglos, da diese Firma nicht einmal bei "driver.com" angeführt ist.
Meine Frage lautet nun, ob es ev einen sog "Universaltreiber" für Speichersticks gibt. Es ist mir klar, dass die "U3-Funktion" nur bei W2K bzw WinXP läuft, jedoch als Wechseldatenträger müsste doch auch für das alte 98er (SE) auch noch eine Möglichkeit bestehen.

Vielleicht kann mir doch einer aus der Patsche helfen.

Thks im voraus
goffry
goffry ist offline   Mit Zitat antworten
Alt 08.08.2006, 22:48   #2
Espresso
Inventar
 
Registriert seit: 04.09.2000
Beiträge: 2.249


Standard

http://www.technical-assistance.co.uk/kb/usbmsd98.php
____________________________________
lies es, lern es, lebe danach
Espresso ist offline   Mit Zitat antworten
Alt 08.08.2006, 22:57   #3
enjoy2
-------------
 
Benutzerbild von enjoy2
 
Registriert seit: 22.03.2000
Ort: Tullnerfeld
Alter: 52
Beiträge: 14.550

Mein Computer

Standard

Zitat:
ArixSin
03-16-2005, 10:16 PM
These drives are made by Sandisk in case nobody knew that Link (http://www.bestbuy.com/site/olspage....=1056899518242). They are rebranded and also are detected as Geek Squad brand in the device manager. If your flash drive (other brands) did not come with a disk, the 98se drivers are on the company's website. I have an Iomega Micro Mini and got the drivers off their website without any problem. I have one of these Geek Squad drives (i'm a Geek Squad Agent) and they are quite durable and reliable. I use it everyday and have never had a problem with it. I have not used it yet on any 98se machines, and cannot find a geek squad driver on the website. I did not keep the disk that came with mine. I would imagine that the Sandisk website driver link (http://www.sandisk.com/download/Driv...amily_98SE.zip) would work.
http://72.14.221.104/search?q=cache:...t&ct=clnk&cd=9

http://www.topqualityfreeware.com/ph...pic.php?t=888&

Zitat:
Ebony Ivory
Smack-Fu Master, in training
Registered: July 30, 2006
Posts: 2

Posted Reply With QuoteEdit or Delete Message
Hi Everyone, I've just joined this forum after finding it through a Google including words like "U3", "removal" and "partition". What excellent stuff, and I'm glad I'm not the only one who hates this patronising U3 cr@p.

Sorry this first post is a long one, but some of you might find it interesting/instructive!

I've just bought a Sandisk Cruzer Titanium 2Gb drive, and it includes U3, plus news that the drive only works on Mac, Win2K or XP, and not earlier versions of Windows. As someone who still uses Win98 (don't ask why, but the reasons are manifold) I was somewhat pi$$ed that my new purchase was going to be useless ...

... or was it?

I pushed the thing into a USB socket on a spare machine running Win2K Server, and all the U3 stuff started up. Apart from taking an age to fire up (this machine was an old PII 300MHz laptop that I use for testing), it was an embarassing pile of poo that subsequently appeared on the screen.

Luckily, I noted the "Remove" option, and tried it. Several message boxes and dialogs tried to convince me otherwise, but I soldiered on, and eventually was told I now had a "plain" USB mass storage device. Hooray! But how to get it to work under Win98?

I downloaded Sandisks's old Cruzer Titanium drivers, and plugged my newly U3-stripped dongle into my main Win98SE desktop machine. Windows "found" the unknown device, but could not handle it. The SandDisk drivers did not cut the mustard.

But "hey", I thought, "if Windows 2K now sees this as a standard bulk USB mass storage device, why can't I use a generic or even proprietory driver on Win98?".

I did a Google, and found that later versions of Windows (ME onwards) use an INF file called USBSTOR.INF, and a driver called USBSTOR.SYS, to do USB storage things. WinME didn't have the INF file, but did have the SYS file, and I borrowed Win2K's version of the INF.

Moments later, my 2K/XP-only SandDisk (U3-) drive was picked up, registered, and seemed to be working on Win98. I could FORMAT it, CHKDSK it, and even store the odd file on in. But once in a while, it just locked up. But so, it turned out, did my existing Kingston DataTraveller II cards under the new regime.

I thought a bit longer, and began to wonder whether the Kingston drivers could handle the Sandisk: it was just a case of getting Win98 to understand that PU20SYSD (from Kingston) was a generic bulk driver that could power the Cruzer Titanium (ex-U3) from Sandisk.

So I ran REGEDIT, to see which strings had been associated with the Sandisk and UBSTOR, and cross-referenced this against the UBSTOR.INF file. I found an entry, relating to:

USB\Class_08&SubClass_06&Prot_50

I added a couple of lines to my Kingston PU20 INF file, using the above string, and then reset my registry to before the Titanium U3 experiments (something that's very easy in Win98), and restarted Windows ...

... "New Hardware Found". "USB Bulk Storage Device". So far, so good. "Sandisk U3 Titanium": even better.

The next thing I know, I have a new drive letter, K:, and full access to my U3-stripped Titanium 2048!!

So, in short, the steps I needed were:

1) Windows 2000; run U3 remove option, reformat drive

2) Windows 2000, grab USBSTOR.INF - it contains some lines you are going to want

3) Download Kingston (not Sandisk) drivers (for DataTraveler), and install (PU20SUSD.SYS and PU20DISK.PDR).

4) Edit Kingston's INF file to include the two entries:

[USBDRV]
%GenericBulkOnly.DeviceDesc%=usbdrv.Dev,USB\Class_ 08&SubClass_06&Prot_50

[Strings]
GenericBulkOnly.DeviceDesc="USB Mass Storage Device"

5) Plug in your "2K/XP/Mac-only", ex-U3 Sandisk drive, and enjoy a U3-free experience on your ancient version of Windows.

Brian
http://episteme.arstechnica.com/eve/...1000617731/p/2
____________________________________
EnJoy

* Kl. Anleitung, welche Infos bei Problemen benötigt werden
* was ich nicht weiß, weiß Google bzw. vorm Posten Listen to Bart

* BITTE, füttert keine Trolle, siehe auch Definition bzw. Merkbefreiung - Verordnung
* Wie man Fragen richtig stellt
enjoy2 ist offline   Mit Zitat antworten
Alt 15.08.2006, 21:08   #4
goffry
Senior Member
 
Registriert seit: 04.10.2000
Alter: 70
Beiträge: 169


Standard Danke, danke...

für die zahlreichen rückmeldungen....
bin zur zeit auf urlaub und kann daher die sache nicht austesten!
werd aber die tipps nach rückkehr gleich ausprobieren und vom ausgang berichten..
einstweilen herzlichen dank

goffry
goffry ist offline   Mit Zitat antworten
Alt 20.08.2006, 22:58   #5
goffry
Senior Member
 
Registriert seit: 04.10.2000
Alter: 70
Beiträge: 169


Standard spitze!!! es funzt!

Hallo Espresso!
Dein Tipp mit dem Link:
http://www.technical-assistance.co.u...rs/nusb22d.exe
war genial. Hat sofort funktioniert
Danke dir, aber auch allen, die mir geantwortet haben, recht herzlich.

Gruss
goffry
goffry ist offline   Mit Zitat antworten
Antwort


Aktive Benutzer in diesem Thema: 1 (Registrierte Benutzer: 0, Gäste: 1)
 

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.

Gehe zu


Alle Zeitangaben in WEZ +2. Es ist jetzt 01:41 Uhr.


Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Forum SEO by Zoints
© 2009 FSL Verlag