阅读:2684回复:15
WIndows下的通用USB驱动,建议USB驱动开发的朋友看看吧
首先申明,本人于USB驱动是外行,不过以下网址的USB驱动确实
令人觉得没有必要每个(种)USB设备都要自己去开发驱动了。 http://www.thesycon.de |
|
沙发#
发布于:2002-07-31 08:48
看了一下,不错!谢谢!
|
|
板凳#
发布于:2002-07-31 09:54
是共享软件?
|
|
地板#
发布于:2002-07-31 13:29
分特!!
我把我的设备安装那个工具生成的驱动后,在装原来的驱动,居然安装不上了!!建议想使用的话慎重些! |
|
地下室#
发布于:2002-07-31 13:38
不就是个封装吗?
原理和WinDriver比较像。封装的越高级,出了问题越难找啊! |
|
|
5楼#
发布于:2002-07-31 14:24
严重同意楼上,我现在还没找到问题所在呢,郁闷中……
谁试一下,然后看看有我说的现象发生没有,然后看看能不能解决,我就不用冲装系统了:) |
|
6楼#
发布于:2002-07-31 21:32
我开始也遇到了这个问题,不过请仔细阅读其DOC中的说明,好像有两种途径可以改回原来的设置
|
|
7楼#
发布于:2002-08-01 08:55
这个驱动是有限制的,除非你掏钱,不然只能用20分钟
|
|
8楼#
发布于:2002-08-01 09:40
是的,有限制
|
|
9楼#
发布于:2002-08-05 21:36
good friends ,thanks,you are cool!
|
|
10楼#
发布于:2002-08-06 08:45
我开始也遇到了这个问题,不过请仔细阅读其DOC中的说明,好像有两种途径可以改回原来的设置
怎样修改回去啊???? 我的也不行了! :( |
|
11楼#
发布于:2002-08-06 09:25
总算搞定了,
1.先把windows/inf中oem.*删除(win98系统)! 2.修改注册表,把有关USB外设的全部删除! a.HKEY_LOCAL_MACHINE\\Enum\\USB b.HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Class\\USB 3.在windows下查找usbio.sys,删除! 4.重起,系统提示找到新硬件,安装原来的驱动,搞定! 以后对这种免费的东东要多加留意啊~ |
|
12楼#
发布于:2002-08-06 15:17
装了什么破驱动会这样?
|
|
|
13楼#
发布于:2002-08-06 19:23
不是共享的,不过可开启SAMPLE
|
|
14楼#
发布于:2002-08-06 22:28
以下说明摘自USBIO的DOC\\USBIOMAN.PDF
详细解答了如何去除USBIO的方法 (efogang网页受累了) 内容太多,不一一翻译,简单说吧: 首先拔掉出问题的USB设备,并从设备管理器中删除对应的USBI设备驱动,然后重新插入USB设备,系统找到新的USB设备时安装原来的驱动。(只是翻译的大义,如有谬误,请请参考原文) 7.3 Uninstalling USBIO In order to uninstall USBIO for a given device the Device Manager has to be used. The Device Manager can be accessed by right-clicking the \"My Computer\" icon on the desktop and then chosing Properties. In the Device Manager double-click on the entry of the device and choose the property page that is labeled \"Driver\". There are two options: ² Remove the device from the system by clicking the button \"Uninstall\". The operating system will reinstall a driver the next time the device is connected or the system is rebooted. ² Install a new driver for the device by clicking the button \"Update Driver\". The operating system launchs the Upgrade Device Driver Wizard which searchs for driver files or lets you select a driver. In order to avoid that USBIO is reinstalled automatically and silently by the operating system it is necessary to manually remove the INF file that was used to install the USBIO driver. During driver installation Windows stores a copy of the INF file in its internal INF file data base that is located in %WINDIR%\\INF\\. The original INF file is renamed and stored as oemX.inf for example, where X is a decimal number. The exact INF naming scheme depends on the operating system (Windows 2000/XP uses a slightly different scheme than Windows 98/ME). The best way to find the correct INF file is to do a search for some significant string in all the INF files in the directory %WINDIR%\\INF\\ and its subdirectories. Note that on Windows 98 and Windows ME the INF file may also be stored in a directory named %WINDIR%\\INF\\OTHER\\. Another naming scheme based on the provider name is used in that case. Note also that on Windows 2000/XP the %WINDIR%\\INF\\ directory has a Hidden attribute by default. Therefore, the directory is not shown in Windows Explorer by default. Once you have located the INF file, delete it. This will prevent Windows from reinstalling the USBIO driver. Instead of that the New Hardware Wizard will be launched and you will be asked for a driver. |
|
15楼#
发布于:2002-08-07 12:25
谁可以破解usbio.sys这个文件,那就没有20分钟限制
用light那个功能弱些,不过没有任何限制, 在usb08demo上可以看到用了这个软件写的demo |
|