| Author |
Message |
|
|
Post subject: Settings on a Ethernet NIC
Posted: May 30, 2007 - 08:51 AM
|
|
|
|
hallo,
does somebody know how to set the transfer mode (half or full duplex) and
the data transfer speed (10, 100 MB/s) for an ethernet Network Interface
card.
Thanks
Yannick D. |
|
|
| |
|
|
|
 |
|
|
Post subject: re:Settings on a Ethernet NIC
Posted: May 30, 2007 - 10:18 AM
|
|
Active Member
Joined: Dec 11, 2006
Posts: 12
|
|
Hi Yannick,
You need to set it while loading the driver, that is there is a ".so" driver that you will be loading along with io-net option. look for the different option of the driver and you will get it.
someone correct me if i am wrong!! |
_________________ QNX Voyager.
|
| |
|
|
|
 |
|
|
Post subject: Re: re:Settings on a Ethernet NIC
Posted: May 31, 2007 - 08:16 AM
|
|
|
|
thanks,
i try it.
best regards.
Yannick
"ajikumarmp" <aji.mp@ge-dot-com.no-spam.invalid> schrieb im Newsbeitrag
news:f3johv$u1$1@inn.qnx.com...
Quote:
Hi Yannick,
You need to set it while loading the driver, that is there is a
".so" driver that you will be loading along with io-net
option. look for the different option of the driver and you will get
it.
someone correct me if i am wrong!!
|
|
|
| |
|
|
|
 |
|
|
Post subject: Re: re:Settings on a Ethernet NIC
Posted: Jun 01, 2007 - 08:44 AM
|
|
|
|
hallo,
i tried to re-load the driver with the corresponding options in the shell,
but i didn't succeed. I gabe the following command in der shell:
"io-net -d rtl duplex=1, speed=100, priority=100". I received the following
error:
"unable to init dll devn-rtl: no such device".
My questions:
- what did i do wrong?
- Is there a special qnx-file where i can do the setting to load the
driver with the corresponding options.?
Thanks in advance
Yannick D.
"unable to init dl devn-rtl: no such device"
"io-net -d rtl duplex=1,speed=100, pririty=100"
"ajikumarmp" <aji.mp@ge-dot-com.no-spam.invalid> schrieb im Newsbeitrag
news:f3johv$u1$1@inn.qnx.com...
Quote:
Hi Yannick,
You need to set it while loading the driver, that is there is a
".so" driver that you will be loading along with io-net
option. look for the different option of the driver and you will get
it.
someone correct me if i am wrong!!
|
|
|
| |
|
|
|
 |
|
|
Post subject: Re: re:Settings on a Ethernet NIC
Posted: Jun 01, 2007 - 03:26 PM
|
|
QNX Master
Joined: Jul 28, 2006
Posts: 71
|
|
dadji <ydadji@hotmail.com> wrote:
Quote:
hallo,
i tried to re-load the driver with the corresponding options in the shell,
but i didn't succeed. I gabe the following command in der shell:
"io-net -d rtl duplex=1, speed=100, priority=100". I received the following
error:
"unable to init dll devn-rtl: no such device".
My questions:
- what did i do wrong?
- Is there a special qnx-file where i can do the setting to load the
driver with the corresponding options.?
Thanks in advance
Yannick D.
"unable to init dl devn-rtl: no such device"
"io-net -d rtl duplex=1,speed=100, pririty=100"
Not sure it this is your issue but you can't have
spaces after the ','.
-seanb |
|
|
| |
|
|
|
 |
|
|
Post subject: re:Settings on a Ethernet NIC
Posted: Jun 03, 2007 - 05:39 PM
|
|
Active Member
Joined: Dec 11, 2006
Posts: 12
|
|
Hi,
in case removing space doesnt make any difference...
Ensure you do the following
1. Slay all the instances of io-net
2. Check the library path whether it includes the path where the driver(.so) for rtl - devn-rtl.so is present.
3. if not set path
4. Reload the io-net again and check nicinfo |
_________________ QNX Voyager.
|
| |
|
|
|
 |
|
|