Jump to content

f3dora

Members
  • Posts

    146
  • Joined

  • Last visited

Everything posted by f3dora

  1. I have to add TVH_ARGS="--satip_xml http://your.box.ip.address:49000/satipdesc.xml" So i can get my AVM DVB-C SATIP tuner to work. Guide i use: https://tvheadend.org/boards/4/topics/18013?r=18030#message-18030 The advanced view is only for container arguments right? I think i need to add an application argument.
  2. (Docker noob here) I have to add a start argument for tvheadend, how do i do that in docker?
  3. Awesome! How is your VM and Host configured? I never got it to work (installs using powershell command but won't start VMs).
  4. 99% sure it won't work, it is installed but the hypervisor itself is not completely started. For some reason Microsoft really doesn't want people nesting Hyper-V even through it theoretically works perfectly (VMware has an option to bypass this "protection").
  5. Passthrough: Very unlikely. Virtual GPU (CPU/VNC): Should be possible. The GPU passthrough support is only a problem because almost no PCI-E GPU supports ARM, passing through other devices (something like a GPIO board) could work.
  6. Do you really think anyone here wants to buy a "Steam Mop Floor Cleaner"? You are wasting bandwidth my friend.
  7. Passthrough: Very unlikely. Virtual GPU (CPU/VNC): Should be possible.
  8. I found a DSM logo that looks really good and has the correct resolution for the web interface.
  9. Xpenology is unsupported and you should always expect an error to corrupt data on the harddrive. Please use that alternative, you can use it in a virtual machine if you want but please don't use Xpenology for a CCTV system. I don't know if DSM6 works under unRAID/KVM but you probably have the virtual harddisk set to VirtIO, which doesn't doesn't work in Xpenology. Change the virtual harddisk controller type to SATA and don't forget to set the virtual ethernet adapter to e1000. Sorry for posting this again but i added the warning for using Xpenology for a CCTV system.
  10. The i3-4170 is only a little bit faster, and both support virtualization. In my opinion you should try unRAID with the Xpenology VM on your current Server and if it works.
  11. Its almost impossible to find information online if a card is MSI capable, there is a guide on how to find out if your card its MSI capable in the unraid wiki. I never got an error 43 on my Card (Asus 980ti Strix OC, Hyper-V enabled) i actually recently uninstalled my GPU driver using DDU and everything still worked perfectly, just at 800x600 until i installed the driver again.
  12. I am interested in Raspberry Pi support as well! It would be really useful for testing.
  13. Enabling MSI interrupts on passed through GPUs can fix HDMI audio problems and on some systems improve performance. https://lime-technology.com/wiki/index.php/UnRAID_6/VM_Guest_Support#Enable_MSI_for_Interrupts_to_Fix_HDMI_Audio_Support http://forums.guru3d.com/showthread.php?t=378044 I use the MSI switching utility (not the script) from the bottom of the post on the guru3d forums.
  14. Asus 980ti Strix OC works perfectly with MSI enabled. Most UEFI compatible GPUs should work. IIRC some people have problems with the new AMD GPUs, not sure about the new nvidia pascal consumer GPUs. EDIT: According to multiple users the new NVidia pascal GPUs work in unraid.
  15. The Private Internet Access VPN app does not have an integrated anti-malware scanner, it only blocks known malware and ad domains (and maybe IPs as as well, not sure). You still need an antivirus like malwarebytes (which i use) to detect and remove ad- and malware since a lot of malware comes from websites which are not on the list. Avast not working in VMs: I dont have avast but glasswire (a firewall app) breaks the virtual ethernet after rebooting the VM, the DNS resolution is so slow that most programs that need an internet connection are impossible to use. Because i used the steam version i had to remove the virtual ethernet adapter (since the DNS resolution is only really slow and still theoretically works steam cant be started in offline mode with the virtual ethernet adapter connected), start steam in offline mode and then uninstall Glasswire.
  16. Windows Defender + Malwarebytes and Google Chrome for web browsing. If you game on your VM you can disable Windows Defender. And don't forget to check if downloaded files are digitally signed and/or scan the files with VirusTotal.
  17. WARNING: DO NOT DO THIS UNLESS YOU ARE 100% SURE THAT THE UNRAID USB IS NOT ON THIS CONTROLLER! IF YOU DO THIS WITH THE CONTROLLER THAT UNRAID IS USING YOUR PC/SERVER WILL NOT BOOT! If one or more (four on my server) usb ports dont work after passing through a usb controller you have to do this: Step 1. Go to tools -> system devices and look for the usb controller Step 2. Copy the number that looks like this Step 3. Go back to "Main" and click on "Flash" Step 4. Add this to your syslinux config pci-stub.ids=8086:8d31 (replace "8086:8d31" with the number from Step 2.) Step 5. Save the Syslinux config , shutdown all vms, stop the array and shutdown your pc/server Step 6. After the pc/server is turned off turn off the Power Supply or unplug the power cord and wait ~5-10 Seconds. Step 7. Start the PC/Server
  18. Do you use usb passthrough? when i use the unraid usb device passthrough and not passthrough the entire controller (dont forget to stub the controller!!!) i have a lot of weird bugs: the windows activation doesent work, slow boot and a lot of bsods.
  19. not pinning the ht cores fixed my problems with fps drops in games! i can now play gta v (3440x1440, ultra settings, fxaa, no msaa/txaa) at ~35-45 fps (before only ~20-30 fps)
  20. Try this config: <disk type='file' device='cdrom'> <driver name='qemu' type='raw'/> <source file='/mnt/user/isos/XPEnoboot_DS3615xs_5.2-5644.5.iso'/> <backingStore/> <target dev='hda' bus='sata'/> <readonly/> <boot order='1'/> <alias name='sata0-0-0'/> <address type='drive' controller='0' bus='0' target='0' unit='0'/> </disk> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/DSM/DSM/vdisk1.img'/> <backingStore/> <target dev='hdb' bus='sata'/> <boot order='2'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/DSM/DSM/vdisk2.img'/> <backingStore/> <target dev='hdc' bus='sata'/> <boot order='3'/> <alias name='sata0-0-4'/> <address type='drive' controller='0' bus='0' target='0' unit='4'/>
  21. Thats probably why you cant change the bus type in the gui (My Version: ) Im not 100% sure if this works but try changing the harddrive config to: <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/user/DSM/DSM/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='sata'/> <boot order='2'/> <alias name='sata0-0-2'/> <address type='drive' controller='0' bus='0' target='0' unit='2'/> Replace the red text with your settings
×
×
  • Create New...