Linux no audio at all

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
1
down vote

favorite












I am not able to hear any sound from my linux since yesterday (while on windows it works, so the audio card is fine). I tried to fix it but nothing worked. Here is some information:



$ inxi -A
Audio: Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
driver: snd_hda_intel
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k4.7.0-0.bpo.1-amd64

$ inxi -Fx
System: Host: laptop Kernel: 4.7.0-0.bpo.1-amd64 x86_64 (64 bit gcc:
4.9.2) Desktop: Xfce 4.12.2 (Gtk 2.24.25)
Distro: MX-16_x64 Metamorphosis 12 December 2016
Graphics: Card: Advanced Micro Devices [AMD/ATI] RV730/M96 [Mobility
Radeon HD 4650/5165] bus-ID: 01:00.0
Audio: Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio
[Radeon HD 4000 series]
driver: snd_hda_intel bus-ID: 01:00.1
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver:
snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.7.0-0.bpo.1-amd64


pulseaudio reinstall:



sudo apt-get purge pulseaudio;
sudo apt-get clean && sudo apt-get autoremove
Reboot
sudo apt-get install pulseaudio


As you can see, when I play a video with VLC (the audio output is the hdmi), volume control (pavucontrol) seems to recognize the audio:
screenshot



The HDMI port is the only available!
If in VLC i switch to build-in then even volume control is mute. The same on youtube.



I need a little help! Thank you.







share|improve this question






















  • It is probably driver problem. Try live booting the same distro and check if audio works. If still it doesn't work then boot some other distro
    – Arpit Agarwal
    Oct 21 '17 at 11:54










  • With a live distro it works :s
    – gepeppe
    Oct 27 '17 at 6:54










  • Reinstall the OS again then maybe something broke the driver
    – Arpit Agarwal
    Oct 27 '17 at 6:58














up vote
1
down vote

favorite












I am not able to hear any sound from my linux since yesterday (while on windows it works, so the audio card is fine). I tried to fix it but nothing worked. Here is some information:



$ inxi -A
Audio: Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
driver: snd_hda_intel
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k4.7.0-0.bpo.1-amd64

$ inxi -Fx
System: Host: laptop Kernel: 4.7.0-0.bpo.1-amd64 x86_64 (64 bit gcc:
4.9.2) Desktop: Xfce 4.12.2 (Gtk 2.24.25)
Distro: MX-16_x64 Metamorphosis 12 December 2016
Graphics: Card: Advanced Micro Devices [AMD/ATI] RV730/M96 [Mobility
Radeon HD 4650/5165] bus-ID: 01:00.0
Audio: Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio
[Radeon HD 4000 series]
driver: snd_hda_intel bus-ID: 01:00.1
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver:
snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.7.0-0.bpo.1-amd64


pulseaudio reinstall:



sudo apt-get purge pulseaudio;
sudo apt-get clean && sudo apt-get autoremove
Reboot
sudo apt-get install pulseaudio


As you can see, when I play a video with VLC (the audio output is the hdmi), volume control (pavucontrol) seems to recognize the audio:
screenshot



The HDMI port is the only available!
If in VLC i switch to build-in then even volume control is mute. The same on youtube.



I need a little help! Thank you.







share|improve this question






















  • It is probably driver problem. Try live booting the same distro and check if audio works. If still it doesn't work then boot some other distro
    – Arpit Agarwal
    Oct 21 '17 at 11:54










  • With a live distro it works :s
    – gepeppe
    Oct 27 '17 at 6:54










  • Reinstall the OS again then maybe something broke the driver
    – Arpit Agarwal
    Oct 27 '17 at 6:58












up vote
1
down vote

favorite









up vote
1
down vote

favorite











I am not able to hear any sound from my linux since yesterday (while on windows it works, so the audio card is fine). I tried to fix it but nothing worked. Here is some information:



$ inxi -A
Audio: Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
driver: snd_hda_intel
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k4.7.0-0.bpo.1-amd64

$ inxi -Fx
System: Host: laptop Kernel: 4.7.0-0.bpo.1-amd64 x86_64 (64 bit gcc:
4.9.2) Desktop: Xfce 4.12.2 (Gtk 2.24.25)
Distro: MX-16_x64 Metamorphosis 12 December 2016
Graphics: Card: Advanced Micro Devices [AMD/ATI] RV730/M96 [Mobility
Radeon HD 4650/5165] bus-ID: 01:00.0
Audio: Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio
[Radeon HD 4000 series]
driver: snd_hda_intel bus-ID: 01:00.1
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver:
snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.7.0-0.bpo.1-amd64


pulseaudio reinstall:



sudo apt-get purge pulseaudio;
sudo apt-get clean && sudo apt-get autoremove
Reboot
sudo apt-get install pulseaudio


As you can see, when I play a video with VLC (the audio output is the hdmi), volume control (pavucontrol) seems to recognize the audio:
screenshot



The HDMI port is the only available!
If in VLC i switch to build-in then even volume control is mute. The same on youtube.



I need a little help! Thank you.







share|improve this question














I am not able to hear any sound from my linux since yesterday (while on windows it works, so the audio card is fine). I tried to fix it but nothing worked. Here is some information:



$ inxi -A
Audio: Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio [Radeon HD 4000 series]
driver: snd_hda_intel
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver: snd_hda_intel
Sound: Advanced Linux Sound Architecture v: k4.7.0-0.bpo.1-amd64

$ inxi -Fx
System: Host: laptop Kernel: 4.7.0-0.bpo.1-amd64 x86_64 (64 bit gcc:
4.9.2) Desktop: Xfce 4.12.2 (Gtk 2.24.25)
Distro: MX-16_x64 Metamorphosis 12 December 2016
Graphics: Card: Advanced Micro Devices [AMD/ATI] RV730/M96 [Mobility
Radeon HD 4650/5165] bus-ID: 01:00.0
Audio: Card-1 Advanced Micro Devices [AMD/ATI] RV710/730 HDMI Audio
[Radeon HD 4000 series]
driver: snd_hda_intel bus-ID: 01:00.1
Card-2 Intel 82801I (ICH9 Family) HD Audio Controller driver:
snd_hda_intel bus-ID: 00:1b.0
Sound: Advanced Linux Sound Architecture v: k4.7.0-0.bpo.1-amd64


pulseaudio reinstall:



sudo apt-get purge pulseaudio;
sudo apt-get clean && sudo apt-get autoremove
Reboot
sudo apt-get install pulseaudio


As you can see, when I play a video with VLC (the audio output is the hdmi), volume control (pavucontrol) seems to recognize the audio:
screenshot



The HDMI port is the only available!
If in VLC i switch to build-in then even volume control is mute. The same on youtube.



I need a little help! Thank you.









share|improve this question













share|improve this question




share|improve this question








edited Oct 21 '17 at 9:29

























asked Oct 21 '17 at 8:44









gepeppe

214




214











  • It is probably driver problem. Try live booting the same distro and check if audio works. If still it doesn't work then boot some other distro
    – Arpit Agarwal
    Oct 21 '17 at 11:54










  • With a live distro it works :s
    – gepeppe
    Oct 27 '17 at 6:54










  • Reinstall the OS again then maybe something broke the driver
    – Arpit Agarwal
    Oct 27 '17 at 6:58
















  • It is probably driver problem. Try live booting the same distro and check if audio works. If still it doesn't work then boot some other distro
    – Arpit Agarwal
    Oct 21 '17 at 11:54










  • With a live distro it works :s
    – gepeppe
    Oct 27 '17 at 6:54










  • Reinstall the OS again then maybe something broke the driver
    – Arpit Agarwal
    Oct 27 '17 at 6:58















It is probably driver problem. Try live booting the same distro and check if audio works. If still it doesn't work then boot some other distro
– Arpit Agarwal
Oct 21 '17 at 11:54




It is probably driver problem. Try live booting the same distro and check if audio works. If still it doesn't work then boot some other distro
– Arpit Agarwal
Oct 21 '17 at 11:54












With a live distro it works :s
– gepeppe
Oct 27 '17 at 6:54




With a live distro it works :s
– gepeppe
Oct 27 '17 at 6:54












Reinstall the OS again then maybe something broke the driver
– Arpit Agarwal
Oct 27 '17 at 6:58




Reinstall the OS again then maybe something broke the driver
– Arpit Agarwal
Oct 27 '17 at 6:58















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f399501%2flinux-no-audio-at-all%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f399501%2flinux-no-audio-at-all%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay