Maor

Members
  • Posts

    84
  • Joined

  • Last visited

Everything posted by Maor

  1. Used this method to flash back. Now my server is OK! Asus Strix X370-F gaming Ryzen R7 1700 Unraid 6.7.0 Bios 4801 - passthrough broken. Downgrade back to 4207. hopefully this will be fixed with the Ryzen 3xxx launch. Report to your board vendors.
  2. you are not the only one with the problem.
  3. This is for the new 6.7 RCx so .......
  4. Does anyone has any experience with gtx 690 in VM? The card is quite cheap on ebay and support gamestream as VDI 😄 so it could save pcie slots. I found some posts from 2015 stating, that it is not possible to install drivers in VMs due to code 43 and speculations that it might be some system sharing between dies, eventhough they are in separate IOMMU groups. Also the card could be modded into GRID K2 which could be a beast for virtualization, but would require different VDI solution since gamestream requires physically attached LCD. (I assume that the DVI outs are 2 from one die and 1 from second die for gamestream)
  5. I am total noob, but for me, I had to modprobe it87 the driver before it worked(after every boot). You can anyways run a user script and get the reading without the plugin
  6. could you update the FAQ, it takes lot of time to figure this out
  7. try hitting the detect button in the plugin settings page. if that does not work, try in the text field just "jc42" and hit save (no coretemp). there should be only name of the driver, I believe that the driver name is not "coretemp jc42". hope that fixes your problem
  8. I came across a way of reading the temps on ASUS motherboards. Github here: https://github.com/electrified/asus-wmi-sensors Original thread on level1techs: https://forum.level1techs.com/t/new-linux-sensors-driver-for-crosshair-vii-and-other-boards-with-asus-wmi-sensors-interface/136381
  9. Do you run Unraid in GUI or CMD mode? Clearly you must have missed something. try echo 0 > /sys/class/vtconsole/vtcon0/bind echo 0 > /sys/class/vtconsole/vtcon1/bind echo efi-framebuffer.0 > /sys/bus/platform/drivers/efi-framebuffer/unbind https://forums.unraid.net/topic/56049-video-guide-how-to-easily-passthough-a-nvidia-gpu-as-primary-without-dumping-your-own-vbios/?page=2&tab=comments#comment-644054
  10. The USB is great step towards VMs. That will solve all my problems with not having enough PCIe for additional USB cards.
  11. Would like to know what are the options? What about AMD MxGPU? I could not find anything on the state in jvm, but AMD has downloady for KVM available.
  12. In BIOS you should be able to choose, which GPU will be primary for booting. Unraid than takes that GPU from BIOS. If you do not have such an option in BIOS, than put your nVidia GPU in first slot and AMD GPU in second slot. Performance wise it does not matter, because PCIe x8 is fast enough for the Radeon. https://us.informatiweb.net/tutorials/it/9-bios/230--force-the-use-of-the-internal-graphics-card-onboard-vga.html
  13. I believe that the ITE chip is connected to the ISA bridge. Unraid did not allowed me to pass ISA bridge, since it is not an endpoint device. Also I believe, that bios would lost access to the chip, so the bios fan controll would be broken with passthrough. I will probably build an arduino fan tachometer, if this is not resolved, but interfacing arduino with Unraid would be problem, I have no idea how to make a plugin, so the functionality would be limited to userscripts.
  14. I have UNRAID 6.6.5 and setup a VM with Xubuntu 18.04 (kernel 4.15.0-20) When I try to use apt It get stuck with the following: sudo apt-get update 0% [Waiting for headers] [Waiting for headers] I found out, that it is due to problem with MTU size. When the MTU of the "enp2s0" virtual netwotk interface is set to 1500, it simply does not work. When I set it to MTU = 1472 or similar smaller value it works. Can someone please explain what is wrong? I never had to touch MTU size before, my Unraid server has MTU = 1500 and I never had a problem. EDIT: I managed to hit similar problem with one of my Windows 10 VMs. After reboot the network stopped working, ping was ok. Adapter reseting did not work, only changing MTU to 1350 did the job. UPDATE: cause was Hamachi docker from gfjardim. Stopping using docker solved my problem.
  15. So I tried to compile it myself from this repo: https://github.com/a1wong/it87.git (in Ubuntu forums people claim it working with kernel 4.18) I installed make, gcc, dkms Still having this issue make: error while loading shared libraries: libguile-2.2.so.1: cannot open shared object file: No such file or directory where do I get the libguile for unraid? attached list of packages I have installed pkg.txt
  16. +1 here, Now I have set up a VM with the wifi(rtl8812au) and bridge the wifi to the main virtual network bridge. Still have some issues with it. Nicer would be to have a dedicated plugin/docker for the wifi.
  17. So I finally got somewhat working docker from gfjardim on 6.6.5 I do not know why I had to restart the docker like 8times, before it was able to send the attach request. I think there is room to fix some bugs and make log more verbose. In case someone needs an icon Here
  18. just experienced the same issue with 6.6.1 and 6.6.5 after a bit of playing I believe there is some issue with the vdisk set on auto. choosing manual path worked for me
  19. Thanks for the icons! Here are few I got from deviantart for my Windows VMs
  20. Thanks for the warning feature of the flash public share. Very usefull and important step to make UNRAID safer for new users.
  21. I know, that the maintainer dropped the support for the driver, because Asus does not like linux. I mean, is there a way to update only some parts of UNRAID to get some of the new features such as new GUI and have the old OOT IT87 driver working? Or have anyone tested it with the latest Unraid? I will most probably try to compile the driver for myself, just to see how much pain is it.
  22. is there any solution to the in tree it87 driver? with the unraid 6.6.1 the modprobe stopped working, the default readings I have only the CPU temp on asus X370 strix. Before I was able to read fan speeds and temp from external sensor.
  23. There is another docker https://hub.docker.com/r/lolhens/hamachi/ which is favored by the community apps search. So I have installed it with network as host, priviledged and addec variable account. I got it successfully linked to my logmein account and set the docker client as GATE. But I have a problem, that the network is not active. In the GUI version of hamachi for windows client there is need to manually enable the network. How do I turn the GATE network on? Another problem is, when I restart the docker I got this: /usr/local/hamachi Sending attach request to account@logmein without networks .. failed, busy ./hamachi.sh: line 50: pgrep: command not found The client is already attached, so it will fail with the attach requests. And it shuts down the docker.