Ah, ok... here is the output: OPENWRT: [hranislav@toshiba-laptop ~]$ sudo ssh 192.168.1.1 [sudo] password for hranislav: root@192.168.1.1's password: BusyBox v1.36.1 (2024-03-22 10:37:01 UTC) built-in shell (ash) _______ ________ __ | |.-----.-----.-----.| | | |.----.| |_ | - || _ | -__| || | | || _|| _| |_______|| __|_____|__|__||________||__| |____| |__| W I R E L E S S F R E E D O M ----------------------------------------------------- OpenWrt SNAPSHOT, r25604-494c5691c6 ----------------------------------------------------- root@R8000:~# cd /lib/firmware/brcm root@R8000:/lib/firmware/brcm# for f in brcmfmac43602-pcie.*; do strings $f | tail -1; done 43602a1-roml/pcie-ag-splitrx-fdap-mbss-mfp-wl11k-wl11u-txbf-pktctx-amsdutx-ampduretry-chkd2hdma-proptxstatus-11nprop Version: 7.35.177.56 CRC: 548eccd4 Date: Fri 2015-09-18 03:31:06 PDT Ucode Ver: 986.122 FWID: 01-6cb8e269 root@R8000:/lib/firmware/brcm# DDWRT: [hranislav@toshiba-laptop ~]$ mactelnet r8000 Searching for 'r8000'...found Login: root Password: Connecting to 2c:30:33:59:aa:79...done ========================================================== ___ ___ _ _____ ______ ____ ___ / _ \/ _ \___| | /| / / _ \/_ __/ _ __|_ / / _ \ / // / // /___/ |/ |/ / , _/ / / | |/ //_ <_/ // / /____/____/ |__/|__/_/|_| /_/ |___/____(_)___/ DD-WRT v3.0 https://www.dd-wrt.com ========================================================== BusyBox v1.36.1 (2024-03-21 07:18:48 +06) built-in shell (ash) ~ # cd /lib/firmware/brcm /lib/firmware/brcm # for f in brcmfmac43602-pcie.*; do strings $f | tail -1; done 43602a1-roml/pcie-ag-splitrx-fdap-mbss-mfp-wnm-osen-wl11k-wl11u-txbf-pktctx-amsdutx-ampduretry-chkd2hdma-proptxstatus-txpwr-authrmf-11nprop-obss-dbwsw-ringer-dmaindex16-bgdfs-stamon-hostpmac-hostmemucode-splitassoc-cca Version: 7.49.6.0 CRC: 17a26fb1 Date: Sun 2022-06-12 22:22:41 +07 FWID 01-f458629d /lib/firmware/brcm # Hranislav Milenkovic +381 (0)65 2026199 Sent with Proton Mail secure email. On Saturday, March 23rd, 2024 at 8:40 PM, Arend van Spriel <arend.vanspriel@xxxxxxxxxxxx> wrote: > On 3/20/2024 10:20 PM, Hranislav Milenkovic wrote: > > > I attached as many info as I could get like hostapd.conf, dmesg, build > > versions/branch but commad you asked for f in brcmfmac43602-pcie.*; do > > strings $f | tail -1; output nothing both on openwrt and ddwrt... > > > The command should be executed in the directory where the firmware file > reside, eg. /lib/firmware/brcm. Might be they are in a different > location though. > > Regards, > Arend