We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Step six doesn't want to work on my Manjaro system, I'm removing the PCI buses manually :(
The text was updated successfully, but these errors were encountered:
Hi,
I think I had the same issue, since I updated to Ubuntu 24.04 I noticed high power consumption, and neofetch showing the nvidia GPU:
root@laptop:/root# systemd-tmpfiles --clean /etc/tmpfiles.d/remove_gpu_from_lspci.conf:1: Failed to parse line: Invalid argument
So removed the back slash at the file /etc/tmpfiles.d/remove_gpu_from_lspci.conf, just for trying:
/etc/tmpfiles.d/remove_gpu_from_lspci.conf
-w /sys/bus/pci/devices/0000\:01\:00.0/remove - - - - 1 +w /sys/bus/pci/devices/0000:01:00.0/remove - - - - 1
And for now seems to work, no idea why
Sorry, something went wrong.
No branches or pull requests
Step six doesn't want to work on my Manjaro system, I'm removing the PCI buses manually :(
The text was updated successfully, but these errors were encountered: