Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - io-pkt-v4 driver problem : (3 Items)
   
io-pkt-v4 driver problem  
Hi all, 

I am trying to test network driver using devnp-mpc85xx.so binary. I have commented out devnp-shim.so and devn-mpc85xx.so
 in build file. I have included the devnp-mpc85xx.soand io-pkt-v4 in image also. I want to load devnp-mpc85xx.so binary 
using the below command.

I am using the following command for io-pkt driver:

# io-pkt-v4 -dmpc85xx mac=000012345678 -ptcpip

But its unable to load binary devnp-mpc85xx.so for io-pkt driver.
sloginfo showing the following error:

# sloginfo 

 Time                  Sev  Major         Minor       Args
Jan 01 00:00:40    5     14       0 tcpip starting
Jan 01 00:00:40    3     14       0 Using pseudo random generator.  See "random" option
Jan 01 00:00:40    2     14       0 Unable to load devn-mpc85xx.so: Library cannot be found

For more information log has been attached.
Please can any one tell me why its unable to load devnp-mpc85xx.so Or i am not using the right command line arguments in
 build. Else there is another procedure to load devnp-mpc85xx.so binary.

Thanks and Regards,
Kanhaiya Lal
Attachment: Text io-pkt.txt 767 bytes
RE: io-pkt-v4 driver problem  
If the path (default /lib/dll) to your driver is well defined? You may
check LD_LIBRARY_PATH setting (in your case, should have an entry of
/proc/boot). 

Thanks
Weijie


-----Original Message-----
From: kanhaiya lal [mailto:community-noreply@qnx.com] 
Sent: October 10, 2008 8:38 AM
To: drivers-networking
Subject: io-pkt-v4 driver problem 

Hi all, 

I am trying to test network driver using devnp-mpc85xx.so binary. I have
commented out devnp-shim.so and devn-mpc85xx.so in build file. I have
included the devnp-mpc85xx.soand io-pkt-v4 in image also. I want to load
devnp-mpc85xx.so binary using the below command.

I am using the following command for io-pkt driver:

# io-pkt-v4 -dmpc85xx mac=000012345678 -ptcpip

But its unable to load binary devnp-mpc85xx.so for io-pkt driver.
sloginfo showing the following error:

# sloginfo 

 Time                  Sev  Major         Minor       Args
Jan 01 00:00:40    5     14       0 tcpip starting
Jan 01 00:00:40    3     14       0 Using pseudo random generator.  See
"random" option
Jan 01 00:00:40    2     14       0 Unable to load devn-mpc85xx.so:
Library cannot be found

For more information log has been attached.
Please can any one tell me why its unable to load devnp-mpc85xx.so Or i
am not using the right command line arguments in build. Else there is
another procedure to load devnp-mpc85xx.so binary.

Thanks and Regards,
Kanhaiya Lal


_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post14814
RE: io-pkt-v4 driver problem  
More than likely you're LD_LIBRARY_PATH hasn't been set up.  

Use 

Io-pkt-v4 -d/full_path_to_your_binary/devnp-mpc85xx.so (etc).


	Robert


-----Original Message-----
From: kanhaiya lal [mailto:community-noreply@qnx.com] 
Sent: Friday, October 10, 2008 8:38 AM
To: drivers-networking
Subject: io-pkt-v4 driver problem 

Hi all, 

I am trying to test network driver using devnp-mpc85xx.so binary. I have
commented out devnp-shim.so and devn-mpc85xx.so in build file. I have
included the devnp-mpc85xx.soand io-pkt-v4 in image also. I want to load
devnp-mpc85xx.so binary using the below command.

I am using the following command for io-pkt driver:

# io-pkt-v4 -dmpc85xx mac=000012345678 -ptcpip

But its unable to load binary devnp-mpc85xx.so for io-pkt driver.
sloginfo showing the following error:

# sloginfo 

 Time                  Sev  Major         Minor       Args
Jan 01 00:00:40    5     14       0 tcpip starting
Jan 01 00:00:40    3     14       0 Using pseudo random generator.  See
"random" option
Jan 01 00:00:40    2     14       0 Unable to load devn-mpc85xx.so:
Library cannot be found

For more information log has been attached.
Please can any one tell me why its unable to load devnp-mpc85xx.so Or i
am not using the right command line arguments in build. Else there is
another procedure to load devnp-mpc85xx.so binary.

Thanks and Regards,
Kanhaiya Lal


_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post14814