Bug ID 1228057
Summary Headset microphone not recognized
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware x86-64
OS openSUSE Tumbleweed
Status NEW
Severity Normal
Priority P5 - None
Component Sound
Assignee tiwai@suse.com
Reporter ricardo.mestre@suse.com
QA Contact qa-bugs@suse.de
Target Milestone ---
Found By ---
Blocker ---

Running tumbleweed. I have a headset Turtle Beach Stealth Pro. When i plug it
in it detects the output, not the mic.

pactl looks like this:
> ~ ❯ pactl list sources | grep "node.name"
>                 node.name = "alsa_output.usb-Turtle_Beach_Stealth_Pro_PlayStation_7702FFFF7202-01.analog-stereo"


In the sound system settings I am able to redefine this source profile from
"Analog Stereo Output" to "Pro Audio". This makes the input visible in pactl:

> ~ ❯ pactl list sources | grep "node.name"
>                 node.name = "alsa_output.usb-Turtle_Beach_Stealth_Pro_PlayStation_7702FFFF7202-01.pro-output-0"
>                 node.name = "alsa_output.usb-Turtle_Beach_Stealth_Pro_PlayStation_7702FFFF7202-01.pro-output-1"
>                 node.name = "alsa_input.usb-Turtle_Beach_Stealth_Pro_PlayStation_7702FFFF7202-01.pro-input-0"

Then, i am even able to record directly from the mic (and play) using:
> parec -d alsa_input.usb-Turtle_Beach_Stealth_Pro_PlayStation_7702FFFF7202-01.pro-input-0  --file-format=wav output.wav
> aplay output.wav

However, no application seems to use this as an input device (even apps for
recording sound).

I wouldn't say its a headset compatibility issue with linux systems in general
as ubuntu seems to detect and set up everything as expected just by plugging it
in.



also:

> ~ ❯ cat /etc/os-release                                                                                                                                                                  
> NAME="openSUSE Tumbleweed"
> # VERSION="20240503"
> ID="opensuse-tumbleweed"
> ID_LIKE="opensuse suse"
> VERSION_ID="20240503"
> PRETTY_NAME="openSUSE Tumbleweed"
> ANSI_COLOR="0;32"
> # CPE 2.3 format, boo#1217921
> CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20240503:*:*:*:*:*:*:*"
> #CPE 2.2 format
> #CPE_NAME="cpe:/o:opensuse:tumbleweed:20240503"
> BUG_REPORT_URL="https://bugzilla.opensuse.org"
> SUPPORT_URL="https://bugs.opensuse.org"
> HOME_URL="https://www.opensuse.org"
> DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
> LOGO="distributor-logo-Tumbleweed"


You are receiving this mail because: