• Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. ntd
    3. Topics
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 22
    • Best 4
    • Controversial 0
    • Groups 0

    Topics created by ntd

    • ntd

      Upgrading old firmware on Neuron M103
      Neuron Series • • ntd

      6
      0
      Votes
      6
      Posts
      314
      Views

      C

      Hello @ntd,
      there should be no stability issues with the old firmware, some features might be absent and there may be some bugs, but if you test it and it works fine, it should be okay.

    • ntd

      Sound card support
      Axon series • • ntd

      9
      0
      Votes
      9
      Posts
      2936
      Views

      ntd

      I managed to get what I need by compiling a new (hopefully) compatible set of modules and installing by hands only the needed ones. Here are the steps I followed, executed directly on the AXON as root:

      v=$(uname -r) cd /usr/src wget https://cdn.kernel.org/pub/linux/kernel/v4.x/linux-$v.tar.xz tar xf linux-$v.tar.xz cd linux-$v gzip -dc /proc/config.gz > .config apt install libncurses5-dev bc # Customize the kernel to your needs. In my case I enabled the # snd-usb-audio module that, in cascade, enabled other sound stuff. make menuconfig # Build and install *only* the new modules. make modules mkdir -p /lib/modules/$v/kernel/sound/usb cp sound/usb/*.ko /lib/modules/$v/kernel/sound/usb/ cp sound/core/snd-*.ko /lib/modules/$v/kernel/sound/core/ depmod # Not strictly needed, but forbidding future axon-kernel upgrades # could avoid potential hard-to-debug problems. apt-mark hold axon-kernel
    • ntd

      Internal ModBUS problem
      Neuron Series • • ntd

      6
      0
      Votes
      6
      Posts
      2753
      Views

      ntd

      @ntd said in Internal ModBUS problem:

      I will update this thread when I will have some news.

      Well, I installed the new SD card a couple of months ago and received no complaints ever since, so I suppose this update solved the problem.

      @Martin-Kudláček: thanks again for your support .