EDIT/Followup: It worked!! Huge thanks @Ed_P I'll always be grateful, I was compiling from source but the last link you added (this one
Version 4.0 questions (Post by Blaze #64647)) had the same driver but compiled in .xzm by @Blaze and it works like a charm
so big thanks @Ed_P and @Blaze
I love this forum
*****
NO NEED TO BOTHER READING THIS
leaving it just in case some poor soul in the future faces the same problem
Thanks for the help
here is the output of those commands
Code: Select all
root@porteus:/home/guest# lspci | grep -Ei 'wifi|wireless|network'
00:19.0 Ethernet controller: Intel Corporation 82579LM Gigabit Network Connection (rev 04)
02:00.0 Network controller: Broadcom Corporation BCM43228 802.11a/b/g/n
tested the .xzm from your 2 links with no luck
but after looking in the 2 posts
noticed the links to compile the driver from source
so I did with the following commands
wget --no-check-certificate
https://slackbuilds.org/slackbuilds/14. ... sta.tar.gz
tar xf broadcom-sta.tar.gz
cd broadcom-sta/
KERNEL=5.12.14-porteus ./broadcom-sta.SlackBuild
installpkg /tmp/broadcom-sta-*_SBo.tgz
had to troubleshoot 3 times but eventually got stuck here
Code: Select all
root@porteus:/mnt/sda5/home/bc/broadcom-sta# uname -r
5.12.14-porteus
root@porteus:/mnt/sda5/home/bc/broadcom-sta# KERNEL=5.12.14-porteus ./broadcom-sta.SlackBuild
Makefile
lib/
lib/wlc_hybrid.o_shipped
lib/LICENSE.txt
src/
src/include/
src/include/typedefs.h
src/include/linuxver.h
src/include/bcmutils.h
src/include/siutils.h
src/include/packed_section_start.h
src/include/epivers.h
src/include/linux_osl.h
src/include/bcmendian.h
src/include/packed_section_end.h
src/include/pcicfg.h
src/include/bcmdefs.h
src/include/bcmcrypto/
src/include/bcmcrypto/tkhash.h
src/include/wlioctl.h
src/include/osl.h
src/shared/
src/shared/bcmwifi/
src/shared/bcmwifi/include/
src/shared/bcmwifi/include/bcmwifi_channels.h
src/shared/bcmwifi/include/bcmwifi_rates.h
src/shared/linux_osl.c
src/wl/
src/wl/sys/
src/wl/sys/wl_dbg.h
src/wl/sys/wlc_key.h
src/wl/sys/wl_linux.h
src/wl/sys/wl_linux.c
src/wl/sys/wlc_wowl.h
src/wl/sys/wl_iw.c
src/wl/sys/wlc_pub.h
src/wl/sys/wl_iw.h
src/wl/sys/wl_export.h
src/wl/sys/wl_cfg80211_hybrid.h
src/wl/sys/wlc_ethereal.h
src/wl/sys/wl_cfg80211_hybrid.c
src/wl/sys/wlc_utils.h
src/wl/sys/wlc_types.h
src/common/
src/common/include/
src/common/include/proto/
src/common/include/proto/bcmeth.h
src/common/include/proto/ieee80211_radiotap.h
src/common/include/proto/ethernet.h
src/common/include/proto/802.1d.h
src/common/include/proto/bcmip.h
src/common/include/proto/bcmevent.h
src/common/include/proto/802.11.h
src/common/include/proto/wpa.h
patching file src/wl/sys/wl_linux.c
Hunk #1 succeeded at 2165 (offset 8 lines).
patching file src/shared/linux_osl.c
make: *** /lib/modules/5.12.14-porteus/build: No such file or directory. Stop.
I would appreciate any ideas or work arounds
big thanks for your time