October 28, 20241 yr Just got an a40. I cant see the power draw in the CLI nor in the dashboard. The bar fills but no numbers. thelibrary-diagnostics-20241028-1942.zip
October 28, 20241 yr Author 1 hour ago, DuzAwe said: Just got an a40. I cant see the power draw in the CLI nor in the dashboard. The bar fills but no numbers. That's normal and I can't do anything about it. dGPUs report the temperature alongside the power different than an iGPU. Issue `sensors` form a Unraid terminal and see if your card reports any of the above mentioned.
October 28, 20241 yr 37 minutes ago, ich777 said: That's normal and I can't do anything about it. dGPUs report the temperature alongside the power different than an iGPU. Issue `sensors` form a Unraid terminal and see if your card reports any of the above mentioned. AH! Yup says N/A for power1. Cool, as always thanks for the help and awesome work.
October 31, 20241 yr How do I pass through Coral to Home Assistant VM to use on Frigate? I have the Coral plugin running, but when the frigate yaml file says: detectors: coral: type: edgetpu device: pci It acts as if theres nothing there. Thanks
October 31, 20241 yr Author 3 minutes ago, gecl said: How do I pass through Coral to Home Assistant VM to use on Frigate? Do you have a PCI based Coral device or USB based device? Did you read already in the template from Frigate how to do it or was this information already removed?
November 1, 20241 yr 4 hours ago, ich777 said: Do you have a PCI based Coral device or USB based device? Did you read already in the template from Frigate how to do it or was this information already removed? I have a PCIe coral (M.2 A+E). Running HAOS as VM and when I use Coral's directions https://coral.ai/docs/m2/get-started/#2a-on-linux When I try to add the Debian package I get this error curl: (23) Failure writing output to destination Edited November 1, 20241 yr by gecl
November 1, 20241 yr 1 hour ago, gecl said: I have a PCIe coral (M.2 A+E). Running HAOS as VM and when I use Coral's directions https://coral.ai/docs/m2/get-started/#2a-on-linux may 1st upload a diagnostics, and may ahead, when you use a VM, did you pass through the card to the VM ? if so, how ? if not, then ... pass it to the VM. if its only meant to be used in the VM, you also wont need the plugin, that would be for a docker setup.
November 1, 20241 yr Author 2 hours ago, gecl said: Running HAOS as VM What has this to do with Frigate? 2 hours ago, gecl said: When I try to add the Debian package I get this error Into the HAOS VM? I really don‘t understand what you are trying to do, if you are installing the plugin it will install the drivers, then it will detect your Coral TPU and you should be able to see information and the Coral TPU itself on the plugin settings page. If you then want to use it in Frigate just pass /dev/apex0 to the Frigate Container and everything should work. All the above is only valid if you are running Frigate on Unraid and not in a VM. If you are trying to run Frigate in the VM then you should pass through the device to the VM as @alturismo already recommended and you shpuld be able to use the Coral TPU, however if this is the case then you should ask on the HomeAssistant forums why you get this error since this is not Unraid related anymore because it‘s a VM.
November 15, 20241 yr Has anyone been able to get a plugin working for intel compute runtime? In particular the level zero. Would be great to have the library for intel gpus (libze) to run ollama. I just cant seem to figure out what all I need to do when using Unraid-Kernel.
November 15, 20241 yr Author 3 hours ago, Elimisback said: Has anyone been able to get a plugin working for intel compute runtime? In particular the level zero. Would be great to have the library for intel gpus (libze) to run ollama. I just cant seem to figure out what all I need to do when using Unraid-Kernel. Is this a request for a new plugin? What do you want to compile? Please explain a bit more in depth what do you want to do or what you need. I'm not very into Machine Learning, do you need a Kernel module for Intel Compute Runtime?
November 15, 20241 yr Hi there, I have a question about the UGREEN LED Plugin on my DXP-480T Plus. Everything looks good after installation. The flashing stops and the LED lights up continuously. This always lasts for a few days and restarts, then the LED simply stays off more often. Sometimes it works again after a restart, sometimes not. If I uninstall the plugin and reinstall it, everything immediately works again as it should, but only for a few days. Is there a way to narrow down the error more precisely? Thanks in advance. datarepos
November 15, 20241 yr Author 23 minutes ago, datarepos said: Hi there, I have a question about the UGREEN LED Plugin on my DXP-480T Plus. Everything looks good after installation. The flashing stops and the LED lights up continuously. This always lasts for a few days and restarts, then the LED simply stays off more often. Sometimes it works again after a restart, sometimes not. If I uninstall the plugin and reinstall it, everything immediately works again as it should, but only for a few days. Is there a way to narrow down the error more precisely? Thanks in advance. datarepos Do you have Diagnostics when it stays off? Can you please explain what do you mean it stays off more often? Does it light up initially on boot and then it goes out? Did you yet try to completely shut down the system and leave it off for a few minutes, power it back on and then see if it lights up correctly. I assume you did a lot of testing/restarts over the last few days because of your Plex issue correct? Just to be clear, for this UGREEN model the plugin just tells the power LED to stop pulsing and stay solid on boot. You can also try to issue this command from a Unraid Terminal and see if anything changes: I2C_DEV=$(i2cdetect -l | grep "SMBus I801 adapter" | grep -Po "i2c-\d+" | cut -d '-' -f2) i2cset -y ${I2C_DEV} 0x26 0xa0 1 b # red off i2cset -y ${I2C_DEV} 0x26 0xa0 2 b # white off i2cset -y ${I2C_DEV} 0x26 0xb1 2 b # white on i2cset -y ${I2C_DEV} 0x26 0x51 0 b # Slow Flash off i2cset -y ${I2C_DEV} 0x26 0x50 0 b # Permanently on (just copy and paste all at once into the terminal and press Enter) I could imagine that something got confused when rebooting many times but I assume you won't do that when you run the box under normal circumstances and reboots will be very rare. However Diagnostics would be very helpful from when the LED stays off. @Joly0 have you yet had that issue?
November 15, 20241 yr Hi, diagnostics are attached. 2 hours ago, ich777 said: Do you have Diagnostics when it stays off? Can you please explain what do you mean it stays off more often? Does it light up initially on boot and then it goes out? Yes, this is the behaviour. Did you yet try to completely shut down the system and leave it off for a few minutes, power it back on and then see if it lights up correctly. - Not yet but I will try next time. I assume you did a lot of testing/restarts over the last few days because of your Plex issue correct? - Yes, I did. zoidberg-diagnostics-20241115-1233.zip
November 15, 20241 yr 7 hours ago, ich777 said: Is this a request for a new plugin? What do you want to compile? Please explain a bit more in depth what do you want to do or what you need. I'm not very into Machine Learning, do you need a Kernel module for Intel Compute Runtime? Short answer yes i think the request is for a Kernel module for Intel Compute Runtime. More expanded answer: Currently ollama supports oneapi for intel gpus/igpus. This is done by looking for libraries with the following format "Searching for GPU library" name=libze_intel_gpu.so* When i look into that it does appear that a higher kernel of ubuntu has implemented it and has a package https://www.ubuntuupdates.org/package/core/oracular/universe/base/libze-intel-gpu1 and the higher level package https://code.launchpad.net/ubuntu/+source/intel-compute-runtime. I just can't get it to run on unraid as it is a lower kernel module and i can't piece enough parts together. I am currently on 6.12.13 for unraid. Edited November 15, 20241 yr by Elimisback
November 15, 20241 yr Author 13 minutes ago, Elimisback said: I just can't get it to run on unraid as it is a lower kernel module and i can't piece enough parts together. Oh wait you are talking about a library and maybe OpenVINO...? The link that you've provided is just a library that needs to be installed and most of the times it is enough to have it installed in the container and not on the host and pass over the device since it's using OpenCL from what I can see. As an example take OpenVINO, you just need to pass through /dev/dri and /dev/bus/usb to the container and OpenVINO will work in the container, as long as the container has installed all libraries to utilize OpenVINO. If you are talking about Intel GNA then you are out of luck since Intel has deprecated Intel GNA about two months ago IIRC. Intel GNA was a Kernel module that needed to be built. The library that you've linked just need access to the iGPU like in the example I posted for OpenVINO. Hope that makes all sense to you.
November 15, 20241 yr 48 minutes ago, ich777 said: Oh wait you are talking about a library and maybe OpenVINO...? The link that you've provided is just a library that needs to be installed and most of the times it is enough to have it installed in the container and not on the host and pass over the device since it's using OpenCL from what I can see. As an example take OpenVINO, you just need to pass through /dev/dri and /dev/bus/usb to the container and OpenVINO will work in the container, as long as the container has installed all libraries to utilize OpenVINO. If you are talking about Intel GNA then you are out of luck since Intel has deprecated Intel GNA about two months ago IIRC. Intel GNA was a Kernel module that needed to be built. The library that you've linked just need access to the iGPU like in the example I posted for OpenVINO. Hope that makes all sense to you. my problem is that the container doesn't currently come with the needed libraries. I was trying to find a work around to get the libraries into the container or on the system itself. I was starting to look at linuxserver to see if setting something up like their docker mods would work. I did pass through the device no issue there just wrong libraries. Edited November 15, 20241 yr by Elimisback
November 15, 20241 yr Author 2 hours ago, Elimisback said: my problem is that the container doesn't currently come with the needed libraries. I was trying to find a work around to get the libraries into the container or on the system itself. I was starting to look at linuxserver to see if setting something up like their docker mods would work. I did pass through the device no issue there just wrong libraries. The issue with that is, even if the libraries are available on the Host that wont help you in the container since the container needs to have to have the libraries since the application in the container needs to have access to the libraries and also don't forget libraries are most of the times not compatible between Distributions (Unraid = Slackware, most containers Alpine/Arch/Debian/Ubuntu). Hope that makes sense.
November 15, 20241 yr RADEON-TOP UR 6.12.13 Ryzen 5 8500G / Radeon 740M Graphics Forgive me if this was listed somewhere. I've been working on this for quite some time and all the searches I have done have led me nowhere. I've managed to get the system to boot up and the GPU is shown in the device list. I had to blacklist it in modprobe or the whole server would lock up at boot. So now that the system is up and I can see the VGA in the devices, I went to install Radeon-Top. When it came to the last part, enabling amdgpu kernel 'something', the whole thing locked up again. Was this a fluke and I should try installing it again? If the GPU is blacklisted does this pose a problem for Radeon-Top? Is Radeon-Top needed anymore to get the GPU into a Plex container? The GPU Stats plugin can see my Nvidia card and it does see the AMD one but nothing is displayed. Could this be down to the UR kernel not supporting the GPU as yet? (I can't confirm this is a fact but other posts on Linux systems all point to kernels above 6.1.106)
November 15, 20241 yr Author 20 minutes ago, aglyons said: So now that the system is up and I can see the VGA in the devices, I went to install Radeon-Top. When it came to the last part, enabling amdgpu kernel 'something', the whole thing locked up again. Yes, because RadeonTOP is making sure the module is enabled. 20 minutes ago, aglyons said: Was this a fluke and I should try installing it again? If the GPU is blacklisted does this pose a problem for Radeon-Top? Is Radeon-Top needed anymore to get the GPU into a Plex container? If you have issues booting up your server without blacklisting your AMD GPU it isn't a fluke and if you install RadeonTOP again it will make again sure to enable the module that you've blacklisted. I would recommend that you upgrade to Unraid 7.0.0-beta.4 and see if you can boot that version without the blacklist, if the server boots fine without the blacklist then it is safe to install RadeonTOP. I assume you know when you blacklist a module in modprobe.d that the device isn't working properly since the driver isn't loaded. However, if you are feeling uncomfortable upgrading to Unraid 7.0.0-beta.4 I can tell you that I've been running in on my main server since release (compiling Kernel Module packages for the Driver plugins, creating Plugins,...).
November 15, 20241 yr 8 minutes ago, ich777 said: I would recommend that you upgrade to Unraid 7.0.0-beta.4 Do you have any insight on when UR7 might be going general release? I know we haven't seen any RC releases but then again, I don't know if the UR team do those. If it's not long then I can wait. I'm not a Linux pro by any measure. Simply problems that others solve in minutes can take me days to figure out.
November 15, 20241 yr Author 50 minutes ago, aglyons said: Do you have any insight on when UR7 might be going general release? I know we haven't seen any RC releases but then again, I don't know if the UR team do those. If it's not long then I can wait. I'm not a Linux pro by any measure. Simply problems that others solve in minutes can take me days to figure out. There will be an RC but how long it takes I really can‘t say…
November 18, 20241 yr Hello, I tried to use "UGREEN LED Driver" on my DXP6800 Pro that it's supposed to be already supported by the plugin, but it doesn't work. I'm running Unraid 7 beta 4, I already tried to uninstall and reinstall the plugin but it still doesn't work. @ich777 Can you please help me? Thanks
November 18, 20241 yr Author 1 hour ago, rgreco said: Can you please help me? Only if you provide more information. Have you yet tried to reboot with the plugin installed? Please post your Diagnostics after the reboot if it still doesn‘t work.
November 18, 20241 yr 4 hours ago, ich777 said: Only if you provide more information. Have you yet tried to reboot with the plugin installed? Please post your Diagnostics after the reboot if it still doesn‘t work. Sure @ich777, here you go: nas-diagnostics-20241118-2349.zip Power button LED is static, first LED in flashing, second LED is static as well, others are off (I have one NVME and one HDD). I don’t know why the first LED is always flashing.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.