I had previously installed nvidia drivers on my 1070 alienware laptop with Ubuntu 18.04 . Suddenly it stopped working. Then I freshly installed Ubuntu and installed Nvidia drivers like this:
sudo apt purge nvidia-*
sudo add-apt-repository ppa:graphics-drivers/ppa
sudo apt update
sudo apt install nvidia-driver-418
Then I couldn’t login. Again I reinstalled with same procedure, but additionally, did this -
Then did this:
sudo grep nvidia /etc/modprobe.d/* /lib/modprobe.d/*
And removed a line blacklisting nvidia from blacklist-framebuffer.conf.
Still no luck.
Hi Thanks for the answer. I’ll try to update the bios. Meanwhile, is there any technique to check integrity of the hardware? When you say hardware could be defective, are you talking about GPU? I suspect that could be the case as in my previous installation, everything was running smoothly, and one fine day, GPUs were not detected. Please let me know how I can check integrity of hardware.
In your specific case, this might be a defective system bios flash rom or just some discharged cells which a reflash should fix. For such low-level issues, there’s no software to check since for any such software the drivers have to be loaded which doesn’t work in case of low-level failures.
Thank you. I understand. I did upgrade bios. But still no luck. I followed the same procedure as earlier. I’m attaching new log. If it’s hardware defect, any idea what I can do?
I’m not really sure anymore, might also just some bios bug that now surfaced with a newer kernel. Can you check if downgrading the kernel to e.g. 4.15 and driver to 390 yields the same result?
Please also run
sudo acpidump >acpidum.txt
and attach the output file.
I have 2080Ti and just installed fresh Ubuntu 18.04 (kernel version is 5.0.0-27-generic). After i install nvidia drivers which i downloaded from nvidia website (NVIDIA-Linux-x86_64-430.50.run) my Ubuntu stop working. After restart my computer i am getting black screen with message “/dev/sdb2: clean … files …”, and never come to login screen.
Also i tried to follow this tutorial for installation nvidia drivers and cuda: 使用 pip 安装 TensorFlow, but also after i install nvidia drivers (in this case 418) and reboot, Ubuntu stack with same message which i wrote above.
It looks like that there is some incompatibility between newest nvidia drivers and fresh Ubuntu? Anyway i cannot find solution for this problem, only to remove nvidia-drivers but what then?
@generix,
Thanks for your suggestion and efforts to help. Actually, I didn’t try out your suggestion to downgrade kernel/install driver 390, as I had some work, and needed my machine for other work. So I reinstalled plain ubuntu and ran acpidump. Not sure if it’s useful to diagnose anything, but I’m sharing anyway.
@generix,
In fresh installation of ubuntu, when I run this -
nvidia-detector, I get
none
But lspci shows
01:00.0 VGA compatible controller: NVIDIA Corporation GP104M [GeForce GTX 1070 Mobile] (rev a1)
01:00.1 Audio device: NVIDIA Corporation GP104 High Definition Audio Controller (rev a1)
Also, when I did hardware diagnostics during BIOS startup, it said “Video Card” is fine. You had mentioned there was no way we could see if we check if hardware is intact. My question and my worry is hardware now. I’m still requesting you again to let me know, is there anyway using which I can check if hardware is intact. Because it’s not even one year since I purchased this laptop, so I have warranty still. Any pointers will be helpful.
Looking at the related acpi code, this only expects values of Arg0 either <0x30000 or >0x30000. In your case, it is called with Arg0=0x30000 so it doesn’t work. The question remains, where the value of 0x30000 comes from. Either the gpu is broken or the mainboard has to be reset, like here: [url]MX150 graphics clock suddenly stuck at 427Mhz (with drivers 390.87 and 430.26) - Linux - NVIDIA Developer Forums
A kernel/driver bug can be safely denied now by testing with the 16.04 setup showing the same issue.
Ultimately, you will have to install Windows to test since Alienware doesn’t support Linux so will not open any support case with it.
After 1.5 working day spent in research how to fix problem with ubuntu and nvidia drivers, and after i try everything i found without success, i finally found solution. I install ubuntu 18.04LTS instead ubuntu 18.04.3LTS, and now everything working fine. It looks like that this newest version of ubuntu has some problem with nvidia drivers. I think that reason for that is because 18.04.3LTS comming with some kind of open source nvidia drivers, and previous version 18.04LTS not. So in 18.04LTS there is nothing what can make confusion for computer which driver to use. Or can be something in kernel, as i see 18.04.3LTS using kernel-5.0.27 but 18.04LTS using kernel-4.15.0.
I followed different tutorials how to try to disable this open source drivers on these links: