Hi Nevin,

> I copy this file to the system, untar the file and get "gsi.o" now the
> instructions tell me to use "insmod gsi.o" so i proceed in doing so but get the
> following error message...
> 
> [root@localhost adsl]# insmod /adsl/gsi.o
> /adsl/gsi.o: /adsl/gsi.o is not an ELF file

 a.out is the old binary format for linux. I think RedHat doesn't use a.out 
since 6.x, but maybe even earlier. Haven't checked out 7.2, but it might still 
hold a.out compatibility libraries. You could install these to see if you can 
get the driver to work.
 But as Statux said, you should contact the creators of the module. They are 
really far behind (the stupidity is with them :). Ask them for an ELF module, 
or get the source (if available) and compile it yourself. The compat libraries 
should be a last resort.

                                        Bye,

                                        Leonard.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to