Плата у меня ST-AT91SAM9260 от Starterkit. Вот что выдает sloginfo при крэше:
//-------------------------------------------------------------------------
Time Sev Major Minor Args
Jan 01 00:10:09 7 15 0 npm-qnet(QOS): tx_conn_idle_l4(): tc_up_max_retries of 6 exceeded, deleting iface for L4 0 for nd 11 conn 2
Jan 01 00:10:09 7 15 0 npm-qnet(QOS): tx_ndb_del_if(): deleting mapping for L4 0 for nd 11
Jan 01 00:10:09 7 15 0 npm-qnet(QOS): tx_ndb_del_if(): no more interfaces, tearing down nd 11
Jan 01 00:10:09 7 15 0 npm-qnet(QOS): nd_change_notify(): Node Down: nd 11 Kovalenko_q632.
Jan 01 00:10:38 7 15 0 npm-qnet(L4): lr_add_ndb(): adding L4 0 addr to ndb for nd 16 Kovalenko_q632.
Jan 01 00:10:38 7 15 0 npm-qnet(QOS): nd_change_notify(): Node Up: nd 16 Kovalenko_q632.
Jan 01 00:11:57 7 15 0 npm-qnet(QOS): tx_xmit_init_conn_pkt(): to nd 16 on L4 0
Jan 01 00:11:57 7 15 0 npm-qnet(QOS): tx_xmit_init_conn_pkt(): to nd 16 on L4 0 retry 1
Jan 01 00:11:58 7 15 0 npm-qnet(QOS): tx_xmit_init_conn_pkt(): to nd 16 on L4 0 retry 2
Jan 01 00:11:58 7 15 0 npm-qnet(QOS): tx_xmit_init_conn_pkt(): no more L4s to try for nd 16
Jan 01 00:11:58 7 15 0 npm-qnet(QOS): tx_complete(): callback for nd 16 to layer 0 with errno 264
Jan 01 00:11:58 7 15 0 npm-qnet(kif): kif_server_outbound_failed(): NTONET_CONNECT server busy 119178
Jan 01 00:11:58 7 15 0 npm-qnet(QOS): nd_change_notify(): Node Down: nd 16 Kovalenko_q632.
Jan 01 00:12:04 7 15 0 npm-qnet(L4): lr_resolve(): starting for nd 17 Kovalenko_q632.net.intra
Jan 01 00:12:04 7 15 0 npm-qnet(L4): l4_resolve_periodic_en_ionet(): timeout: re-tx 1 looking for nd 17 Kovalenko_q632.net.intra
Jan 01 00:12:04 7 15 0 npm-qnet(L4): l4_resolve_periodic_en_ionet(): timeout: re-tx 2 looking for nd 17 Kovalenko_q632.net.intra
Jan 01 00:12:04 7 15 0 npm-qnet(L4): l4_resolve_periodic_en_ionet(): 2 retries exceeded for nd 17 Kovalenko_q632.net.intra found 0 interfaces
//-------------------------------------------------------------------------
ifconfig выдает следующее:
//-------------------------------------------------------------------------
lo0: flags=8009<UP,LOOPBACK,MULTICAST> mtu 33212
capabilities=7<IP4CSUM,TCP4CSUM,UDP4CSUM>
enabled=0<>
inet 127.0.0.1 netmask 0xff000000
en0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
address: 00:1f:fb:00:00:00
inet 10.10.1.78 netmask 0xffffff00 broadcast 10.10.1.255
//-------------------------------------------------------------------------
nicinfo выдает следующее:
//-------------------------------------------------------------------------
ATMEL AT91 EMAC Ethernet Controller
Physical Node ID ........................... 001FF2 000000
Current Physical Node ID ................... 001FFB 000000
Current Operation Rate ..................... 0 kb/s half-duplex
Active Interface Type ...................... MII
Active PHY address ....................... 1
Maximum Transmittable data Unit ............ 1514
Maximum Receivable data Unit ............... 1514
Hardware Interrupt ......................... 0x15
I/O Aperture ............................... 0xfffc4000
Promiscuous Mode ........................... Off
Multicast Support .......................... Enabled
Packets Transmitted OK ..................... 1135
Bytes Transmitted OK ....................... 121435
Broadcast Packets Transmitted OK ........... 80
Multicast Packets Transmitted OK ........... 0
Memory Allocation Failures on Transmit ..... 0
Packets Received OK ........................ 1055
Bytes Received OK .......................... 135106
Broadcast Packets Received OK .............. 13
Multicast Packets Received OK .............. 0
Memory Allocation Failures on Receive ...... 0
Single Collisions on Transmit .............. 0
Multiple Collisions on Transmit ............ 0
Deferred Transmits ......................... 0
Late Collision on Transmit errors .......... 0
Transmits aborted (excessive collisions) ... 0
Transmit Underruns ......................... 0
No Carrier on Transmit ..................... 0
Receive Alignment errors ................... 0
Received packets with CRC errors ........... 0
Packets Dropped on receive ................. 0
Short packets .............................. 0
Total Frames experiencing Collison(s) ...... 0
//-------------------------------------------------------------------------
Изза чего пишется вот это: Current Operation Rate ..................... 0 kb/s half-duplex?

