Home
Harmonic Software Systems Forum
Welcome, Guest
Please Login or Register.    Lost Password?
network drivers problem (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: network drivers problem
#32
fengxiaoxiao (User)
Fresh Boarder
Posts: 1
graphgraph
User Offline Click here to see the profile of this user
network drivers problem 1 Year, 1 Month ago Karma: 0  
Dear sir,
I am trying to boot Vxworks 6.6 on the target by Ethernet,the problem I face is that I can ping the target itself,but I cannot ping the target and host computer.I doubt if this is the driver configuration mistake. In the config.h,the initial configurations are as follows:

/* Network driver options: VxBus drivers */

#undef INCLUDE_AM79C97X_VXB_END
#undef INCLUDE_AN983_VXB_END
#undef INCLUDE_FEI8255X_VXB_END
#undef INCLUDE_GEI825XX_VXB_END
#define INCLUDE_MVYUKONII_VXB_END
#undef INCLUDE_MVYUKON_VXB_END
#undef INCLUDE_NS8381X_VXB_END
#undef INCLUDE_RTL8139_VXB_END
#undef INCLUDE_RTL8169_VXB_END
#undef INCLUDE_TC3C905_VXB_END
#undef INCLUDE_NE2000_VXB_END

/* PHY and MII bus support */

#define INCLUDE_MII_BUS
#define INCLUDE_GENERICPHY
#undef INCLUDE_DM9191PHY
#undef INCLUDE_LXT972PHY
#define INCLUDE_MV88E1X11PHY
#define INCLUDE_MV88E1113PHY
#undef INCLUDE_RTL8201PHY
#undef INCLUDE_RTL8169PHY
#undef INCLUDE_VSC82XXPHY

#endif /* INCLUDE_VXBUS */

#define INCLUDE_END /* Enhanced Network Driver Support */

#undef INCLUDE_DEC21X40_END /* (END) DEC 21x4x PCI interface */
#undef INCLUDE_EL_3C90X_END /* (END) 3Com Fast EtherLink XL PCI */
#undef INCLUDE_ELT_3C509_END /* (END) 3Com EtherLink III interface */
#undef INCLUDE_ENE_END /* (END) Eagle/Novell NE2000 interface */
#undef INCLUDE_ULTRA_END /* (END) SMC Elite16 Ultra interface */
#undef INCLUDE_GEI8254X_END /* (END) Intel 82543/82544 PCI interface */
#undef INCLUDE_LN_97X_END /* (END) AMD 79C97x PCI interface */

My question is that which network interface card driver should I add,and my network interface card is Marvell Yukon 88E8052 ?
Thank you.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top