Okay, got all the way to installing the driver before I farted out...
Tried two different ways just in case I was making a syntax error in terminal:
insmod /lib/modules/drivers/rt2500.o
This gave me:
insmod: init_module: rt2500: No such device
Then tried first entering:
insmod
Then hit return, then entered:
/lib/modules/drivers/rt2500.0
This gave me:
bash: /lib/modules/drivers/rt2500.o: permission denied
So, then I went to the drivers folder and changed the permission on file rt2500.0 to allow executing and searching. Back to option two:
typed insmod;
hit return;
typed /lib/modules/drivers/rt2500.o
hit return;
This gave me:
bash: lib/modules/drivers/rt2500.0: cannot execute binary file
Just to let ya know I am trying....and what I've tried.
Thanx for all the help so far guys!
BR