NVIDIA driver not loaded on Ubuntu 18.04Why are my launcher and panel all glitchy when I open dash since updating my nVidia drivers?Can't install nvidia drivers on a 2 card laptop for xubuntu 14.04How to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?16.04 change from Intel HD Graphics to RadeonUnable to use nvidia gpu with optimus on ubuntu 16.04AFTER DISABILING SECURE BOOT FOR “WIFI NOT WORKING”How can I get rid of chosing Recovery Mode from GRUB each time I but to fix WiFi and Graphic Problem?Is there a way to switch between Intel/Radeon graphic driver on Ubuntu 18.04?How do I configure an Nvidia RTX 2080 Ti with Ubuntu?WiFi stopped working on Ubuntu version 16.04 LTS after suspend

What wound would be of little consequence to a biped but terrible for a quadruped?

Am I not good enough for you?

Why is Beresheet doing a only a one-way trip?

Why don't MCU characters ever seem to have language issues?

Offered promotion but I'm leaving. Should I tell?

Solving "Resistance between two nodes on a grid" problem in Mathematica

Why doesn't this Google Translate ad use the word "Translation" instead of "Translate"?

Best approach to update all entries in a list that is paginated?

Rejected in 4th interview round citing insufficient years of experience

Why would a jet engine that runs at temps excess of 2000°C burn when it crashes?

How are such low op-amp input currents possible?

Are the terms "stab" and "staccato" synonyms?

How do you like my writing?

Should QA ask requirements to developers?

Placing subfig vertically

Could you please stop shuffling the deck and play already?

Why is there a voltage between the mains ground and my radiator?

How could our ancestors have domesticated a solitary predator?

Good for you! in Russian

Built-In Shelves/Bookcases - IKEA vs Built

Does splitting a potentially monolithic application into several smaller ones help prevent bugs?

Are babies of evil humanoid species inherently evil?

Should I take out a loan for a friend to invest on my behalf?

MTG: Can I kill an opponent in response to lethal activated abilities, and not take the damage?



NVIDIA driver not loaded on Ubuntu 18.04


Why are my launcher and panel all glitchy when I open dash since updating my nVidia drivers?Can't install nvidia drivers on a 2 card laptop for xubuntu 14.04How to install Radeon HD 8670A/8670M/8750M graphic card driver on Ubuntu 16.04?16.04 change from Intel HD Graphics to RadeonUnable to use nvidia gpu with optimus on ubuntu 16.04AFTER DISABILING SECURE BOOT FOR “WIFI NOT WORKING”How can I get rid of chosing Recovery Mode from GRUB each time I but to fix WiFi and Graphic Problem?Is there a way to switch between Intel/Radeon graphic driver on Ubuntu 18.04?How do I configure an Nvidia RTX 2080 Ti with Ubuntu?WiFi stopped working on Ubuntu version 16.04 LTS after suspend













0















I installed nvidia driver by:



$ sudo add-apt-repository ppa:graphics-drivers/ppa
$ sudo apt-get install nvidia-390


But it looks like the driver isn't running properly:



$ nvidia-smi
NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.


I've checked the kernel module by lsmod | nvidia but failed to find it.



Here's the output for lshw and lspci, hoping it could help:



$ lspci
00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
...
01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)

$ lshw -C display 0s
WARNING: you should run this program as super-user.
*-display UNCLAIMED
description: 3D controller
product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
vendor: NVIDIA Corporation
physical id: 0
bus info: pci@0000:01:00.0
version: a1
width: 64 bits
clock: 33MHz
capabilities: bus_master cap_list
configuration: latency=0
resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:6000(size=128)
*-display
description: VGA compatible controller
product: 4th Gen Core Processor Integrated Graphics Controller
vendor: Intel Corporation
physical id: 2
bus info: pci@0000:00:02.0
version: 06
width: 64 bits
clock: 33MHz
capabilities: vga_controller bus_master cap_list rom
configuration: driver=i915 latency=0
resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:7000(size=64) memory:c0000-dffff
WARNING: output may be incomplete or inaccurate, you should run this program as super-user.


Rebooting, disabling Secure Boot and prime-select nvidia all have no effect.



I'm using Ubuntu 18.04 with 4.18.0-16-generic. Thanks for your advices!










