Jeff Geerling

Results 1857 comments of Jeff Geerling

@thewade - It looks like `firmware-iwlwifi` is indeed in the repo, so I will rebuild my Pi and see if that is the easier solution than manually grabbing the firmware...

Tried the package instead of direct firmware download: ``` $ cd /lib/firmware $ sudo rm -rf iwlwifi-gl-c0-fm-c0-83.ucode iwlwifi-gl-c0-fm-c0-83.ucode $ sudo reboot ``` At this point, I get the 'firmware not...

Indeed; Bookworm's `iwlwifi-firmware` package doesn't contain the firmware for the BE200 whatsoever: https://packages.debian.org/bookworm/all/firmware-iwlwifi/filelist It contains the following versions for the AX210: ``` /lib/firmware/iwlwifi-ty-a0-gf-a0-59.ucode /lib/firmware/iwlwifi-ty-a0-gf-a0-66.ucode /lib/firmware/iwlwifi-ty-a0-gf-a0-72.ucode ```

> For a typical distro I would expect their various firmware packages to align with the supported kernel. It doesn't have to be the exact file either. For iwlwifi you...

@thewade - In my preliminary testing, I was not able to see a difference with MLO on my 5/6 GHz be setup: https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/709#issuecomment-2711424510 Not sure what else to try, it...

@pigong - Could you post a picture of your setup, would love to see it! (If not, no big deal!). Would also love a `sudo lspci -vvv` with the output...

That's a nice looking card! If you use @Coreforge's branches, that should be enough—most of the other referenced patches are just based off his branch, meant to be applied to...

Got an Oops! @Coreforge hunts these down like it's deer season. ``` [ 4.688899] amdgpu 0000:03:00.0: amdgpu: RAS: optional ras ta ucode is not available [ 4.705344] amdgpu 0000:03:00.0: amdgpu:...

@DanaGoyette - For decoding the stack traces, I'm trying to use `decode_stacktrace.sh`, but it seems to be failing a little: ``` pi@pi5-pcie:~/linux/scripts $ ./decode_stacktrace.sh /boot/firmware/kernel_2712.img < log.txt [ 5.726629] __memset+0x16c/0x188...

Ah... looking at https://github.com/torvalds/linux/blob/master/scripts/decode_stacktrace.sh, I noticed it's not unzipping (well, un-`xz`ing) the module files, so it's plain `readelf` calls are erroring out. ``` # Doesn't work $ readelf -WS /lib/modules/6.6.60-v8-AMDGPU+/kernel/drivers/gpu/drm/amd/amdgpu/amdgpu.ko.xz...