Newbie here having a hell of a time trying to install ndiswrapper. I downloaded it, and extracted it but cant get it to install. Any help what I may be doing wrong would be greatly appreciated.
hris@linux-1lax:~/Desktop/Chris/Downloads/ndiswrapper-1.59> lsusb
Bus 002 Device 005: ID 045e:0745 Microsoft Corp. Nano Transceiver v1.0 for Bluetooth
Bus 002 Device 004: ID 174f:1447 Syntek
Bus 002 Device 003: ID 1926:0dbf NextWindow
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 004 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
Bus 003 Device 003: ID 0846:9020 NetGear, Inc. WNA3100(v1) Wireless-N 300 [Broadcom BCM43231]
Bus 003 Device 002: ID 0bc2:3001 Seagate RSS LLC
Bus 003 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Chris@linux-1lax:~/Desktop/Chris/Downloads/ndiswrapper-1.59> ls
AUTHORS ChangeLog driver INSTALL loadndisdriver.8 Makefile ndiswrapper.8 ndiswrapper.spec README utils
Chris@linux-1lax:~/Desktop/Chris/Downloads/ndiswrapper-1.59> make
make -C utils
make[1]: Entering directory ‘/home/Chris/Downloads/ndiswrapper-1.59/utils’
gcc -g -Wall -I…/driver -o loadndisdriver loadndisdriver.c
make[1]: gcc: Command not found
Makefile:16: recipe for target ‘loadndisdriver’ failed
make[1]: *** [loadndisdriver] Error 127
make[1]: Leaving directory ‘/home/Chris/Downloads/ndiswrapper-1.59/utils’
Makefile:23: recipe for target ‘utils’ failed
make: *** [utils] Error 2
Chris@linux-1lax:~/Desktop/Chris/Downloads/ndiswrapper-1.59>