NVIDIA Laptop

Ok, took a better look, (I was doing a wrong grep last time :grimacing:, sorry)
The card is there [10de:2520] and VGA arbiter sees it

Mar 03 16:31:51 kernel: pci 0000:01:00.0: [10de:2520] type 00 class 0x030000
Mar 03 16:31:51 kernel: pci 0000:01:00.0: reg 0x10: [mem 0x54000000-0x54ffffff]
Mar 03 16:31:51 kernel: pci 0000:01:00.0: reg 0x14: [mem 0x6000000000-0x61ffffffff 64bit pref]
Mar 03 16:31:51 kernel: pci 0000:01:00.0: reg 0x1c: [mem 0x6200000000-0x6201ffffff 64bit pref]
Mar 03 16:31:51 kernel: pci 0000:01:00.0: reg 0x24: [io  0x4000-0x407f]
Mar 03 16:31:51 kernel: pci 0000:01:00.0: reg 0x30: [mem 0x55000000-0x5507ffff pref]
Mar 03 16:31:51 kernel: pci 0000:01:00.0: PME# supported from D0 D3hot
Mar 03 16:31:51 kernel: pci 0000:01:00.0: 126.024 Gb/s available PCIe bandwidth, limited by 16.0 GT/s PCIe x8 link at 0000:00:01.0 (capable of 252.048 Gb/s with 16.0 GT/s PCIe x16 link)
Mar 03 16:31:51 kernel: pci 0000:01:00.0: vgaarb: bridge control possible
Mar 03 16:31:51 kernel: pci 0000:01:00.0: vgaarb: VGA device added: decodes=io+mem,owns=none,locks=none

But nothing after that, no kernel module is loading, nothing more nvidia related.

(PCI express bandwith for the card is halved too, but that could be some weird HP bios or PCIe lane issue, not important currently)

And then I’ve noticed that you are using a real-time kernel. That could be the issue, you will need nvidia drivers for linux-rt

Can you boot off of the live installation media and send the output of

inxi -Fxxc0z | eos-sendlog

again?

Yes … i noticed that too late in the posts as i should have caught it in the first half dozen posts because i asked for the hardware output. I guess i just didn’t notice because I’m not used to users using these other kernels. I skipped right over that not even noticing. :sleepy:

@SKOUPS as jake said try using nvidia real time drivers. however if that doesn’t work try adding

ibt=off

to your kernel parameters. i have a victus laptop as well and i couldn’t get the nvidia card used by anything for days. its a problem with some intel processors and the kernel but it was resolved a while ago iirc.

Huh, how good that I’ve chosen the Victus with an amd + nvidia combination.
No problems here with both nvidia and nvidia-dkms.

Ya… I don’t understand it. I helped a couple people get it working on the HP victus but it was a hassle. This one here seems like it’s not co-operating at all. The ibt=off shouldn’t have anything to do with it as that was resolved long ago.

Edit: The user is using a different kernel which i wasn’t even noticing either so that probably has a lot to do with it but yet how did the normal drivers get installed then?

1 Like

yeah. i was really bummed that i couldnt find any amd variants where i live but eh well. next time i guess…

How to make that ?