Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - Unable to ping one pandaboard from another with both having QNX on it: Page 1 of 8 (8 Items)
   
Unable to ping one pandaboard from another with both having QNX on it  
Hi all,

I have QNX 6.5.0 running on two pandaboards (Board1 & Board2) connected by a crosswire ethernet cable. I am using a ASIX USB to Ethernet dongle on both the boards since for some reason the mac address of the ethernet port on both boards are all 0's. I use the following lines in the build script to start up io-pkt-v4 

        io-pkt-v4 -dasix promiscuous,mac=<MAC ADDRESS>,verbose=4 -ptcpip
        waitfor /dev/socket
        if_up -p en0
        display_msg Getting Static IP
        ifconfig en0 <IP> netmask 255.255.254.0
        ifconfig en0

The following are the sloginfo for both boards

Board 1
Time             Sev Major Minor Args
Jan 01 00:00:00    2    19   1800 devb-mmcsd-blaze 1.00A (Aug  2 2012 12:28:51)
Jan 01 00:00:00    2     5     0 libcam.so (Jun 15 2010 01:01:35) bver 6040207
Jan 01 00:00:00    2     5   100 cam-disk.so (Jun 15 2010 01:01:50)
Jan 01 00:00:02    5    14     0 tcpip starting
Jan 01 00:00:02    3    14     0 Unable to attach to pci server: No such file or directory
Jan 01 00:00:02    3    14     0 Using pseudo random generator.  See "random" option
Jan 01 00:00:03    5    14     0 devn-ax: MII transceiver found at address 16.
Jan 01 00:00:03    5    14     0 io-pkt shim
Jan 01 00:00:03    5    14     0 Vendor .............. 0x0
Jan 01 00:00:03    5    14     0 Device .............. 0x0
Jan 01 00:00:03    5    14     0 Revision ............ 0x0
Jan 01 00:00:03    5    14     0 MAC address ......... 0050b6 0a3c66
Jan 01 00:00:03    5    14     0 Asix
Jan 01 00:00:03    5    14     0 LanIdx .............. 18
Jan 01 00:00:03    5    14     0 DevIdx .............. 0
Jan 01 00:00:03    5    14     0 Vendor .............. 0xb95
Jan 01 00:00:03    5    14     0 Device .............. 0x7720
Jan 01 00:00:03    5    14     0 Revision ............ 0x0
Jan 01 00:00:03    5    14     0 MAC address ......... <MAC ADDRESS>
Jan 01 00:00:06    5    10     0 devn-ax: link up (100 BaseT Full Duplex)


Board2
Time             Sev Major Minor Args
Jan 01 00:00:00    2    19   1800 devb-mmcsd-blaze 1.00A (Aug  2 2012 12:26:08)
Jan 01 00:00:00    2     5     0 libcam.so (Jun 15 2010 01:01:35) bver 6040207
Jan 01 00:00:00    2     5   100 cam-disk.so (Jun 15 2010 01:01:50)
Jan 01 00:00:02    5    14     0 tcpip starting
Jan 01 00:00:02    3    14     0 Unable to attach to pci server: No such file or directory
Jan 01 00:00:02    3    14     0 Using pseudo random generator.  See "random" option
Jan 01 00:00:03    5    14     0 devn-ax: MII transceiver found at address 16.
Jan 01 00:00:03    5    14     0 io-pkt shim
Jan 01 00:00:03    5    14     0 Vendor .............. 0x0
Jan 01 00:00:03    5    14     0 Device .............. 0x0
Jan 01 00:00:03    5    14     0 Revision ............ 0x0
Jan 01 00:00:03    5    14     0 MAC address ......... 0050b6 0a546c
Jan 01 00:00:03    5    14     0 Asix
Jan 01 00:00:03    5    14     0 LanIdx .............. 18
Jan 01 00:00:03    5    14     0 DevIdx .............. 0
Jan 01 00:00:03    5    14     0 Vendor .............. 0xb95
Jan 01 00:00:03    5    14     0 Device .............. 0x7720
Jan 01 00:00:03    5    14     0 Revision ............ 0x0
Jan 01 00:00:03    5    14     0 MAC address ......... <MAC ADDRESS>
Jan 01 00:00:36    5    10     0 devn-ax: link up (100 BaseT Full Duplex)

nicinfo:

Board1
en0: 
  Asix Ethernet Controller

  Physical Node ID ........................... <MAC ADDRESS>
  Current Physical Node ID ................... <MAC ADDRESS>
  Current Operation Rate ..................... 100.00 Mb/s full-duplex
  Active Interface Type ...................... MII
    Active PHY address ....................... 16
  Maximum Transmittable data Unit ............ 1514
  Maximum Receivable data Unit ............... 1514
  Promiscuous Mode ........................... Off
  Multicast Support .......................... Enabled

  Packets Transmitted OK...
View Full Message