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 - network driver startup script problem: Page 1 of 5 (5 Items)
   
network driver startup script problem  
I had the following scripts in my rc.local:

io-net -d speedo -p tcpip
waitfor /dev/io-net/en0
mount -T io-net /lib/dll/npm-qnet-compat.so bind=en0
ifconfig en0 *.*.*.*


But when the target started, it gave me the following error:
Unable to init dll devn-speedo: Resource busy
...

But after logged in, i retried "io-net -d speedo -p tcpip", no problem then.

thx
Eric