mount ethernet card

how to mount ethernet card rtl 8139 im every time using command io-net -d
rtl -p tcpip
how to change ?


Sebastian Sto³owski ICQ#: 137835655 Current ICQ status: + More ways to
contact me


I’m not sure if this is exactly what you are asking about but if you want to
start io-net with those options at bootup you can put that line in your
/etc/rc.d/rc.local file. If you haven’t already created an rc.local file you
should create the file using your favourite editor. It would then contain
the following:
slay io-net
io-net -drtl -ptcpip
Then be sure to make the file executable:

chmod a+x /etc/rc.d/rc.local

Then every time you boot the machine this file will be run and your
driver will be mounted into io-net.
Hope this helps.

Regards,
Barry F.

XTROnETS <xtronets@poczta.onet.pl> wrote in message
news:b1ge02$n8$1@inn.qnx.com

how to mount ethernet card rtl 8139 im every time using command io-net -d
rtl -p tcpip
how to change ?


Sebastian Sto³owski ICQ#: 137835655 Current ICQ status: + More ways to
contact me


\ \ \ yes it work ,but not really configure im still must enable stick "enable device", conection DHCP ,default is manual and not automatically device enabled. thx. \ \ OS Support wrote:

I’m not sure if this is exactly what you are asking about but if you want to
start io-net with those options at bootup you can put that line in your
/etc/rc.d/rc.local file. If you haven’t already created an rc.local file you
should create the file using your favourite editor. It would then contain
the following:
slay io-net
io-net -drtl -ptcpip
Then be sure to make the file executable:

chmod a+x /etc/rc.d/rc.local

Then every time you boot the machine this file will be run and your
driver will be mounted into io-net.
Hope this helps.

Regards,
Barry F.

XTROnETS <> xtronets@poczta.onet.pl> > wrote in message
news:b1ge02$n8$> 1@inn.qnx.com> …

how to mount ethernet card rtl 8139 im every time using command io-net -d
rtl -p tcpip
how to change ?


Sebastian Sto³owski ICQ#: 137835655 Current ICQ status: + More ways to
contact me



\