• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. Achilleas Kotsis
    3. Topics
    A
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 18
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Achilleas Kotsis

    • A

      unipi-kernel-modules-dkms (2.76~bookworm) fails to build rtc-unipi.ko
      Official API - Evok • • Achilleas Kotsis

      3
      0
      Votes
      3
      Posts
      1154
      Views

      A

      @cleve Because I never use precompiled modules on debian based systems if I can help it since dkms was introduced in the '00s, I like the flexibility of not having to match kernels with specific precompiled modules.
      For example, right now on one of my systems:
      unipi-kernel-modules : Depends: linux-image-rpi-v8 (= 1:6.12.20-1+rpt1~bpo12+1) but 1:6.6.74-1+rpt1 is to be installed

      I have multiple rpi3 and rpi4 based neuron systems that I maintain, most are runing raspberry pi os bookworm aarch64. BTW unipi-kernel-modules-dkms=2.70~bookworm builds just fine until at least linux-image-6.6.74+rpt-rpi-v8

    • A

      unipi-kernel-modules-dkms depends on non-existent package unipi-os-configurator-data
      Official API - Evok • • Achilleas Kotsis

      2
      0
      Votes
      2
      Posts
      979
      Views

      A

      I see now that these are included in neuron-main tree, but it was never installed on my rpi because the install script failed.

      The following packages have unmet dependencies: unipi-kernel-modules : Depends: raspberrypi-kernel (= 1:1.20221104-1) but 1:1.20230106-1 is to be installed E: Unable to correct problems, you have held broken packages. Cleaning temporary files Cleaning temporary files

      I am guessing you need a better way of determining the platform, otherwise this is going to break each time a new rpi kernel is released before you have a chance to build the modules package...

      If anyone needs a workaround, install like this:

      wget -qO - https://repo.unipi.technology/debian/raspberry-install.sh | sed s/unipi-kernel-modules/unipi-kernel-modules-dkms/ | bash
    • A

      unipi-kernel-modules-dkms 1.108 breaks the system on kernel 5.10.103-v7+
      Official API - Evok • • Achilleas Kotsis

      3
      1
      Votes
      3
      Posts
      3175
      Views

      A

      Hi everybody,

      It has been fixed with a new version of the unipi-kernel-modules package.
      At the same time, we increased the output testing of packages.

      Best regards,
      Antonin

    • A

      Modbus CRC errors, rs485 extensions on Neuron
      Official API - Evok • • Achilleas Kotsis

      5
      0
      Votes
      5
      Posts
      840
      Views

      Martin Kudláček

      Hello @Achilleas-Kotsis,
      the issue is not with the unipi-kernel-module, but with the unipi-firmware 5.52. We have removed it from our repository and advise to downgrade to 5.50 (and flash it to the HW via /opt/unipi/tools/fwspi). We are working on the fix.

      Thank you again for reporting this issue and have a nice day,
      Martin

    • A

      Upgrading unipi-kernel-modules-dkms to 1.54 causes infinite reboot loop
      Official API - Evok • • Achilleas Kotsis

      6
      0
      Votes
      6
      Posts
      803
      Views

      M

      Hello @Achilleas-Kotsis,

      I have tried to upgrade the system from a few older images (also with DKMS drivers) and this kind of behaviour did not occur. The issue seems to be coupled with the filesystem write operation and the following sync (should be invoked by umount command in the script).

      Moreover, the .inc file should be updated formerly within the upgrade process (as the step of unipi-common package postinst script).

      Can you retry the whole process with a new uSD card? This kind of problems sometimes occurs on corrupted cards as the write operation is not fully synced in fact.

    • A

      unipi-kernel-modules-dkms does not generate modules on upgrade
      Official API - Evok • • Achilleas Kotsis

      16
      0
      Votes
      16
      Posts
      2985
      Views

      wbm smart

      Thank you