| Author |
Message |
|
|
|
Post subject: The Ethernet chipset ISSUE / QNX 6.3 SP3
Posted: Apr 23, 2008 - 02:38 PM
|
|
Active Member
Joined: Jun 14, 2006
Posts: 10
|
|
It seems the Ethernet driver devn-sis9.so under QNX 6.3 (service pack 3)
did not work properly with Ethernet chipset SiS 964L SouthBridge.
(Silicon Integrated Systems Corp.)
I can ping from the QNX to any host and also from any host to my QNX but when the ftp, telnet, phindows, voyager started, the IP traffic is stuck and the sloginfo displays the message "MORE bit to clear".
Please help. Thank you
Trong |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: The Ethernet chipset ISSUE / QNX 6.3 SP3
Posted: Apr 23, 2008 - 03:49 PM
|
|
Active Member
Joined: Dec 14, 2005
Posts: 85
|
|
|
|
|
 |
|
|
Post subject: Re: RE: The Ethernet chipset ISSUE / QNX 6.3 SP3
Posted: Apr 23, 2008 - 04:00 PM
|
|
Active Member
Joined: Jun 14, 2006
Posts: 10
|
|
|
|
|
 |
|
|
Post subject: RE: Re: RE: The Ethernet chipset ISSUE / QNX 6.3 SP3
Posted: Apr 23, 2008 - 04:43 PM
|
|
Active Member
Joined: Dec 14, 2005
Posts: 85
|
|
Hello,
Try to force the detection of the network card.
The following advice from my colleague Brian may help:
“Typically you can force the card to be detected by setting the VID and DID on the command line.
On the command line you can do the following:
pci -vv
This will list all detected PCI devices. You should be able to see that the network card was detected. Assuming this is the case, then you can get the Vendor ID and device ID from this listing, as well as the PCI Index.
Once you have this information, you can start io-net in the following manner (change the vid and did accordingly):
io-net -drtl vid=0xbebe,did=0xbeef,pci=0 -ptcpip
Verify that the card has been detected and started by running nicinfo.
From there, you can configure your ip/route/dns either manually or through DHCP”
Thanks,
Yuriy |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: RE: Re: RE: The Ethernet chipset ISSUE / QNX 6.3 SP3
Posted: Apr 24, 2008 - 05:53 PM
|
|
Active Member
Joined: Jun 14, 2006
Posts: 10
|
|
Thanks yuriy,
I got a new trial version from QNX Community and it is working.
Trong
ysinitsky wrote:
Hello,
Try to force the detection of the network card.
The following advice from my colleague Brian may help:
“Typically you can force the card to be detected by setting the VID and DID on the command line.
On the command line you can do the following:
pci -vv
This will list all detected PCI devices. You should be able to see that the network card was detected. Assuming this is the case, then you can get the Vendor ID and device ID from this listing, as well as the PCI Index.
Once you have this information, you can start io-net in the following manner (change the vid and did accordingly):
io-net -drtl vid=0xbebe,did=0xbeef,pci=0 -ptcpip
Verify that the card has been detected and started by running nicinfo.
From there, you can configure your ip/route/dns either manually or through DHCP”
Thanks,
Yuriy
|
|
|
| |
|
|
|
 |
|
|