|
gao yuan
|
Re: io-pkt mount double rtl839 is failure.
|
|
gao yuan
01/31/2012 2:23 AM
post91238
|
Re: io-pkt mount double rtl839 is failure.
Re: io-pkt mount double rtl839 is failure.
In my custom image , Net card init script is :
io-pkt-v4-hc -d rtl pci=0,vid=0x10ec,did=0x8139,irq=0xc
io-pkt-v4-hc -d rtl pci=1,vid=0x10ec,did=0x8139,irq=0xA
After call frist statement , use ifconfig set en0 ip address , spawn qconn ,I can connect target from host IDE .
after second call , target shell is blocking . I can ping target from host , but qconn is disconnected .
Please check attach picture . it is init process when booting by QNX CD.
thanks .
gaoyuan
|
|
|
|
|
|
gao yuan
|
Re: io-pkt mount double rtl839 is failure.
|
|
gao yuan
01/31/2012 2:23 AM
post91239
|
Re: io-pkt mount double rtl839 is failure.
Re: io-pkt mount double rtl839 is failure.
I try again.
like this:
io-pkt-hc-v4 -ptcpip
mount -Tio-pkt -o pci=0,vid=0x10ec,did=0x8139,irq=0xf devn-rtl.so
//afer this call , en0 is ready and net connection is OK
mount -Tio-pkt -o pci=1,vid=0x10ec,did=0x8139,irq=0xb devn-rtl.so
same as befor ,system is Pending.
I am desperated.
|
|
|
|
|
|
Armin Steinhoff
|
Re: io-pkt mount double rtl839 is failure.
|
|
Armin Steinhoff
01/31/2012 3:23 AM
post91241
|
Re: io-pkt mount double rtl839 is failure.
Hi,
when you run QNX6.5 directly from the CD it will start with "pci-bios"
and w/o APIC/MSI support.
You have to expect esoteric problems when you use an SMP image which
includes pci-bios-v2, APIC and MSI support.
This stuff is really in an ALPHA state !
We see this problem again and again together with frustrated customers.
Regards
--Armin
gao yuan wrote:
> io-pkt mount double rtl839 is failure.
>
> Hi:
>
> there are two rtl8139 net card in my board.
>
> I can call io-pkt-hc mount frist card, but when mount second card, the calling is block at there.
>
> when i run QNX6.5 direct on CD, everything is OK.
>
> anybody can help me?
>
> thanks.
>
> dylan.
>
>
>
>
>
> _______________________________________________
>
> Networking Drivers
> http://community.qnx.com/sf/go/post91237
>
>
|
|
|
|
|