cnwolf
驱动牛犊
驱动牛犊
  • 注册日期2002-02-26
  • 最后登录2002-03-08
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
阅读:9507回复:6

我想问个1394驱动的问题

楼主#
更多 发布于:2002-02-26 16:06
我想问个1394驱动的问题
 
朋友从美国带回的13984硬盘盒beyound micro, 内装liteon 24X104X40刻录机,加一块Xtend3000 I1394卡(lucentFW323芯片),问题,一台P3 800, WindowsXP台式机器正常识别I1394卡为OHCI Compliant IEEE 1394 Host Controller,可以从DV机传送影像,但不能识别刻录机。而在一台SONY笔记本上用4-6的火线可以正常使用该硬盘盒加刻录机,说明硬盘盒+刻录机没问题。开始以为是台式机器用的6-6火线问题,但换了一根后依然不能识别。昨天在网上找了个德国人  http://www.thesycon.de写的1394卡超级驱动,居然立刻识别到了这个硬盘盒+刻录机,说明很有可能和1394卡驱动有关,但不知是否是因为驱动试用版(看下面的说明只能用20分钟)的问题,过一会硬盘盒+刻录机就不见了,重新启动,或关开硬盘盒电源有时又出来了,烦!各位DX帮忙啊!

Thesycon Systemsoftware & Consulting GmbH
 
VHPD1394 Driver DEMO Version
============================
 
Versatile High Performance IEEE 1394 Device Driver
for Windows 98, Windows ME, Windows 2000, and Windows XP
 
Version 1.15, February 15, 2002
 
Release Notes
 
 
 
Contents
--------
  - DEMO Version Limitations
  - License Information
  - Directory Contents
  - Installation Instructions
  - Build Environment
  - Known Problems
  - Adobe Acrobat Reader
  - Contacting Thesycon
 
 
 
DEMO Version Limitations
------------------------
The free DEMO Version of the VHPD1394 driver includes all features
of the FULL Version, but there is the following limitation:
The DEMO Version stops working after 20 minutes. After this
interval is expired you have to reboot the machine.
Unplugging and replugging the IEEE 1394 device does not reenable the
driver.
 
Please refer to VHPDManual.pdf for information on installation
and usage of the VHPD1394 driver.
 
For the most current VHPD1394 demo package, visit www.thesycon.de
or send an e-mail to VHPD1394@thesycon.de.
 
 
 
License Information
-------------------
For detailed license information see
LICENSE.TXT or LICENSE.PDF (English),
LIZENZ.TXT or LIZENZ.PDF (German).
 
 
 
Directory Contents
------------------
  \\
    ReadMe.txt      -- this file
    Lizenz.txt      -- license information (German)
    Lizenz.pdf      -- license information, Acrobat format (German)
    License.txt     -- license information (English)
    License.pdf     -- license information, Acrobat format (English)
    version.txt     -- VHPD1394 package version information
 
  \\doc
    VHPDManual.pdf  -- VHPD1394 Reference Manual, in Acrobat format
    vhpd_d.pdf      -- VHPD1394 Product Sheet, in Acrobat format (German)
    vhpd_e.pdf      -- VHPD1394 Product Sheet, in Acrobat format (English)
    Problems.txt    -- known problems and work-arounds
    History.txt     -- revision history information
 
  \\vhpd1394
    vhpd1394.sys    -- VHPD1394 Driver executable file
    vhpd1394.inf    -- Setup information file
    vhpdapp.exe     -- VHPD1394 Demo Application
 
  \\source\\inc
    vhpd1394.h      -- include file that defines the
                       VHPD1394 application programming interface (API)
    spec1394.h      -- include file that contains general definitions
                       taken from the IEEE 1394 specification
    vhpdver.h       -- include file that defines VHPD1394 version and
                       copyright information
 
  \\source\\vhpdlib
    source code of the VHPD1394 Class Library
 
  \\source\\vhpdapp
    source code of the VHPD1394 Demo Application
 
 
 
Installation Instructions
-------------------------
On Windows 2000/XP administrator rights are required to install the
VHPD1394 driver. Once the driver is installed standard user rights are
sufficient to load the driver and to use the driver by accessing its
programming interface.
 
The following list shows the steps required to get the VHPD1394 Driver
and the VHPD1394 Demo Application up and running with your IEEE 1394 device:
 
  1. Edit the section [_Devices] in the vhpd1394.inf file.
     Enter a set of parameters that conforms to your device.
     Change the String for the device in the [Strings] section.
 
  2. Make sure no other .INF file in the system describes your device.
 
  3. If the device is connected to a computer the first time the
     hardware wizard will be started. Select \"Have disk\" and then the
     vhpd1394.inf file.
 
  4. If the device was used with a different driver before,
     select the device in the hardware manager and choose \"Update driver\".
     In the next window press \"Have disk\" and select the vhpd1394.inf file.
     If the .INF file is not shown in the selection box
     the entry in the [_Device] section is wrong, or the device
     does not respond to general IEEE 1394 requests.
 
  5. Use the Hardware Device Manager to check if the driver is loaded.
 
  6. Run the Demo Application VHPDAPP.EXE. Activate the output window
     and choose \"Scan\". The node vendor ID and the chip ID of the device
     should be displayed in the output window if the driver is loaded.
 
 
 
Build Environment
-----------------
Currently the following tools are used by Thesycon:
Visual C++ 6.0 Service Pack 4
 
