<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
I would try to disable RTEMS_SET_ETHERNET_ADDRESS definition<br>
and let driver to supply hardware address<br>
<br>
#if (defined (RTEMS_SET_ETHERNET_ADDRESS))<br>
    ethernet_address,               /* Ethernet hardware address */<br>
#else<br>
    NULL,                           /* Driver supplies hardware address
*/<br>
#endif<br>
<br>
Grigori<br>
<br>
Stéphane ARQUER wrote:<br>
<blockquote
 cite="midzzapMZkY.1190739509.8640220.sarquer@proxycs2.si.c-s.fr"
 type="cite">
  <pre wrap="">Hello,

I'm trying to configure the network interface 3c905c-TXM with the pc386
bsp of rtems 4.6.6.
I read in the wiki that someone used this reference in september 2005 but
there is no details on the driver to use.

On the other hand, I'm working with a 3c509B-tpo card, I try to execute
the network examples and when the card seems to be configured:
-->     3C509: attach() is complete
there are the error messages:
-->     Can't bring ep up: No such device or adress
-->     Can't set default route: No such process
-->     Can't get host adress

You 'll find attached the networkconfig.h file.

If anyone has a tip ?

Thanks in advance for your help.

Regards.

SA
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
rtems-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:rtems-users@rtems.com">rtems-users@rtems.com</a>
<a class="moz-txt-link-freetext" href="http://rtems.rtems.org/mailman/listinfo/rtems-users">http://rtems.rtems.org/mailman/listinfo/rtems-users</a>
  </pre>
</blockquote>
</body>
</html>