Jeff Geerling

Results 1857 comments of Jeff Geerling

Tried on a completely fresh Pi OS install, so I didn't have the updated driver work / kernel getting in the way, and I just get: ``` $ lspci 0002:00:00.0...

@6by9 - Here's the kernel log for a boot: ``` $ dmesg | grep pci [ 0.000000] Kernel command line: reboot=w coherent_pool=1M 8250.nr_uarts=1 pci=pcie_bus_safe cgroup_disable=memory numa_policy=interleave nvme.max_host_mem_size_mb=0 numa=fake=8 system_heap.max_order=0 smsc95xx.macaddr=2C:CF:67:F9:1A:84...

From my Ubuntu PC, lspci gives me: ``` 05:00.0 PCI bridge: Intel Corporation Device 4fa1 (rev 01) 06:01.0 PCI bridge: Intel Corporation Device 4fa4 06:04.0 PCI bridge: Intel Corporation Device...

Ah... now if I set `dtparam=pciex1_gen=3` in config.txt during boot, I am seeing it do the same delay while booting: ``` ... [ 0.428998] pci 0001:00:00.0: bridge configuration invalid ([bus...

I also downgraded the PCIe link to Gen 1, but that didn't make a difference. Still get the `not ready` messages, something is not happy between the A310 and the...

Good news! Even at PCIe Gen 3, if I use an M.2 to Oculink adapter with a ReDriver ([this one, suggested by @nicholasaiello - thanks Nick!](https://amzn.to/4hkZx7X)), the A310 works! Looks...

Some simple benchmarks: - glmark2-es2-wayland: 4984 - vkmark: 10885 - GravityMark: [7447](https://gravitymark.tellusim.com/report/?id=68b945fee584b1962f5263f6bfab3048f9d5144d) glmark2-es2-wayland output: ``` $ DISPLAY=:0 glmark2-es2-wayland MESA: warning: Support for this platform is experimental with Xe KMD, bug...

@6by9 - Yes; and hopefully we can get the ear of someone at Intel (especially if that PR gets merged into Pi OS), maybe we can get a little time...

> Running some OpenGL application through RenderDoc might be a good idea to see what exactly it is the card is doing. Note that OpenGL (like glmark2) seems to run...

@RSC-Games - I've tried KDE Plasma: ``` sudo apt install -y kde-plasma-desktop ``` I switched to `sddm` as the default when prompted, and rebooted. Same issues with the same kind...