Jakob Link
Jakob Link
Not sure what I am supposed to do with this information... thank you for telling me, I guess. Or is there a hidden question in there?
Some assume I'm a wizard 🧙🏻♂️ who magically knows what is happening on your local inner machine - surprise: I'm not. You might help the situation by answering the following...
1. `strings` outputs the printable characters contained in the file you are running it on. If your patched firmware file doesn't contain the character sequence "wlc_monitor_attach" in a printable form,...
Try setting a channel before enabling monitor mode. Make sure that there is traffic on this channel too. E.g. for channel 6 ``` ifconfig wlan0 down ifconfig wlan0 up nexutil...
What does reading out the channel return? `nexutil -k`
Well, I guess matthias has tested the patch before committing and pushing it, so I assume it will work somehow. Maybe not directly with `airodump`. Are you sure there is...
This just means that the bus is idle for a specific time duration. But maybe you have to disable power saving. You could do this by adding the following calls...
You can find a ROM dump of the `bcm4375b1` [here](https://github.com/seemoo-lab/bcm_misc). This is a clean dump - meaning that it comes without flashpatches applied. For analyzing firmwares you want to add...
If the firmware doesn't support the `"membytes"` get var, dumping the console this way won't work, even when compiling the driver with debugging enabled. But you can also read out...
Kernel 6.6 is not supported yet. Check [nexmon/patches/driver](https://github.com/seemoo-lab/nexmon/tree/master/patches/driver) for supported versions.