Hello everyone, I got a New sound card (Soundblaster g6) and use it under xubuntu 22.04

The problem is that the default settings of the card are not usable for my use case. For example, the capture device is always set to line-in (instead of external mic) whenever i boot or replug the device.

I changed the settings with alsamixer to my likings and stored the .state file in my ~/.config/ folder When i run restore after reboot all is good. Unfortunatley not for long as the cards keeps going back to its default settings once in a while (sometimes every minute)

I try to solve this with a bash script that restores every 60seconds.

My question is how do i make my stored .state file to the default the card resets to? So i dont have to restore every 60 seconds.

  • Max-P@lemmy.max-p.me
    link
    fedilink
    arrow-up
    2
    ·
    10 months ago

    It’s Xubuntu 22.04 so most likely PulseAudio.

    Unless you’re using Arch or Gentoo or similar distros that come with nothing by default, it’s pretty much going to have PA or PW.

    I don’t understand how people always end up messing with ALSA when we haven’t used ALSA directly by default on any mainstream distro for nearly a decade. Especially with PipeWire around, ALSA should essentially treated like a low level API you don’t mess with unless you have a kiosk application that’s gonna take exclusive direct use of ALSA. Even ALSA plugins like dmix/dsnoop are wildly outdated and buggy with modern applications, if they even still support using ALSA directly. Messing with ALSA is a recipe for pain especially if you’re not intimate with it. There’s very, very few reasons to do anything with ALSA these days.

    The correct solution is to just select the correct profile from the sound menu, or change it from pavucontrol. That’s it, it’s that simple.

    • mattiOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      10 months ago

      I wish it would work with pacucontrol, but it dies not give me the external mic Option for the inputs. Alsa does. See my parallel comment.

      • mvirts@lemmy.world
        link
        fedilink
        arrow-up
        2
        ·
        10 months ago

        Have you checked the configuration tab on pavucontrol? You can usually change how the card is setup there.