How to load “snd-hda-intel” at startup
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}
I always have to type in
sudo modprobe snd-hda-intelin order to get my sound card to work
I have already tried the solution to append snd-hda-intel to /etc/modules with
sudo sh -c 'echo "snd-hda-intel" >> /etc/modules'
The line is added accordingly into the file, anyways that does not seem to work. Please give advice.
edit:
I did run
dmesg | grep snd--> no result.
afterward i run
sudo modprobe snd-hda-inteland then
I did run
dmesg | grep snd--> see output
output:
[ 162.098807] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 162.134560] snd_hda_codec_realtek hdaudioC0D0: ALC892: SKU not ready 0x598301f0
[ 162.134978] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 162.134982] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 162.134985] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 162.134988] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 162.134991] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 162.134993] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 162.134997] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[ 162.134999] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 162.135002] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
sound modprobe hda-intel
add a comment |
I always have to type in
sudo modprobe snd-hda-intelin order to get my sound card to work
I have already tried the solution to append snd-hda-intel to /etc/modules with
sudo sh -c 'echo "snd-hda-intel" >> /etc/modules'
The line is added accordingly into the file, anyways that does not seem to work. Please give advice.
edit:
I did run
dmesg | grep snd--> no result.
afterward i run
sudo modprobe snd-hda-inteland then
I did run
dmesg | grep snd--> see output
output:
[ 162.098807] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 162.134560] snd_hda_codec_realtek hdaudioC0D0: ALC892: SKU not ready 0x598301f0
[ 162.134978] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 162.134982] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 162.134985] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 162.134988] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 162.134991] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 162.134993] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 162.134997] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[ 162.134999] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 162.135002] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
sound modprobe hda-intel
Trydmesg | grep snd
to figure out why it doesn't get autoloaded.
– mikewhatever
Apr 19 '16 at 17:30
@mikewhatever - i have edited my answer to add the requested information. What should i do next?
– T3n3d0s
Apr 24 '16 at 8:26
add a comment |
I always have to type in
sudo modprobe snd-hda-intelin order to get my sound card to work
I have already tried the solution to append snd-hda-intel to /etc/modules with
sudo sh -c 'echo "snd-hda-intel" >> /etc/modules'
The line is added accordingly into the file, anyways that does not seem to work. Please give advice.
edit:
I did run
dmesg | grep snd--> no result.
afterward i run
sudo modprobe snd-hda-inteland then
I did run
dmesg | grep snd--> see output
output:
[ 162.098807] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 162.134560] snd_hda_codec_realtek hdaudioC0D0: ALC892: SKU not ready 0x598301f0
[ 162.134978] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 162.134982] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 162.134985] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 162.134988] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 162.134991] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 162.134993] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 162.134997] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[ 162.134999] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 162.135002] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
sound modprobe hda-intel
I always have to type in
sudo modprobe snd-hda-intelin order to get my sound card to work
I have already tried the solution to append snd-hda-intel to /etc/modules with
sudo sh -c 'echo "snd-hda-intel" >> /etc/modules'
The line is added accordingly into the file, anyways that does not seem to work. Please give advice.
edit:
I did run
dmesg | grep snd--> no result.
afterward i run
sudo modprobe snd-hda-inteland then
I did run
dmesg | grep snd--> see output
output:
[ 162.098807] snd_hda_intel 0000:01:00.1: Handle VGA-switcheroo audio client
[ 162.134560] snd_hda_codec_realtek hdaudioC0D0: ALC892: SKU not ready 0x598301f0
[ 162.134978] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC892: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker
[ 162.134982] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 162.134985] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 162.134988] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 162.134991] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 162.134993] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 162.134997] snd_hda_codec_realtek hdaudioC0D0: Internal Mic=0x19
[ 162.134999] snd_hda_codec_realtek hdaudioC0D0: Mic=0x18
[ 162.135002] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
sound modprobe hda-intel
sound modprobe hda-intel
edited Apr 19 '16 at 17:47
T3n3d0s
asked Apr 19 '16 at 17:26
T3n3d0sT3n3d0s
32
32
Trydmesg | grep snd
to figure out why it doesn't get autoloaded.
– mikewhatever
Apr 19 '16 at 17:30
@mikewhatever - i have edited my answer to add the requested information. What should i do next?
– T3n3d0s
Apr 24 '16 at 8:26
add a comment |
Trydmesg | grep snd
to figure out why it doesn't get autoloaded.
– mikewhatever
Apr 19 '16 at 17:30
@mikewhatever - i have edited my answer to add the requested information. What should i do next?
– T3n3d0s
Apr 24 '16 at 8:26
Try
dmesg | grep snd
to figure out why it doesn't get autoloaded.– mikewhatever
Apr 19 '16 at 17:30
Try
dmesg | grep snd
to figure out why it doesn't get autoloaded.– mikewhatever
Apr 19 '16 at 17:30
@mikewhatever - i have edited my answer to add the requested information. What should i do next?
– T3n3d0s
Apr 24 '16 at 8:26
@mikewhatever - i have edited my answer to add the requested information. What should i do next?
– T3n3d0s
Apr 24 '16 at 8:26
add a comment |
2 Answers
2
active
oldest
votes
Please turn off secure boot using mokutil. Mine had the same problem but got it working by disabling secure boot.
add a comment |
After attempting an "oss4" audio install, I lost audio, and reverting my mistake, did not recover the audio.
Needed to "manually": modprobe snd-hda-intel
every boot....to get audio on Ubuntu
Until I found that the driver had been put in a blacklist.... on the oss4 attempt.
grep snd-hda-intel /etc/modprobe.d/*
/etc/modprobe.d/oss4-base_noALSA.conf:blacklist snd-hda-intel
moved the "oss4-base_noALSA.conf" away from the "/etc/modprobe.d"
sudo mv /etc/modprobe.d/oss4-base_noALSA.conf /root
and now, do not need to manually "modprobe snd-hda-intel" after every boot....to get audio on Ubuntu
Hope it helps...
Similar to How can I ensure the `snd-hda-intel` module is loaded on startup?
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f759174%2fhow-to-load-snd-hda-intel-at-startup%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
Please turn off secure boot using mokutil. Mine had the same problem but got it working by disabling secure boot.
add a comment |
Please turn off secure boot using mokutil. Mine had the same problem but got it working by disabling secure boot.
add a comment |
Please turn off secure boot using mokutil. Mine had the same problem but got it working by disabling secure boot.
Please turn off secure boot using mokutil. Mine had the same problem but got it working by disabling secure boot.
answered Aug 8 '16 at 13:55
PatelPatel
16
16
add a comment |
add a comment |
After attempting an "oss4" audio install, I lost audio, and reverting my mistake, did not recover the audio.
Needed to "manually": modprobe snd-hda-intel
every boot....to get audio on Ubuntu
Until I found that the driver had been put in a blacklist.... on the oss4 attempt.
grep snd-hda-intel /etc/modprobe.d/*
/etc/modprobe.d/oss4-base_noALSA.conf:blacklist snd-hda-intel
moved the "oss4-base_noALSA.conf" away from the "/etc/modprobe.d"
sudo mv /etc/modprobe.d/oss4-base_noALSA.conf /root
and now, do not need to manually "modprobe snd-hda-intel" after every boot....to get audio on Ubuntu
Hope it helps...
Similar to How can I ensure the `snd-hda-intel` module is loaded on startup?
add a comment |
After attempting an "oss4" audio install, I lost audio, and reverting my mistake, did not recover the audio.
Needed to "manually": modprobe snd-hda-intel
every boot....to get audio on Ubuntu
Until I found that the driver had been put in a blacklist.... on the oss4 attempt.
grep snd-hda-intel /etc/modprobe.d/*
/etc/modprobe.d/oss4-base_noALSA.conf:blacklist snd-hda-intel
moved the "oss4-base_noALSA.conf" away from the "/etc/modprobe.d"
sudo mv /etc/modprobe.d/oss4-base_noALSA.conf /root
and now, do not need to manually "modprobe snd-hda-intel" after every boot....to get audio on Ubuntu
Hope it helps...
Similar to How can I ensure the `snd-hda-intel` module is loaded on startup?
add a comment |
After attempting an "oss4" audio install, I lost audio, and reverting my mistake, did not recover the audio.
Needed to "manually": modprobe snd-hda-intel
every boot....to get audio on Ubuntu
Until I found that the driver had been put in a blacklist.... on the oss4 attempt.
grep snd-hda-intel /etc/modprobe.d/*
/etc/modprobe.d/oss4-base_noALSA.conf:blacklist snd-hda-intel
moved the "oss4-base_noALSA.conf" away from the "/etc/modprobe.d"
sudo mv /etc/modprobe.d/oss4-base_noALSA.conf /root
and now, do not need to manually "modprobe snd-hda-intel" after every boot....to get audio on Ubuntu
Hope it helps...
Similar to How can I ensure the `snd-hda-intel` module is loaded on startup?
After attempting an "oss4" audio install, I lost audio, and reverting my mistake, did not recover the audio.
Needed to "manually": modprobe snd-hda-intel
every boot....to get audio on Ubuntu
Until I found that the driver had been put in a blacklist.... on the oss4 attempt.
grep snd-hda-intel /etc/modprobe.d/*
/etc/modprobe.d/oss4-base_noALSA.conf:blacklist snd-hda-intel
moved the "oss4-base_noALSA.conf" away from the "/etc/modprobe.d"
sudo mv /etc/modprobe.d/oss4-base_noALSA.conf /root
and now, do not need to manually "modprobe snd-hda-intel" after every boot....to get audio on Ubuntu
Hope it helps...
Similar to How can I ensure the `snd-hda-intel` module is loaded on startup?
edited Feb 16 at 20:13
answered Feb 16 at 19:58
nicolas_dhnicolas_dh
11
11
add a comment |
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
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
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f759174%2fhow-to-load-snd-hda-intel-at-startup%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
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
Required, but never shown
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
Required, but never shown
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Try
dmesg | grep snd
to figure out why it doesn't get autoloaded.– mikewhatever
Apr 19 '16 at 17:30
@mikewhatever - i have edited my answer to add the requested information. What should i do next?
– T3n3d0s
Apr 24 '16 at 8:26