0

Okay so I plugged in a headphone, and then the sound stopped working. I took the headphone out and the sound still wasn't working. Restarted, still didn't work. So I looked up on how to fix the sound and stuff, and I think I just screwed up my computer even more. This is my sound settings: enter image description here

none of my output devices from before are showing! enter image description here

this is what my pulseaudio volume control is.

Also the sound button isn't in the top of my computer anymore enter image description here

Can someone help me please? I have been struggling on this for a long time and it is driving me crazy!

EDIT: I got this to come in my sound: enter image description here

But clicking test sound doesn't do anything and the sound stil doesn't work.

  • The first of your added pictures looks like sound is near-muted (or set to no, or almost no volume). Have you tried sliding the slider up so it's louder? – guiverc Feb 20 '19 at 03:59
  • It doesn't let me slide up – Sheshank S. Feb 20 '19 at 04:00
  • If you go to Configuration (in pavucontrol is it currently set to dummy-output?) but next I'd try turning it off there, then back on. – guiverc Feb 20 '19 at 04:01
  • @guiverc It is set to Digital Stereo (HDMI) Output (unplugged) – Sheshank S. Feb 20 '19 at 04:03
  • My suggestion was to turn off at the last tab, then a few seconds later turn it back on (I'd also try whatever options you have available to you there). If it's an issue with other settings on your screens I can't help sorry (i've no experience with sound thru hdmi or changing away from defaults) – guiverc Feb 20 '19 at 04:33
  • @guiverc ugh okay, thanks for helping anyways :) – Sheshank S. Feb 20 '19 at 04:53
  • @guiverc Hey I've made some progress on this do you think you can help me based on the new solution? – Sheshank S. Feb 20 '19 at 05:07

2 Answers2

0

The first screenshot shows no sound card. It looks like you connect to an external monitor, could be the headphone and you did not exit the device properly. Redo what you did and make sure you select the PC sound card (Output Device) before exiting the external device.

Could be a dead sound card also or corrupt driver.

What do you read there:

inxi --extra -A

See the given solution there by Mr.reaysawa

Headphones not detected if plugged in before boot Ubuntu 18.04

Mikemecanic
  • 141
  • 5
  • Please look at my edited thing – Sheshank S. Feb 23 '19 at 01:07
  • Screenshot tells me that output is from an external device. Did you try the given link to reset the sound card? About inxi cmd line, do you see the graphic card: driver and manufacturer? – Mikemecanic Feb 23 '19 at 01:26
  • sheshank@sheshank-Inspiron:~$ inxi --extra -A /usr/bin/inxi: illegal option -- - Error 7: One of the options you entered in your script parameters: --extra is not supported.The option may require extra arguments to work. For supported options (and their arguments), check the help menu: inxi -h – Sheshank S. Mar 02 '19 at 23:16
  • Audio: Card: Intel Device 9d70 driver: snd_hda_intel Sound: ALSA ver: k4.4.0-142-generic if i do inxi -A – Sheshank S. Mar 02 '19 at 23:17
  • sheshank@sheshank-Inspiron:~$ rm -r ~/.config/pulse sheshank@sheshank-Inspiron:~$ pulseaudio --kill && pulseaudio --start W: [pulseaudio] authkey.c: Failed to open cookie file '/home/sheshank/.config/pulse/cookie': No such file or directory W: [pulseaudio] authkey.c: Failed to load authorization key '/home/sheshank/.config/pulse/cookie': No such file or directory W: [pulseaudio] authkey.c: Failed to open cookie file '/home/sheshank/.pulse-cookie': No such file or directory W: [pulseaudio] authkey.c: Failed to load authorization key '/home/sheshank/.pulse-cookie': No such file or director – Sheshank S. Mar 02 '19 at 23:17
0

You can list the sound cards in the command line:

~$ pacmd list-cards

This should list the audio cards are installed on your pc and detected.

If you give the following message:

>>> 0 card(s) available.

Please try using the following command to detect which audio cards your PC has installed, but not detected.

~$ lspci | grep -i audio

Please tell us the results you obtained to continue to help you.

  • http://freetexthost.com/scte0evbqp this is the output – Sheshank S. Feb 23 '19 at 01:07
  • I see that it has and detects the audio card. Please try alsamixer on the command line and verify that the audio card is selected and that the levels of headphones, speakers, PCM are activated. $ alsamixer – Jorge Lainez Feb 23 '19 at 21:28
  • Verify that the correct audio card is selected once you have entered the alsamixer command, press F6 (according to the menu indicated) and select the audio card that may appear, for example: 1 HDA Intel PCH – Jorge Lainez Feb 23 '19 at 21:49
  • okay i did that but it still doesn't work – Sheshank S. Feb 24 '19 at 03:51