Everything posted by archedraft
-
***GUIDE*** Passthrough Entire PCI USB Controller
Change the addr line to addr=00.0 and see what happens
-
***GUIDE*** Passthrough Entire PCI USB Controller
Hi again. No that didn't work. I didn't add this before because I thought it was for a card. Anyways it throws an error for the following: <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/>[/b] It it possibly the address as I highlighted above? Thanks I am wanting to see the XML with the above code entered so I can see if I can spot the issue. Your post on line 6 doesn't have the added code.
-
***GUIDE*** Passthrough Entire PCI USB Controller
Hi again. No that didn't work. I didn't add this before because I thought it was for a card. Anyways it throws an error for the following: <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/>[/b] It it possibly the address as I highlighted above? Thanks Depends on what the error message says? Can you post a screen shot? See the scree capture: Please post your entire XML as well.
-
***GUIDE*** Passthrough Entire PCI USB Controller
I would try making a fresh XML of Windows with unraids VM creator and then only modify the lines necessary for USB passthrough. You will have to view your VM though VNC for the moment but try getting just that working first.
-
***GUIDE*** Passthrough Entire PCI USB Controller
Hmm yeah either should work just fine... So it boots up just fine without error but doesn't find the USB controller, correct? Does the device manager show an unknown device? Maybe check your mobo website for drivers? Other than that I don't have a clue [emoji58]
-
***GUIDE*** Passthrough Entire PCI USB Controller
Hmm yeah either should work just fine... So it boots up give fine without error but doesn't find the USB controller, correct? Does the device manager show an unknown device? Maybe check your mobo website for drivers? Other than that I don't have a clue [emoji58]
-
***GUIDE*** Passthrough Entire PCI USB Controller
What's OS are you running?
-
***GUIDE*** Passthrough Entire PCI USB Controller
Have you tried passing through a different USB bus? Maybe something is screwy with the one you are trying.
-
***GUIDE*** Passthrough Entire PCI USB Controller
Hi again. No that didn't work. I didn't add this before because I thought it was for a card. Anyways it throws an error for the following: <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/>[/b] It it possibly the address as I highlighted above? Thanks Depends on what the error message says? Can you post a screen shot?
-
***GUIDE*** Passthrough Entire PCI USB Controller
Does it work if you remove those bolded items above?
-
***GUIDE*** Passthrough Entire PCI USB Controller
I think you need to add this first <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:14.0,bus=root.1,addr=00.0'/>
-
Dynamix File Integrity plugin
Thanks, I was 1 version off Latest version added the "".
-
Dynamix File Integrity plugin
I also got an email from my server. Same message but a little more info: Subject: Body:
-
Dynamix File Integrity plugin
I am getting the following from my unRAID terminal on upon reboot: I am guessing it has to do with this plugin?
-
Dynamix File Integrity plugin
Wow that's pretty slick. From your pictures above it looks like you are using blake2; however, the help section says that "this is a proprietary solution though". What (if any) are the potential risks of using blake2 being proprietary?
-
Dynamix File Integrity plugin
Just installed and it looks great! Awesome work as always. I removed my old checksums and decided to use blake2 so it is recreating them as I type this. So inotifywait will add any new or modified file automatically?
-
Dynamix File Integrity plugin
Awesome! Very excited!
-
***GUIDE*** Passing Through Network Controllers to unRAID 6 Virtual Machines
Well I'm hardy an expert so take what I say with a grain of salt but yes as far as I know (and have read) any Intel nic cards work very well. They are usually considered the preferred brand of card (for example pfSense).
-
***GUIDE*** Passing Through Network Controllers to unRAID 6 Virtual Machines
eBay, something Intel and PCIe
-
VM Snapshot
https://lime-technology.com/forum/index.php?topic=39061.msg363625#msg363625 This has worked well for me so far. Saved my bacon a few times already.
-
unraid-tunables-tester.sh - A New Utility to Optimize unRAID md_* Tunables
This is going to give me the following: md_num_stripes md_write_limit md_sync_window However unRAID 6.1.4 has the following values: Tunable (poll_attributes): Tunable (md_num_stripes): Tunable (md_sync_window): Should I ignore the md_write_limit output?
-
***GUIDE*** Passthrough Entire PCI USB Controller
What does it say if you remove the follow and try and start? <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pcie.0,addr=1c.0,multifunction=on,port=1,chassis=1,id=root.1'/>
-
***GUIDE*** Passthrough Entire PCI USB Controller
Are you passing through a graphics card as well? If not I think the issue is that instead of <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:12.2,bus=root.1,addr=00.1'/> It should have been: <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=00:12.2,bus=root.1,addr=00.0'/>
-
***GUIDE*** Passthrough Entire PCI USB Controller
Have you tired using this instead of the 06 lines? 0000:00:1c.4 Another option would be to move your unRAID usb to the new internal card and then pass through the motherboard USB? Just a thought.
-
Preclear plugin
I just tried removing and re-adding the plugin and now the icon looks different and it doesn't show up under Settings. Do I need to reboot after installing this plugin? If so I'll have to do that late. And yes I've confirmed the directory location is correct and I've reloading my browser. EDIT: Hmmmm, wonder if this is an issue with VMware. The script seem to install properly and work fine on my backup server which is baremetal. Mine did the same thing when I tried to uninstall and reinstall. A restart seemed to fix it; although it still gets stuck on the "Please wait... retrieving information!" window for me. I am running unRAID on bare metal. Not really sure what to do next but I have been running some manual preclears for the last couple of days :'(