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 - Sending packets: Page 1 of 3 (3 Items)
   
Sending packets  
Hello.

I have some difficulties on my driver to send packets.
For packet reception, it's OK, but I have any TX activities...

For example, I'm pinging from the target my devel host, in order to generate a TX trafic, and I get the following 
message : 

# ping 192.168.38.31
PING 192.168.38.31 (192.168.38.31): 56 data bytes
ping: sendto: Network is down
ping: sendto: Network is down
ping: sendto: Network is down
ping: sendto: Network is down
ping: sendto: Network is down
ping: sendto: Network is down

The if_start function is never called, and I do not get any TX interrupt.

Can you please advise me on the point I shall verify, and why if_startis never called.

Thank you very much.
Guillaume.