
T-REX-XP
Members-
Content Count
285 -
Joined
-
Last visited
-
Days Won
1
T-REX-XP last won the day on March 7 2020
T-REX-XP had the most liked content!
Community Reputation
19 GoodAbout T-REX-XP
-
Rank
Super Member
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
RedPill - the new loader for 6.2.4 - Discussion
T-REX-XP replied to ThorGroup's topic in Developer Discussion Room
Hi. Unfortunately no. It's not relevant for me right now. I left my home due to war(( -
RedPill - the new loader for 6.2.4 - Discussion
T-REX-XP replied to ThorGroup's topic in Developer Discussion Room
Does DS3622xs supporting efficient HW transcoding with CPU ? Actually, I'm not sure. I had an Asus p10s-i with g4620 CPU, but with DSM ds918/1019 based on jun/redpill loader no one device inside /dev/dri/ folder is presented. So, that MB has Intel® C232 Chipset, that doesn't support that feature. Quick answer: the ability of the HW transcoding is based on the chipset functionality. -
Actually no. I tried to do the same with atomic pi. There is no way to do it. P.s. as a workaround: install unraid, then use vm. It works.
-
You need to compile driver at first. Please find the good manual https://forums.unraid.net/topic/98064-support-blakeblackshear-frigate/
- 1 reply
-
- 1
-
-
SurveillanceStation-x86_64-8.2.2-5766
T-REX-XP replied to montagnic's topic in Програмное обеспечение
Hi, do you have any updates regarding your experiment ?) Does your modification stable ? Thanks in advance -
I'm not sure that is a good idea to build web ui as a part of bootloader. Its completely different parts. I mean we can use any os as a way to load wizard of generating the bootloader image.
-
It seems like we have got great progress with autogenerating the loader. How about building web ui? I guess we can use nodejs or something the same to build web ui. It's more user-friendly then terminal commands.
-
RedPill - the new loader for 6.2.4 - Discussion
T-REX-XP replied to ThorGroup's topic in Developer Discussion Room
I can't confirm that its working without patching the libs. Actually I have received the only cache device inside the storage manager. But it that case I can mount the ssd to the separate folder . -
Вы не правы. Я так ssd Samsung evo 250gb меньше чем за год угробил. И это у меня не было нагрузки. Для ss, точно не нужно чтоб она на раздел с кешем писала. Ресурс ссд сразу закончится
-
RedPill - the new loader for 6.2.4 - Discussion
T-REX-XP replied to ThorGroup's topic in Developer Discussion Room
Is it make sens to create RP module with your approach? -
The same for Samsung 860 evo 250gb
-
RedPill - the new loader for 6.2.4 - Discussion
T-REX-XP replied to ThorGroup's topic in Developer Discussion Room
@WiteWulf,Thanks for your answer on my prev question. @ThorGroup Here is my result of the investigation: I have build my loader image with custom ext for igb driver made by pocopico using tool-chain 0.11, so during the boot log analyzing I have found that this module is broken and it is non necessary on my setup due to OOB driver is working fine. Here is an error from my boot log :: Loading kerne[ 7.057313] igb: Unknown symbol i2c_bit_add_bus (err 0) l modules from extensions ... Loading kmod #0 "igb.ko" for pocopico.igb (args: ) insmod: can't insert 'i -
T-REX-XP started following Crack arm VERSION.
-
RedPill - the new loader for 6.2.4 - Discussion
T-REX-XP replied to ThorGroup's topic in Developer Discussion Room
Guys, want to update 6.2.3 with jun loader to 6.2.4 redpill. I have already build an image with igb driver, and succesfuly boot from it, but installing process can't see previous setup (( so, advice me to install DSM from scratch(( May I miss something during building the loader any custom steps?? -
RedPill - the new loader for 6.2.4 - Discussion
T-REX-XP replied to ThorGroup's topic in Developer Discussion Room
@ThorGroup, Here is a few things regarding the FAn control with PMU I've tested the following way to set speed of the CPU FAN on 6.2.3 insmod hwmon-vid.ko insmod nct6775.ko optional install sensors(lm-sensors) via ipkg Then the fan speed can be set like this: #default value echo 5 > /sys/devices/platform/nct6775.656/hwmon/hwmon1/pwm2_enable Here is a few userful commands: #find all pwm: find /sys/devices -type f -name "pwm*" #find beep /sys/devices/platform/nct6775.656/hwmon/hwmon1/beep_enable #enable /disable beep ech