Jump to content
XPEnology Community

XAXISNL

Rookie
  • Posts

    6
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by XAXISNL

  1. Good luck! If I can help with anything, let me know.
  2. I've attached that last model.conf config I used in a Proxmox VM that worked. Proxmox VM config: i440fx OVMF (UEFI) Boot image as sata5 Drives passed through by /dev/by-id method NIC: e1000 when running the tinycore loader, changed to e1000e when booting the Qnap image itself. model.conf
  3. When using the TS-x72 as the model, QuTS Hero doesn't need a license. I used to run the TS-672 with QuTS Hero virtually within proxmox and it did run stable. The only reason I stopped using it was because I could only get the disks passed through and recognized through the /dev/by-id/ method and not by passing through the whole controller, which is what I preferred. When passing the whole controller, either on a Q35 or i440fx VM, the Qnap wouldn't recognize the disks. Also, using virtio drivers for the NIC resulted in a working system, but the dashboard and resource monitor wouldn't show any stats for the NIC. No biggie, but needing to use e1000e and disk passthrough instead of more native solutions like sata passthrough and virtio within proxmox felt like a bit of a "half baked solution". But to recap a long story, using a ts-x72 model would result in a working QuTS Hero (updateable) without license issues. MODEL_TYPE="Q0121_Q0170_17_10" PATCHED_FIRMWARE="TS-X72_20230927-h5.1.2.2534" DOWNLOAD_URL="https://eu1.qnap.com/Storage/QuTShero/TS-X72/"
  4. hey there! Thanks for this loader, it works great! Is it possible to add the Realtek 8152 drivers? Extension Name: "r8152" Description : "Adds Realtek RTL8152/RTL8153 Based USB Ethernet Adapters Support" https://raw.githubusercontent.com/pocopico/rp-ext/master/r8152/rpext-index.json
  5. I just did a test with DS918-7.0.1-42218 using the virtio drivers and couldn't get the transfer speed above a gigabit per second, so 100MB/s (I have a 2.5gb LAN). When I recompiled the loader with the vmxnet3 drivers and changed the nics in Proxmox to vmxnet3, transfers went up to 250MB/s It seems, despite virtio being speed-independent, DSM does cap it at 1000mb/s max. Maybe a tip for those out there using >gigabit nics.
  6. As long as there is no powerbutton module, I have used a workaround in Proxmox by using hookscripts. When shutting down the VM from Proxmox, at the 'pre-stop phase' it SSH's into DSM and issues the 'shutdown now' command. elsif ($phase eq 'pre-stop') { # Third phase 'pre-stop' will be executed before stopping the guest # via the API. Will not be executed if the guest is stopped from # within e.g., with a 'poweroff' print "$vmid will be stopped.\n"; print "Shutting down DSM\n"; system("ssh -T USERNAME\@xx\.xx\.xx\.xx 'sudo shutdown now'"); Works great!
×
×
  • Create New...