Stasis wrote: > Hi guys! > > Especially on purpose to get Wi-Fi working on my Solaris laptop I bought > Linksys PCMCIA card, exactly the same you guys tested [b]rtw[/b] driver on. I > tried to install binaries with well known result. As I can see the problem is > with compilation. In my case with Solaris 10 I got the same messages and > kernel was unable to load the driver module. I decided to compile rtw driver > from source, but how can I do that? I tried "gmake", but got errors like file > [i]Makefile.xxxx[/i]x is missing, then another [i]Makefile.xxxxx[/i] is > missing and full stop at the end. Can somebody tell me how to compile > [b]rtw[/b] driver from source available on your site on Solaris 10? Thanks in > advance. > Stasis,
I am the author of the rtw driver and am glad to help you try what you are interested in out for this driver. For the Makefile issue, here is a simple way to try: use the attached Makefile, copy it to the same directory of the source code and 'make'. Maybe there are some path errors for the header file, but I think they are easy to fix. The reason you got errors is that it should be compiled in the whole workspace. Any questions, let me know. Cheers, Brian > Stasis. > > > This message posted from opensolaris.org > _______________________________________________ > laptop-discuss mailing list > laptop-discuss at opensolaris.org > -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: Makefile URL: <http://mail.opensolaris.org/pipermail/laptop-discuss/attachments/20070430/b6182576/attachment.ksh>
