Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Net.e1000 and 82541pi: (5 Items)
   
Net.e1000 and 82541pi  
I was planning to use Net.e1000 for Intel 82541PI with Device ID 1076h.  The card is Advantech PCM-3665.  The driver 
loads and can be seen using netinfo.  When I plug in a network cable when running the driver using "-v", it displays a 
message about the media rate changing to 100mbs, so it seems to work.

The problem is that It can ping its self, but can't ping anything else or connect to anything else.

I'm starting the drivers as.. "Net.e1000 -d 1076h -I1 -l3 &" and "Net.e1000 -d 1076h -I0 -l2 &  ... .  There's two of 
them on the card.

The device works OK using Net.i82540 and can talk to external IPs.

Any ideas on why Net.e1000 doesn't work?  Has it been tested with DID 1076h?
Re: Net.e1000 and 82541pi  
Hi Eric,

Please, try to start one instance of the driver without any parameters and 
check how it works:

# Net.e1000

Does it work? Attach output of:

# sin ar
# sin ver
# sin ir
# sin ti
# show_pci -vv
# netinfo
# netinfo -l

Please note that the Device ID 1076h is marked as Intel 82541GI (not PI) 
in the Net.e1000 source.

-- 
Respectfully,
Oleg

> I was planning to use Net.e1000 for Intel 82541PI with Device ID 1076h.
>  The card is Advantech PCM-3665.  The driver loads and can be seen
> using netinfo.  When I plug in a network cable when running the driver
> using "-v", it displays a message about the media rate changing to
> 100mbs, so it seems to work.
> 
> The problem is that It can ping its self, but can't ping anything else
> or connect to anything else.
> 
> I'm starting the drivers as.. "Net.e1000 -d 1076h -I1 -l3 &" and
> "Net.e1000 -d 1076h -I0 -l2 &  ... .  There's two of them on the card.
> 
> The device works OK using Net.i82540 and can talk to external IPs.
> 
> Any ideas on why Net.e1000 doesn't work?  Has it been tested with DID
> 1076h?
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post81467
RE: Net.e1000 and 82541pi  
Thanks for responding! 
No change.  See attached txt file output.


-----Original Message-----
From: Oleg Bolshakov [mailto:community-noreply@qnx.com]
Sent: Wed 1/12/2011 12:35 AM
To: general-qnx4
Subject: Re: Net.e1000 and 82541pi
 
Hi Eric,

Please, try to start one instance of the driver without any parameters and 
check how it works:

# Net.e1000

Does it work? Attach output of:

# sin ar
# sin ver
# sin ir
# sin ti
# show_pci -vv
# netinfo
# netinfo -l

Please note that the Device ID 1076h is marked as Intel 82541GI (not PI) 
in the Net.e1000 source.

-- 
Respectfully,
Oleg

> I was planning to use Net.e1000 for Intel 82541PI with Device ID 1076h.
>  The card is Advantech PCM-3665.  The driver loads and can be seen
> using netinfo.  When I plug in a network cable when running the driver
> using "-v", it displays a message about the media rate changing to
> 100mbs, so it seems to work.
> 
> The problem is that It can ping its self, but can't ping anything else
> or connect to anything else.
> 
> I'm starting the drivers as.. "Net.e1000 -d 1076h -I1 -l3 &" and
> "Net.e1000 -d 1076h -I0 -l2 &  ... .  There's two of them on the card.
> 
> The device works OK using Net.i82540 and can talk to external IPs.
> 
> Any ideas on why Net.e1000 doesn't work?  Has it been tested with DID
> 1076h?
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post81467



_______________________________________________

General
http://community.qnx.com/sf/go/post81971



Attachment: Text sin.txt 44.27 KB
RE: Net.e1000 and 82541pi  
Hi Eric,

I don't see errors in your file. There are received and transmitted packets 
in the netinfo output, so it seems that the driver is working.

Probably there is a problem with TCP/IP configuration. Does FLEET (QNX 
network) work? Please, attach output of following commands:

# ifconfig en1
# netstat -rn

Have you pinged another hosts using IP or hostname? Is data in /etc/hosts 
and /etc/resolv.conf correct?

FYI: The latest Net.e1000 driver was posted on the Foudry27 at December, 
12:

http://community.qnx.com/sf/wiki/do/viewPage/projects.qnx4/wiki/SoftwareUpdates2010

-- 
Respectfully,
Oleg

