Ubuntu 18.04 HP Laptop Realtek 8821CE WiFi Adapter not working
I’m a brand new Linux user, made the switch from Windows 10 last night. I have a HP 15-db0030AU laptop that has a Realtek 8821ce wireless lan 802.11ac pci-e NIC.
Currently, the wifi section in the settings app shows that no “No Wi-Fi Adapter Found”. I have been tethering via USB to my phone.
After running commands in the terminal while following a tutorial, my adapter is being recognised and is listed, but it is not operational.
Does anyone now how to fix this?
Thank you so much in advance
drivers wireless 18.04 adapter
add a comment |
I’m a brand new Linux user, made the switch from Windows 10 last night. I have a HP 15-db0030AU laptop that has a Realtek 8821ce wireless lan 802.11ac pci-e NIC.
Currently, the wifi section in the settings app shows that no “No Wi-Fi Adapter Found”. I have been tethering via USB to my phone.
After running commands in the terminal while following a tutorial, my adapter is being recognised and is listed, but it is not operational.
Does anyone now how to fix this?
Thank you so much in advance
drivers wireless 18.04 adapter
add a comment |
I’m a brand new Linux user, made the switch from Windows 10 last night. I have a HP 15-db0030AU laptop that has a Realtek 8821ce wireless lan 802.11ac pci-e NIC.
Currently, the wifi section in the settings app shows that no “No Wi-Fi Adapter Found”. I have been tethering via USB to my phone.
After running commands in the terminal while following a tutorial, my adapter is being recognised and is listed, but it is not operational.
Does anyone now how to fix this?
Thank you so much in advance
drivers wireless 18.04 adapter
I’m a brand new Linux user, made the switch from Windows 10 last night. I have a HP 15-db0030AU laptop that has a Realtek 8821ce wireless lan 802.11ac pci-e NIC.
Currently, the wifi section in the settings app shows that no “No Wi-Fi Adapter Found”. I have been tethering via USB to my phone.
After running commands in the terminal while following a tutorial, my adapter is being recognised and is listed, but it is not operational.
Does anyone now how to fix this?
Thank you so much in advance
drivers wireless 18.04 adapter
drivers wireless 18.04 adapter
edited Oct 3 '18 at 12:33
Phobos_
asked Oct 3 '18 at 10:58
Phobos_Phobos_
12
12
add a comment |
add a comment |
2 Answers
2
active
oldest
votes
If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:
sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.
If you notice weak signal, try:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1
and see if it is better, if not do:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2
add a comment |
Get a program called wpa_gui . It will work.
New contributor
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%2f1080561%2fubuntu-18-04-hp-laptop-realtek-8821ce-wifi-adapter-not-working%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
If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:
sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.
If you notice weak signal, try:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1
and see if it is better, if not do:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2
add a comment |
If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:
sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.
If you notice weak signal, try:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1
and see if it is better, if not do:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2
add a comment |
If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:
sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.
If you notice weak signal, try:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1
and see if it is better, if not do:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2
If you get no WiFi adapter found in Ubuntu 18.04, run this code in your terminal:
sudo apt remove bcmwl-kernel-source && sudo apt install git dkms
git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
sudo dkms add ./rtlwifi_new
sudo dkms install rtlwifi-new/0.6
Then reboot your lap, check wifi signal. If it doesn’t show, go to Unity Dash and look for Software & Updates, then Next is to go in Additional Drivers tab and select the propriety driver and click on Apply Changes.
If you notice weak signal, try:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=1
and see if it is better, if not do:
sudo modprobe -r rtl8723de && sleep 5 && sudo modprobe rtl8723de ant_sel=2
edited Oct 3 '18 at 13:55
Melebius
4,61551839
4,61551839
answered Oct 3 '18 at 13:10
Bala MuruganBala Murugan
1
1
add a comment |
add a comment |
Get a program called wpa_gui . It will work.
New contributor
add a comment |
Get a program called wpa_gui . It will work.
New contributor
add a comment |
Get a program called wpa_gui . It will work.
New contributor
Get a program called wpa_gui . It will work.
New contributor
New contributor
answered 9 hours ago
J0k3rJ0k3r
1
1
New contributor
New contributor
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%2f1080561%2fubuntu-18-04-hp-laptop-realtek-8821ce-wifi-adapter-not-working%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