BlueYeti Microphone occasionally stops detecting input until hotplug

Hi all,

Recently got a BlueYeti mic and am running into some issues. It works fine at first and I can detect input both in sound settings and OBS, the volume input indicator updates accurately when it detects sound.

It seems like intermittently it stops detecting sound, even though the input itself is still detected, the input indicator doesn’t update, and trying to record doesn’t capture any input.

Oddly, a reboot itself doesn’t fix the issue, and I need to hotplug the microphone USB cable to resolve.

It doesn’t seem like anything is muted anywhere, I’ve checked in several mixers.

Kernel: 5.18.17-1
DE: Cinnamon
Sound: Pipewire

// Hotplug and re-connect seems to resolve the issue temporarily
[ 1147.110316] usb 5-1: USB disconnect, device number 4
[ 1152.614216] usb 5-1: new high-speed USB device number 5 using xhci_hcd
[ 1154.045730] usb 5-1: New USB device found, idVendor=046d, idProduct=0ab7, bcdDevice= 0.20
[ 1154.045737] usb 5-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1154.045739] usb 5-1: Product: Blue Microphones
[ 1154.045741] usb 5-1: Manufacturer: Generic
[ 1154.045743] usb 5-1: SerialNumber:
[ 1154.508593] input: Generic Blue Microphones Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb5/5-1/5-1:1.3/0003:046D:0AB7.000A/input/input34
[ 1154.564276] input: Generic Blue Microphones as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb5/5-1/5-1:1.3/0003:046D:0AB7.000A/input/input35

systemctl --user list-unit-files | grep pipewire
pipewire-media-session.service enabled enabled
pipewire-pulse.service enabled enabled
pipewire-session-manager.service alias -
pipewire.service enabled enabled
pipewire-pulse.socket enabled enabled
pipewire.socket enabled enabled

Still can’t figure this out :frowning:

Maybe there’s something going on with the detection of high-speed USB device on boot? Or is pipewire just not ready for this ye?

Seems odd it’s detected fine, but only works after a hotplug

BAD (On Boot)

------> [    3.057796] usb 1-4: new high-speed USB device number 4 using xhci_hcd
[    2.415396] usb 5-1: New USB device found, idVendor=046d, idProduct=0ab7, bcdDevice= 0.20
[    2.415400] usb 5-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[    2.415402] usb 5-1: Product: Blue Microphones
[    2.415403] usb 5-1: Manufacturer: Generic
[    2.415404] usb 5-1: SerialNumber: 2201CCH0FHZ8


[    5.195043] input: Generic Blue Microphones Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb5/5-1/5-1:1.3/0003:046D:0AB7.0001/input/input13
[    5.251218] input: Generic Blue Microphones as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb5/5-1/5-1:1.3/0003:046D:0AB7.0001/input/input14
[    5.251367] hid-generic 0003:046D:0AB7.0001: input,hiddev96,hidraw0: USB HID v1.11 Device [Generic Blue Microphones] on usb-0000:09:00.4-1/input3

GOOD (After hotplug)

[ 1743.586237] usb 5-1: USB disconnect, device number 2
------>[ 1750.115928] usb 5-1: new high-speed USB device number 3 using xhci_hcd
[ 1751.550013] usb 5-1: New USB device found, idVendor=046d, idProduct=0ab7, bcdDevice= 0.20
[ 1751.550025] usb 5-1: New USB device strings: Mfr=3, Product=1, SerialNumber=2
[ 1751.550030] usb 5-1: Product: Blue Microphones
[ 1751.550034] usb 5-1: Manufacturer: Generic
[ 1751.550037] usb 5-1: SerialNumber: 2201CCH0FHZ8

[ 1752.020108] input: Generic Blue Microphones Consumer Control as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb5/5-1/5-1:1.3/0003:046D:0AB7.0007/input/input27
[ 1752.076013] input: Generic Blue Microphones as /devices/pci0000:00/0000:00:08.1/0000:09:00.4/usb5/5-1/5-1:1.3/0003:046D:0AB7.0007/input/input28
[ 1752.076110] hid-generic 0003:046D:0AB7.0007: input,hiddev96,hidraw0: USB HID v1.11 Device [Generic Blue Microphones] on usb-0000:09:00.4-1/input3
Audio:
  Device-1: AMD Raven/Raven2/Fenghuang HDMI/DP Audio driver: snd_hda_intel
  Device-2: AMD Family 17h/19h HD Audio driver: snd_hda_intel
  Device-3: MacroSilicon USB3. 0 capture type: USB
    driver: hid-generic,snd-usb-audio,usbhid,uvcvideo
  Device-4: Logitech Blue Microphones type: USB
    driver: hid-generic,snd-usb-audio,usbhid
  Sound Server-1: ALSA v: k5.18.17-1-MANJARO running: yes
  Sound Server-2: PipeWire v: 0.3.57 running: yes

Still an issue, anyone have any further ideas?