• Dremor@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Openrgb isn’t a kernel module. You should be loading i2c-dev, with modprobe i2c-dev

    • VeilleuseOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      OK. I have tried modprobe i2c-dev but it does nothing.

      • Dremor@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        If you mean there is no return in the terminal, this is normal. I know, it is counterintuitive, but it is like that. No return => module loaded

        • CalcProgrammer1M
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          You also need to load the i2c driver for your motherboard. i2c-dev is the framework for accessing i2c from userspace but does not provide the actual hardware interface. This is provided by another module. For Intel boards, this is i2c-i801. For AMD, this is i2c-piix4.

          It doesn’t hurt to load both.

          sudo modprobe i2c-piix4

          sudo modprobe i2c-i801

          • Dremor@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            1 year ago

            Good to know. Strangely enough i2c-dev seem to be enough to detect my RAM, without loading i2c-piix4 (Asus Dark Hero). Those were the only devices not detected without i2c.

            • CalcProgrammer1M
              link
              fedilink
              English
              arrow-up
              1
              ·
              1 year ago

              It’s possible that i2c-piix4 is already being loaded for some reason or that the driver is compiled into your kernel rather than as a module. Kernel configurations vary across distros. Glad it’s working either way!

        • VeilleuseOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          OK! 👍 Thank you for explanations. But even if it is loaded, OpenRGB still says that it is not.

                • VeilleuseOP
                  link
                  fedilink
                  English
                  arrow-up
                  1
                  ·
                  1 year ago

                  Oh… in a voice channel… Sorry but english is not my native language (french) and I’m afraid we won’t understand each other very well. Thank you anyway for your help.