📄 faq.txt
字号:
*******************************************************************************
* Information in this document is provided in connection with Intel
* products. No license, express or implied, by estoppel or otherwise, to
* any intellectual property rights is granted by this document. Except as
* provided in Intel's Terms and Conditions of Sale for such products, Intel
* assumes no liability whatsoever, and Intel disclaims any express or
* implied warranty, relating sale and/or use of Intel products or this
* document, including liability or warranties relating to fitness for a
* particular purpose, merchantability, or infringement of any patent,
* copyright or other intellectual property right. Intel products are
* not intended for use in medical, life saving, or life sustaining
* applications. Intel may make changes to specifications and product
* descriptions at any time, without notice.
*
* Copyright (c) Intel Corporation 1998. *
* Third-party brands and names are the property of their respective
* owners.
********************************************************************************
Notes:
Intel(R) 82559 Ethernet Driver for VxWorks* 5.3.1/5.4 (4.4 BSD/SENS) may be referred to
in this document as the eeV driver. The FEI driver comes with the VxWorks package.
Frequently Asked Questions:
----------------------------------------------
Q. Will this driver work with Tornado 1.0.1?
A. Yes, this driver was developed and tested with Tornado 1.0.1, VxWorks*
5.3.1 AND Tornado 2.0, VxWorks* 5.4.
Q. Is this a MUX driver?
A. This is a Net_if or BSD driver and not a MUX driver.
Q. Does this driver work with the DHCP protocol?
A. Yes. This driver has been verified to do DHCP on both versions of Tornado.
Q. Does this driver work with Intel's 82557 network controller chip?
A. Yes, This driver was tested with the Intel 82557, 82558 and 82559 network adapters.
Q. How do I install this driver?
A. The installation procedures are described in the "Installation" section of the
"readme.txt" file.
Q. Will this driver work with my PCMCIA network card?
A. No, this driver is only meant to work on Intel network devices using
the PCI hardware interface.
Q. How can I get technical support for this driver?
A. All issues should be directed to:
Intel Customer Support Line: 800-628-8686.
Some common problems and their solutions:
------------------------------------------------
Problem 1:
FEI and EEV both defined at the same time. May cause booting problems such
as errors indicating "Attaching driver..... failed, Can't load boot file"
Solution 1:
Verify that the FEI driver is undefined in the config.h and syslib.c files.
The FEI driver should be "undef'd" (#undef INCLUDE_FEI, INCLUDE_FEI_END) and
the eeV driver should be defined ("#define INCLUDE_EEV"). The FEI driver is
Wind River's network driver for the Intel 8255x network controllers. These
drivers cannot co-exist in the BSP image.
Problem 2:
During the build process the following error appears : "No rule to make target
'C:\tornado.... needed by 'usrConfig.o'. Stop.".
Solution 2:
You need to add "eeV_44_DRV.o" to your MACH_EXTRA line in the makefile. See the
release notes for details (note: A "make clean" will clear out all the .o
files in the BSP directory).
Problem 3:
The BSP has undefined references when it builds.
Solution 3:
Make sure you included the necessary information in the sysLib.c and sysNetIf.c
files. See the release notes for more details.
Problem 4:
I receive an error from my VxWorks target simply stating: "Can't load boot file".
Solution 4:
Most of the time this is attributed to the boot line in config.h. Verify that the boot
line is correct.
Problem 5:
How do I enable DHCP with this driver?
Solution 5:
Refer to the readme.txt section entitled "DHCP Client Configuration" for details.
Problem 6:
I get an error at boot time indicating a "muxLoadFail".
Solution 6:
Verify that INCLUDE_END is undefined in the config.h file. This is the default
driver for Tornado 2.0 and if not undefined this is the driver VxWorks* will try to
load.
* Other names and brands are property of their respective owners.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -