Ok, I've been farting around with getting slack loaded onto my notebook and I found this sourceforge project:
NdisWrapper
Some vendors refuses to release specs or even a binary linux-driver for their WLAN cards. This project tries to solve this problem by making a kernel module that can load Ndis (windows network driver API) drivers. We're not trying to implement all of the Ndis API but rather implement the functions needed to get these unsupported cards working.
http://ndiswrapper.sourceforge.net/
Here's a report on someone getting it to work:
http://www.geekster.org/ibmt41/ibmt41.php#WIRELESS
I'm still configuring other shit, but they look like an alternative to linuxant drivers.
NdisWrapper
Some vendors refuses to release specs or even a binary linux-driver for their WLAN cards. This project tries to solve this problem by making a kernel module that can load Ndis (windows network driver API) drivers. We're not trying to implement all of the Ndis API but rather implement the functions needed to get these unsupported cards working.
http://ndiswrapper.sourceforge.net/
Here's a report on someone getting it to work:
http://www.geekster.org/ibmt41/ibmt41.php#WIRELESS
I'm still configuring other shit, but they look like an alternative to linuxant drivers.
Comment