omv6 and nvidia gpu

  • If nvidia-smi is not working something went wrong with the driver installation


    And google tells you:


    The logging driver enables you to choose how and where to ship your data. The default logging driver as I mentioned above is a JSON file located on the local disk of your Docker host: /var/lib/docker/containers/[container-id]/[container-id]-json. log.

    Okay, I'll try the installation over from step 1 and I'll take a screen shot of the log and post it here once I get home.

  • I'm getting this error "E: The value 'buster-backports' is invalid for APT::Default-Release as such a release is not available in the sources" how do I resolve this?


    here's my source list


    #


    # deb cdrom:[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20210825-21:43]/ buster contrib main non-free


    # deb cdrom:[Debian GNU/Linux 10 _Buster_ - Official Snapshot amd64 LIVE/INSTALL Binary 20210825-21:43]/ buster contrib main non-free


    deb http://deb.debian.org/debian/ buster main

    deb-src http://deb.debian.org/debian/ buster main


    deb-src http://ftp.au.debian.org/debian/ buster main non-free contri


    # buster-updates, previously known as 'volatile'

    deb http://deb.debian.org/debian/ buster-updates main contrib non-free

    deb-src http://deb.debian.org/debian/ buster-updates main contrib non-free


    # Buster-backports

    deb http://deb.debian.org/debian buster-backports main contrib non-free



    # This system was installed using small removable media

    # (e.g. netinst, live or single CD). The matching "deb cdrom"

    # entries were disabled at the end of the installation process.

    # For information about how to configure apt package sources,

    # see the sources.list(5) manual.

  • When i follow this guide, I am getting "Bad return status for module build on kernel: 6.0.0-0.deb11.2-amd64 (x86_64)" error, when i run the below code:

    Code
    apt install -t bullseye-backports nvidia-driver firmware-misc-nonfree


    Anyone know how to fix it? when i googled, I found one result where they explained that it does not compile on kernel 6 and you need to either downgrade the kernal or use CUDA repo to get new version.


    reference: https://forums.developer.nvidi…ers-on-debian-11/235288/2

    omv 6.0.46-5 Shaitan | 64 bit | 5.19 proxmox kernel

  • is there a way to downgrade to a lower kernel where it will work?

    On boot, see if you can select the 5.19 kernel on the grub menu.


    If it work's as you need/want, install the kernel plugin and set that kernel as default.

  • when i reboot is there a key to access the grub menu?

    Usually (IIRC) you have the boot menu showing at the beginning:



    But with the kernel plugin, you just set as default, the kernel you want to boot:


    Highlight the one you want and click the clock symbol to set the boot.

  • I switched the kernel to 5.19 and restart and still getting a similar error:

    omv 6.0.46-5 Shaitan | 64 bit | 5.19 proxmox kernel

    • Offizieller Beitrag

    I actually just did this on one of my systems. I had much better luck installing the proxmox kernel, removing all of the debian kernels, and then installing nvidia-kernel-dkms

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • still no luck with proxmox 5.19 kernel. I installed the proxmox 5.19, rebooted, removed all others, reboot then tried to it install it.


    omv 6.0.46-5 Shaitan | 64 bit | 5.19 proxmox kernel

    • Offizieller Beitrag

    Try completely removing all of the nvidia packages and then just install nvidia-kernel-dkms.

    omv 7.0.5-1 sandworm | 64 bit | 6.8 proxmox kernel

    plugins :: omvextrasorg 7.0 | kvm 7.0.13 | compose 7.1.4 | k8s 7.1.0-3 | cputemp 7.0.1 | mergerfs 7.0.4


    omv-extras.org plugins source code and issue tracker - github - changelogs


    Please try ctrl-shift-R and read this before posting a question.

    Please put your OMV system details in your signature.
    Please don't PM for support... Too many PMs!

  • I did the following step while still on proxmox 5.19 kernel:

    1. cleaned all nvidia packages

    Code
    sudo apt-get purge *nvidia*
    sudo apt autoremove
    sudo apt autoclean

    2. Prep the headers

    Code
    sudo apt-get install module-assistant
    sudo m-a prepare


    3. install nvidia-kernel-dkms

    Code
    sudo apt install -t bullseye-backports nvidia-kernel-dkms


    Received the the following error:


    I assumed i needed to use the backports to install the nvidia-kernel-dkms


    Also thank you for your help with this!

    omv 6.0.46-5 Shaitan | 64 bit | 5.19 proxmox kernel

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!