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.

Quiver

Members
  • Joined

  • Last visited

Everything posted by Quiver

  1. @ich777 @SimonF I am sorry. It turns out I was mislead to remove the blacklist whilst troubleshooting the GPU issue earlier. That still doesn't tell me why the GPU didn't work with the open source driver in the first place, but is probably not common for others experiencing this issue. With AI and other forums and boards out there, I do believe that the potential for others to be mislead like me would exist, so it may still be relevant to mention here.
  2. I've spent hours working on the "NVIDIA-SMI has failed because it couldn’t communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running" error. This worked for me (yes it is an output from an LLM), I hope this works for someone else and I am by no mean trying to step on the developer (you can remove this if you see it fit), it's just hard to read through 216 pages of issues. Issue After installing an NVIDIA GPU (RTX 3060 / 5070 Ti) in Unraid, nvidia-smi failed with: NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver dmesg showed that the nouveau driver was binding to the GPU during early boot: nouveau 0000:xx:xx.x: NVIDIA GA106 NVRM: No NVIDIA devices probed This caused the NVIDIA kernel module to load but find no devices, resulting in modprobe: No such device. Root CauseUnraid was loading the nouveau driver at boot before the NVIDIA driver, even though the NVIDIA plugin was installed. Blacklisting nouveau via modprobe.d alone was not sufficient, because nouveau was loaded during early kernel initialization. FixDisable nouveau at the kernel boot level using Syslinux: Go to Main → Flash → Syslinux Configuration Under Unraid OS, modify the append line: Before: append initrd=/bzroot After: append modprobe.blacklist=nouveau nouveau.modeset=0 initrd=/bzroot Apply changes and reboot. After reboot: lsmod | grep nouveau → no output lspci -nnk shows Kernel driver in use: nvidia nvidia-smi works correctly ResultGPU is properly claimed by the NVIDIA driver, CUDA is available, and both proprietary and open-source NVIDIA drivers work as expected (confirmed with RTX 5070 Ti on Open Source driver).

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.