-
-
Notifications
You must be signed in to change notification settings - Fork 145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test EVGA Nvidia RTX 3080 Ti on Raspberry Pi 5 #549
Comments
Testing with
|
Trying proprietary driver again. First disabling nouveau by creating a file
Then after a reboot, it was not loading the nouveau module. May I interject debugging is SO much more fun when the whole system doesn't freeze every time requiring me to reset power? |
Downloading the Nvidia driver from https://www.nvidia.com/en-us/geforce/drivers/results/214101/
After installation was complete, I rebooted, and dmesg shows:
That fun, and dreaded |
See possibly related issues: NVIDIA/open-gpu-kernel-modules#514 and NVIDIA/open-gpu-kernel-modules#475 I need to test with the open-gpu-kernel-modules bits. (The quickest way to uninstall Nvidia's proprietary driver is (Also, the 3080 Ti gets HOT.) |
Have you tested with the new nouveau vulkan driver? It might have more luck initializing than the normal nouveau gl driver (I dont really know but its just an idea) |
Did this ever become reality or only amd driver? |
@SpudGunMan - Only AMD for now. Going to hopefully do another round of testing with Nvidia cards soon. |
Trying again today with the
Same as always...
However, adding:
Results in:
So I've taken that back out, and set
|
Attempting to uninstall and reinstall the 'open' version of the driver after reading this issue — worth a shot:
After a reboot, some different output:
Code where it throws the config space inaccessible warning: https://github.com/NVIDIA/open-gpu-kernel-modules/blob/main/src/nvidia/src/kernel/platform/chipset/chipset_pcie.c#L529-L605 (Also found this related issue from 2021.) |
@Coreforge - Just a shot in the dark, but could this also be related to the BAR assignments like maybe the RX 6700 XT? At least with the open kernel driver, I get something more than the dratted "RmInitAdapter" lol [Edit: I also added a Discussion under the Nvidia open driver repo: NVIDIA/open-gpu-kernel-modules - Raspberry Pi support (arm64)?. |
I've uninstalled the driver, and am rebuilding the kernel with
|
If I set
In my searching around, I found raspberrypi/linux#5661, but trying |
I have tested the 3080 Ti on my Raspberry Pi 5 using Raspberry Pi's prototype PCIe adapter. It required an external power supply to feed that adapter and the card itself, and I had to install Nvidia's latest arm64 driver for the 3080 Ti, but after all that, I got the dreaded
RmInitAdapter failed!
message.The text was updated successfully, but these errors were encountered: