>Hello, > > I have compiled and installed the ndis driver as per instructions on this > site > ontop of a Ferrari 3400 laptop on SNV-53. > > then when trying to modload the driver I get : > > # modload /kernel/misc/amd64/ndisapi >can't load module: Invalid argument > >truss shows that the systemcall modctl(MODLOAD) exits with Err22 EINVAL > > I dont know what to do here ?????
ndisapi is not a module; it's kinda like a shared library. You need to load the device specific NDIS code. Casper
