USB 2 On Win98SE
#8
Posted 21 February 2006 - 08:45 PM
It seems that your mouse and cam are USB 1 devices -> not listed under the USB 2 Hub.
Your USB card is using VIA chipset (mine is NEC chipset), nevertheless the Hub Properties is similar as mine, in the sense that the Power tab is missing!!
I need it for good reason, once my USB port was killed by over current, hence the current drawn by the device shown under the Power tab is a useful indication.
There must be a way out there to add the Power tab to the USB 2 Hub!!
Who can please help???
#9
Posted 23 February 2006 - 10:27 PM
#10
Posted 24 February 2006 - 12:12 AM
Different manufacturer uses different terminology.
Your VIA chipset uses following name for the USB 2 Root Hub:
- USB 2.0 Root Hub
Whereas my NEC chipset uses different name as follows:
- USB 2.0 Root Hub Device
Those are basically the same. As to what name is used you can see from the driver's INF file,
for example mine has a line like this:
USB2\ROOT_HUB20.DeviceDesc="USB 2.0 Root Hub Device"
I am still waiting someone with brilliant idea that can help us.
#11
Posted 24 February 2006 - 03:18 PM
#12
Posted 25 February 2006 - 02:56 PM
I wouldn't even worry about what standard your mouse falls under Kartel. The camera on the other hand... =\
This post has been edited by Chozo4: 25 February 2006 - 02:57 PM
#13
Posted 26 February 2006 - 03:57 AM
arrrgh then I have to enable it in the bios....there goes another irq.....
#14
Posted 26 February 2006 - 02:46 PM
kartel, on Feb 26 2006, 05:57 AM, said:
arrrgh then I have to enable it in the bios....there goes another irq.....
I had the very same problem with USB mice as well including Legacy PS\2Emulation (USB). The problem seems to lie in the fact that USB mice are typically software driven and controlled. PS\2 Mice are done by the hardware and thus can still move even during a system lockup. That might be the reason why you are noticing the mouse considerably hang during moments of heavy activity. Additionally, even if the mouse were USB2, you would still notice the hangups with your mouse during moments of heavy activity. From my experiences, USB has always taken a backseat during seriously heavy loads unless if it's a USB device causing the load, then the rest of the USB devices take a backseat..
For your IRQ being enabled for the PS\2 mouse, I wouldn't see any wrong there be in doing so. Isn't IRQ12 a restricted IRQ therefor dedicated to the mouse only? Also, PS\2 Rate? I believe there is a registry tweak to push a PS\2 mouse refresh rate too 200 per second. If you don't want to ditch your USB mouse either, USB-PS\2 adaptors are cheap and most often come with todays USB mice.
This post has been edited by Chozo4: 26 February 2006 - 02:57 PM
#15
Posted 27 February 2006 - 07:41 AM
Meanwhile, I found an intermediate solution, i.e., by the use of USB View (usbview.exe) from Microsoft, Version 5.1.2600.0 upward, with the "Config Descriptors" turned on, we can find the "MaxPower" in the "Configuration Descriptor" that show how many mA is drawn by the device.
Based on that, I am more convinced now, that there must be away to bring the Power tab into the USB 2 hub...Somebody please help...
#16
Posted 28 February 2006 - 09:54 PM
I am sort of perfectionist and do not like that situation, I would like to see that there should only be one “Universal Serial Bus controllers” in the Device Manager. After some tweaks in the driver INF file, I managed to achieve that, now my Device Manager is showing the following tree for the USB:
Device Manager:
- Universal Serial Bus controllers
- General purpose USB Hub
- Intel® 8280144 USB Universal Host Controller
- NEC PCI to USB Enhanced Host Controller
- NEC USB Open Host Controller
- NEC USB Open Host Controller
- USB 2.0 Root Hub Device
- USB Root Hub
- USB Root Hub
- USB Root Hub
For the reason also mentioned earlier, i.e., I would like to see the current drawn by the USB device, I use also USB View, the tree in USB View looks as follows:
USB View:
- Intel® 82801AA USB Universal Host Controller
- RootHub
- [Port1] DeviceConnected: General purpose USO Hub
- [Port1] NoDeviceConnected
- [Port2] NoDeviceConnected
- [Port3J NoDeviceConnected
- [Port4J NoDeviceConnected
- [Port2J NoDeviceConnected
- NEC USB Open Host Controller
- RootHub
- [Port1] DeviceConnected: ICatch (VI) PC Camera
- [Port2] NoDeviceConnected
- [Port3] NoDeviceConnected
- NEC USB Open Host Controller
- RootHub
- [Port1] DeviceConnected: DSL500U ADSL USO Modem (Native ATM Mode)
- [Port2] NoDeviceConnected
-HCD9
- RootHub
- [Port1] NoDeviceConnected
- [Port2] NoDeviceConnected
- [Port3] NoDeviceConnected
- [Port4] NoDeviceConnected
- [Port5] NoDeviceConnected
As you can see, the “NEC PCI to USB Enhanced Host Controller” is displayed as “HCD9” in USB View. I hope some of you may have the expertise in USB View, and can tell me why is “NEC PCI to USB Enhanced Host Controller” displayed as “HCD9”. Perhaps also how to rectify that problem.
Thanks a lot.
#17
Posted 02 March 2006 - 07:42 AM
I added the following into the "Root Hub Install Section" of the driver INF file:
[Power.AddReg]
HKR,,EnumPropPages,,"sysclass.dll,USBHubPropPage"
certainly also added an entry "Power.AddReg" under the [ROOTHUB2].
As a result it creates in the Registry following additional line "EnumPropPages"="sysclass.dll,USBHubPropPage" under the [HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\USB\0008] key, where 0008 is "ROOTHUB2".
That alone does not bring the "Power" tab into the "USB 2.0 Root Hub Device", I still need to do one thing manually, i.e., add String Value "SymbolicName" in the Registry key [HKEY_LOCAL_MACHINE\Enum\{B8139C20-CF94-11D5-AEF7-0002B30625C5}\ROOT_HUB20\PCI&VEN_1033&DEV_00E0&SUBSYS_020514C2&REV_04&42F000] and set the value to "\DosDevices\00000000000000a7#{f18a0e88-c30c-11d0-8815-00a0c906bed8}", where "00000000000000a7" is the "Serial" of the Root Hub 2.
Having done that, voila... believe it or not... the "Power" tab is now found in the "USB 2.0 Root Hub Device"!! And it shows correctly the current drawn by the device.
I am still not fully satisfied, cause I still need to add the String Value "SymbolicName" manually. It would be great if it could be also included in the INF file. Can anyone help to do that???
#18
Posted 02 March 2006 - 07:58 AM
Wijono, on Mar 2 2006, 05:42 AM, said:
- RootHub
- [Port1] NoDeviceConnected
- [Port2] NoDeviceConnected
- [Port3] NoDeviceConnected
- [Port4] NoDeviceConnected
- [Port5] NoDeviceConnected
As you see, you have no devices connected to this hub, until you do the power tab will not be there and manually forcing it to read another device would defeat the purpose of having that hub, no ?
#19
Posted 02 March 2006 - 08:44 PM
When we add a “USB 2 PCI Card”, like e.g., mine is based on NEC chipset, then it will add not only USB 2 RootHub, but also USB 1.1 RootHub.
In case of mine it adds for USB 1.1:
- NEC USB Open Host Controller
- RootHub
- [Port1] DeviceConnected: ICatch (VI) PC Camera
- [Port2] NoDeviceConnected
- [Port3] NoDeviceConnected
- NEC USB Open Host Controller
- RootHub
- [Port1] DeviceConnected: DSL500U ADSL USO Modem (Native ATM Mode)
- [Port2] NoDeviceConnected
And for the USB 2.0:
- HCD9
- RootHub
- [Port1] NoDeviceConnected
- [Port2] NoDeviceConnected
- [Port3] NoDeviceConnected
- [Port4] NoDeviceConnected
- [Port5] NoDeviceConnected
The chipset is so smart, when we plug in a USB 1.1 device, then it will be routed to the USB 1.1 RootHub, the examples are my ICatch (VI) PC Camera and DSL500U ADSL USO Modem. If we would plug in a USB 2.0 device into the same USB port, then it will be routed to the RootHub under the “HCD9” above.
By the time when I took the snapshot with USB View above, I did not plug in any USB 2.0 device. But the “Power” tab has nothing to do with whether or not a device is plugged in.
When I plug-in a USB 2.0 Thumbdrive, I can see it under the “HCD9” in USB View and read the current from it. And with the patch I did above, now I can also see the current in the “Power” tab of "USB 2.0 Root Hub Device" in the Device Manager, I did not have the “Power” tab before the patch. When I unplug the Thumbdrive, then the “Power” tab will still be there, but certainly empty.
#21
Posted 21 March 2006 - 08:38 PM
As I have said earlier, I am quite happy to be able to bring the Power tab to my “USB 2.0 Root Hub Device” in the Device Manager, so that I can see what current (mA) is drawn by the USB 2.0 device connected.
The “NEC PCI to USB Enhanced Host Controller” is also correctly mentioned as such in the Device Manager. The Windows System Information, also a small utility called “USB HC List” (HCList.exe), both correctly mentioned the USB 2 controller as “NEC PCI to USB Enhanced Host Controller”.
I really feel annoyed, that USBView mentioned it as “HCD9” as I mentioned above. Even worst with the most recent utility from Microsoft “UVCView.x86.exe”, cause it does not enumerate my USB 2 controller at all!!
Please help, what can I possibly do, so that USBView will mention the USB 2 controller as “NEC PCI to USB Enhanced Host Controller”, not “HCD9”?
#22
Posted 10 April 2006 - 08:16 PM
The OrangeWare driver that comes with the USB 2.0 PCI Card is Version 2.2.2., it uses GUID format to enumerate the root hub, i.e., it puts following entry in the Registry:
HKLM\Enum\{B8139C20-CF94-11D5-AEF7-0002B30625C5}\ROOT_HUB20
That was the reason why USBView does not properly enumerate it, and display “NEC PCI to USB Enhanced Host Controller" as HCD9.
I managed to get an older driver, i.e., Version 2.0.6, which uses following format of enumeration:
HKLM\Enum\USB2\ROOT_HUB20
That done, the USBView, whatever version, now can correctly enumerate the USB 2.0 root hub together with the “NEC PCI to USB Enhanced Host Controller". As far as I know, OrangeWare has switched to the GUID format enumeration as from Version 2.1.0.
#23
Posted 16 April 2006 - 12:17 AM
--does anybody have any idea how to get SiS usb 2.0 (chip 7002, built-in to SiS650 chipset mobo) to work in win98se?
-I've tried EVERYTHING, everywhere: forums, sis drivers, matsonic (mobo), orangeware, maximus-decim, usbman, u name it... no luck... the closest I've got, is Device Manager showing the proper entries for usb 2.0, but actual speeds still locked at 1.1...
-again, sry to be a bit off-topic here, just DESPERATE, so worth a shot...
>;]
#24
Posted 16 April 2006 - 07:25 AM
PsycoUnc, on Apr 16 2006, 07:17 AM, said:
--does anybody have any idea how to get SiS usb 2.0 (chip 7002, built-in to SiS650 chipset mobo) to work in win98se?
-I've tried EVERYTHING, everywhere: forums, sis drivers, matsonic (mobo), orangeware, maximus-decim, usbman, u name it... no luck... the closest I've got, is Device Manager showing the proper entries for usb 2.0, but actual speeds still locked at 1.1...
-again, sry to be a bit off-topic here, just DESPERATE, so worth a shot...
>;]
Apparently just some motherboards are supported, with the following Subystem IDs:
147B 1800 ABIT Computer Corp.
147B 1801 ABIT Computer Corp.
1558 0400 CLEVO/KAPOK Computer
1558 0401 CLEVO/KAPOK Computer
1558 2263 CLEVO/KAPOK Computer
1458 5004 Giga-byte Technology
1462 5332 Micro-Star International Co., Ltd.
1462 5470 Micro-Star International Co., Ltd.
1462 5642 Micro-Star International Co., Ltd.
1462 7001 Micro-Star International Co., Ltd.
1462 7010 Micro-Star International Co., Ltd.
144D B01C Samsung Electronics Co Ltd
The subsystem ID is one time programmabe by BIOS during the boot process, it is possible to change it by modifying the BIOS but I never tried this.
Petr
#25
Posted 16 April 2006 - 07:35 AM
;Note : This chipset support Sub-system ID & vendor ID programming ; The BIOS will copy "Vendor ID" & "System ID" to these two fields. ; If customer need specific subsystem ID, please add following switch: ; SUBSYSTEM_VENDOR_ID EQU 0xxxxH;for subsystem vendor ID ; SUBSYSTEM_ID EQU 0yyyyH;for subsystem ID ; ;Program Subsystem Vendor ID & subsystem ID xor bh, bh ;bus 0 mov ax, SUBSYSTEM_VENDOR_ID;sub-vendor ID for manufacture mov cx,(TSC_ID SHL 8)+2CH F000_call ASet_CfgSpace_Word ;program subsystem vendor ID mov ax, SUBSYSTEM_ID ;sub-system ID for manufacture mov cx,(TSC_ID SHL 8)+2EH F000_call ASet_CfgSpace_Word ;program subsystem vendor ID
This is just an example.
Petr
This post has been edited by Petr: 16 April 2006 - 07:38 AM
#26
Posted 04 November 2006 - 01:06 PM
Wijono, on Feb 27 2006, 08:41 AM, said:
you can find newer versions of the USB Viewer app [usbview.exe] bundled inside the Windows Server 2003 SP1 DDK and Windows Vista DDK. these versions resolve the problems listed in MS article 838100-
http://support.micro...kb/838100/en-us
also, can you try out usbview.exe version 5.00.2195.1620 here and see if it works on your Win98se computer.
#27
Posted 04 November 2006 - 06:16 PM
erpdude8, on Nov 4 2006, 08:06 PM, said:
http://support.micro...kb/838100/en-us
also, can you try out usbview.exe version 5.00.2195.1620 here and see if it works on your Win98se computer.
Version 5.00.2195.1620 works on Windows 98, it is the same file as http://www.ftdichip....ies/usbview.zip already discussed here.
I have tried to compile the version from Windows Server 2003 SP1 DDK and not only that it works on Windows 98 SE, but it also displays VIA EHCI (USB2.0) controller correctly! Nice. Both XPSP2 and WS2003SP1 versions (5.2.3790.1830, 5.1.2600.2180) work OK on W98, surprisingly building for Windows 2000 platform resulted in the following error message:
1>BUILDMSG: Warning : The sample "c:\winddk\3790~1.183\src\wdm\usb\usbview" is not valid for the current OS target.
Thanks for this information erpdude.
Petr
Edit: Now I have tried also Windows Vista WDK (build 5744) and usbview.exe does not run in Windows 98 OS regardless on the build environment used.
This post has been edited by Petr: 05 November 2006 - 03:36 AM
- ← Is there any browser based on I.E 6.0 SP1?
- Windows 95/98/98SE/ME
- MS Hardware Compatibility tests →



Help


Back to top









