Jakob Link
Jakob Link
Please provide the related output of `dmesg` instead.
Check if debug output is set with `sudo cat /sys/module/brcmfmac/parameters/debug`, I would have expected more output.
Any error or warning when you ran `make install-firmware` with this modification?
Let's try to add even more output with: `debug=0x120406` And check in a second window the live output with `dmesg -w` (start before `make install-firmware`) to see if the output...
When you reboot, the non-nexmon kernel module will be loaded and the debug parameter will also be discarded. Thus, you will need to run `make install-firmware` again.
No crash as far as I can see.
I already started adding `bcm4389c1` firmware version `20.101.36.2` taken from a pixel 7 pro locally, I can push this together with a `rom_extraction` patch during the next days, might also...
thanks, I am aware of the monitor and manufacturer builds that come in addition to the default firmware in the end, `radiotap0` and `wlan0` are just separate interfaces of different...
Those are probably two unrelated issues. Regarding `libisl`, there is a dedicated section for 64 bit raspberry pi os [here](https://github.com/seemoo-lab/nexmon#on-64bit-raspberry-pi-os). The failed ucode extraction seems to be a different issue,...
Wasn't expecting `xxd` to not being installed by default. It probably makes sense to use something else then, will change this at some point..