> Thanks for responding!
> No change.  See attached txt file output.
> 
> 
> -----Original Message-----
> From: Oleg Bolshakov [mailto:community-noreply@qnx.com]
> Sent: Wed 1/12/2011 12:35 AM
> To: general-qnx4
> Subject: Re: Net.e1000 and 82541pi
> 
> Hi Eric,
> 
> Please, try to start one instance of the driver without any parameters
> and check how it works:
> 
> # Net.e1000
> 
> Does it work? Attach output of:
> 
> # sin ar
> # sin ver
> # sin ir
> # sin ti
> # show_pci -vv
> # netinfo
> # netinfo -l
> 
> Please note that the Device ID 1076h is marked as Intel 82541GI (not
> PI) in the Net.e1000 source.
> 
> > I was planning to use Net.e1000 for Intel 82541PI with Device ID
> > 1076h.
> > 
> >  The card is Advantech PCM-3665.  The driver loads and can be seen
> > 
> > using netinfo.  When I plug in a network cable when running the
> > driver using "-v", it displays a message about the media rate
> > changing to 100mbs, so it seems to work.
> > 
> > The problem is that It can ping its self, but can't ping anything
> > else or connect to anything else.
> > 
> > I'm starting the drivers as.. "Net.e1000 -d 1076h -I1 -l3 &" and
> > "Net.e1000 -d 1076h -I0 -l2 &  ... .  There's two of them on the
> > card.
> > 
> > The device works OK using Net.i82540 and can talk to external IPs.
> > 
> > Any ideas on why Net.e1000 doesn't work?  Has it been tested with DID
> > 1076h?
> > 
> > 
> > 
> > 
> > _______________________________________________
> > 
> > General
> > http://community.qnx.com/sf/go/post81467
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post81971
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post82061
RE: Net.e1000 and 82541pi  
With Net.e1000 I've tried dhcp.client and it doesn't get an IP. I've
also tried a static IP and it can ping its self, but not other IPs.
Telnet and ftp don't work.  Yes, netinfo looks OK.  When I use the
Net.i82540 driver all this works, including dns and I could telnet/ftp
to the computer and copy the log file to send to you.

I removed the MAC label from the net chip, and it's marked 82541PI.
Could there be some confusion with Net.e1000 and DID=1076?

http://www.advantech.com/products/PCM-3665/mod_F1FC9973-55B2-4B25-B4DB-2
920A3F1F6FF.aspx 



At this point I'm out of time and I'm going forward with the Net.i82540
driver.  We've used it in the past and it works OK.  I may get to your
qnet test later today.







-----Original Message-----
From: Oleg Bolshakov [mailto:community-noreply@qnx.com] 
Sent: Friday, January 14, 2011 6:28 AM
To: general-qnx4
Subject: RE: Net.e1000 and 82541pi

Hi Eric,

I don't see errors in your file. There are received and transmitted
packets 
in the netinfo output, so it seems that the driver is working.

Probably there is a problem with TCP/IP configuration. Does FLEET (QNX 
network) work? Please, attach output of following commands:

# ifconfig en1
# netstat -rn

Have you pinged another hosts using IP or hostname? Is data in
/etc/hosts 
and /etc/resolv.conf correct?

FYI: The latest Net.e1000 driver was posted on the Foudry27 at December,

12:

http://community.qnx.com/sf/wiki/do/viewPage/projects.qnx4/wiki/Software
Updates2010

-- 
Respectfully,
Oleg

> Thanks for responding!
> No change.  See attached txt file output.
> 
> 
> -----Original Message-----
> From: Oleg Bolshakov [mailto:community-noreply@qnx.com]
> Sent: Wed 1/12/2011 12:35 AM
> To: general-qnx4
> Subject: Re: Net.e1000 and 82541pi
> 
> Hi Eric,
> 
> Please, try to start one instance of the driver without any parameters
> and check how it works:
> 
> # Net.e1000
> 
> Does it work? Attach output of:
> 
> # sin ar
> # sin ver
> # sin ir
> # sin ti
> # show_pci -vv
> # netinfo
> # netinfo -l
> 
> Please note that the Device ID 1076h is marked as Intel 82541GI (not
> PI) in the Net.e1000 source.
> 
> > I was planning to use Net.e1000 for Intel 82541PI with Device ID
> > 1076h.
> > 
> >  The card is Advantech PCM-3665.  The driver loads and can be seen
> > 
> > using netinfo.  When I plug in a network cable when running the
> > driver using "-v", it displays a message about the media rate
> > changing to 100mbs, so it seems to work.
> > 
> > The problem is that It can ping its self, but can't ping anything
> > else or connect to anything else.
> > 
> > I'm starting the drivers as.. "Net.e1000 -d 1076h -I1 -l3 &" and
> > "Net.e1000 -d 1076h -I0 -l2 &  ... .  There's two of them on the
> > card.
> > 
> > The device works OK using Net.i82540 and can talk to external IPs.
> > 
> > Any ideas on why Net.e1000 doesn't work?  Has it been tested with
DID
> > 1076h?
> > 
> > 
> > 
> > 
> > _______________________________________________
> > 
> > General
> > http://community.qnx.com/sf/go/post81467
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post81971
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post82061



_______________________________________________

General
http://community.qnx.com/sf/go/post82305