I've got two R9 280's installed in my system. In Ubuntu when I run
both the cards have the same device id.
Example Output:
Notice the device ids "8080:aa69" are the same. So my question is why are the ids the same? I'm trying to pass through one of the cards to kvm but both get passed because the ids are the same. So what could I do to solve this?
I've tried
but it doesn't change the id. I've also tried
but then I get a error
if there is no way to the the device id then how can I only passe one card to kvm?
Code:
lspci -nn
Example Output:
Code:
01:00.0 Example GPU 1 [8080:aa68]
04:00.0 Example GPU 2 [8080:aa68]
I've tried
Code:
setpci
Code:
echo "8080 aa68" > /sys/bus/pci/drivers/radeon/new_id"
Code:
new_id file exists