Answer the question
In order to leave comments, you need to log in
How to disable a device in ubuntu?
How to disable 'display adapter' in ubuntu?
In windows, it was possible to disable the necessary device through the device manager:
Answer the question
In order to leave comments, you need to log in
1) Run lspci, find the desired device in the output, look at its PCI address in the first column.
For example (I'm experimenting with a FireWire controller):
$ lspci
...
0d:00.3 FireWire (IEEE 1394): Ricoh Co Ltd R5C832 PCIe IEEE 1394 Controller (rev 04)
...
$ echo 1 | sudo tee /sys/bus/pci/devices/0000\:0d\:00.3/remove
1
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question