Giter Site home page Giter Site logo

Comments (5)

greyivy avatar greyivy commented on August 18, 2024

Getting the same on a fresh install of Ubuntu 20.0.4.

from libvf.io.

arthurrasmusson avatar arthurrasmusson commented on August 18, 2024

We rolled back some changes that may have been causing this error in the latest commit. Would you mind checking again using the latest version? @zachpaul77 @greyivy

If you pull the latest changes from git you can update your locally installed arcd binary by running nimble install -y from within the libvf.io folder.

from libvf.io.

zachpaul77 avatar zachpaul77 commented on August 18, 2024

Still getting the same error unfortunately.

from libvf.io.

arthurrasmusson avatar arthurrasmusson commented on August 18, 2024

Hi @zachpaul77 I can confirm other folks have tried using 21.04. We aren't officially supporting that version of Ubuntu right now, only 20.04 LTS. If folks can make it work on that version we'll happily accept a pull request to add support! :)

@greyivy If you're on 20.04 and experiencing this problem would you mind sharing what model of CPU, motherboard, and GPU you are using? Also would you mind running this script for me and sharing the output here or through a Pastebin link?

#!/bin/bash
for d in /sys/kernel/iommu_groups/*/devices/*; do
  n=${d#*/iommu_groups/*}; n=${n%%/*}
  printf 'IOMMU Group %s ' "$n"
  lspci -nns "${d##*/}"
done

from libvf.io.

arthurrasmusson avatar arthurrasmusson commented on August 18, 2024

I pulled out use of --soundhw all in this commit due to deprecation warnings that were being generated and also the fact that running a VM with VFIO passthrough appears conflict with usermode audio permissions in ALSA. I'll try to work on a fix for this soon using QEMU 5.1+'s Jack feature or Scream.

I'm going to close this issue for now due to the removal of --soundhw until then.

If you'd like to try working on this some folks in the Discord are currently working on trying to get Jack working.

from libvf.io.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.