You are not logged in.

#26 2024-05-10 06:59:30

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,242

Re: Nvidia GPU suddenly undetected after update.

Not regarding the lspci situation (or the general problem)
Are there firmware updated (BIOS/UEFI) for the device available?

You could try to lie to the ACPI,

acpi_osi=! acpi_osi="Windows 2015"

https://learn.microsoft.com/en-us/windo … inacpi-osi

The rescan didn't add the device? Does it produce *any* output in "dmesg -w"?

Offline

#27 2024-05-10 07:05:18

AungS8430
Member
Registered: 2024-04-09
Posts: 21

Re: Nvidia GPU suddenly undetected after update.

I have fwupd installed, so firmwares should probably be up to date.

The rescan produce

[18706.840505] pci 0000:01:00.0: [10de:1d10] type 00 class 0x030200 PCIe Endpoint
[18706.840545] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00ffffff]
[18706.840574] pci 0000:01:00.0: BAR 1 [mem 0x00000000-0x0fffffff 64bit pref]
[18706.840602] pci 0000:01:00.0: BAR 3 [mem 0x00000000-0x01ffffff 64bit pref]
[18706.840620] pci 0000:01:00.0: BAR 5 [io  0x0000-0x007f]
[18706.840640] pci 0000:01:00.0: ROM [mem 0x00000000-0x0007ffff pref]
[18706.840659] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 256)
[18706.840729] pci 0000:01:00.0: Enabling HDA controller
[18709.889381] pci 0000:01:00.0: BAR 1 [mem 0x90000000-0x9fffffff 64bit pref]: assigned
[18709.889404] pci 0000:01:00.0: BAR 3 [mem 0xa0000000-0xa1ffffff 64bit pref]: assigned
[18709.889420] pci 0000:01:00.0: BAR 0 [mem 0xec000000-0xecffffff]: assigned
[18709.889430] pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: can't assign; no space
[18709.889435] pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: failed to assign
[18709.889440] pci 0000:01:00.0: BAR 5 [io  0xd000-0xd07f]: assigned

About lying to ACPI, how do I do that?

Offline

#28 2024-05-10 09:03:06

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,807

Re: Nvidia GPU suddenly undetected after update.

set those options seth mentioned as kernel parameters. -- https://wiki.archlinux.org/title/Kernel_parameters

Offline

#29 2024-05-10 10:29:55

AungS8430
Member
Registered: 2024-04-09
Posts: 21

Re: Nvidia GPU suddenly undetected after update.

I added it and tried rescanning, here's the output in dmesg

[   91.731933] pci 0000:01:00.0: [10de:1d10] type 00 class 0x030200 PCIe Endpoint
[   91.731961] pci 0000:01:00.0: BAR 0 [mem 0x00000000-0x00ffffff]
[   91.731980] pci 0000:01:00.0: BAR 1 [mem 0x00000000-0x0fffffff 64bit pref]
[   91.731998] pci 0000:01:00.0: BAR 3 [mem 0x00000000-0x01ffffff 64bit pref]
[   91.732010] pci 0000:01:00.0: BAR 5 [io  0x0000-0x007f]
[   91.732022] pci 0000:01:00.0: ROM [mem 0x00000000-0x0007ffff pref]
[   91.732033] pci 0000:01:00.0: Max Payload Size set to 256 (was 128, max 256)
[   91.732071] pci 0000:01:00.0: Enabling HDA controller
[   94.753328] pci 0000:01:00.0: BAR 1 [mem 0x90000000-0x9fffffff 64bit pref]: assigned
[   94.753348] pci 0000:01:00.0: BAR 3 [mem 0xa0000000-0xa1ffffff 64bit pref]: assigned
[   94.753362] pci 0000:01:00.0: BAR 0 [mem 0xec000000-0xecffffff]: assigned
[   94.753369] pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: can't assign; no space
[   94.753373] pci 0000:01:00.0: ROM [mem size 0x00080000 pref]: failed to assign
[   94.753377] pci 0000:01:00.0: BAR 5 [io  0xd000-0xd07f]: assigned
[   94.753755] NVRM: The NVIDIA GPU 0000:01:00.0
               NVRM: (PCI ID: 10de:1d10) installed in this system has
               NVRM: fallen off the bus and is not responding to commands.
[   94.753921] nvidia: probe of 0000:01:00.0 failed with error -1

Offline

#30 2024-05-10 11:18:36

injiniero
Member
Registered: 2022-04-26
Posts: 32

Re: Nvidia GPU suddenly undetected after update.


I was a precocious child at 50

Offline

#31 2024-05-10 12:46:40

AungS8430
Member
Registered: 2024-04-09
Posts: 21

Re: Nvidia GPU suddenly undetected after update.

Seems like it was my skill issue messing up drivers, I restored the snapshot that has working driver but I can't enable wayland like I usually do before, I followed arch wiki but it's still stuck to xorg, any ideas?

Offline

#32 2024-05-10 13:23:12

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,242

Re: Nvidia GPU suddenly undetected after update.

[   94.753377] pci 0000:01:00.0: BAR 5 [io  0xd000-0xd07f]: assigned
[   94.753755] NVRM: The NVIDIA GPU 0000:01:00.0
               NVRM: (PCI ID: 10de:1d10) installed in this system has
               NVRM: fallen off the bus and is not responding to commands.
[   94.753921] nvidia: probe of 0000:01:00.0 failed with error -1

This isn't a driver issue and the pascal chip doesn't need a driver from the AUR.
Try to add "rcutree.gp_init_delay=1" to the https://wiki.archlinux.org/title/Kernel_parameters (and also rescan after the boot)

Can you get the chip to show up on some life distro (grml, knoppix, ubuntu, … only "lspci" matters)

Offline

#33 2024-05-10 15:36:52

tekstryder
Member
Registered: 2013-02-14
Posts: 452

Re: Nvidia GPU suddenly undetected after update.

seth wrote:

"sudo journalctl -b δ # δ < 0" allows you to go back in time

OT... really disappointed user here, as I've some past life mistakes I was hoping to address.

No luck, barely felt a ripple in the continuum when I ran that cmd.

$ date
2024-05-10T11:36:20 EDT

Offline

#34 2024-05-10 19:23:21

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,242

Re: Nvidia GPU suddenly undetected after update.

I'm afraid for the full experience you need to have a 1.21GW PSU

Offline

#35 2024-05-11 00:31:13

AungS8430
Member
Registered: 2024-04-09
Posts: 21

Re: Nvidia GPU suddenly undetected after update.

I figured it all out, thank you so much for your help guys!

Offline

#36 2024-05-11 07:04:38

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,242

Offline

#37 2024-05-11 07:45:13

AungS8430
Member
Registered: 2024-04-09
Posts: 21

Re: Nvidia GPU suddenly undetected after update.

I don't know exactly what caused the issue, but I think it's just because of me messing up bumblebee and make the GPU unmount from PCI-E in lspci which make it unreachable. I'd recommend creating a backup before installing nvidia drivers incase anything goes wrong.

Offline

Board footer

Powered by FluxBB