rachid596

Members
  • Posts

    303
  • Joined

  • Last visited

Everything posted by rachid596

  1. Very strange problem. I don't know Why. With amd graphics it's better to choose q35 but in this case i don't know Envoyé de mon HD1913 en utilisant Tapatalk
  2. Try install old driver. Envoyé de mon HD1913 en utilisant Tapatalk
  3. Try to change machine type to q35 Envoyé de mon HD1913 en utilisant Tapatalk
  4. Did you try Tools> Docker Safe New Perms Good luck
  5. Look your private message Envoyé de mon HD1913 en utilisant Tapatalk
  6. After you can try to buy a pci express card sata.
  7. Me too i have the Same log but fine since long time [emoji16]. Envoyé de mon HD1913 en utilisant Tapatalk
  8. OK, I can't understant, now patch file is working sending incremental file list ./ 60369a4f8d61bacd437adab0518581afb90bea24..0d14f06cd6657ba3446a5eb780672da487b068e7.patch sent 2,379 bytes received 38 bytes 4,834.00 bytes/sec total size is 2,168 speedup is 0.90 ---Applying patches to Kernel, please wait!--- patching file drivers/pci/quirks.c Hunk #1 succeeded at 3719 with fuzz 2 (offset -23 lines). Hunk #2 succeeded at 4877 with fuzz 1 (offset 288 lines). patching file drivers/ata/libata-core.c Hunk #1 succeeded at 2388 (offset 1 line). Hunk #2 succeeded at 2481 (offset 4 lines). Hunk #3 succeeded at 2534 (offset 4 lines). Hunk #4 succeeded at 2559 (offset 4 lines). Hunk #5 succeeded at 2655 (offset 5 lines). patching file drivers/scsi/hpsa.c Hunk #1 succeeded at 978 (offset 2 lines). patching file drivers/scsi/mvsas/mv_init.c Hunk #1 succeeded at 655 (offset -31 lines). patching file fs/reiserfs/resize.c patching file fs/reiserfs/super.c patching file arch/x86/kvm/x86.c Hunk #1 succeeded at 116 with fuzz 1 (offset 7 lines). patching file include/linux/blkdev.h Hunk #1 succeeded at 1165 with fuzz 2 (offset -159 lines). patching file drivers/pci/quirks.c Hunk #1 succeeded at 3564 (offset 173 lines). patching file include/linux/pci_ids.h Hunk #1 succeeded at 1797 (offset 13 lines). patching file lib/raid6/algos.c Hunk #1 succeeded at 28 with fuzz 2 (offset -5 lines). Hunk #2 succeeded at 234 (offset 9 lines). Hunk #3 succeeded at 319 (offset 15 lines). It's work with 6.8.9 and 6.9 In attachement the log file and patch file. 2020-06-30_18.34.43.log 60369a4f8d61bacd437adab0518581afb90bea24..0d14f06cd6657ba3446a5eb780672da487b068e7.patch
  9. OK Thank you very much [emoji1303] Envoyé de mon HD1913 en utilisant Tapatalk
  10. How do you access to the full log ? My chrome browser hang and i have to close it and ré open it. Envoyé de mon HD1913 en utilisant Tapatalk
  11. OK Thank you. I will do it manually now. It's easy [emoji16] Envoyé de mon HD1913 en utilisant Tapatalk
  12. No problem. You have time. I do it manually now [emoji23][emoji23][emoji23]. Have a good day Envoyé de mon HD1913 en utilisant Tapatalk
  13. Do you know why user patch is not working? I use this two. It's like the docker don't use it. 60369a4f8d61bacd437adab0518581afb90bea24..0d14f06cd6657ba3446a5eb780672da487b068e7.patch 0d14f06cd6657ba3446a5eb780672da487b068e7..5727043c73fdfe04597971b5f3f4850d879c1f4f.patch
  14. Yes First of all I tried to put the .patch files in `` user patches '' but it didn't work. So I get the `` tar.gz '' of the kernel used by the docker and I decompressed it and modified the quirks.c file in drivers> pci and I add these lines after the static void quirk_intel_no_flr(struct pci_dev *dev) block: /* * Ryzen 3rd-gen CPU-provided USB and audio advertise FLR, but invoking it hangs. * NOTE: Not true for chipset-provided USB which has the same ID. */ static void quirk_amd_no_flr(struct pci_dev *dev) { dev->dev_flags |= PCI_DEV_FLAGS_NO_FLR_RESET; } DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_AMD, 0x149c, quirk_amd_no_flr); DECLARE_PCI_FIXUP_EARLY(PCI_VENDOR_ID_AMD, 0x1487, quirk_amd_no_flr); Then I compress to tar.gz and I put it in the docker folder. When i start the docker he found a local copy of the kernel and he use it to compile the custom firmaware. If you want more explication you can tell me.
  15. Hello, I'm now able to create a custom firmware with amd USB3 and audio patch for Unraid 6.8.3 and the beta. Thank you very much for your great plugin. Do you have a Paypal for donate?
  16. 5.7.2 is the version of the kernel on 6.9 beta22 😁. Here Envoyé de mon HD1913 en utilisant Tapatalk
  17. No risk just save a backup of your unraid flash drive. It's very easy you just extract the zip and replace bzimage, bzroot, bzmodules, bzfirmware in the falsh drive by your download. Link custom kernel with Nvidia driver: https://mega.nz/file/98RGhICA#PQYqC5zJFLz2JcTxh7aPPSC7LjF21WUyA4jz7XfHUkE Try and tell me
  18. Unraid nvidia is only if you want to install nvidia driver they do not include patch for ryzen 3 for usb and audio. I have a custom kernel with nvidia and patch for usb and audio Matisse if you want.
  19. if you want i build a custom kernel for beta22 with usb and audio patch to passthrough to the VM.