|
Driver shutdown during ping
|
09/10/2010 5:04 AM
post66680
|
Driver shutdown during ping
I have a strange problem with a driver recompiled under QNX 6.4.1.
It works well but when I do a ping from another PC the driver goes in shutdown after 3 send/receive cycles.
The driver is devn-vortex.so for the internal DM&P Vortex86DX SoC LAN chip.
The 6.3.3 sources are supplied by DM&P.
Any idea to solve/debug this problem?
Regards,
Roberto Braidotti
Here the logs....
C:\Documents and Settings\BraidottiR>ping 20.20.20.21
Pinging 20.20.20.21 with 32 bytes of data:
Reply from 20.20.20.21: bytes=32 time<1ms TTL=255
Reply from 20.20.20.21: bytes=32 time<1ms TTL=255
Reply from 20.20.20.21: bytes=32 time<1ms TTL=255
Request timed out.
Ping statistics for 20.20.20.21:
Packets: Sent = 4, Received = 3, Lost = 1 (25% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
C:\Documents and Settings\BraidottiR>
# io-pkt-v4 -d vortex verbose -p tcpip
# ifconfig en0 20.20.20.21
# sloginfo
Time Sev Major Minor Args
Sep 10 11:04:15 5 14 0 tcpip starting
Sep 10 11:04:15 3 14 0 Using pseudo random generator. See "random" op
tion
Sep 10 11:04:15 2 10 0 devn-vortex: Mapping device IO
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x1
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x3
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x5
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x13
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x14
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x15
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x16
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x1b
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x1c
Sep 10 11:04:16 5 10 0 devn-vortex: PHY found: 0x1e
Sep 10 11:04:16 5 10 0 devn-vortex: Using internal Phy detected at add
ress 0x1e
Sep 10 11:04:16 5 10 0
Sep 10 11:04:16 5 10 0 Vendor .............. 0x17f3
Sep 10 11:04:16 5 10 0 Device .............. 0x6040
Sep 10 11:04:16 5 10 0 Revision ............ 0x0
Sep 10 11:04:16 5 10 0 I/O port base ....... 0xdf00
Sep 10 11:04:16 5 10 0 Memory base ......... 0xfefffc00
Sep 10 11:04:16 5 10 0 Interrupt ........... 0xb
Sep 10 11:04:16 5 10 0 MAC address ......... 000060 000001
Sep 10 11:04:16 5 14 0 io-pkt shim
Sep 10 11:04:16 5 14 0 Vendor .............. 0x0
Sep 10 11:04:16 5 14 0 Device .............. 0x0
Sep 10 11:04:16 5 14 0 Revision ............ 0x0
Sep 10 11:04:16 5 14 0 MAC address ......... 000060 000001
Sep 10 11:04:19 5 10 0 devn-vortex: HPNA link up (Unknown Link)
Sep 10 11:04:19 5 10 0 devn-vortex: HPNA link up (Unknown Link)
Sep 10 11:04:28 5 10 0 devn-vortex: Ethernet link up (Unknown Link)
Sep 10 11:04:33 5 10 0 devn-vortex: Starting Shutdown1(hdl=080ed540)
Sep 10 11:04:33 5 10 0 devn-vortex: Finished Shutdown1(hdl=080ed540)
Sep 10 11:04:33 5 10 0 devn-vortex: Starting Shutdown2(hdl=080ed540)
|
|
|