linux modules under qnx + mount invalid parameter message

hi

  1. Is there a way to use a linux kernel module under qnx ? For example a
    linux network driver (I have the source and the binary too ).

  2. I’ve, compiled that null-driver which is in the ddk-network howto, got an
    …so, then tried to mount it to io-net, and after executing 'mount -Tio-net
    ’ I’ve got the message: cannot mount, possible reason: Invalid
    argument. Or similar… What could be the problem ?

thanx
Tom

d43d41u5 <daedalus@freemail.hu> wrote:

hi

  1. Is there a way to use a linux kernel module under qnx ? For example a
    linux network driver (I have the source and the binary too ).

Not directly. You can use it as a reference though.

chris


Chris McKillop <cdm@qnx.com> “The faster I go, the behinder I get.”
Software Engineer, QSSL – Lewis Carroll –
http://qnx.wox.org/

d43d41u5 <daedalus@freemail.hu> wrote in message
news:bu1u48$lof$1@inn.qnx.com

  1. I’ve, compiled that null-driver which is in the ddk-network howto, got
    an
    .so, then tried to mount it to io-net, and after executing ‘mount -Tio-net
    driverfile>’ I’ve got the message: cannot mount, possible reason: Invalid
    argument. Or similar… What could be the problem ?

Try the fullpath

mount -Tio-net /full/path/to/the/sofile.so

-xtang

My first thought was that maybe it can’t find the file itself. So i tried
with some wrong path, in that case the error message is something different.

“Xiaodan Tang” <xtang@qnx.com> wrote in message
news:bu3oov$2m8$1@nntp.qnx.com

d43d41u5 <> daedalus@freemail.hu> > wrote in message
news:bu1u48$lof$> 1@inn.qnx.com> …

  1. I’ve, compiled that null-driver which is in the ddk-network howto,
    got
    an
    .so, then tried to mount it to io-net, and after executing
    ‘mount -Tio-net
    driverfile>’ I’ve got the message: cannot mount, possible reason:
    Invalid
    argument. Or similar… What could be the problem ?

Try the fullpath

mount -Tio-net /full/path/to/the/sofile.so

-xtang