Actual installs on uGreen hardware - observations, experiences & tips

You have a dxp6800, correct?

Are you running scale version 24.04.2 on baremetal, or on top of something like proxmox?

Yes, I have a 6800, and I’m running SCALE 24.04.2 on bare metal. I upgraded the RAM to 64 GB the other day, so the factory-installed DIMM is no longer there, if that makes a difference.

I see the MSRP has increased–during the kickstarter, we were told it was US$999; now it’s up to $1199. I don’t think I’d pay either of those prices, but I think it represents good value at the $649 kickstarter price.

Odd. I wonder why I get messages about an EDAC memory controller on my machine and you don’t. Do you have the stock boot drive removed from the machine? Did you ever install ugos?

Nice to see users trying these out. I have a couple racks so wouldn’t use these, but they looked like a fantastic option for people that want something smaller. Have wanted to recommend these as a cheaper alternative to established brands, but not until seeing how they perform. The price increase really blunts the value prospect during the Kickstarter.

LED issue is minor and I expect it’s something they can easily resolve. The cooling seems ‘good enough’ but definitely not great. What fans are installed? I don’t see much on the product page. I’ve got some older U-NAS 810A 8-bay cases that keep the drives at a nice ~30-35c, but they have 2 x 120mm fans for the drives.

Yes, I replaced it and installed TrueNAS on the new one. I never did boot or install UGOS, but figured I’d keep the option open.

I expect it could be done easily enough, but I haven’t seen that it has yet. The script linked up-topic turns the network LED blue and the drive LEDs green, from which they don’t change–I think there’s more work to be done, to the extent anyone thinks it’s important (which I really don’t, but it’d be nice to have a drive LED turn red on a disk fault).

This is probably the biggest limitation. My drives idle at around 40°C, and that’s in a 21°C room where it’s pretty much free-standing–no external obstructions to airflow. I hit thermal throttling on the CPU a bit. I’ve seen occasional reference to fan swaps, but as it’s in the living room right now I don’t want to increase the noise level significantly.

1 Like

How is the noise level, anyway? Fans and disks?

I figured they selected fans that are as quiet as possible while keeping the ‘good enough’ temps. I try to shoot for ~35c which is why my storage is loud and in a rack in a separate room. 40c wouldn’t really bother me, especially for the use-case I imagine people get the U-Greens – to sit in a room they actually use without being obnoxiously loud.

Throttling CPU kind of stinks, but may not be a big deal. Wonder why they didn’t go with AMD?

I can’t really quantify it–it’s noticeable, but not bothersome. I hear the disks more than the fans.

1 Like

As mentioned above, custom kernel drivers are required if you want to enable the HDD status LEDs, or monitor the chassis fan speed via the onboard SuperIO IT8613E chip.

The miskcoo/ugreen_leds_controller repo at GitHub (linked above already) does the trick and can be configured to show network and drive activity.
Only downside is that with a new TrueNAS version, the new kernel module needs to be loaded again. There are pre-compiled ones for TrueNAS available on the repo!

In order to read values of the chassis fan, you mentioned a similar driver would be required. Are you aware of a project that tackled this already, or can you give some guidance on how to get the fan speed values working as well?

I’ll have to take a look at that LED repo again now that I’ve moved the NAS into my home office. Those flashing lights are getting annoying. :rofl:

In order to read values of the chassis fan, you mentioned a similar driver would be required. Are you aware of a project that tackled this already, or can you give some guidance on how to get the fan speed values working as well?

I have not found anything built explicitly for TrueNAS, but I know of a few people using the it87 driver for unraid on their Ugreen systems. It allows them to configure additional temperature monitoring and smart fan speed control.

The above project is based off of this: GitHub - frankcrawford/it87 which, theoretically, should work on any debian system (like TrueNAS) if configured correctly.

Messing with the SuperIO chip can potentially be dangerous if you don’t know what you’re doing, so I haven’t explored it in depth.

If you haven’t yet, take a look at the Ugreen NASync discord server and subreddit. That seems to be where most Ugreen NAS modding info is being shared. I’ll still post my updates here as I think a webforum is more appropriate for documentation.