im trying to get the gpu pass through setup for qeum to have a dedicated graphics card but after setting up pci-stub it will only grab the sound part of the card and not the card itself
dmesg | grep pci-stub
[ 1.962446] pci-stub: add 10DE:13C0 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 1.962449] pci-stub: add 10DE:0FBB sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 1.962453] pci-stub 0000:02:00.1: claimed by stub
am i missing something obvious, im an beginner/intermediate at ubuntu so im not sure what info you guys need
ubuntu 15.10
lspci -nn | grep NVIDIA
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GK104 [GeForce GTX 670] [10de:1189] (rev a1)
01:00.1 Audio device [0403]: NVIDIA Corporation GK104 HDMI Audio Controller [10de:0e0a] (rev a1)
02:00.0 VGA compatible controller [0300]: NVIDIA Corporation GM204 [GeForce GTX 980] [10de:13c0] (rev a1)
02:00.1 Audio device [0403]: NVIDIA Corporation GM204 High Definition Audio Controller [10de:0fbb] (rev a1)
only line in initramfs-tools not commented out
pci_stub ids=10de:13c0,10de:0fbb
thanks!