I am trying to get my dlink dwa 130 wireless usb stick working on my new install of Linux 12.10. From reading online (I know very little about Linux, I use red hat at work occasionally) it seemed I should install ndiswrapper.
I kept getting the error "module not found", and while following these instructions I am getting the following error:
/usr/src/modules/ndiswrapper/ndis.c:2657:24: error: ‘struct kernel_stat’ has no member named ‘cpustat’
/usr/src/modules/ndiswrapper/ndis.c:2658:31: error: ‘struct kernel_stat’ has no member named ‘cpustat’
/usr/src/modules/ndiswrapper/ndis.c:2659:17: error: ‘struct kernel_stat’ has no member named ‘cpustat’
make[2]: *** [/usr/src/modules/ndiswrapper/ndis.o] Error 1
make[1]: *** [_module_/usr/src/modules/ndiswrapper] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-21-generic'
make: *** [modules] Error 2
How do I fix this? As I said, I do not know much about linux, I am a wondows user primarily.