Jump to content

Did anybody ever try NdisWrapper?


manuroc
 Share

4 posts in this topic

Recommended Posts

Obivously there are many wireless devices having trouble running on Hackintosh, notably the Intel 3945ABG.

 

In the linux world, we use NdisWrapper to make Windows compatible wireless drivers working on Unix systems. For example, all I need to do is use the GUI frontend of NdisWrapper in Ubuntu to import my 3945ABG .INF file from my Windows drive, and wireless works fine!

 

Since OSX is Unix-based, I was wondering if it would work there too, if it already hasn't been tried of course.

 

http://en.wikipedia.org/wiki/NdisWrapper

 

http://ndiswrapper.sourceforge.net/joomla/

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 months later...

ndiswrapper works based on the whole concept of a loadable kernel module (LKM) (which sounds sorta like a kernel extension) and requires several tools like modprobe, modpost, depmod, etc. to compile/build it from source, as well as the linux kernel makefiles. I'm pretty sure it also requires the procfs system as well, so...basically it would require a major code rewrite to work on a Mac as Linux as all these things are Linux-specific.

Link to comment
Share on other sites

 Share

×
×
  • Create New...