Jakob Link

Results 128 comments of Jakob Link

We advise against using pre-built patched firmware blobs, you should always inspect first and built patched firmware yourself. By following the memo @amenekowo linked, you should be able to do...

You are probably missing the right kernel headers for your kernel version.

The firmware you are using seems to be incompatible with your setup. 1. Find the firmware that Raspberry Pi OS uses by default and verify that it works fine with...

Matching file names don't imply matching firmware. Check the firmware version that works in your setup.

The log tells that the loaded firmware is version `9.88.4.77 (g58bc5cc)`, whilst the nexmon version is `9.88.4.65`.

No, not the chip. The chip and firmware are compatible, but you also have to consider the driver.

If you want to reproduce existing work, best ask the authors directly.

> `insmod: ERROR: could not insert module /home/pi/nexmon/patches/driver/brcmfmac_6.6.y-nexmon/brcmfmac.ko: Invalid module format` - Have you installed the right kernel headers for your kernel version? (see https://github.com/seemoo-lab/nexmon/discussions/613) - Have you updated your...

You forgot to `source setup_env.sh` in the repository's root directory.

You have to do this every time you generate a new shell environment, e.g. when opening a new emulated terminal, switching to a fresh terminal emulator tab, ... Alternatively, you...