no device-card in phlip?

Hi!

I installed QNX and everything works fine, but obviously it doesn’t find
my network adapter (ISA) right at the start. when i start the network
configurator (phlip) i should have three cards according to the manual
(devices, modem (or so ), network), but the device card is missing. in
/dev/io-net there is no en0, so after “nettrap start”, or “io-net
-dne2000”, there is this device there (obviously it finds my card now,
with “nettrap -vvvv query” i can see this). but there is still no device
card in phlip, and i’m not able to tell this programm to use en0.

my network adapter is a accton en 1650, isa (ne2000 kompatibel)

thx, for any help
werner

found the solution!

i have to invoke the command “io-net -dne2000 -ptcpip” then the device card
shows up in phlip and there i go.

in order to get this automatically done, i put above command in
/etc/rc.d/rc.local (don’t forget chmod 775 rc.local), so it will be
processed at startup.

perhaps, some other newbie has the same problem

werner

Werner Smekal wrote:

Hi!

I installed QNX and everything works fine, but obviously it doesn’t find
my network adapter (ISA) right at the start. when i start the network
configurator (phlip) i should have three cards according to the manual
(devices, modem (or so ), network), but the device card is missing. in
/dev/io-net there is no en0, so after “nettrap start”, or “io-net
-dne2000”, there is this device there (obviously it finds my card now,
with “nettrap -vvvv query” i can see this). but there is still no device
card in phlip, and i’m not able to tell this programm to use en0.

my network adapter is a accton en 1650, isa (ne2000 kompatibel)

thx, for any help
werner

i have excact the same problem, and ‘io-net -dne2000 -ptcpip’ worked for
me, too.
i added these command to cr.local, but evrytime i start my device is not
enabled and all my settings are gone?

any ideas?

Harvest T. Moon <info@black-karma.de> wrote:

i have excact the same problem, and ‘io-net -dne2000 -ptcpip’ worked for
me, too.
i added these command to cr.local, but evrytime i start my device is not
enabled and all my settings are gone?

In your rc.local, make it like:

slay io-net
io-net -dne2000 -ptcpip
netmanager

-xtang

In your rc.local, make it like:

slay io-net
io-net -dne2000 -ptcpip
netmanager

i tried netmanager, now evrytime i start it gives me

Netmanager error: could not open socket: no such file or directory

so, hmm?

Harvest

Harvest T. Moon <info@black-karma.de> wrote:
:> In your rc.local, make it like:
:>
:> slay io-net
:> io-net -dne2000 -ptcpip
:> netmanager

: i tried netmanager, now evrytime i start it gives me

: Netmanager error: could not open socket: no such file or directory

: so, hmm?

Sounds like io-net isn’t running. Do a ‘pidin’ to verify.
You can do the above 3 commands as root to start it.

-seanb