How to “reinstall” the audio subsystem on kubuntu?

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








up vote
0
down vote

favorite












How do I reinstall the audio subsystem, or whatever it's called these days?



Running kubuntu 17.10 on an 2017-model i7 Intel NUC. The thing was running fine, even outputting audio through the monitor's speaker, until it no longer was. I cannot figure out what it was that I did that killed the audio, whether it was some apt upgrade or whether it was installing something else, but I have not been able to bring it back, and I really do not want to reinstall the entire workstation. Yes, I have backups, but it will still be annoying.



It's not a permissions issue; /dev/snd/* are all 660 and I'm in the right group (audio). Here is the output of lspci, aplay, and arecord. Everything seems good, yet no devices appear in the Multimedia tab of Settings, nor will vlc or any other audio or video player play any sound.



# lspci -v
00:1f.3 Multimedia audio controller: Intel Corporation Device 9d71 (rev 21)
Subsystem: Intel Corporation Device 2068
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 142
Region 0: Memory at dc340000 (64-bit, non-prefetchable) [size=16K]
Region 4: Memory at dc320000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee004d8 Data: 0000
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl


$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0


$ arecord -l | sed -e 's/^/ /'
**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0


The output of alsa-info is huge, but I can post it if someone thinks it would help with the debugging










share|improve this question





















  • You could upload it using pastebinit and post the link in your question.
    – DK Bose
    Mar 23 at 15:46














up vote
0
down vote

favorite












How do I reinstall the audio subsystem, or whatever it's called these days?



Running kubuntu 17.10 on an 2017-model i7 Intel NUC. The thing was running fine, even outputting audio through the monitor's speaker, until it no longer was. I cannot figure out what it was that I did that killed the audio, whether it was some apt upgrade or whether it was installing something else, but I have not been able to bring it back, and I really do not want to reinstall the entire workstation. Yes, I have backups, but it will still be annoying.



It's not a permissions issue; /dev/snd/* are all 660 and I'm in the right group (audio). Here is the output of lspci, aplay, and arecord. Everything seems good, yet no devices appear in the Multimedia tab of Settings, nor will vlc or any other audio or video player play any sound.



# lspci -v
00:1f.3 Multimedia audio controller: Intel Corporation Device 9d71 (rev 21)
Subsystem: Intel Corporation Device 2068
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 142
Region 0: Memory at dc340000 (64-bit, non-prefetchable) [size=16K]
Region 4: Memory at dc320000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee004d8 Data: 0000
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl


$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0


$ arecord -l | sed -e 's/^/ /'
**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0


The output of alsa-info is huge, but I can post it if someone thinks it would help with the debugging










share|improve this question





















  • You could upload it using pastebinit and post the link in your question.
    – DK Bose
    Mar 23 at 15:46












up vote
0
down vote

favorite









up vote
0
down vote

favorite











How do I reinstall the audio subsystem, or whatever it's called these days?



Running kubuntu 17.10 on an 2017-model i7 Intel NUC. The thing was running fine, even outputting audio through the monitor's speaker, until it no longer was. I cannot figure out what it was that I did that killed the audio, whether it was some apt upgrade or whether it was installing something else, but I have not been able to bring it back, and I really do not want to reinstall the entire workstation. Yes, I have backups, but it will still be annoying.



It's not a permissions issue; /dev/snd/* are all 660 and I'm in the right group (audio). Here is the output of lspci, aplay, and arecord. Everything seems good, yet no devices appear in the Multimedia tab of Settings, nor will vlc or any other audio or video player play any sound.



# lspci -v
00:1f.3 Multimedia audio controller: Intel Corporation Device 9d71 (rev 21)
Subsystem: Intel Corporation Device 2068
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 142
Region 0: Memory at dc340000 (64-bit, non-prefetchable) [size=16K]
Region 4: Memory at dc320000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee004d8 Data: 0000
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl


$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0


$ arecord -l | sed -e 's/^/ /'
**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0


The output of alsa-info is huge, but I can post it if someone thinks it would help with the debugging










share|improve this question













How do I reinstall the audio subsystem, or whatever it's called these days?



