Hi,
I’ve been banging my head against the wall to try to install the nvidia drivers necessary for (eventually) Plex hardware transcoding.
I have a fresh install on a VM of Ubuntu 22.04, passthrough seems to be working (I can see the device in linux). I’ve installed the drivers like so:
sudo apt install nvidia-headless-550-server
sudo apt install nvidia-utils-550-server
sudo apt install libnvidia-encode-550-server
I’ve created the file /etc/modprobe.d/blacklist-nouveau.conf
and added the following lines:
blacklist nouveau
options nouveau modeset=0
and ran sudo update-initramfs -u
afterwards
After rebooting, nvidia-smi returns ‘No devices were found’
output of lspci | grep NVIDIA
:
0b:00.0 VGA compatible controller: NVIDIA Corporation GP106 [GeForce GTX 1060 6GB] (rev a1)
output of sudo lshw -c video
:
*-display
description: VGA compatible controller
product: SVGA II Adapter
vendor: VMware
physical id: f
bus info: pci@0000:00:0f.0
logical name: /dev/fb0
version: 00
width: 32 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom fb
configuration: depth=32 driver=vmwgfx latency=64 resolution=1176,885
resources: irq:16 ioport:2140(size=16) memory:e8000000-efffffff memory:f9000000-f97fffff memory:c0000-dffff
*-display
description: VGA compatible controller
product: GP106 [GeForce GTX 1060 6GB]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:0b:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress vga_controller bus_master cap_list
configuration: driver=nvidia latency=64
resources: irq:19 memory:fb000000-fbffffff memory:c0000000-cfffffff memory:d0000000-d1ffffff ioport:3000(size=128
Can someone please help me get these damned drivers working??? Thank you in advance!
I’ve attached the bug report:
nvidia-bug-report.log (875.2 KB)