Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Could not recognize R40 network device en0 under qnx 6.2.1 : (6 Items)
   
Could not recognize R40 network device en0 under qnx 6.2.1  
I install qnx 6.2.1 on the R40 laptop. It is okay to have wired ethernet network under windows, but it could not find 
the network device en0 under qnx. what's the reason?

And which driver does the R40's network adapter(intel PRO/100 VE ) use under qnx 6.2.1?
Thank u.
RE: Could not recognize R40 network device en0 under qnx 6.2.1  
The Intel PRO/100 uses the devn-speedo.so driver. Please post the output
from 'pci -v', so I can see what chip you have.


-----Original Message-----
From: Alex Doherty [mailto:dohertytek@gmail.com] 
Sent: Tuesday, March 25, 2008 7:21 AM
To: drivers-networking
Subject: Could not recognize R40 network device en0 under qnx 6.2.1 

I install qnx 6.2.1 on the R40 laptop. It is okay to have wired ethernet
network under windows, but it could not find the network device en0 under
qnx. what's the reason?

And which driver does the R40's network adapter(intel PRO/100 VE ) use under
qnx 6.2.1?
Thank u.

_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post6084
Re: RE: Could not recognize R40 network device en0 under qnx 6.2.1  
I used "io-net -d speedo -p tcpip", it said that no such device.
For the pci -v output, the network had 2 parts:
Class = Network(Unknown)
Vendor ID = 8086h, Intel Corporation
Device ID = 1043h, Unknown Unknown
...

Class = Network(Ethernet)
Vendor ID = 8086h, Intel Corporation
Device ID = 103dh, Unknown Unknown

So what shall i do next?

> The Intel PRO/100 uses the devn-speedo.so driver. Please post the output
> from 'pci -v', so I can see what chip you have.
> 
> 
> -----Original Message-----
> From: Alex Doherty [mailto:dohertytek@gmail.com] 
> Sent: Tuesday, March 25, 2008 7:21 AM
> To: drivers-networking
> Subject: Could not recognize R40 network device en0 under qnx 6.2.1 
> 
> I install qnx 6.2.1 on the R40 laptop. It is okay to have wired ethernet
> network under windows, but it could not find the network device en0 under
> qnx. what's the reason?
> 
> And which driver does the R40's network adapter(intel PRO/100 VE ) use under
> qnx 6.2.1?
> Thank u.
> 
> _______________________________________________
> Networking Drivers
> http://community.qnx.com/sf/go/post6084


RE: RE: Could not recognize R40 network device en0 under qnx 6.2. 1  
The first device ID is a wireless adapter, so that will not work. The second
device ID is a speedo chip, but it is not in the 6.2.1 driver. Try starting
the driver as follows:

io-net -dspeedo vid=0x8086,did=0x103d -ptcpip

See if that works.


-----Original Message-----
From: Alex Doherty [mailto:dohertytek@gmail.com] 
Sent: Tuesday, March 25, 2008 9:10 AM
To: drivers-networking
Subject: Re: RE: Could not recognize R40 network device en0 under qnx 6.2.1 

I used "io-net -d speedo -p tcpip", it said that no such device.
For the pci -v output, the network had 2 parts:
Class = Network(Unknown)
Vendor ID = 8086h, Intel Corporation
Device ID = 1043h, Unknown Unknown
...

Class = Network(Ethernet)
Vendor ID = 8086h, Intel Corporation
Device ID = 103dh, Unknown Unknown

So what shall i do next?

> The Intel PRO/100 uses the devn-speedo.so driver. Please post the output
> from 'pci -v', so I can see what chip you have.
> 
> 
> -----Original Message-----
> From: Alex Doherty [mailto:dohertytek@gmail.com] 
> Sent: Tuesday, March 25, 2008 7:21 AM
> To: drivers-networking
> Subject: Could not recognize R40 network device en0 under qnx 6.2.1 
> 
> I install qnx 6.2.1 on the R40 laptop. It is okay to have wired ethernet
> network under windows, but it could not find the network device en0 under
> qnx. what's the reason?
> 
> And which driver does the R40's network adapter(intel PRO/100 VE ) use
under
> qnx 6.2.1?
> Thank u.
> 
> _______________________________________________
> Networking Drivers
> http://community.qnx.com/sf/go/post6084




_______________________________________________
Networking Drivers
http://community.qnx.com/sf/go/post6090
Re: RE: RE: Could not recognize R40 network device en0 under qnx 6.2.  
Thank u, Hugh. It works now!
So why do i need to specify the vid and did here? Not specific enough only with the speedo driver?

