Jakob Link
Jakob Link
Btw. the firmware image on the Galaxy S21 Ultra is named `bcmdhd_sta.bin_c1` and for the Pixel 7 Pro it is called `fw_bcmdhd.bin`. So you would need to adapt the build...
Hi @savox-326, it is still possible to add monitor mode and frame injection to those firmwares if you want it quick and simple, you might copy the code from one...
Matthias' PhD thesis ([here](https://github.com/seemoo-lab/nexmon#read-my-phd-thesis)) and the linked papers ([here](https://github.com/seemoo-lab/nexmon#read-our-papers)) provide detailed insights on how to work with these firmwares. I.a. that the firmware blob is not necessarily loaded at address...
This issue is on the bcm4389, not on the bcm4398. But, yes, at some point we might add monitor mode for it here.
The `brcmfmac` with its modifications, the Makefiles, and the firmware patches are made to work with Raspberry Pi OS ([README](https://github.com/seemoo-lab/nexmon#build-patches-for-bcm43430a1-on-the-rpi3zero-w-or-bcm434355c0-on-the-rpi3rpi4-or-bcm43436b0-on-the-rpi-zero-2w-using-raspbianraspberry-pi-os-recommended)). If you want to adapt it to work with Husarion...
All I can see from that log is that a virtual monitor interface was added and then there were 7 more tries to add another one, which is not supported,...
If you are using @DrSchottky's version, you might want to ask there instead.
``` --- snip --- Feb 01 13:32:51 jayofelony bettercap-launcher[923]: [13:32:51] [sys.log] [inf] wifi deauthing client 70:f1:1c:48:fd:af (Shenzhen Ogemray Technology Co.,Ltd) from AP Ziggo6611EA8 (channel:11 encryption:WPA2) Feb 01 13:32:51 jayofelony kernel:...
Please load the `brcmfmac.ko` kernel module with the following parameter `debug=0x100006` to create more verbose logging.
Add `debug=0x100006` at the end of [this line](https://github.com/seemoo-lab/nexmon/blob/d21826cca28f8a5ba64c1b242d7ee2a2a858d765/patches/bcm43455c0/7_45_206/nexmon/Makefile#L197) and run `make install-firmware` again. Or if you want to do it manually (assuming you've already build `brcmfmac.ko`): ``` sudo rmmod brcmfmac...