Intel 2100 wireless card and NDISwrapper
I'm trying to get my laptop working with the built in Intel 2100 PCI wireless card.
Anyway, from what I can see there are two ways to get the intel 2100 working either using the ipw2100 driver or use the NDISwrapper. Given I couldn't get HostAP loaded I went for the NDISwrapper, I downloaded it and run the 'make' stuf! Anyway it all went to plan but the card didn't work :-( it turns out I need a kernel that supports a larger stack. I downloaded and installed that - wow my first kernel upgrade too :-)
I needed to re-install the NDISwrapper as the kernel path had changed, so did that but now the make install is generating an error. Can you throw any light on this error?
I'm pretty sure the problem is caused by
*** Warning: "get_user_size" [/home/steve/kits/wlan/ndis/ndiswrapper-0.7/driver/ndiswrapper.ko] undefined!
Thanks!
[root@Lappy ndiswrapper-0.7]# make install
make -C driver install
make[1]: Entering directory `/home/steve/kits/wlan/ndis/ndiswrapper-0.7/driver'
make -C /lib/modules/2.6.5-1.358.8kstacks/build SUBDIRS=/home/steve/kits/wlan/ndis/ndiswrapper-0.7/driver DRV_VERSION=0.7 modules
make[2]: Entering directory `/lib/modules/2.6.5-1.358.8kstacks/build'
Building modules, stage 2.
MODPOST
*** Warning: "get_user_size" [/home/steve/kits/wlan/ndis/ndiswrapper-0.7/driver/ndiswrapper.ko] undefined!
make[2]: Leaving directory `/lib/modules/2.6.5-1.358.8kstacks/build'
mkdir -p /lib/modules/2.6.5-1.358.8kstacks/misc
install -m 0644 ndiswrapper.ko /lib/modules/2.6.5-1.358.8kstacks/misc
/sbin/depmod -a
make[1]: Leaving directory `/home/steve/kits/wlan/ndis/ndiswrapper-0.7/driver'
make -C utils install
make[1]: Entering directory `/home/steve/kits/wlan/ndis/ndiswrapper-0.7/utils'
install -m 755 loadndisdriver /sbin
install -m 755 ndiswrapper /usr/sbin
install -m 755 wlan_radio_averatec_5110hx /usr/sbin
make[1]: Leaving directory `/home/steve/kits/wlan/ndis/ndiswrapper-0.7/utils'
|