1

I am very new to Linux and have been loving it so far. However, this is the first problem I have run into that I havent been able to trouble shoot online. When I go to my sound setting and try to find an input device nothing appears; however, I have output audio.

screenshot 1

I ran arecord -l and I get the following output:

**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALCS1200A Analog [ALCS1200A Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 2: ALCS1200A Alt Analog [ALCS1200A Alt Analog]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

I also installed and ran pavucontrol. When I go to input devices nothing appears under show all expect monitors. However, when I switch to all input devices my headphones appear:

screenshot 2

I when I try to run pulseaudio -D it fails. And I get E: [pulseaudio] main.c: Daemon startup failed.

I am super lost. Any help would be really appreciated.

My hardware that I am trying to connect to Linux is power beats pro

brzig
  • 11

2 Answers2

0

Looks good sofar. Your hardware is certainly supported, but probably your settings are mixed up. If pulseaudio is running and you call pulseaudio -D: it will fail, since the daemon already runs.

For pavucontrol to configure an output sound two tabs are relevant:

[1]

Here you can see where the output goes. Currently my HDMI Port is active, so any sound would come out the monitor speaker.

The configuration page shows you, which cards you have (in my case two cards: the mainboard audio card and the Nvidia HDMI Sound card. Select the "profile", usually similar to what you can see in the picture.

[2]

Now I want to decide where the sound goes to. Start a program that produces a sound (eg a youtube video)

[3]

The "playback" tab is used to direct the output to the correct card.In my example firefox play on my Mainboard card - I do not hear anything, because nothing is connected to the card. But: I can switch to my monitor with an integrated speaker:

[4]

Selecting the HDMI Port works, now I can hear a sound. This behaviour is not intuitive, but the maker of this software (L.Poettering) has his very special own ideas and is resistant to most discussions.. Try it out and continue to ask questions...

kanehekili
  • 7,426
0

I am also facing a similar issue with my new HP Envy laptop. The sound devices are currently not supported in the kernel. A New Kernel was released a few days back and found a user response that it fixed the issue for him.

You can give it a try. https://askubuntu.com/a/1510437/1005132