by Weaver on Mon Jul 22, 2002 11:47 pm
Now this might get kind of iffy. Sorry that I don't have Lindows installed, so I can't actually test this.
You are going to want to take that fa311.o file and put into your modules directory, assuming Lindows has one. It will probably be /lib/modules/2.2.xx(whatever kernelversion it is running)/net/ Put it there. Then you are going to want to run a "modprobe fa311" without quotes and do not use the .o
If the modprobe succeeds, the Linux/Lindows kernel should now be aware of it and you can possibly try running the Lindows internet/network setup.
If the modprobe fails, either their is a kernel version conflict and the driver will not function in a different version of the kernel, or Lindows is different, which it is, and the driver will not work period.
Hope this helps, although I honestly doubt it will work.
-Weaver
Public Keys
The primary purpose of the DATA statement is to give names to constants; instead of referring to pi as 3.141592653589793 at every appearance, the variable PI can be given that value with a DATA statement and used instead of the longer form of the constant. This also simplifies modifying the program, should the value of pi change.
-- FORTRAN manual for Xerox Computers