Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throbleshooting on Arch (USB snd and del pacmd) #17

Open
tetrois opened this issue Jun 17, 2024 · 0 comments
Open

Throbleshooting on Arch (USB snd and del pacmd) #17

tetrois opened this issue Jun 17, 2024 · 0 comments

Comments

@tetrois
Copy link

tetrois commented Jun 17, 2024

Hello, I would like to suggest adding the following:

  1. I have a USB microphone connected to my laptop. In some cases, the device identifier in the system changes from 0, which breaks the script (I mean that the path to the device changes, for example, from /dev/snd/hwC0D0 to hwC0D1).

Suggestion how to fix:
Hardcode the sound card index in:
/etc/modprobe.p/sound.conf
add:

options snd_hda_intel index=0
options snd_usb_audio index=1 #(optional)

and reboot

  1. I discovered that in kernel 6.9.5 (maybe in earlier ones) the auto detection of connected headphones or speaker was fixed (Only what pacmd does is fixed). And using pacmd in
    pacmd set-sink-port alsa_output.pci-0000_00_1f.3-platform-skl_hda_dsp_generic.HiFi__hw_sofhdadsp__sink "[Out] Headphones"
    is no longer required.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant