SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 20 | March | 2005 ]

<< Previous Message << >> Next Message >>


Date: Sun, 20 Mar 2005 17:54:17 PST8
From: Jerry Rash <jerry@scoug.com >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: usb drivers

Content Type: text/plain

Jon Harrison wrote:

>What is the difference between usbuhcd.sys and usbohcd.sys? Does
>it matter which one is used?
>
>
>
Yes, It does.
Open Host and Universal Host are different versions of the USB chipset
standards.(Basicly)

>I have eCS v1.1 running on a P3 using usbuhcd.sys and it sees my
>camera's memory card in a SanDisk 12-in-1 card reader. The same
>reader in eCS v1.2 on an ASUS SMP system does not read the memory
>card but does assign a drive to the device.
>
>
>
Have you updated your eCS 1.1 install with the eCS maintainence tool?
It will make a big difference.

>The P3 has usbuhcd in the config.sys
>The ASUS has usbohcd in the config.sys
>
>I added usbuhcd to the ASUS but it didn't change the problem.
>
>
>
I'm sure it didn't.
Once your USB drivers, kernel and OS2ldr are updated, From a commandline
run hcimonit.exe to see which chipset and how many eCS detected. It
sould like similar to this:

You have 3 PCI USB UHCI host controller(s)
You have 1 PCI USB EHCI host controller(s) < In my case I have usb 2.0
in addition to 3 UHCI USB 1.1 controllers.
For each controller, You must have a BASEDEV statement as shown below:

BASEDEV=USBEHCD.SYS <- 1 USB 2.0
BASEDEV=USBUHCD.SYS < -3 lines of UHCI support.
BASEDEV=USBUHCD.SYS
BASEDEV=USBUHCD.SYS
BASEDEV=USBD.SYS
BASEDEV=USBHID.SYS
BASEDEV=USBMSD.ADD /REMOVABLES:7 having. See next section...
BASEDEV=USBCDROM.ADD

>Furthermore, usbmon does not show any device in the ASUS system.
>
>
>
BASEDEV=USBMSD.ADD /REMOVABLES: By default, Only 1 removable device is
reserved in eCS, The 12 in 1 reader you are working with is really 12
USB card readers and a hub in the little package.
Why? Because these devices support moving data from one memory card to
another in the same reader. Example: I can plug a CF card and a Secure
data card into my 7 in 1 reader and copy files from one memory card to
other without needing 2 cardreaders to do it.
In my case, I had to set my USBMSD.ADD to 7 removables . 1 USB Harddisc,
and the rest for the 7 in 1 reader. Why not 8 you say?
If you look closely at your reader , You will probably find some of the
slots you put the memory in are shared. ( You couldn't put those 2
types of media in the reader at the same time even if you wanted to.)
for each case that exists, You can reduce the removable count by one.
My 7 in 1 reader has a shared slot for SONY memory sticks and SSD cards.
Thereby I needed 6 reservations for that device to work properly.
Why did it work on your P3? Because what ever memory card type you were
using with the 12 in 1 reader happened to be the first detected of the
12 readers detected or the age of the USBMSD driver on that machine is
old and treats all of the reader slots as one.

Try BASEDEV=USBMSD.ADD /REMOVABLES:12 and see what happens..

>Finally, the usb drivers in the P3 (the ones that work) are dated
>Sep 03 and the ones in the Asus are dated May 04.
>
>Can someone offer any suggestions, I'm new to usb.
>
>Jon
>
>
Hope that does it...

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"postmaster@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 20 | March | 2005 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.