Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?: (16 Items)
   
Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
Hi all
I'm trying to play with a new pc card mounting an embedded Intel I210 and I217
Gigabit ethernet device:
Device ID      = 1533h, Unknown Unknown (I210)
Device ID      = 153ah, Unknown Unknown (I217)

but devnp-e1000.so (qnx 6.5) cannot recognize it.

Anyone knows if is there version of devnp-e1000 for supporting that devices (I210, I217)?

thanks a lot
Francisco
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
We will have to post an updated driver to our web site. I will let you
know when this has been done.



On 2017-07-26, 11:14 AM, "Francisco Barros" <community-noreply@qnx.com>
wrote:

>Hi all
>I'm trying to play with a new pc card mounting an embedded Intel I210 and
>I217
>Gigabit ethernet device:
>Device ID      = 1533h, Unknown Unknown (I210)
>Device ID      = 153ah, Unknown Unknown (I217)
>
>but devnp-e1000.so (qnx 6.5) cannot recognize it.
>
>Anyone knows if is there version of devnp-e1000 for supporting that
>devices (I210, I217)?
>
>thanks a lot
>Francisco
>
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post117916
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
Ok Hugh, I'll be watching your post reply,

thank you so much!!!
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
You can get the latest driver here

http://community.qnx.com/sf/frs/do/viewRelease/projects.bsp/frs.network_dri
ver_updates.latest_io_pkt_network_drivers_0?_message=1501179473726

This driver should work with both your device Ids


On 2017-07-27, 10:58 AM, "Francisco Barros" <community-noreply@qnx.com>
wrote:

>Ok Hugh, I'll be watching your post reply,
>
>thank you so much!!!
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post117920
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
Thank you Hugh, but I can´t view the page.

The following message appear after to link.

"The page you requested cannot be found.

If you feel you have received this message in error, please contact the TeamForge administrator."
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
OK, I have attached the driver to this email.



On 2017-07-28, 9:53 AM, "Francisco Barros" <community-noreply@qnx.com>
wrote:

>Thank you Hugh, but I can´t view the page.
>
>The following message appear after to link.
>
>"The page you requested cannot be found.
>
>If you feel you have received this message in error, please contact the
>TeamForge administrator."
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post117922
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com

Attachment: Text devnp-e1000.so 326.91 KB
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
Note : This driver needs the lastest x86 BSP otherwise you get :

ldd : FATAL : Unresolved symbol "nic_delay" called from devnp-e1000.so
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
Could you give the link of appropriate BSP's link? We could not run this library, yet.
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
The latest e1000 driver can be found here

http://community.qnx.com/sf/go/projects.bsp/frs.network_driver_updates.latest_io_pkt_network_drivers_0


On 2017-11-27, 8:17 AM, "Serkan Basaran" <community-noreply@qnx.com> wrote:

    Could you give the link of appropriate BSP's link? We could not run this library, yet.
    
    
    
    _______________________________________________
    
    Networking Drivers
    http://community.qnx.com/sf/go/post118243
    To cancel your subscription to this discussion, please e-mail drivers-networking-unsubscribe@community.qnx.com
    

Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
Hello,

I'm trying devnp-e1000.so.

I copied that particular file into home folder and ran

/sbin/io-pkt-v4-hc
mount -T io-pkt /home/devnp-e1000.so

after running this I can see interfaces in 

nicinfo and also in gui-network-interface.

But soon after running this command I'm getting following error and /sbin/io-pkt-v4-hc process gets halted

"ldd:FATAL: Unresolved symbol "stk_context_callback_2" called from devnp-e1000.so"

AM I missing to load another library which is required ?
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
You will need the latest io-pkt-v4-hc to resolve this symbol. I'll have to see where you can find it and get back to you
.


On 2018-07-09, 8:26 AM, "Santosh Patil" <community-noreply@qnx.com> wrote:

    Hello,
    
    I'm trying devnp-e1000.so.
    
    I copied that particular file into home folder and ran
    
    /sbin/io-pkt-v4-hc
    mount -T io-pkt /home/devnp-e1000.so
    
    after running this I can see interfaces in 
    
    nicinfo and also in gui-network-interface.
    
    But soon after running this command I'm getting following error and /sbin/io-pkt-v4-hc process gets halted
    
    "ldd:FATAL: Unresolved symbol "stk_context_callback_2" called from devnp-e1000.so"
    
    AM I missing to load another library which is required ?
    
    
    
    _______________________________________________
    
    Networking Drivers
    http://community.qnx.com/sf/go/post118919
    To cancel your subscription to this discussion, please e-mail drivers-networking-unsubscribe@community.qnx.com
    

Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
I have attached the latest io-pkt-v4-hc.


On 2018-07-09, 8:26 AM, "Santosh Patil" <community-noreply@qnx.com> wrote:

    Hello,
    
    I'm trying devnp-e1000.so.
    
    I copied that particular file into home folder and ran
    
    /sbin/io-pkt-v4-hc
    mount -T io-pkt /home/devnp-e1000.so
    
    after running this I can see interfaces in 
    
    nicinfo and also in gui-network-interface.
    
    But soon after running this command I'm getting following error and /sbin/io-pkt-v4-hc process gets halted
    
    "ldd:FATAL: Unresolved symbol "stk_context_callback_2" called from devnp-e1000.so"
    
    AM I missing to load another library which is required ?
    
    
    
    _______________________________________________
    
    Networking Drivers
    http://community.qnx.com/sf/go/post118919
    To cancel your subscription to this discussion, please e-mail drivers-networking-unsubscribe@community.qnx.com
    

Attachment: Text io-pkt-v4-hc.gz 591.43 KB
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
Hello Hugh, 

Thanks a lot for your help. They did actually work.

Just one thing, they could not start on start-up, I had to run the script manually to get divers up and running. Which I
 can put into some boot-up script.
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
Please post your build file, so that I can see what you are doing.

Thanks, Hugh.

On 2018-07-16, 6:59 AM, "Santosh Patil" <community-noreply@qnx.com> wrote:

    Hello Hugh, 
    
    Thanks a lot for your help. They did actually work.
    
    Just one thing, they could not start on start-up, I had to run the script manually to get divers up and running. 
Which I can put into some boot-up script.
    
    
    
    _______________________________________________
    
    Networking Drivers
    http://community.qnx.com/sf/go/post118956
    To cancel your subscription to this discussion, please e-mail drivers-networking-unsubscribe@community.qnx.com
    

Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
It's full fledged OS, installed. From QNX 6.5 NTO ISO.

I just replaced your provided files.
Re: Intel I210 and I217 Gigabit ethernet support in devnp-e1000.so (qnx 6.5)?  
The enumeration files are out of date, so you will have to do the following:

Edit the /etc/rc.d/rc.local file and add the following

slay -f io-pkt-v4 io-pkt-v4-hc io-pkt-v6-hc dhcp.client
sleep 2
io-pkt-v4-hc -de1000
if_up -p wm0
dhcp.client -iwm0

You can modify the above to suite your needs.

Hugh.

On 2018-07-16, 8:20 AM, "Santosh Patil" <community-noreply@qnx.com> wrote:

    It's full fledged OS, installed. From QNX 6.5 NTO ISO.
    
    I just replaced your provided files.
    
    
    
    _______________________________________________
    
    Networking Drivers
    http://community.qnx.com/sf/go/post118958
    To cancel your subscription to this discussion, please e-mail drivers-networking-unsubscribe@community.qnx.com