Announcement

Collapse
No announcement yet.

Virtual Machine Manager/QEMU/KVM Help

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] Virtual Machine Manager/QEMU/KVM Help

    Hi,

    I am trying to fix two bad issues with Virtual Machine Manager/QEMU/KVM.
    (1) Upon every reboot I must type: "sudo virsh net-start default" into terminal?
    (2) Win 10 guest has choppy audio?

    Any ideas?
    I Googled but could not find anything useful.
    Let me know, thanks!

    Jesse

    #2
    Humm all I did was install it and it just works , it added it's self as a "user" at the login screen and me to it's "groups" (libvirt , kvm)

    this produses a long list , I cut to the relevant pieces
    Code:
    vinny@vinny-Bonobo-Extreme:~$ cut -d: -f1 /etc/passwd
    <snip>
    libvirt-qemu
    libvirt-dnsmasq
    Code:
    vinny@vinny-Bonobo-Extreme:~$ groups
    vinny adm cdrom sudo dip plugdev lpadmin sambashare kvm libvirt
    @hear it dose not require "sudo" at all

    and I "think" all I installed was "virt-manager" and the rest was pulled in , but I cant remember exactly .

    VINNY
    i7 4core HT 8MB L3 2.9GHz
    16GB RAM
    Nvidia GTX 860M 4GB RAM 1152 cuda cores

    Comment


      #3
      Originally posted by vinnywright View Post
      Humm all I did was install it and it just works , it added it's self as a "user" at the login screen and me to it's "groups" (libvirt , kvm)

      this produses a long list , I cut to the relevant pieces
      Code:
      vinny@vinny-Bonobo-Extreme:~$ cut -d: -f1 /etc/passwd
      <snip>
      libvirt-qemu
      libvirt-dnsmasq
      Code:
      vinny@vinny-Bonobo-Extreme:~$ groups
      vinny adm cdrom sudo dip plugdev lpadmin sambashare kvm libvirt
      @hear it dose not require "sudo" at all

      and I "think" all I installed was "virt-manager" and the rest was pulled in , but I cant remember exactly .

      VINNY
      That's what I did too. I don't have any problems. I found this though
      https://serverfault.com/questions/57...ks-using-virsh

      Comment


        #4
        Mark this solved:

        (1) Upon every reboot I must type: "sudo virsh net-start default" into terminal?
        - "sudo virsh net-autostart default" in terminal.

        (2) Win 10 guest has choppy audio?
        - Type "usb" in audio device menu selection of Virtual Machine Manager.

        Thanks!

        Jesse

        Comment


          #5
          Mark this solved:

          (1) Upon every reboot I must type: "sudo virsh net-start default" into terminal?
          - "sudo virsh net-autostart default" in terminal.

          (2) Win 10 guest has choppy audio?
          - Type "usb" in audio device menu selection of Virtual Machine Manager.

          Thanks!

          Jesse

          Comment

          Working...
          X