I was hoping someone could possibly help me out with my sound card. I have a Soundblaster G6 running in 18.10. Everything seems to work except the microphone input. I realize Creative Labs doesn't officially support Linux, but since everything else is working. I was wondering if perhaps there was something I could do so that I could use my headset microphone while using it.
Can anyone point me in the right direction?
I found a simple solution. Tested on Ubuntu 20.04.1 (and Fedora 31).
1. Open alsamixer
2. Choose your soundcard
3. Activate 'Capture' for 'Line In' and 'External Mic'
4. Configure PCM Capture Source
5. Record a WAV to test the microphone
6. Playback the WAV
7. Make the change persistent (fail)
After a reboot, The 'PCM Capture Source' keept going back to 'Line In'. I tried a systemd unit file (After=sound.target dbus.service) or a startup script in
.zprofile
... nothing worked. I think this is because the card takes some time to startup. So I came up with this workaround :And add this:
~/bin beeing in my PATH:
I figured it out. Need to add an entry to pulseaudio to get it to see the input from alsa. I posted a tutorial on the process on reddit here