Skip to content
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

Corrupted lavapipe on Ubuntu 20.04 on Jetson Nano #173

Closed
Qengineering opened this issue Sep 21, 2021 · 13 comments
Closed

Corrupted lavapipe on Ubuntu 20.04 on Jetson Nano #173

Qengineering opened this issue Sep 21, 2021 · 13 comments
Labels
bug Something isn't working
Milestone

Comments

@Qengineering
Copy link

Describe the bug
After sudo -H pip install -U jetson-stats on a Jetson Nano with an upgraded Ubuntu 20.04 OS, you get the next warning when booting:

Error found when loading /etc/profile:
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.

As a result the session will not be configured correctly.
You should fix the problem as soon as feasible.

To Reproduce
Steps to reproduce the behavior:

  1. Upgrade your Jetson Nano with Ubuntu 20.04 with the Ubuntu upgrade manager.
  2. sudo -H pip install -U jetson-stats
  3. 'sudo reboot'
  4. See error

Screenshots
image

Additional context
I know the Jetson Nano comes default with an Ubuntu 18.04 version.
Only a few who need ROS2 will upgrade to Ubuntu 20.04, so not the end of the world here.

Board

  • SOC: tegra210
  • ID: 33
  • Board(s): P3449-0000
  • Code Name: porg

Jetpack

  • Jetpack: 4.6
  • L4T: 32.6.1

Jetson-Stats

  • Version: 3.1.1
@Qengineering Qengineering added the bug Something isn't working label Sep 21, 2021
@km4sh
Copy link

km4sh commented Nov 28, 2021

Same issue here, wondering any quick fix?

@SkrilaxCZ
Copy link

SkrilaxCZ commented Jan 30, 2022

@Qengineering I ran into the same issue and deleted directory /usr/share/vulkan/icd.d and it went away (NVidia config is in /etc/vulkan/icd.d btw.). Looks like they removed it in Jetpack as well (don't see it in NVidia's 18.04).

@Qengineering
Copy link
Author

@SkrilaxCZ,

Thank you. It works well. I've updated the procedure on the website and added Jtop to the SD image.

@rbonghi
Copy link
Owner

rbonghi commented Jan 30, 2022

Hi @Qengineering ! Cool post on your blog!

I didn't fix yet this bug but will be soon. I think when will be released as well the new JP 5.0 with the official support to ubuntu 20.04

Meanwhile I pin this workaround :-)

@Qengineering
Copy link
Author

Another solution: Qengineering/Jetson-Nano-Ubuntu-20-image#5

@leonpano2006
Copy link
Contributor

Same issue with jetpack 5.0 (L4T 34.1)

@leonpano2006
Copy link
Contributor

Describe the bug After sudo -H pip install -U jetson-stats on a Jetson Nano with an upgraded Ubuntu 20.04 OS, you get the next warning when booting:

Error found when loading /etc/profile:
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.
WARNING: lavapipe is not a conformant vulkan implementation, testing use only.

As a result the session will not be configured correctly.
You should fix the problem as soon as feasible.

To Reproduce Steps to reproduce the behavior:

  1. Upgrade your Jetson Nano with Ubuntu 20.04 with the Ubuntu upgrade manager.
  2. sudo -H pip install -U jetson-stats
  3. 'sudo reboot'
  4. See error

Screenshots image

Additional context I know the Jetson Nano comes default with an Ubuntu 18.04 version. Only a few who need ROS2 will upgrade to Ubuntu 20.04, so not the end of the world here.

Board

  • SOC: tegra210
  • ID: 33
  • Board(s): P3449-0000
  • Code Name: porg

Jetpack

  • Jetpack: 4.6
  • L4T: 32.6.1

Jetson-Stats

  • Version: 3.1.1

try to remove mesa-vulkan-drivers
sudo apt remove mesa-vulkan-drivers

@theofficialgman
Copy link

theofficialgman commented Jun 10, 2022

mesa-vulkan-drivers was moved to be a "recommends" for the apt package libvulkan1 https://packages.ubuntu.com/focal/libvulkan1 in focal and newer distros (not on bionic). As such, any upgrade to focal will install mesa-vulkan-drivers which should be removed on the jetsons. this isn't a jtop issue, but an issue with the users upgrade to focal and the qengineering focal image

@rbonghi
Copy link
Owner

rbonghi commented Jun 10, 2022

I'm testing on a Jetson Xavier with JP5.0.1 DP and I don't see this bug

image

@rbonghi rbonghi added this to the 4.0.0 milestone Jun 11, 2022
@rbonghi rbonghi unpinned this issue Jun 11, 2022
@yhojann-cl
Copy link

Same error on Ubuntu 22.04, using amd radeon rx 6800 xt and native drivers.

@leonpano2006
Copy link
Contributor

Same error on Ubuntu 22.04, using amd radeon rx 6800 xt and native drivers.

On x86_64 host?

@yhojann-cl
Copy link

Same error on Ubuntu 22.04, using amd radeon rx 6800 xt and native drivers.

On x86_64 host?

Yes:

$ uname -a
Linux machine 5.15.0-39-generic #42-Ubuntu SMP Thu Jun 9 23:42:32 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux

@rbonghi
Copy link
Owner

rbonghi commented Jan 5, 2023

This error should now be fixed with the latest release 4.0 try to install and check again

sudo -H pip install -U jetson-stats

@rbonghi rbonghi closed this as completed Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants