Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

rachid596

Members
  • Joined

  • Last visited

Everything posted by rachid596

  1. Wait 10min and try to login. Maybe you bind your gpu
  2. 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
  3. OK Thank you very much [emoji1303] Envoyé de mon HD1913 en utilisant Tapatalk
  4. 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
  5. OK Thank you. I will do it manually now. It's easy [emoji16] Envoyé de mon HD1913 en utilisant Tapatalk
  6. No problem. You have time. I do it manually now [emoji23][emoji23][emoji23]. Have a good day Envoyé de mon HD1913 en utilisant Tapatalk
  7. 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
  8. 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.
  9. 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?
  10. Hello, do you plan to make a custom firmware for 6.9beta22? Thanks for your work.
  11. Yes non problem don't look at it i'm just curious [emoji16] Envoyé de mon HD1913 en utilisant Tapatalk
  12. OK Thank you very much. I will try to learn [emoji16]. Have a good day Envoyé de mon HD1913 en utilisant Tapatalk
  13. The two logs say fail ? I see at the end '' all done''
  14. First without nvidia. Second with nvidia Envoyé de mon HD1913 en utilisant Tapatalk
  15. 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
  16. 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
  17. 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
  18. I will try. Thank you very much Envoyé de mon HD1913 en utilisant Tapatalk
  19. Hello Is it possible to build with kernel 5.8 rc2? Thank you very much.
  20. Yes i will do that. Thank you very much for your great plugin. Envoyé de mon HD1913 en utilisant Tapatalk
  21. 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
  22. 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
  23. 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
  24. Thank you very much i will see if i can found .patch for this. Maybe Leoyzen can help me? Have a good day.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.