I installed Ubuntu the other day and found some drivers that should work for my wireless card. I'm following the instrructions in the readme which basically says to go to the unzipped directory in the command line and type 'make' to compile the source.

I did that but I get these errors:
!!! WARNING: Module file much too big (>1MB)
!!! Check your kernel settings or use 'strip'
As the source is all compiled in C my best guess is that its blowing the stack. Theres quite a lot of files in the directory (9.3 MB worth). Anyone know what I should do to get this to work?

Cheers.