Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Net.e1000 & i350: (4 Items)
   
Net.e1000 & i350  
Hi,

I'm new to QNX and have been having some issues with the Net.e1000 driver and an Intel I350T2V2 device. Device ID 1521h

#Net.e1000 -I0 -l3 &

Net.e1000: INITIALIZATION ERROR 4
net_reg failed

Any help would be appreciated.
Thanks,
Alex
Attachment: Text show_pci.txt 2.08 KB
Re: Net.e1000 & i350  
Are you running Net? You have to run Net before starting any drivers.

Hugh.

On 2020-05-28, 6:02 PM, "Alex Lam" <community-noreply@qnx.com> wrote:

    Hi,

    I'm new to QNX and have been having some issues with the Net.e1000 driver and an Intel I350T2V2 device. Device ID 
1521h

    #Net.e1000 -I0 -l3 &

    Net.e1000: INITIALIZATION ERROR 4
    net_reg failed

    Any help would be appreciated.
    Thanks,
    Alex



    _______________________________________________

    General
    http://community.qnx.com/sf/go/post120700
    To cancel your subscription to this discussion, please e-mail general-qnx4-unsubscribe@community.qnx.com

Re: Net.e1000 & i350  
Hi Alex,

In case if Hugh's conclusion isn't help. Please attach here output of following commands:

sin ver
sin ar

From which QNX 4 installation CD have you installed your system? What Net.e1000 driver do you use?

Respectfully,
Oleg

> Are you running Net? You have to run Net before starting any drivers.
> 
> Hugh.
> 
> On 2020-05-28, 6:02 PM, "Alex Lam" <community-noreply@qnx.com> wrote:
> 
>     Hi,
> 
>     I'm new to QNX and have been having some issues with the Net.e1000 driver 
> and an Intel I350T2V2 device. Device ID 1521h
> 
>     #Net.e1000 -I0 -l3 &
> 
>     Net.e1000: INITIALIZATION ERROR 4
>     net_reg failed
> 
>     Any help would be appreciated.
>     Thanks,
>     Alex
> 
> 
> 
>     _______________________________________________
> 
>     General
>     http://community.qnx.com/sf/go/post120700
>     To cancel your subscription to this discussion, please e-mail general-qnx4
> -unsubscribe@community.qnx.com
> 


Re: Net.e1000 & i350  
Hugh and Oleg,

Thanks for the assistance. Using "sin ar" helped me identify a different initialization script that was being used. 
After modifying the correct rc script, the network config at boot time is successful and driver functions as expected.

Will let you know if i have any other issues.

Much appreciated.