HDAjackRetask: tee: /sys/class/sound/hwC1D0/reconfig: No such device

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











up vote
0
down vote

favorite
1












I am trying to reconfigure the setup of my microphone with HDAjackRetask however when I click reply I get the message:




tee: /sys/class/sound/hwC1D0/reconfig: No such device




Here is a screenshot:



Screenshot



I am running Deepin 15.1 desktop. Thanks in advance!










share|improve this question

























    up vote
    0
    down vote

    favorite
    1












    I am trying to reconfigure the setup of my microphone with HDAjackRetask however when I click reply I get the message:




    tee: /sys/class/sound/hwC1D0/reconfig: No such device




    Here is a screenshot:



    Screenshot



    I am running Deepin 15.1 desktop. Thanks in advance!










    share|improve this question























      up vote
      0
      down vote

      favorite
      1









      up vote
      0
      down vote

      favorite
      1






      1





      I am trying to reconfigure the setup of my microphone with HDAjackRetask however when I click reply I get the message:




      tee: /sys/class/sound/hwC1D0/reconfig: No such device




      Here is a screenshot:



      Screenshot



      I am running Deepin 15.1 desktop. Thanks in advance!










      share|improve this question













      I am trying to reconfigure the setup of my microphone with HDAjackRetask however when I click reply I get the message:




      tee: /sys/class/sound/hwC1D0/reconfig: No such device




      Here is a screenshot:



      Screenshot



      I am running Deepin 15.1 desktop. Thanks in advance!







      audio alsa microphone deepin






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Feb 10 '16 at 16:46









      I'm on stack exchange

      11928




      11928




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          If you follow hdajackretask source, you can see it creates nothing else than a script in temp folder and run it with root privileges.
          I'd suggest to start from that; errors.log may have some additional clue.



          And then: does reconfig file exist in the first place?
          Because it's not even created if kernel hasn't been compiled with CONFIG_SND_HDA_RECONFIG option.



          Last if this still hasn't told you nothing, you might consider to enable tracepoints. For as much as I can't see a rationale, sending raw commands is the last possible thing.



          They can be eventually interpreted with hda-decode-verb contained in hda-emu:



          git clone git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-emu.git
          autoreconf -i
          ./configure --with-kerneldir=/path/linux-2.0
          make install





          share|improve this answer






















          • Check askubuntu.com/questions/762957/… You should not start hdajackretask with sudo.
            – estibordo
            20 hours ago










          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%2f261307%2fhdajackretask-tee-sys-class-sound-hwc1d0-reconfig-no-such-device%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



          accepted










          If you follow hdajackretask source, you can see it creates nothing else than a script in temp folder and run it with root privileges.
          I'd suggest to start from that; errors.log may have some additional clue.



          And then: does reconfig file exist in the first place?
          Because it's not even created if kernel hasn't been compiled with CONFIG_SND_HDA_RECONFIG option.



          Last if this still hasn't told you nothing, you might consider to enable tracepoints. For as much as I can't see a rationale, sending raw commands is the last possible thing.



          They can be eventually interpreted with hda-decode-verb contained in hda-emu:



          git clone git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-emu.git
          autoreconf -i
          ./configure --with-kerneldir=/path/linux-2.0
          make install





          share|improve this answer






















          • Check askubuntu.com/questions/762957/… You should not start hdajackretask with sudo.
            – estibordo
            20 hours ago














          up vote
          0
          down vote



          accepted










          If you follow hdajackretask source, you can see it creates nothing else than a script in temp folder and run it with root privileges.
          I'd suggest to start from that; errors.log may have some additional clue.



          And then: does reconfig file exist in the first place?
          Because it's not even created if kernel hasn't been compiled with CONFIG_SND_HDA_RECONFIG option.



          Last if this still hasn't told you nothing, you might consider to enable tracepoints. For as much as I can't see a rationale, sending raw commands is the last possible thing.



          They can be eventually interpreted with hda-decode-verb contained in hda-emu:



          git clone git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-emu.git
          autoreconf -i
          ./configure --with-kerneldir=/path/linux-2.0
          make install





          share|improve this answer






















          • Check askubuntu.com/questions/762957/… You should not start hdajackretask with sudo.
            – estibordo
            20 hours ago












          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          If you follow hdajackretask source, you can see it creates nothing else than a script in temp folder and run it with root privileges.
          I'd suggest to start from that; errors.log may have some additional clue.



          And then: does reconfig file exist in the first place?
          Because it's not even created if kernel hasn't been compiled with CONFIG_SND_HDA_RECONFIG option.



          Last if this still hasn't told you nothing, you might consider to enable tracepoints. For as much as I can't see a rationale, sending raw commands is the last possible thing.



          They can be eventually interpreted with hda-decode-verb contained in hda-emu:



          git clone git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-emu.git
          autoreconf -i
          ./configure --with-kerneldir=/path/linux-2.0
          make install





          share|improve this answer














          If you follow hdajackretask source, you can see it creates nothing else than a script in temp folder and run it with root privileges.
          I'd suggest to start from that; errors.log may have some additional clue.



          And then: does reconfig file exist in the first place?
          Because it's not even created if kernel hasn't been compiled with CONFIG_SND_HDA_RECONFIG option.



          Last if this still hasn't told you nothing, you might consider to enable tracepoints. For as much as I can't see a rationale, sending raw commands is the last possible thing.



          They can be eventually interpreted with hda-decode-verb contained in hda-emu:



          git clone git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/hda-emu.git
          autoreconf -i
          ./configure --with-kerneldir=/path/linux-2.0
          make install






          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 2 mins ago

























          answered Apr 30 '16 at 17:28









          mirh

          13115




          13115











          • Check askubuntu.com/questions/762957/… You should not start hdajackretask with sudo.
            – estibordo
            20 hours ago
















          • Check askubuntu.com/questions/762957/… You should not start hdajackretask with sudo.
            – estibordo
            20 hours ago















          Check askubuntu.com/questions/762957/… You should not start hdajackretask with sudo.
          – estibordo
          20 hours ago




          Check askubuntu.com/questions/762957/… You should not start hdajackretask with sudo.
          – estibordo
          20 hours ago

















           

          draft saved


          draft discarded















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f261307%2fhdajackretask-tee-sys-class-sound-hwc1d0-reconfig-no-such-device%23new-answer', 'question_page');

          );

          Post as a guest