I have now added the build-essential and updated
root@debian:/home/detlef# apt-get install build-essential
Reading package lists... Done
Building dependency tree
Reading state information... Done
build-essential is already the newest version (12.3).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@debian:/home/detlef# whereis gcc make
gcc: /usr/bin/gcc /usr/lib/gcc
This is for Ztcoracat
root@debian:/home/detlef# lspci | grep -i network
02:00.0 Network controller: Broadcom Limited BCM43142 802.11b/g/n (rev 01)
That is a internal device, not a dongle
Now this looks a little diffrent, but still failed
This is the -- rtl8192ce_linux_2.6.0005.1116.2010
root@debian:/home/detlef/WIFI-1# make
make[1]: Entering directory '/lib/modules/4.9.0-3-amd64/build'
make[1]: *** No rule to make target 'modules'. Stop.
make[1]: Leaving directory '/lib/modules/4.9.0-3-amd64/build'
Makefile:24: recipe for target 'all' failed
make: *** [all] Error 2
This is the -- Broadcom 802.11abg Networking Device Driver
root@debian:/home/detlef/WIFI-2# make
KBUILD_NOPEDANTIC=1 make -C /lib/modules/`uname -r`/build M=`pwd`
make[1]: Entering directory '/lib/modules/4.9.0-3-amd64/build'
make[1]: *** No targets specified and no makefile found. Stop.
make[1]: Leaving directory '/lib/modules/4.9.0-3-amd64/build'
Makefile:159: recipe for target 'all' failed
make: *** [all] Error 2
I found on the
https://wiki.debian.org/wl the broadcom-sta-dkms which can be installed via
apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
unfortunately the outcome has failed....
root@debian:/home/detlef/WIFI-2# apt-get install linux-image-$(uname -r|sed 's,[^-]*-[^-]*-,,') linux-headers-$(uname -r|sed 's,[^-]*-[^-]*-,,') broadcom-sta-dkms
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package broadcom-sta-dkms
Do you have an idea..????