Linux - Hardware This forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux? |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
01-06-2022, 02:29 PM
|
#1
|
Member
Registered: Nov 2013
Posts: 209
Rep:
|
Nvidea Geforce RTX 3060 [FAILED] Errors on booting
I have just installed an ASUS TUF Nvidea Geforce RTX 3060 OC graphics card in a desktop machine which was using the Processor GPU previously.
I am using Ubuntu 21.04.
After installing the card I went straight to Windows from grub and am currently setting up the drivers because I thought it more likely to work immediately to show that the card was installed and working ok. (First time I have installed such a monster card!)
I rebooted and chose ubuntu from grub and received the following errors:
[FAILED] Failed to start Detect the available GPUs and deal with any system changes.
[FAILED] Failed to start Light Display Manager.
I did see a mention of Nouveau during the boot.
Cursor blinking, no mouse, no keyboard. Only way out is hard reboot. I am unable to get any information to assist in this post.
Can anyone assist
|
|
|
01-06-2022, 05:42 PM
|
#2
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,321
|
Code:
https://www.nvidia.com/Download/driverResults.aspx/184163/en-us
Here is the layest Nvidia driver for that card. You may be able to install it from your package manager, or from the Nvidia site.
You will have to blacklist the Nouveau driver also.
You may have to go into the BIOS ( or UEFI ) and disable the on board video hardware. I had to do that on an older machine. It may not be necessary on newer hardware, just keep that in mind if you have problems.
|
|
|
01-06-2022, 07:38 PM
|
#3
|
Member
Registered: Nov 2013
Posts: 209
Original Poster
Rep:
|
Thank you. I did take a look in bios but didn't see any refernece to onboard video hardware. The machine is new and does have a gpu in the processor which I have been using. Took me a year to get it mostly working and now I don't need it!
As I cannot get into the system in any way other than recovery mode I have no idea how to blacklist Nouveau or install the new driver. Nvidia have a .run driver file which I have been advised not to use. I tried using add/remove software when I did once get into the system and selected the Nvidia driver but still got the same error.
|
|
|
01-06-2022, 08:16 PM
|
#4
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,321
|
I do not use Ubuntu, so I do not know the specifics of that system. FWIW, I do use the Nvidia .run files on two systems using Slackware.
Nvidia does give you an oportunity to blacklist the Nouveau driver on the installation. Basically, it prevents that drover from loading when you boot the system. You could ask for a how to on the Ubuntu forum. Peolple there should know how to install the driver you need. It should be in the Ubuntu repos.
|
|
|
01-07-2022, 06:40 AM
|
#5
|
Member
Registered: Jun 2020
Posts: 608
Rep:
|
Just a 'side question' - do you know the card actually works? Like are you sure the issue is with the linux install/compatibility, and not hardware?
My advice: try live booting Ubuntu (also you should probably try this with 21.10 as 21.04 is EOL) and see if that goes along fine - if everything works there, and barring someone having really slick advice (that won't take hours to implement), I'd probably just re-install fresh 21.10 and then load the nvidia driver from Ubuntu's 'Additonal Drivers' setup (as opposed to downloading the raw driver from nvidia's site and trying to execute it). Remember to reboot after doing that (oftentimes 'Additional Drivers' will not prompt but it is required).
|
|
|
01-08-2022, 01:35 PM
|
#6
|
Senior Member
Registered: Dec 2005
Location: Springfield, MO
Distribution: Slackware64-15.0
Posts: 2,841
|
Try editing grub before boot and add "nouveau.modeset=0" to your kernel boot line.
|
|
|
01-08-2022, 01:58 PM
|
#7
|
LQ 5k Club
Registered: Nov 2002
Location: Somewhere inside 9.9 million sq. km. Canada
Distribution: Slackware 15.0, current, slackware-arm-currnet
Posts: 6,321
|
You shoudl have a directory for blocking modules you do not want loaded. On my system it is /etc/modprobe.d/
If you have that directory, here is what blocks nouveau on my system. The file containing these lines is called: nvidia-installer-disable-nouveau.conf I don't think the name matters, as long as it ends in .conf
Code:
# generated by nvidia-installer
blacklist nouveau
options nouveau modeset=0
|
|
|
All times are GMT -5. The time now is 05:37 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|