Comment 11 for bug 1444682

Revision history for this message
md_5 (md-5) wrote :

```
╰─$ ubuntu-drivers devices
== /sys/devices/pci0000:00/0000:00:01.0/0000:01:00.0 ==
modalias : pci:v000010DEd00001184sv00003842sd00003778bc03sc00i00
model : GK104 [GeForce GTX 770]
vendor : NVIDIA Corporation
driver : nvidia-340 - distro non-free
driver : nvidia-367 - distro non-free recommended
driver : xserver-xorg-video-nouveau - distro free builtin

== cpu-microcode.py ==
driver : intel-microcode - distro non-free
```

cpu-microcode needs to return model and vendor for usage in software-properties.
Both are available in /proc/cpuinfo which is already where cpu-microcode looks:
```
vendor_id : GenuineIntel
model name : Intel(R) Core(TM) i7-4770K CPU @ 3.50GHz
```