Microsoft Visual C++ 6.0 ( VC++ 6.0 ) was used to produce the
VHPD1394 Class Library and the VHPD1394 Demo Application. The appropriate
project files (.dsp) and workspace files (.dsw) are included.
 
Applications that use the VHPD1394 Class Library are to be linked
with VHPDLIB.LIB and SETUPAPI.LIB.
VHPDLIB.LIB must be build from the sources in the vhpdlib subdirectory.
Open vhpdlib.dsp with VC++ and choose \"Rebuild All\".
If your application uses VHPDLIB it is recommended to insert vhpdlib.dsp
into your VC++ workspace.
SETUPAPI.LIB is required because VHPDLIB uses Win32 SetupDiXxx functions.
 
 
 
Known Problems
--------------
Refer to the file doc\\Problems.txt for a list of known problems
and recommended work-arounds.
Visit www.thesycon.de for the latest version of this file.
 
 
 
Adobe Acrobat Reader
--------------------
Adobe Acrobat Reader is required to read the electronic product
documentation which is available in Acrobat (.pdf) format.
Acrobat Reader is free software and can be obtained from the Internet
at the following location: http://www.adobe.com/acrobat/
 
 
 
Contacting Thesycon
-------------------
If you have purchase or upgrade issues or technical questions
please contact Thesycon.
 
Thesycon Systemsoftware & Consulting GmbH
Wetzlarer Platz 1
98693 Ilmenau
- Germany -
 
Phone: +49 3677 8462 0
Fax:   +49 3677 8462 18
 
email: VHPD1394@thesycon.de
http://www.thesycon.de

 
 
请大家帮助!

最新喜欢:

TenTen
Master_Yi
驱动牛犊
驱动牛犊
  • 注册日期2002-04-04
  • 最后登录2004-06-07
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2002-04-04 13:06
你的问题很奇怪.按道理讲,在XP下1394 OHCI的DRIVER 是内嵌的,根本不要什么其他的DRIVER,我做过好几个1394 项目,从来没要过什么DRIVER.我这里有TI,LUCENT,VIA等等几家的芯片,都是插上去就能用的.至于刻录机认不出来,我想是你的系统有问题或者是连接线有问题.我有一个USB的活动硬盘,在我这儿用得好好的,但拿到我朋友那里就找不到盘(用的连接线不一样),把机器注销再登陆,把连接线插拔一下,就好了.有时候得折腾好几次才行.这道理是一样的,1394对连接线的要求比较高(市场上要卖好几十呢),出问题的几率要比USB大得多.
我读书少,不要欺负我呀!
roc999
驱动牛犊
驱动牛犊
  • 注册日期2002-03-15
  • 最后登录2005-05-27
  • 粉丝0
  • 关注0
  • 积分0分
  • 威望0点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
板凳#
发布于:2002-04-11 21:16
Master_Yi曾经说过:
\"从来没要过什么DRIVER.我这里有TI,LUCENT,VIA等等几家的芯片,都是插上去就能用的.\"

我再次强烈请教,这句话是什么意思????
我讲讲我的理解,如果说的不对,大家纠正。
我觉得你的意思是不是说,如果使用的是1394 ohci compatible的芯片 ,那么就可以使用win2000,winXP自带的驱动。
如果我的应用程序需要和设备联系怎么办? 比如说我现在正在做的数据采集卡。 应用程序想向采集卡发出配置信息的话,那么它应该如何发?
是不是使用微软提供的1394api.dll 和1394DIAG.SYS 。
在应用程序中调用1394api.dll中的函数就可以了?

高手请发表发表意见。


继续学
rifter
论坛版主
论坛版主
  • 注册日期2002-03-20
  • 最后登录2006-02-28
  • 粉丝1
  • 关注0
  • 积分65分
  • 威望8点
  • 贡献值0点
  • 好评度3点
  • 原创分0分
  • 专家分0分
地板#
发布于:2002-05-22 15:58
VHPD1394是试用版的问题,每次启动后只能用一段时间。
重起就OK
分数 你想要吗?
evergreen
驱动牛犊
驱动牛犊
  • 注册日期2002-04-16
  • 最后登录2007-09-24
  • 粉丝0
  • 关注0
  • 积分13分
  • 威望2点
  • 贡献值0点
  • 好评度1点
  • 原创分0分
  • 专家分0分
地下室#
发布于:2002-07-04 16:03
我也有roc999同样的疑问!
fulminate
驱动小牛
驱动小牛
  • 注册日期2002-05-16
  • 最后登录2006-11-27
  • 粉丝0
  • 关注0
  • 积分19分
  • 威望2点
  • 贡献值0点
  • 好评度1点
  • 原创分0分
  • 专家分0分
5楼#
发布于:2002-07-23 10:12
1394的线有什么特别的吗?不就是6芯的线吗?

==========腾蛟起凤,孟学士之词宗;紫电青霜,王将军之武库==========
atuhappy
驱动老牛
驱动老牛
  • 注册日期2002-03-15
  • 最后登录2009-09-09
  • 粉丝0
  • 关注0
  • 积分8分
  • 威望21点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
6楼#
发布于:2002-07-23 20:01
1394的线有什么特别的吗?不就是6芯的线吗?

 


也有4芯的
在一回首间,才忽然发现,原来,我一生的种种努力,不过只是为了要使周遭的人都对我满意而已。为了要博得他人的称许和微笑,我战战兢兢得将自己套入所有得模式,所有的桎梏。走到中途,才忽然发现,我只剩下一副模糊得面目,和一条不能回头的路...
游客

返回顶部