[/b]Hello,
i need to use the nova driver for my new gentoo musl/llvm install as i have a nvidia gpu and iam running into quite and issue. After finding out what gpu i have, novacore probe instantly fails with -524 (-524 is timeout as far as iam aware). I checked if all the required firmware is installed, it indeed is. I looked through the lsmod (which returned nothing as i installed nova into the kernel not as a module), read through dmesg, which only included these 2 lines related to it:
Code: Select all
[0.559973] NovaCore 000:01:00.0: NVIDIA (Chipset: AD107, Architecture: Ada, Revision: a.1)
[0.559997] NovaCore 000:01:00.0: probe with driver NovaCore failed with error -524
I also looked at lspci which told me that the gpu was correctly recognised and also claimed by novacore. I looked at the powerstate and they were set correctly to on. I then then set loglevel=7 and drm.debug=0x1ff in cmdline and rebooted to get more verbose logs, which did absolutely nothing. I looked at the implementation of nova in the kernel code manually, but i couldnt pinpoint where it was failing. I was guessing its firmware loading, but iam not sure.
also returned nothing of use (it returned nothing at all actually). Does someone know why this happens or how i can pinpoint it? Ive never debugged drivers in the linux kernel before (only in my own, but there iam the expert so its easy there

) so i dont really know what else i can try. (Also sorry for making so many post atm. I try to do most of the troubleshooting myself, but some stuff iam just not competent enough for and i encounter a giant amount of issues atm installing a custom config llvm/musl system for the first time

). Thanks for all your answers and time