Jeff Geerling

Results 1854 comments of Jeff Geerling

@RSC-Games - If anything that's worse, but at least it's slightly different. Now it seems like many letters of the alphabet won't show. `e` seems to be the most reliable...

On the site here: https://pipci.jeffgeerling.com/boards_cm/wlan-pi-go.html

Yeah, Ansible recently updated to start throwing these warnings, and they're quite annoying. I have been slowly fixing them in playbooks, but right now I am still trying to hit...

See: https://github.com/geerlingguy/ansible-collection-mac/commit/9422d80fee39a147eb4340237b5bf9410a4f5eb0

For the upstream role... https://github.com/elliotweiser/ansible-osx-command-line-tools — it hasn't had a commit in a few years, but maybe @elliotweiser could be convinced to accept a PR with just the quick facts...

As part of testing yanghaku's smaller patch, I tested this card in https://github.com/geerlingguy/raspberry-pi-pcie-devices/issues/764 For GravityMark: https://gravitymark.tellusim.com/report/?id=a7e00e6185524fed10d7b0f80d00f6c33060b223

See also: https://github.com/raspberrypi/linux/pull/7072

``` pi@pi5:~ $ lspci 0001:00:00.0 PCI bridge: Broadcom Inc. and subsidiaries BCM2712 PCIe Bridge (rev 30) 0001:01:00.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] Navi 10 XL Upstream Port of...

I installed the firmware for this card with: ``` # Install the base AMD GPU firmware sudo apt install -y firmware-amd-graphics # Reboot so the Pi can load the firmware...

``` $ dmesg | grep amdgpu [ 5.087555] [drm] amdgpu kernel modesetting enabled. [ 5.087774] amdgpu 0001:03:00.0: enabling device (0000 -> 0002) [ 5.092634] amdgpu 0001:03:00.0: amdgpu: detected ip block...