0% found this document useful (0 votes)
226 views2 pages

Configurebdffile

The document shows the output of commands run on an OpenWrt router. It greps the dmesg log for "bdwlan" references and finds two entries for a BDF file of size 131072. It then changes to the qcn9000 firmware directory, lists the files there including bdwlan.bab, tries copying and removing this file unsuccessfully as it does not exist, and finally retrieves it from an IP address using TFTP.

Uploaded by

Nitya Narayanan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
226 views2 pages

Configurebdffile

The document shows the output of commands run on an OpenWrt router. It greps the dmesg log for "bdwlan" references and finds two entries for a BDF file of size 131072. It then changes to the qcn9000 firmware directory, lists the files there including bdwlan.bab, tries copying and removing this file unsuccessfully as it does not exist, and finally retrieves it from an IP address using TFTP.

Uploaded by

Nitya Narayanan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 2

root@OpenWrt:/#

root@OpenWrt:/#
root@OpenWrt:/#
root@OpenWrt:/# dmesg | grep bdwlan
[ 22.274435] cnss[2]: INFO: BDF IPQ8074/bdwlan.b294 size 131072
[ 23.412437] cnss[27]: INFO: Downloading BDF: qcn9000/bdwlan.bab, size: 131072
[ 71.024681] cnss[2]: INFO: BDF IPQ8074/bdwlan.b294 size 131072
[ 73.074386] cnss[27]: INFO: Downloading BDF: qcn9000/bdwlan.bab, size: 131072
root@OpenWrt:/# [13305.581336] nf_conntrack: automatic helper assignment is
deprecated and it will be removed soon. Use the iptables CT target to attach
helpers instead.

root@OpenWrt:/#
root@OpenWrt:/#
root@OpenWrt:/#
root@OpenWrt:/#
root@OpenWrt:/#
root@OpenWrt:/#
root@OpenWrt:/# cd /lib/firmware/qcn9000
root@OpenWrt:/lib/firmware/qcn9000# ls
Data.msc bdwlan.bb2
amss.bin bdwlan.bb3
bdwlan.ba0 bdwlan.bb4
bdwlan.ba1 bdwlan.bin
bdwlan.ba2 bdwlan_olpc.ba0
bdwlan.ba3 bdwlan_olpc.ba1
bdwlan.ba4 bdwlan_olpc.ba2
bdwlan.ba5 bdwlan_olpc.ba3
bdwlan.ba6 bdwlan_olpc.ba4
bdwlan.ba7 caldata_1.bin
bdwlan.ba8 firmware_rdp_feature.ini
bdwlan.ba9 firmware_rdp_feature_512P.ini
bdwlan.baa fw_version.txt
bdwlan.bab m3.bin
bdwlan.bb0 qdss_trace_config.bin
bdwlan.bb1
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000# cp bdwlan.bab /lib/firmware/qcn9000/
cp: 'bdwlan.bab' and '/lib/firmware/qcn9000/bdwlan.bab' are the same file
root@OpenWrt:/lib/firmware/qcn9000# rm cp bdwlan.bab
rm: can't remove 'cp': No such file or directory
root@OpenWrt:/lib/firmware/qcn9000# rm bdwlan.bab
rm: can't remove 'bdwlan.bab': No such file or directory
root@OpenWrt:/lib/firmware/qcn9000# cp bdwlan.bab /lib/firmware/qcn9000/
cp: can't stat 'bdwlan.bab': No such file or directory
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000# ls
Data.msc bdwlan.bb2
amss.bin bdwlan.bb3
bdwlan.ba0 bdwlan.bb4
bdwlan.ba1 bdwlan.bin
bdwlan.ba2 bdwlan_olpc.ba0
bdwlan.ba3 bdwlan_olpc.ba1
bdwlan.ba4 bdwlan_olpc.ba2
bdwlan.ba5 bdwlan_olpc.ba3
bdwlan.ba6 bdwlan_olpc.ba4
bdwlan.ba7 caldata_1.bin
bdwlan.ba8 firmware_rdp_feature.ini
bdwlan.ba9 firmware_rdp_feature_512P.ini
bdwlan.baa fw_version.txt
bdwlan.bb0 m3.bin
bdwlan.bb1 qdss_trace_config.bin
root@OpenWrt:/lib/firmware/qcn9000# cp bdwlan.bab /lib/firmware/qcn9000/
cp: can't stat 'bdwlan.bab': No such file or directory
root@OpenWrt:/lib/firmware/qcn9000# tftp 192.168.1.10 -gr bdwlan.bab
root@OpenWrt:/lib/firmware/qcn9000# ls
Data.msc bdwlan.bb2
amss.bin bdwlan.bb3
bdwlan.ba0 bdwlan.bb4
bdwlan.ba1 bdwlan.bin
bdwlan.ba2 bdwlan_olpc.ba0
bdwlan.ba3 bdwlan_olpc.ba1
bdwlan.ba4 bdwlan_olpc.ba2
bdwlan.ba5 bdwlan_olpc.ba3
bdwlan.ba6 bdwlan_olpc.ba4
bdwlan.ba7 caldata_1.bin
bdwlan.ba8 firmware_rdp_feature.ini
bdwlan.ba9 firmware_rdp_feature_512P.ini
bdwlan.baa fw_version.txt
bdwlan.bab m3.bin
bdwlan.bb0 qdss_trace_config.bin
bdwlan.bb1
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#
root@OpenWrt:/lib/firmware/qcn9000#

You might also like