AIX

AIX

Connect with fellow AIX users and experts to gain knowledge, share insights, and solve problems.


#Power
 View Only
Expand all | Collapse all

Porting Stream Driver from AIX 4.3 32-bits to AIX 6.1 64-bits

  • 1.  Porting Stream Driver from AIX 4.3 32-bits to AIX 6.1 64-bits

    Posted Fri March 18, 2011 04:48 PM

    Originally posted by: Daniel__Steve


    I am porting a stream driver from AIX 4.3 32-bits to AIX 6.1 64-bits.
    I compiled the driver as 64 bits kernel extension. The problem is that the driver installation fails as follow:

    1. strload -m ./engtty.root
    strload: cannot initialize ./engtty.root: A system call received a parameter that is not valid.
    engttyconfig(CFG_INIT): str_install(STR_LOAD_MOD) failed, status = 22

    The system call "str_install(STR_LOAD_MOD, &engttyconf)" fails with error 22 (EINVAL)

    I tried different parameters but nothing worked.
    What can be the problem?
    Where can I find information about porting stream drivers.

    Thanks,

    Daniel
    #AIX-Forum


  • 2.  Re: Porting Stream Driver from AIX 4.3 32-bits to AIX 6.1 64-bits

    Posted Sat June 16, 2012 12:28 AM

    Originally posted by: SystemAdmin


    i have the save problem
    #AIX-Forum


  • 3.  Re: Porting Stream Driver from AIX 4.3 32-bits to AIX 6.1 64-bits

    Posted Sat June 16, 2012 12:55 AM

    Originally posted by: SystemAdmin


    i have the same problem
    #AIX-Forum