-
Notifications
You must be signed in to change notification settings - Fork 9.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The NVIDIA driver does not support real-time kernels. #1872
Comments
If you did not run in real car,I suggest that there no need to install real-time kernel.
|
i do run in a real car, thus i need it. it works, thanks very much. recommend to update the installation guide. |
No,it works on others cards. My card is GTX1050Ti |
@Jasonsun1993 I tested on both 1050 and 1080 cards. they works. |
here is my another solution to this problem. |
@turinglife Could you create a PR and checkin your solution in Q&A section like in here ? https://github.com/ApolloAuto/apollo/blob/master/docs/FAQs/Software_FAQs.md Thanks. |
My laptop has GT540M(a little bit of old), after installed nvidia driver the following script based on RT kernel: The display resolution is not correct, the nvidia driver 390.25 is working fine before upgrade the RT kernel, is it normal with wrong display resolution? BR, |
Hi guys, But the screen refresh rate is very very slow. And after executing "nvidia-smi", I got "no device found". Besides, without the GPU and the nvidia driver, the screen refresh rate is also very slow when using apollo real time kernel. Looking forward to your reply. |
@gengqx bit off topic , can you recommend any laptop that will be good to run apollo in the real car environment ? |
Hi, @gengqx @Wsine ,my card is 1050ti, I use the " install-nvidia.sh " and the terminal print: "successfully install" , but the screen resolution is still very very slow(the nvidia card still does not work). Looking forward to your reply. |
Hi guys,I have solved this problem. my Youdao Yun Note: solution |
Hi guys, I got the same error(not support real-time kernel) when installing NVIDIA RTX 2080Ti on ubuntu 18.04 with Apollo kernel(1.5.5), do you have any idea about this issue? thank you very much! after running the command "sudo ./install-nvidia.sh", it printed "Done to install nvidia kernel driver and user libraries." then I ran "nvidia-smi" , but still didn't work. anybody have any suggestions? |
Hey guys, I tried to install the NVIDIA Driver 450.102.04 for the Quadro P920 (on the RT Kernel 5.4.84-rt47, Ubuntu 18.04) using the script that was mentioned above (install-nvidia.sh). As I'm not using the apollo-kernel I made some changes in the script as described here. I always end up getting the same error when I try to run "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." Is there anybody who managed to get their NVIDIA-Driver working without using the apollo-kernel? |
See https://github.com/ApolloAuto/apollo/blob/master/docs/howto/how_to_install_apollo_kernel.md for the updated docs on kernel.
Try to disable the sudo add-apt-repository --remove multiverse |
Thank you very much, it's finally working now! |
I follow the apollo_1_5_hardware_system_installation_guide.md to install apollo with both apollo-kernel and nvidia-driver.
The text was updated successfully, but these errors were encountered: