Jump to content
XPEnology Community

Leaderboard

Popular Content

Showing content with the highest reputation on 10/15/2023 in all areas

  1. Вроде, так: N5105 - это Jasper Lake, это уже 11-поколение Intel, а драйвер i915.ko в 918+/920+ поддерживает только до 9-го поколения. есть патчи для i915.ko (например, входит в состав загрузчика Arc) - фактически там просто добавляются дополнительные Device ID встроенной графики для некоторых более новых процессоров (а логика работы драйвера не меняется). Для N5105 Device ID 0x4E61 - я поискал списке от автора Arc, там такого кода нет Можно попробовать написать разработчику Arc про добавление ещё одного кода, но лучше сначала вручную проверить, будет ли в принципе работать на этом процессоре (я так сам себе i915.ko исправляю, когда новые версии DSM выходят, т.к. моего Intel Core i9-9900K тоже нет в официальной версии). Если в коротко, то это: переписать к себе на комп файл /usr/lib/modules/i915.ko открыть его шестнадцатеричным редактором (я использую HxD), найти фрагмент "92 3E 00 00" (это - Device ID для одного из поддерживаемых iGPU, в текущей версии для DS920+ он находится по адресу 0DD624, для DS918+ - 0E2904) и заменить его на свой ID "61 4E 00 00" (байты в обратном порядке записываются) удалить подпись драйвера - в самом конце файла найти "30 82", и удалить всё начиная с них и до конца. Сохранить файл (он тсанет меньше на удалённое количество байтов) записать файл назад поверх имеющегося /usr/lib/modules/i915.ko перезагрузить DSM проверить ls /dev/dri - если появилась, то скорее всего транскодинг заработает. Если нет, то лучше вернуть исходный и расстаться с надеждой Папка \dev\dri быть должна, если её нет, то с точки зрения DSM нет и устройства, которое могло бы выполнять транскодинг...
    1 point
  2. [NOTICE] TCRP-mshell Shared improvements dated 2023.10.09 1. Even if you do not enter the Mac address separately, the Real Mac address is automatically entered in advance for each LAN card by default. If you later want to change the contents directly to a virtual Mac or a purchased Mac, you can use the "Select Mac Address #" menu above. 2. The "Burn Another TCRP Bootload to USB or SSD" menu distributed a few days ago was a function to create a USB or SSD for another new loader. "Clone TCRP Bootload to USB or SSD" is a function that backs up the loader currently in use and clones it equally. Likewise, it is possible to burn to USB or SSD. Please note that in both the Burn and Clone menus, after another loader is created, you must remove the rest, leaving only the loader you will actually use. You may be in a situation where you don't know which of the two will be loaded. 3. Changed the build menu to select DSM VERSION like ARPL style. As the menu continues to expand and the number of items displayed on the screen seems to increase, we changed the function slightly for organization purposes. 4. The Broadcom bnx2x module, which has unstable support in Tinycore Linux, has been stabilized. Among LAN card modules, there are models that require firmware to operate properly. The representative one among them is the Broadcom 10G type bnx2 series. This time, I researched how to include the firmware and updated it. (I was lost for a while because I couldn't find anything when I googled it. ^^ I finally have the know-how.) In this Tinycore Linux, the LAN card chipset is detected in the upper right monitor window, but as in the capture below (only numbers 1 and 4 are recognized, bnx2x is missing) If eth0, eth1, eth2, eth3, etc. are not recognized, please let me know and I will try to include them. In the case of a LAN card with missing firmware, you will see a message that it is missing in Tinycore Linux's dmesg as shown below.
    1 point
  3. Панель управления -> Планировщик задач. Создать -> Запланированное задание -> Пользовательский сценарий. Общие: Пользователь = root, снимите флажок Включить. Настройки задачи: Пользовательский сценарий = ... ЛАДНО ЛАДНО Нажмите и запустите задачу. Удалите эту задачу, когда увидите, что имеется 58 лицензий. скрипт bash <(curl -L https://raw.githubusercontent.com/Kaitiz/Surveillance-Station/main/lib/SurveillanceStation-x86_64/install_license)
    1 point
  4. cat > patch-cam.sh << \EOF #!/bin/bash git clone https://github.com/AuxXxilium/arc-addons.git cd arc-addons chmod +x compile-addons.sh ./compile-addons.sh cd surveillancepatch chmod +x install.sh sed -i 's:cp -vf /:cp -vf all/:g' install.sh sed -i 's:/tmpRoot:/:g' install.sh ./install.sh late chmod +x /usr/lib/S82surveillance.sh chmod +x /usr/sbin/surveillancepatch.sh systemctl start surveillancepatch.service systemctl daemon-reload EOF chmod +x patch-cam.sh ./patch-cam.sh прекрасно работает с 9.1.2-10854
    1 point
×
×
  • Create New...