-
Upgrade from 6.9.2 -> 6.10.RC4 USB in VM problem
To answer ,y own question: Wasn't "fixed" but it didn;t take me long to actually do it. Used the USB plugin to connect the Conbe stick to the vm. Took it off in the VM settings before that. Home assistant couldn't find the old one but I clicked through to mirgrate to a new radio inm ZHA and switch to the "new" connected one. Please make a Home Assistant backup. First try all zigbee devices had the default name. Started again from a backup and then it worked. Good luck.
-
Upgrade from 6.9.2 -> 6.10.RC4 USB in VM problem
Hey! I am still on 6.9.2 Upgraded a year ago and could not fix it so downgraded again. I am trying to figure out if this is still a problem and if there is a good solution if it is? Thanks!
-
Passthrough of ConBee II Zigbee USB Gateway to Home Assistant Virtual Machine
Thanks for all the suggestions guys. I rolled Unraid a version back to get the lights back online. Might give it another try a little bit later. Only annoying thing was I had to reconnect all Zigbee devices after the downgrade.
-
Passthrough of ConBee II Zigbee USB Gateway to Home Assistant Virtual Machine
Thanks so much for everyones help. I still can't seem to get it right. It either won;t show up in HA or will give me an error. I grabbed the serial like this: That gives me 3 DE24##### as my serial number for the stick. Using the info in this thread I copied this in my xml: <serial type='dev'> <source path='/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_3DE24#####'/> <target type='usb-serial' port='1'> <model name='usb-serial'/> </target> <alias name='serial0'/> <address type='usb' bus='0' port='4'/> </serial> Which results in my xml: <?xml version='1.0' encoding='UTF-8'?> <domain type='kvm'> <name>Hassio</name> <uuid>c84f0292-195b-60b3-3e17-a3b2b5dd3f98</uuid> <metadata> <vmtemplate xmlns="unraid" name="Linux" icon="linux.png" os="linux"/> </metadata> <memory unit='KiB'>2097152</memory> <currentMemory unit='KiB'>2097152</currentMemory> <memoryBacking> <nosharepages/> </memoryBacking> <vcpu placement='static'>2</vcpu> <cputune> <vcpupin vcpu='0' cpuset='3'/> <vcpupin vcpu='1' cpuset='7'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-q35-4.2'>hvm</type> <loader readonly='yes' type='pflash'>/usr/share/qemu/ovmf-x64/OVMF_CODE-pure-efi.fd</loader> <nvram>/etc/libvirt/qemu/nvram/c84f0292-195b-60b3-3e17-a3b2b5dd3f98_VARS-pure-efi.fd</nvram> </os> <features> <acpi/> <apic/> </features> <cpu mode='host-passthrough' check='none' migratable='on'> <topology sockets='1' dies='1' cores='1' threads='2'/> <cache mode='passthrough'/> </cpu> <clock offset='utc'> <timer name='rtc' tickpolicy='catchup'/> <timer name='pit' tickpolicy='delay'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/local/sbin/qemu</emulator> <disk type='file' device='disk'> <driver name='qemu' type='vmdk' cache='writeback'/> <source file='/mnt/user/domains/Hassio/haos_ova-7.6.vmdk'/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <address type='pci' domain='0x0000' bus='0x03' slot='0x00' function='0x0'/> </disk> <controller type='usb' index='0' model='ich9-ehci1'> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x7'/> </controller> <controller type='usb' index='0' model='ich9-uhci1'> <master startport='0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0' multifunction='on'/> </controller> <controller type='usb' index='0' model='ich9-uhci2'> <master startport='2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x1'/> </controller> <controller type='usb' index='0' model='ich9-uhci3'> <master startport='4'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x2'/> </controller> <controller type='pci' index='0' model='pcie-root'/> <controller type='pci' index='1' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='1' port='0x10'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0' multifunction='on'/> </controller> <controller type='pci' index='2' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='2' port='0x11'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x1'/> </controller> <controller type='pci' index='3' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='3' port='0x12'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x2'/> </controller> <controller type='pci' index='4' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='4' port='0x13'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x3'/> </controller> <controller type='pci' index='5' model='pcie-root-port'> <model name='pcie-root-port'/> <target chassis='5' port='0x14'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x4'/> </controller> <controller type='virtio-serial' index='0'> <address type='pci' domain='0x0000' bus='0x02' slot='0x00' function='0x0'/> </controller> <controller type='sata' index='0'> <address type='pci' domain='0x0000' bus='0x00' slot='0x1f' function='0x2'/> </controller> <serial type='dev'> <source path='/dev/serial/by-id/usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_3DE24#####'/> <target type='usb-serial' port='1'> <model name='usb-serial'/> </target> <alias name='serial0'/> <address type='usb' bus='0' port='4'/> </serial> <interface type='bridge'> <mac address='52:54:00:49:e3:7a'/> <source bridge='br0'/> <model type='virtio-net'/> <address type='pci' domain='0x0000' bus='0x01' slot='0x00' function='0x0'/> </interface> <serial type='pty'> <target type='isa-serial' port='0'> <model name='isa-serial'/> </target> </serial> <console type='pty'> <target type='serial' port='0'/> </console> <channel type='unix'> <target type='virtio' name='org.qemu.guest_agent.0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <input type='tablet' bus='usb'> <address type='usb' bus='0' port='2'/> </input> <input type='mouse' bus='ps2'/> <input type='keyboard' bus='ps2'/> <graphics type='vnc' port='-1' autoport='yes' websocket='-1' listen='0.0.0.0' keymap='en-us'> <listen type='address' address='0.0.0.0'/> </graphics> <audio id='1' type='none'/> <video> <model type='qxl' ram='65536' vram='65536' vgamem='16384' heads='1' primary='yes'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x0'/> </video> <hostdev mode='subsystem' type='usb' managed='no'> <source> <vendor id='0x1cf1'/> <product id='0x0030'/> </source> <address type='usb' bus='0' port='1'/> </hostdev> <memballoon model='virtio'> <address type='pci' domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </memballoon> </devices> <seclabel type='dynamic' model='dac' relabel='yes'/> </domain> I tried a couple of combinations with the serial to take off usb-dresden_elektronik_ingenieurtechnik_GmbH_ConBee_II_ and do the serial with the 3 at the start or not but the VM wont start unfortunately. Error message: I also saw that it looks like the Bus of the stick stays the same but the device number is changing. Not sure if that's something to do with this. I left Q35 at 4.2 as I had problems in the past getting the VM to start if I go higher. Thanks again for all the help so far.
-
Passthrough of ConBee II Zigbee USB Gateway to Home Assistant Virtual Machine
Looks like after updating to 6.10.2 today I got the same issue. My perfectly working HA install got no Conbee II stick anymore and I am literally sitting in the dark. I think I got my serial number from the stick in the form of: iSerial 3 DE24##### (numbers blocked out) Then I posted this into the XML form right above domain but it would not work. <serial type='dev'> <source path='/dev/serial/by-id/3 DE24#####'/> <target type='usb-serial' port='1'> <model name='usb-serial'/> </target> <alias name='serial1'/> <address type='usb' bus='0' port='4'/> </serial> Did I do the code right and pastet it in the right section? I tried to start with a clean VM as well but that did not improve the situation. Thanks
-
VM access speeds to UnRAID shares
Interesting and thanks for sharing! I tried to tackle that exact problem before but couldn't get anywhere. One of the reasons I decided to not use Unraid anymore and go baremetal instead with my Win10 to get the maximum speed to my spinning HDD.
-
Grsh started following Data Transferspeed: VM access to Array
-
Grsh started following Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
-
Grsh changed their profile photo
-
Gigabyte X570 AORUS Elite / Pro (WiFi) / Ultra Tips & Tricks
Hey! I have a rather similar setup: 3900x, Gigabyte X570 Pro Wifi, 64GB Ram 3200MHz, RTX 2070Super & 1070ti. I am passing through 10 Cores (leaving the first two across for Unraid) and both GPUs to a windows VM. My performance is rather good but at time feels a bit sluggish (very hard to put into numbers). After Effects/Lightroom and some other Adobe software especially feels quite sluggish. I ran AIDA in trial mode and got result like you in your first test. Tried to implement your hyperv flags but not sure if I have done it right. I just added them into the XML under hyperv <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> <vendor_id state='on' value='none'/> <vpindex state='on'/> <synic state='on'/> <stimer state='on'/> </hyperv> Not sure If thats correct.
-
-
[Support] ken-ji - Dropbox
Yes, the container is linked and sows some of the files that are present on my Dropbox I am running in my VM. On a side note I am using the VM Dropbox with smart sync. Tested if it makes a difference if files are synced or just online but unfortunately that does not seem to be a problem. The log does not throw any errors or warnings at all.
-
[Support] ken-ji - Dropbox
Hi there! So happy to get the Docker container working but I just realised the sync is not ptogressing for me either. Looks a bit like I have the same problem as @cinereus I got the dropbox folder structure on the array and some files are there. But realised that not all files are synced. I left it for around 2 night but the sync status has not changed yet. The console says its running and syncing but nothing is happening. If I create new folders they do get synced with some files in it. For example .txt files are getting synced. Most image files as well. One problem are After Effect files (.aep) and Photoshop files (.psd) So the sync seems to work but not for all files. Any help would be appriciated!