Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

matthope

Members
  • Joined

  • Last visited

Everything posted by matthope

  1. After a quick test, 1.6.0 finally resolve the issue with the SFTP not working. Also the new performance improvement does make a significant difference. It feels snappier and before it was impossible to watch a video, now it does play pretty well. I know that this is not really the purpose of Guacamole but still nice improvement. 🤩
  2. I just updated the template with cleao and it works! Nothing else to do than replacing jasonbean with cleao.
  3. @ajb3932 Do you have SFTP enabled? If it's enabled, it might cause a segfault and thus closing the connection abruptly. It is a known issue with the version 1.5.4 The latest update version 1.5.5 is fixing that issue, but the maintainer of this docker doesn't have the time to maintain it anymore and no one has taken the mantle yet. At this moment, the only solution is to deactivate SFTP.
  4. If you are using Win11, Go to Settings -> Network & Internet -> Advanced Network Settings. Then select your virtual ethernet adapter and click on Edit. If you are using Win10, Go to Settings -> Network & Internet -> Advanced Network Settings. Click on Change adapter options then right-click on your virtual ethernet adapter and select Properties. From there the step are identical. Click on Configure... Select Advanced tab and deactivate everything with the word "Offload". This should be it for the VM side, be sure to restart the VM after the change. If you still have issue after that, you could try installing the unraid plugin "Tip and Tweaks" from dlandon. With that plugin, you could deactivate NIC Offload and Flow Control on the Host (unraid). Reboot and the problem should be gone.
  5. Not sure if related or not, but I had a very slow connection with a Windows VM using RDP. The upload speed inside the VM was super slow causing the RDP to be slow as well (identified using speedtest.net) . I had to deactivate all the "hardware accelerated" feature of the virtual NIC inside the VM. Since then the Guacamole RDP connection is way faster.
  6. Any chance to work on that 1.55 update? RDP+SFTP is broken in the current version and it is kind of a big deal for me. Thanks for your hard work
  7. I think that @Linguafoeda posts are a little bit misleading. It seems to be specific to a particular application, i.e Parsec. He seems to have resolved is issue using the GPU sound output and piping it through VB-Cable. However, his issues doesn't seem to be related to passing through the chipset audio. In your case VB-Cable won't work at all. At least I don't see anyways how it's gonna help you. Correct me if i'm wrong, but you are trying to use the physical audio output of your motherboard, right? If that is the case and you're not able to break the iommu group, you can still try to passthrough the device with the method i've described in this thread, either in the VM XML or with the VM form view. It's probable that you will be obligated to edit the XML as the device should't be available in the audio device selection tab. Passing through the internal audio is quite fiddly an weird at time. So best of luck and have fun !
  8. If windows is recongnizing an audio device, it's already a good sign. I'm guessing you are not using the optical out? If you are using the standard jack connector you must select the speaker output instead. If you're not sure how to do that, search "windows change sound output" on google and you should find something to help you out.
  9. @Taddeusz Any plan to upgrade to 1.1.0 in a foreseeable future? That would be great, Thanks
  10. It was there all along. You should try to read the whole thread it might help you actually. You might need to change some of the parameters, in order to match your sound card.
  11. My windows 10 VM is currentlly using my onboard audio. Also a lot of people on this forum had success with their onboard audio. Have you tried to add the audio card directly from the VM XML ?
  12. It's not necessary to isolate your audio controller in a IOMMU group to make it work, if you look on the 1st page of this thread, i have posted my IOMMU group for the audio controller and it look quite similar to yours. Now to help you I need to know your sysconfig and you need to give me more details on what you have done yet.
  13. The on board audio controller work or not ? Generally speaking, if you were able to pass-trough the controller to your VM it should work. If not, I will need you to describes what kind of issue you have in order to help you.
  14. You cannot always break the IOMMU groups, it depends on how the motherboard was designed. Software cannot overrule hardware limitation. However, If the audio is working, this is a non issue.
  15. At the moment, I use a HDMI audio extractor which works flawlessly. @Fullmakt You can still try to stub the audio card and add it manually to your VM. But if you're not tech savvy, I suggest you to try a PCIe sound card or a HDMI sound extractor. I don't like the USB sound card option since it may not work. It will depend on your setup and the usb sound card chipset. In fact, I have the exact same USB audio device that is in the link that you sent. For me the sound was buggy and distorted. However, it work for many.
  16. The issue is the hardware, it was not made to be use in that way. It may work better with another hypervisor (Xen, EXSI, etc.) but I doubt it. You may want to look for KVM forum or even the [email protected] mailing list, however, it is not super user friendly. I meant PCIe sound card, you can buy them quite easily online. And PCIe device are easier to passthrough because they are "independant" of the rest of your system. Furthermore, IOMMU and VFIO where made with PCIe passthrough in mind, which improve compatibility significatelly.
  17. I see. Passing motherboard component is complicated and fiddly. I think you should consider a pci sound card, it's not expensive and it's plug-and-play.
  18. First of all, could you please stop spamming the forum? Thanks. As for your issue i'm not sure what can cause it. However, I have few ideas that could help you. 1. Try changing the machine emulation Q35/i440fx. 2. Try this : https://wiki.unraid.net/UnRAID_6/VM_Guest_Support#Enable_MSI_for_Interrupts_to_Fix_HDMI_Audio_Support 3. Try this : If all of this doesn't work then sadly, i couldn't help you further.
  19. Okay, 1. can you tell me which VM you want to have audio? 2. reactivate pcie override. 3. reboot your system. 4. send your xml configuration again. 5. wait for my reply.
  20. What? Look man, trust me the line that i've show you in the red box, are the line for the audio card.
  21. Windows 10 Config : Remove those lines. You don't need to do anything else. The XML files doesn't keep the modification exactly where you place them. So look carefully and try to focus on one thing at the time.
  22. The code lines are present, look at the end of the device section. Remove the hostdev completely from one of the VM. No, don't do that.
  23. First of all it is very weird that thoses XML doesn't appears. However, if you edit something with the form view (try changing the USB setting) and save it. This will overwrite any XML modification. This should reset the XML to the base configuration. You should also try to do a power cycle after this modification. (remove the power plug)
  24. You can only use the audio device with 1 VM at the time. The configuration seems to be working. Also, when playing with embedded motherboard device, sometimes it require to remove the power completely (remove the AC Plug). Exactly, Form View overwrite XML edit. If you want to run both of them at the same time, you need the remove the audio card in one of the XML.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.