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

Clash Royale CLAN TAG#URR8PPP
up vote
0
down vote
favorite
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:

I am running Deepin 15.1 desktop. Thanks in advance!
audio alsa microphone deepin
add a comment |Â
up vote
0
down vote
favorite
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:

I am running Deepin 15.1 desktop. Thanks in advance!
audio alsa microphone deepin
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
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:

I am running Deepin 15.1 desktop. Thanks in advance!
audio alsa microphone deepin
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:

I am running Deepin 15.1 desktop. Thanks in advance!
audio alsa microphone deepin
audio alsa microphone deepin
asked Feb 10 '16 at 16:46
I'm on stack exchange
11928
11928
add a comment |Â
add a comment |Â
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
Check askubuntu.com/questions/762957/⦠You should not starthdajackretaskwithsudo.
â estibordo
20 hours ago
add a comment |Â
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
Check askubuntu.com/questions/762957/⦠You should not starthdajackretaskwithsudo.
â estibordo
20 hours ago
add a comment |Â
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
Check askubuntu.com/questions/762957/⦠You should not starthdajackretaskwithsudo.
â estibordo
20 hours ago
add a comment |Â
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
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
edited 2 mins ago
answered Apr 30 '16 at 17:28
mirh
13115
13115
Check askubuntu.com/questions/762957/⦠You should not starthdajackretaskwithsudo.
â estibordo
20 hours ago
add a comment |Â
Check askubuntu.com/questions/762957/⦠You should not starthdajackretaskwithsudo.
â 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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password