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:
-
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