nvidia-modprobe not upgrading

Asked by Satya Keerthi Chand

When I try to upgrade nvidia driver to 384.90 modprobe and settings don't get upgraded

$ sudo dpkg --list | grep nvidia
sudo: unable to resolve host satya-facenet
ii nvidia-384 384.90-0ubuntu0.16.04.2 amd64 NVIDIA binary driver - version 384.90
ii nvidia-384-dev 384.90-0ubuntu0.16.04.2 amd64 NVIDIA binary Xorg driver development files
ii nvidia-docker 1.0.1-1 amd64 NVIDIA Docker container tools
ii nvidia-modprobe 384.81-0ubuntu1 amd64 Load the NVIDIA kernel driver and create device files
ii nvidia-opencl-icd-384 384.90-0ubuntu0.16.04.2 amd64 NVIDIA OpenCL ICD
ii nvidia-prime 0.8.2 amd64 Tools to enable NVIDIA's Prime
ii nvidia-settings 384.81-0ubuntu1 amd64 Tool for configuring the NVIDIA graphics driver

Question information

Language:
English Edit question
Status:
Expired
For:
Ubuntu nvidia-modprobe Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Bashing-om (bashing-om) said :
#1

Satya Keerthi Chand ; Hello;

What release are we working with ? Show:
lsb_release -a

What is the graphic's hardware ?
lspci -k|grep -iEA5 'vga|3d'

Later releases for nvidia-setting is " nvidia-settings 387.22-0ubuntu0~gpu16.04.1 " . so we make sure you are current with updates -
show us :
sudo apt update
sudo apt full-upgrade

Now reboot and see what the situation is.

-all better now ? -

Revision history for this message
Satya Keerthi Chand (chand2k11) said :
#2

Hi Bashing-om,

Here is what I got :

$ lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 16.04.3 LTS
Release: 16.04
Codename: xenial

$ lspci -k|grep -iEA5 'vga|3d'
00:01.0 VGA compatible controller: Cirrus Logic GD 5446
 Subsystem: Red Hat, Inc QEMU Virtual Machine
 Kernel modules: cirrusfb
00:1d.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03)
 Subsystem: Red Hat, Inc QEMU Virtual Machine
 Kernel driver in use: uhci_hcd
--
02:03.0 3D controller: NVIDIA Corporation Device 1b38 (rev a1)
 Subsystem: NVIDIA Corporation Device 11d9
 Kernel driver in use: nvidia
 Kernel modules: nvidia_384_drm, nvidia_384
02:04.0 Unclassified device [00ff]: Red Hat, Inc Virtio memory balloon
 Subsystem: Red Hat, Inc Virtio memory balloon

$ sudo apt update
Ign:1 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 InRelease
Hit:2 http://developer.download.nvidia.com/compute/cuda/repos/ubuntu1604/x86_64 Release
Get:3 http://security.ubuntu.com/ubuntu xenial-security InRelease [102 kB]
Hit:5 https://download.docker.com/linux/ubuntu xenial InRelease
Hit:6 http://nova.clouds.archive.ubuntu.com/ubuntu xenial InRelease
Get:7 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates InRelease [102 kB]
Get:8 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-backports InRelease [102 kB]
Get:9 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/main amd64 Packages [657 kB]
Get:10 http://nova.clouds.archive.ubuntu.com/ubuntu xenial-updates/universe amd64 Packages [544 kB]
Fetched 1508 kB in 2s (669 kB/s)
Reading package lists... Done
Building dependency tree
Reading state information... Done
All packages are up to date.

$ sudo apt full-upgrade
Reading package lists... Done
Building dependency tree
Reading state information... Done
Calculating upgrade... Done
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

Thanks,

Satya

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#3

What is the output of:

apt-cache policy `dpkg -l | grep nvidia | awk {'print $2'}`

Thanks

Revision history for this message
Launchpad Janitor (janitor) said :
#4

This question was expired because it remained in the 'Needs information' state without activity for the last 15 days.