Realtek-8723DE-wifi module in kernel











up vote
0
down vote

favorite












Hp-15 laptop (fairly recent and popular W10 model) has Realtek-8723DE WiFi adapter. The driver module is not part of any current 4-15.0 kernels of Ubuntu 18.04. Every time there is a kernel update (presently to -39) I have to recompile the module. My question is: when will be this module be part of the kernel updates?










share|improve this question


















  • 1




    Whenever mainline devs think it is stable enough, ...probably never in 4.15.
    – mikewhatever
    Nov 19 at 16:45






  • 1




    Where did you get the source code from?
    – Jeremy31
    Nov 19 at 18:51










  • git clone -b extended --single-branch github.com/lwfinger/rtlwifi_new.git
    – Janos
    Nov 20 at 18:40










  • How did you install the module?
    – pomsky
    Nov 23 at 2:48










  • After running the git command a folder will be created in the directory where git command was invoked. The folder name created by git is rtlwifi_new. Then open terminal in that folder, run sudo make, sudo make install and sudo modprobe -v rtl8723de ant_sel=2. Finally run sudo /bin/sh -c 'echo "options rtl8723de ant_sel=2" >> /etc/modprobe.d/rtl8723de.conf'. This last command assures that the wifi module antenna has good sensitivity. This has worked for me.
    – Janos
    Nov 24 at 14:46















up vote
0
down vote

favorite












Hp-15 laptop (fairly recent and popular W10 model) has Realtek-8723DE WiFi adapter. The driver module is not part of any current 4-15.0 kernels of Ubuntu 18.04. Every time there is a kernel update (presently to -39) I have to recompile the module. My question is: when will be this module be part of the kernel updates?










share|improve this question


















  • 1




    Whenever mainline devs think it is stable enough, ...probably never in 4.15.
    – mikewhatever
    Nov 19 at 16:45






  • 1




    Where did you get the source code from?
    – Jeremy31
    Nov 19 at 18:51










  • git clone -b extended --single-branch github.com/lwfinger/rtlwifi_new.git
    – Janos
    Nov 20 at 18:40










  • How did you install the module?
    – pomsky
    Nov 23 at 2:48










  • After running the git command a folder will be created in the directory where git command was invoked. The folder name created by git is rtlwifi_new. Then open terminal in that folder, run sudo make, sudo make install and sudo modprobe -v rtl8723de ant_sel=2. Finally run sudo /bin/sh -c 'echo "options rtl8723de ant_sel=2" >> /etc/modprobe.d/rtl8723de.conf'. This last command assures that the wifi module antenna has good sensitivity. This has worked for me.
    – Janos
    Nov 24 at 14:46













up vote
0
down vote

favorite









up vote
0
down vote

favorite











Hp-15 laptop (fairly recent and popular W10 model) has Realtek-8723DE WiFi adapter. The driver module is not part of any current 4-15.0 kernels of Ubuntu 18.04. Every time there is a kernel update (presently to -39) I have to recompile the module. My question is: when will be this module be part of the kernel updates?










share|improve this question













Hp-15 laptop (fairly recent and popular W10 model) has Realtek-8723DE WiFi adapter. The driver module is not part of any current 4-15.0 kernels of Ubuntu 18.04. Every time there is a kernel update (presently to -39) I have to recompile the module. My question is: when will be this module be part of the kernel updates?







wireless kernel






share|improve this question













share|improve this question











share|improve this question




share|improve this question










asked Nov 19 at 16:28









Janos

1452313




1452313








  • 1




    Whenever mainline devs think it is stable enough, ...probably never in 4.15.
    – mikewhatever
    Nov 19 at 16:45






  • 1




    Where did you get the source code from?
    – Jeremy31
    Nov 19 at 18:51










  • git clone -b extended --single-branch github.com/lwfinger/rtlwifi_new.git
    – Janos
    Nov 20 at 18:40










  • How did you install the module?
    – pomsky
    Nov 23 at 2:48










  • After running the git command a folder will be created in the directory where git command was invoked. The folder name created by git is rtlwifi_new. Then open terminal in that folder, run sudo make, sudo make install and sudo modprobe -v rtl8723de ant_sel=2. Finally run sudo /bin/sh -c 'echo "options rtl8723de ant_sel=2" >> /etc/modprobe.d/rtl8723de.conf'. This last command assures that the wifi module antenna has good sensitivity. This has worked for me.
    – Janos
    Nov 24 at 14:46














  • 1




    Whenever mainline devs think it is stable enough, ...probably never in 4.15.
    – mikewhatever
    Nov 19 at 16:45






  • 1




    Where did you get the source code from?
    – Jeremy31
    Nov 19 at 18:51










  • git clone -b extended --single-branch github.com/lwfinger/rtlwifi_new.git
    – Janos
    Nov 20 at 18:40










  • How did you install the module?
    – pomsky
    Nov 23 at 2:48










  • After running the git command a folder will be created in the directory where git command was invoked. The folder name created by git is rtlwifi_new. Then open terminal in that folder, run sudo make, sudo make install and sudo modprobe -v rtl8723de ant_sel=2. Finally run sudo /bin/sh -c 'echo "options rtl8723de ant_sel=2" >> /etc/modprobe.d/rtl8723de.conf'. This last command assures that the wifi module antenna has good sensitivity. This has worked for me.
    – Janos
    Nov 24 at 14:46








1




1




Whenever mainline devs think it is stable enough, ...probably never in 4.15.
– mikewhatever
Nov 19 at 16:45




Whenever mainline devs think it is stable enough, ...probably never in 4.15.
– mikewhatever
Nov 19 at 16:45




1




1




Where did you get the source code from?
– Jeremy31
Nov 19 at 18:51




Where did you get the source code from?
– Jeremy31
Nov 19 at 18:51












git clone -b extended --single-branch github.com/lwfinger/rtlwifi_new.git
– Janos
Nov 20 at 18:40




git clone -b extended --single-branch github.com/lwfinger/rtlwifi_new.git
– Janos
Nov 20 at 18:40












How did you install the module?
– pomsky
Nov 23 at 2:48




How did you install the module?
– pomsky
Nov 23 at 2:48












After running the git command a folder will be created in the directory where git command was invoked. The folder name created by git is rtlwifi_new. Then open terminal in that folder, run sudo make, sudo make install and sudo modprobe -v rtl8723de ant_sel=2. Finally run sudo /bin/sh -c 'echo "options rtl8723de ant_sel=2" >> /etc/modprobe.d/rtl8723de.conf'. This last command assures that the wifi module antenna has good sensitivity. This has worked for me.
– Janos
Nov 24 at 14:46




After running the git command a folder will be created in the directory where git command was invoked. The folder name created by git is rtlwifi_new. Then open terminal in that folder, run sudo make, sudo make install and sudo modprobe -v rtl8723de ant_sel=2. Finally run sudo /bin/sh -c 'echo "options rtl8723de ant_sel=2" >> /etc/modprobe.d/rtl8723de.conf'. This last command assures that the wifi module antenna has good sensitivity. This has worked for me.
– Janos
Nov 24 at 14:46















active

oldest

votes











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: 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
});


}
});














 

draft saved


draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1094266%2frealtek-8723de-wifi-module-in-kernel%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown






























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%2faskubuntu.com%2fquestions%2f1094266%2frealtek-8723de-wifi-module-in-kernel%23new-answer', 'question_page');
}
);

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







Popular posts from this blog

Biblatex bibliography style without URLs when DOI exists (in Overleaf with Zotero bibliography)

ComboBox Display Member on multiple fields

Is it possible to collect Nectar points via Trainline?