Project Home
Project Home
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Unable to detect 82574L port with QNX6.5 SP1: (2 Items)
   
Unable to detect 82574L port with QNX6.5 SP1  
My x86 board has two Ethernet ports which is displayed in BIOS. While the first port(Topcliff) get detected, the second 
port (82574L) does not get detcted. 
Without any initialization the first port(wm0) is getting detected, but when I am including the following line in "/etc/
rc.d/rc.local" 
io-pkt-v4-hc -de1000 did=0x10d3 vid=0x8086 pci=0x0 -ptcpip &
 or
io-pkt-v4-hc -de1000 did=0x10d3 -de1000 did=0x8802 -ptcpip&
 
even the first port wm0  does not get detected.
I have attached the pci-vvv output.
 
Attachment: Text pci_vvv.txt 57.7 KB
Re: Unable to detect 82574L port with QNX6.5 SP1  
You must not have spaces in the command line. Try running the following
command and let us know if the driver starts on the second port:

io-pkt-v4-hc -de1000 vid=0x8086,did=0x10d3

If this doesn¹t work, then you might need a newer version of the e1000
driver.



On 2015/5/12, 6:15 AM, "Samya Deb Bhattacharya"
<community-noreply@qnx.com> wrote:

>My x86 board has two Ethernet ports which is displayed in BIOS. While the
>first port(Topcliff) get detected, the second port (82574L) does not get
>detcted. 
>Without any initialization the first port(wm0) is getting detected, but
>when I am including the following line in "/etc/rc.d/rc.local"
>io-pkt-v4-hc -de1000 did=0x10d3 vid=0x8086 pci=0x0 -ptcpip &
> or
>io-pkt-v4-hc -de1000 did=0x10d3 -de1000 did=0x8802 -ptcpip&
> 
>even the first port wm0  does not get detected.
>I have attached the pci-vvv output.
> 
>
>
>
>_______________________________________________
>
>Networking Drivers
>http://community.qnx.com/sf/go/post113798
>To cancel your subscription to this discussion, please e-mail
>drivers-networking-unsubscribe@community.qnx.com