how to install a network driver

I have managed to create a network driver. I want to install it. Anybody has
an idea how to install it. I have copied the file to /lib/dll directory by
name of devn-mydev.so.
when I invoke mount -Tio-net devn-mydev.so it says cant find such device or
process.
Maybe I am creating a wrong file or something? Can anybody give me ideas.

When I run io-net -d mydev I can see output of my program but my device is
neither in /dev nor /dev/io-net directory

Regards
Moreshwar

You are logged in as root ?
Also check if io-net is running…
then try
mount -T io-net /lib/dll/devn-mydev.so

Moreshwar Salpekar wrote:

I have managed to create a network driver. I want to install it. Anybody has
an idea how to install it. I have copied the file to /lib/dll directory by
name of devn-mydev.so.
when I invoke mount -Tio-net devn-mydev.so it says cant find such device or
process.
Maybe I am creating a wrong file or something? Can anybody give me ideas.

You are logged in as root ?
Also check if io-net is running…
then try
mount -T io-net /lib/dll/devn-mydev.so

When I run io-net -d mydev I can see output of my program but my device is
neither in /dev nor /dev/io-net directory

Check with pidin mem whether devn-mydev.so is loaded or not ?

Regards
Moreshwar

I am logged in as root (pc_attach wont work otherwise)
I tried that mount command it said can’t mount: /(io-net) no such process
io-net is working alright. even tried mount -Tio-net devn-mydev.so nothing
works :frowning:
will try pidin mem. Trying with gdb found that cant step through driver
(debug). If anyone can give ideas it would be wonderful for me. but please
mount is not working i am debugging io-net -d /lib/dll/devn-mydev.so using
gdb
Regards
Moreshwar
“prit” <prit@engineer.com> wrote in message news:cir05l$h40$1@inn.qnx.com

You are logged in as root ?
Also check if io-net is running…
then try
mount -T io-net /lib/dll/devn-mydev.so

Moreshwar Salpekar wrote:

I have managed to create a network driver. I want to install it. Anybody
has
an idea how to install it. I have copied the file to /lib/dll directory
by
name of devn-mydev.so.
when I invoke mount -Tio-net devn-mydev.so it says cant find such device
or
process.
Maybe I am creating a wrong file or something? Can anybody give me
ideas.

You are logged in as root ?
Also check if io-net is running…
then try
mount -T io-net /lib/dll/devn-mydev.so

When I run io-net -d mydev I can see output of my program but my device
is
neither in /dev nor /dev/io-net directory

Check with pidin mem whether devn-mydev.so is loaded or not ?
Regards
Moreshwar


\

I believe that io-net will be looking in /x86/lib/dll

Moreshwar Salpekar wrote:

I am logged in as root (pc_attach wont work otherwise)
I tried that mount command it said can’t mount: /(io-net) no such process
io-net is working alright. even tried mount -Tio-net devn-mydev.so nothing
works > :frowning:
will try pidin mem. Trying with gdb found that cant step through driver
(debug). If anyone can give ideas it would be wonderful for me. but please
mount is not working i am debugging io-net -d /lib/dll/devn-mydev.so using
gdb
Regards
Moreshwar
“prit” <> prit@engineer.com> > wrote in message news:cir05l$h40$> 1@inn.qnx.com> …

You are logged in as root ?
Also check if io-net is running…
then try
mount -T io-net /lib/dll/devn-mydev.so

Moreshwar Salpekar wrote:


I have managed to create a network driver. I want to install it. Anybody

has

an idea how to install it. I have copied the file to /lib/dll directory

by

name of devn-mydev.so.
when I invoke mount -Tio-net devn-mydev.so it says cant find such device

or

process.
Maybe I am creating a wrong file or something? Can anybody give me

ideas.

You are logged in as root ?
Also check if io-net is running…
then try
mount -T io-net /lib/dll/devn-mydev.so


When I run io-net -d mydev I can see output of my program but my device

is

neither in /dev nor /dev/io-net directory

Check with pidin mem whether devn-mydev.so is loaded or not ?

Regards
Moreshwar






\


cburgess@qnx.com

I have tried even that i.e.
mount -Tio-net /x86/lib/devn-mydev.so but even that does not work

“Colin Burgess” <cburgess@qnx.com> wrote in message
news:cj19ph$fe5$1@inn.qnx.com

I believe that io-net will be looking in /x86/lib/dll

Moreshwar Salpekar wrote:
I am logged in as root (pc_attach wont work otherwise)
I tried that mount command it said can’t mount: /(io-net) no such
process
io-net is working alright. even tried mount -Tio-net devn-mydev.so
nothing
works > :frowning:
will try pidin mem. Trying with gdb found that cant step through driver
(debug). If anyone can give ideas it would be wonderful for me. but
please
mount is not working i am debugging io-net -d /lib/dll/devn-mydev.so
using
gdb
Regards
Moreshwar
“prit” <> prit@engineer.com> > wrote in message
news:cir05l$h40$> 1@inn.qnx.com> …

You are logged in as root ?
Also check if io-net is running…
then try
mount -T io-net /lib/dll/devn-mydev.so

Moreshwar Salpekar wrote:


I have managed to create a network driver. I want to install it.
Anybody

has

an idea how to install it. I have copied the file to /lib/dll directory

by

name of devn-mydev.so.
when I invoke mount -Tio-net devn-mydev.so it says cant find such
device

or

process.
Maybe I am creating a wrong file or something? Can anybody give me

ideas.

You are logged in as root ?
Also check if io-net is running…
then try
mount -T io-net /lib/dll/devn-mydev.so


When I run io-net -d mydev I can see output of my program but my
device

is

neither in /dev nor /dev/io-net directory

Check with pidin mem whether devn-mydev.so is loaded or not ?

Regards
Moreshwar









\

cburgess@qnx.com