> The first device ID is a wireless adapter, so that will not work. The second
> device ID is a speedo chip, but it is not in the 6.2.1 driver. Try starting
> the driver as follows:
> 
> io-net -dspeedo vid=0x8086,did=0x103d -ptcpip
> 
> See if that works.
> 
> 
> -----Original Message-----
> From: Alex Doherty [mailto:dohertytek@gmail.com] 
> Sent: Tuesday, March 25, 2008 9:10 AM
> To: drivers-networking
> Subject: Re: RE: Could not recognize R40 network device en0 under qnx 6.2.1 
> 
> I used "io-net -d speedo -p tcpip", it said that no such device.
> For the pci -v output, the network had 2 parts:
> Class = Network(Unknown)
> Vendor ID = 8086h, Intel Corporation
> Device ID = 1043h, Unknown Unknown
> ...
> 
> Class = Network(Ethernet)
> Vendor ID = 8086h, Intel Corporation
> Device ID = 103dh, Unknown Unknown
> 
> So what shall i do next?
> 
> > The Intel PRO/100 uses the devn-speedo.so driver. Please post the output
> > from 'pci -v', so I can see what chip you have.
> > 
> > 
> > -----Original Message-----
> > From: Alex Doherty [mailto:dohertytek@gmail.com] 
> > Sent: Tuesday, March 25, 2008 7:21 AM
> > To: drivers-networking
> > Subject: Could not recognize R40 network device en0 under qnx 6.2.1 
> > 
> > I install qnx 6.2.1 on the R40 laptop. It is okay to have wired ethernet
> > network under windows, but it could not find the network device en0 under
> > qnx. what's the reason?
> > 
> > And which driver does the R40's network adapter(intel PRO/100 VE ) use
> under
> > qnx 6.2.1?
> > Thank u.
> > 
> > _______________________________________________
> > Networking Drivers
> > http://community.qnx.com/sf/go/post6084
> 
> 
> 
> 
> _______________________________________________
> Networking Drivers
> http://community.qnx.com/sf/go/post6090


RE: RE: RE: Could not recognize R40 network device en0 under qnx 6.2.  
All PCI network drivers have a list of support PCI device IDs, which we
update from time to time. The device ID that you have is a later device ID
which did not make it into the 6.2.1 driver.


-----Original Message-----
From: Alex Doherty [mailto:dohertytek@gmail.com] 
Sent: Tuesday, March 25, 2008 9:33 AM
To: drivers-networking
Subject: Re: RE: RE: Could not recognize R40 network device en0 under qnx
6.2.

Thank u, Hugh. It works now!
So why do i need to specify the vid and did here? Not specific enough only
with the speedo driver?

> The first device ID is a wireless adapter, so that will not work. The
second
> device ID is a speedo chip, but it is not in the 6.2.1 driver. Try
starting
> the driver as follows:
> 
> io-net -dspeedo vid=0x8086,did=0x103d -ptcpip
> 
> See if that works.
> 
> 
> -----Original Message-----
> From: Alex Doherty [mailto:dohertytek@gmail.com] 
> Sent: Tuesday, March 25, 2008 9:10 AM
> To: drivers-networking
> Subject: Re: RE: Could not recognize R40 network device en0 under qnx
6.2.1 
> 
> I used "io-net -d speedo -p tcpip", it said that no such device.
> For the pci -v output, the network had 2 parts:
> Class = Network(Unknown)
> Vendor ID = 8086h, Intel Corporation
> Device ID = 1043h, Unknown Unknown
> ...
> 
> Class = Network(Ethernet)
> Vendor ID = 8086h, Intel Corporation
> Device ID = 103dh, Unknown Unknown
> 
> So what shall i do next?
> 
> > The Intel PRO/100 uses the devn-speedo.so driver. Please post the output
> > from 'pci -v', so I can see what chip you have.
> > 
> > 
> > -----Original Message-----
> > From: Alex Doherty [mailto:dohertytek@gmail.com] 
> > Sent: Tuesday, March 25, 2008 7:21 AM
> > To: drivers-networking
> > Subject: Could not recognize R40 network device en0 under qnx 6.2.1 
> > 
> > I install qnx 6.2.1 on the R40 laptop. It is okay to have wired ethernet
> > network under windows, but it could not find the network device en0
under
> > qnx. what's the reason?
> > 
> > And which driver does the R40's network adapter(intel PRO/100 VE ) use
> under
> > qnx 6.2.1?
> > Thank u.
> > 
> > _______________________________________________
> > Networking Drivers
> > http://community.qnx.com/sf/go/post6084
> 
> 
> 
> 
> _______________________________________________
> Networking Drivers
> http://community.qnx.com/sf/go/post6090




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