Everything posted by rachid596
-
UNRAID 6.9 won't start after messing with IOMMU groups on new Ryzen build
Wait 10min and try to login. Maybe you bind your gpu
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
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
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
OK Thank you very much [emoji1303] Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
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
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
OK Thank you. I will do it manually now. It's easy [emoji16] Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
No problem. You have time. I do it manually now [emoji23][emoji23][emoji23]. Have a good day Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
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
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
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.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
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?
-
[KERNEL]custom kernel build with treaks (2020.03.07 v6.8.3|5.5.8|4.19.108|NAVI|VEGA|NFSv4|R8125|Zen2)
Hello, do you plan to make a custom firmware for 6.9beta22? Thanks for your work.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Yes non problem don't look at it i'm just curious [emoji16] Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
OK Thank you very much. I will try to learn [emoji16]. Have a good day Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
The two logs say fail ? I see at the end '' all done''
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
First without nvidia. Second with nvidia Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
i have this wiyh uname -a "Linux Tower 5.5.8-Unraid #1 SMP Sat Mar 7 14:24:42 CST 2020 x86_64 AMD Ryzen 9 3900X 12-Core Processor AuthenticAMD GNU/Linux" I attach my log file in outpout folder i have bzroot and bzimage Thanks log.txt
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Yes it's boot without nvidia kernel. It's for unraid 6.8.3. I rename it for the docker use it automatically at start without download it from Web. Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
i rename the 5.8rc2 to linux-5.5.8.tar.gz and the script compile it but when i enable nvidia support i have a bzmodule with size of 4kb. If i compile without nvidia it's work great but i don't have bzmodules in output folder only bzroot and bzfirmware. Thanks
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
I will try. Thank you very much Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Hello Is it possible to build with kernel 5.8 rc2? Thank you very much.
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Yes i will do that. Thank you very much for your great plugin. Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
I just found this: https://forums.unraid.net/bug-reports/prereleases/unraid-os-version-690-beta22-available-r955/page/5/?tab=comments#comment-9490 The last post says that limetech will implemented in the next release and it's include in 5.8 kernel if i understand. Thank you very much
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Thank you very much. I Only need this patch for my setup, your docker able to add nvidia for me. I do not test the beta22. I have an asus rog crosshair viii hero with ryzen 3900x. Good lunch Envoyé de mon HD1913 en utilisant Tapatalk
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
i found this: https://www.reddit.com/r/VFIO/comments/eba5mh/workaround_patch_for_passing_through_usb_and/ And i have no idea of how to implement this with your docker But if you need a tester i'm your man Thanks
-
[Support] ich777 - AMD Vendor Reset, CoralTPU, hpsahba,...
Thank you very much i will see if i can found .patch for this. Maybe Leoyzen can help me? Have a good day.