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

    Topics created by ntd

    • ntd

      Sound card support
      Axon series • • ntd

      9
      0
      Votes
      9
      Posts
      2376
      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
      2339
      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 .