Running kubuntu 17.10 on an 2017-model i7 Intel NUC. The thing was running fine, even outputting audio through the monitor's speaker, until it no longer was. I cannot figure out what it was that I did that killed the audio, whether it was some apt upgrade or whether it was installing something else, but I have not been able to bring it back, and I really do not want to reinstall the entire workstation. Yes, I have backups, but it will still be annoying.



It's not a permissions issue; /dev/snd/* are all 660 and I'm in the right group (audio). Here is the output of lspci, aplay, and arecord. Everything seems good, yet no devices appear in the Multimedia tab of Settings, nor will vlc or any other audio or video player play any sound.



# lspci -v
00:1f.3 Multimedia audio controller: Intel Corporation Device 9d71 (rev 21)
Subsystem: Intel Corporation Device 2068
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 32, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 142
Region 0: Memory at dc340000 (64-bit, non-prefetchable) [size=16K]
Region 4: Memory at dc320000 (64-bit, non-prefetchable) [size=64K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [60] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee004d8 Data: 0000
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel, snd_soc_skl


$ aplay -l
**** List of PLAYBACK Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
Subdevices: 0/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 3: HDMI 0 [HDMI 0]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 7: HDMI 1 [HDMI 1]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 8: HDMI 2 [HDMI 2]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 9: HDMI 3 [HDMI 3]
Subdevices: 1/1
Subdevice #0: subdevice #0
card 0: PCH [HDA Intel PCH], device 10: HDMI 4 [HDMI 4]
Subdevices: 1/1
Subdevice #0: subdevice #0


$ arecord -l | sed -e 's/^/ /'
**** List of CAPTURE Hardware Devices ****
card 0: PCH [HDA Intel PCH], device 0: ALC283 Analog [ALC283 Analog]
Subdevices: 1/1
Subdevice #0: subdevice #0


The output of alsa-info is huge, but I can post it if someone thinks it would help with the debugging







sound kubuntu pulseaudio alsa






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Mar 23 at 15:34









JayEye

723315




723315











  • You could upload it using pastebinit and post the link in your question.
    – DK Bose
    Mar 23 at 15:46
















  • You could upload it using pastebinit and post the link in your question.
    – DK Bose
    Mar 23 at 15:46















You could upload it using pastebinit and post the link in your question.
– DK Bose
Mar 23 at 15:46




You could upload it using pastebinit and post the link in your question.
– DK Bose
Mar 23 at 15:46










1 Answer
1






active

oldest

votes

















up vote
0
down vote













Do you have any other programs running that use sound? I have one program that "steals" all of the audio subsytem and no other programs can play sound until I close that one program.



Almost all programs use sounds so think carefully about what else is running, especially background things.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "89"
    ;
    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: true,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: 10,
    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%2faskubuntu.com%2fquestions%2f1018597%2fhow-to-reinstall-the-audio-subsystem-on-kubuntu%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    Do you have any other programs running that use sound? I have one program that "steals" all of the audio subsytem and no other programs can play sound until I close that one program.



    Almost all programs use sounds so think carefully about what else is running, especially background things.






    share|improve this answer
























      up vote
      0
      down vote













      Do you have any other programs running that use sound? I have one program that "steals" all of the audio subsytem and no other programs can play sound until I close that one program.



      Almost all programs use sounds so think carefully about what else is running, especially background things.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        Do you have any other programs running that use sound? I have one program that "steals" all of the audio subsytem and no other programs can play sound until I close that one program.



        Almost all programs use sounds so think carefully about what else is running, especially background things.






        share|improve this answer












        Do you have any other programs running that use sound? I have one program that "steals" all of the audio subsytem and no other programs can play sound until I close that one program.



        Almost all programs use sounds so think carefully about what else is running, especially background things.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Mar 23 at 23:38









        rkeating

        516119




        516119



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1018597%2fhow-to-reinstall-the-audio-subsystem-on-kubuntu%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            Which professions warranted travel in Medieval times?

            Trouble downloading packages list due to a “Hash sum mismatch” error

            How do so many people here on Academia.SE, and in general, afford lavish higher education programs?