Hello! I hope this is the right forum to post this. I have been having problems getting my broadcom wireless card to work, and after several other attempts it was recommended to me that I try the tutorial posted by broadcom itself to build and install a module. The tutorial is here.
I successfully untarred the tarball and made the directory, but when I go to make the module I get this error:
make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory `/usr/src/linux-headers-3.5.0-17-generic'
Wireless Extension is the only possible API for this kernel version
Using Wireless Extension API
CC [M] /home/clonky/hybrid_wl/src/wl/sys/wl_linux.o
/home/clonky/hybrid_wl/src/wl/sys/wl_linux.c:43:24: fatal error: asm/system.h: No such file or directory
compilation terminated.
make[2]: *** [/home/clonky/hybrid_wl/src/wl/sys/wl_linux.o] Error 1
make[1]: *** [_module_/home/clonky/hybrid_wl] Error 2
make[1]: Leaving directory `/usr/src/linux-headers-3.5.0-17-generic'
make: *** [all] Error 2
I am really new to being able to read the terminal and use linux in general. Can anyone shed light on what is going on and how I can fix it?