share|improve this question


























    0















    I installed nvidia driver by:



    $ sudo add-apt-repository ppa:graphics-drivers/ppa
    $ sudo apt-get install nvidia-390


    But it looks like the driver isn't running properly:



    $ nvidia-smi
    NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.


    I've checked the kernel module by lsmod | nvidia but failed to find it.



    Here's the output for lshw and lspci, hoping it could help:



    $ lspci
    00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
    ...
    01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)

    $ lshw -C display 0s
    WARNING: you should run this program as super-user.
    *-display UNCLAIMED
    description: 3D controller
    product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
    vendor: NVIDIA Corporation
    physical id: 0
    bus info: pci@0000:01:00.0
    version: a1
    width: 64 bits
    clock: 33MHz
    capabilities: bus_master cap_list
    configuration: latency=0
    resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:6000(size=128)
    *-display
    description: VGA compatible controller
    product: 4th Gen Core Processor Integrated Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 06
    width: 64 bits
    clock: 33MHz
    capabilities: vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:7000(size=64) memory:c0000-dffff
    WARNING: output may be incomplete or inaccurate, you should run this program as super-user.


    Rebooting, disabling Secure Boot and prime-select nvidia all have no effect.



    I'm using Ubuntu 18.04 with 4.18.0-16-generic. Thanks for your advices!










    share|improve this question
























      0












      0








      0








      I installed nvidia driver by:



      $ sudo add-apt-repository ppa:graphics-drivers/ppa
      $ sudo apt-get install nvidia-390


      But it looks like the driver isn't running properly:



      $ nvidia-smi
      NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.


      I've checked the kernel module by lsmod | nvidia but failed to find it.



      Here's the output for lshw and lspci, hoping it could help:



      $ lspci
      00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
      ...
      01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)

      $ lshw -C display 0s
      WARNING: you should run this program as super-user.
      *-display UNCLAIMED
      description: 3D controller
      product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
      vendor: NVIDIA Corporation
      physical id: 0
      bus info: pci@0000:01:00.0
      version: a1
      width: 64 bits
      clock: 33MHz
      capabilities: bus_master cap_list
      configuration: latency=0
      resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:6000(size=128)
      *-display
      description: VGA compatible controller
      product: 4th Gen Core Processor Integrated Graphics Controller
      vendor: Intel Corporation
      physical id: 2
      bus info: pci@0000:00:02.0
      version: 06
      width: 64 bits
      clock: 33MHz
      capabilities: vga_controller bus_master cap_list rom
      configuration: driver=i915 latency=0
      resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:7000(size=64) memory:c0000-dffff
      WARNING: output may be incomplete or inaccurate, you should run this program as super-user.


      Rebooting, disabling Secure Boot and prime-select nvidia all have no effect.



      I'm using Ubuntu 18.04 with 4.18.0-16-generic. Thanks for your advices!










      share|improve this question














      I installed nvidia driver by:



      $ sudo add-apt-repository ppa:graphics-drivers/ppa
      $ sudo apt-get install nvidia-390


      But it looks like the driver isn't running properly:



      $ nvidia-smi
      NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.


      I've checked the kernel module by lsmod | nvidia but failed to find it.



      Here's the output for lshw and lspci, hoping it could help:



      $ lspci
      00:02.0 VGA compatible controller: Intel Corporation 4th Gen Core Processor Integrated Graphics Controller (rev 06)
      ...
      01:00.0 3D controller: NVIDIA Corporation GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M] (rev a1)

      $ lshw -C display 0s
      WARNING: you should run this program as super-user.
      *-display UNCLAIMED
      description: 3D controller
      product: GF117M [GeForce 610M/710M/810M/820M / GT 620M/625M/630M/720M]
      vendor: NVIDIA Corporation
      physical id: 0
      bus info: pci@0000:01:00.0
      version: a1
      width: 64 bits
      clock: 33MHz
      capabilities: bus_master cap_list
      configuration: latency=0
      resources: memory:f2000000-f2ffffff memory:e0000000-efffffff memory:f0000000-f1ffffff ioport:6000(size=128)
      *-display
      description: VGA compatible controller
      product: 4th Gen Core Processor Integrated Graphics Controller
      vendor: Intel Corporation
      physical id: 2
      bus info: pci@0000:00:02.0
      version: 06
      width: 64 bits
      clock: 33MHz
      capabilities: vga_controller bus_master cap_list rom
      configuration: driver=i915 latency=0
      resources: irq:29 memory:f3000000-f33fffff memory:d0000000-dfffffff ioport:7000(size=64) memory:c0000-dffff
      WARNING: output may be incomplete or inaccurate, you should run this program as super-user.


      Rebooting, disabling Secure Boot and prime-select nvidia all have no effect.



      I'm using Ubuntu 18.04 with 4.18.0-16-generic. Thanks for your advices!







      drivers nvidia graphics






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 14 mins ago









      whualawhuala

      182




      182




















          0






          active

          oldest

          votes











          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1125194%2fnvidia-driver-not-loaded-on-ubuntu-18-04%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1125194%2fnvidia-driver-not-loaded-on-ubuntu-18-04%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Möglingen Índice Localización Historia Demografía Referencias Enlaces externos Menú de navegación48°53′18″N 9°07′45″E / 48.888333333333, 9.129166666666748°53′18″N 9°07′45″E / 48.888333333333, 9.1291666666667Sitio web oficial Mapa de Möglingen«Gemeinden in Deutschland nach Fläche, Bevölkerung und Postleitzahl am 30.09.2016»Möglingen

          Virtualbox - Configuration error: Querying “UUID” failed (VERR_CFGM_VALUE_NOT_FOUND)“VERR_SUPLIB_WORLD_WRITABLE” error when trying to installing OS in virtualboxVirtual Box Kernel errorFailed to open a seesion for the virtual machineFailed to open a session for the virtual machineUbuntu 14.04 LTS Virtualbox errorcan't use VM VirtualBoxusing virtualboxI can't run Linux-64 Bit on VirtualBoxUnable to insert the virtual optical disk (VBoxguestaddition) in virtual machine for ubuntu server in win 10VirtuaBox in Ubuntu 18.04 Issues with Win10.ISO Installation

          Antonio De Lisio Carrera Referencias Menú de navegación«Caracas: evolución relacional multipleja»«Cuando los gobiernos subestiman a las localidades: L a Iniciativa para la Integración de la Infraestructura Regional Suramericana (IIRSA) en la frontera Colombo-Venezolana»«Maestría en Planificación Integral del Ambiente»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»«Conózcanos»«Caracas: evolución relacional multipleja»«La Metrópoli Caraqueña: Expansión Simplificadora o Articulación Diversificante»