I've recently bought a Toshiba Satellite L350-170 on which I have installed Slackware. The installation was fine, but I have not yet been able to connect to the internet with wireless. Realtek's website seems to have drivers for Linux for most of its wireless cards, but for some reason, one is not provided for the RTL8187B (
http://www.realtek.com.tw/downloads/...Downloads=true). I considered using ndiswrapper for one of the Windows drivers, but upon compilation, I received a series of errors:
-- snip --
/home/luke/ndiswrapper-1.53/driver/iw_ndis.c:1159: error: too few arguments to function 'iwe_stream_add_point'
make[3]: *** [/home/luke/ndiswrapper-1.53/driver/iw_ndis.o] Error 1
make[2]: *** [_module_/home/luke/ndiswrapper-1.53/driver] Error 2
make[2]: Leaving directory `/usr/src/linux-2.6.27.7'
make[1]: *** [modules] Error 2
make[1]: Leaving directory `/home/luke/ndiswrapper-1.53/driver'
make: *** [all] Error 2
I am fairly new to Linux, so any advice would be greatly appreciated. Thanks in advance.