You are not logged in.
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
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
set those options seth mentioned as kernel parameters. -- https://wiki.archlinux.org/title/Kernel_parameters
Offline
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
I was a precocious child at 50
Offline
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
[ 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
"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
I'm afraid for the full experience you need to have a 1.21GW PSU
Offline
I figured it all out, thank you so much for your help guys!
Offline
Figured out what and how?
https://wiki.archlinux.org/title/Genera … way_street
Offline
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