No WiFi Adapter Found Ubuntu 18.04.02 Desktop in HP Laptop Model 15-daxxx [duplicate]












1
















This question already has an answer here:




  • Lenovo Thinkpad E480 - No Wifi Adaptor Found in Ubuntu 18.04

    1 answer



  • Wi-Fi not working on Lenovo ThinkPad E570 (Realtek RTL8821CE)

    5 answers




I've been unsuccessfully trying all the hints and suggestions found in internet for making my Ubuntu 18.04.02 Desktop in my HP Laptop Model 15-daxxx seeing the WIFI connection.



I've already done all the steps listed here NoWiFiAdapterFoundUbuntu18.04HPLaptop
but still Ubuntu 18.04.02 Desktop says "No WiFi Adapter Found"



I've also put in HP site: HP-drivers-laptops the ID number of my laptop, it was correctly identified, and the only Operating System I can choose from is Windows. Clicking on the link "I do not see my Operating System" I found in this HP webpage: HPProducts-MyOperatingSystem, I selected Linux -> LinuxKernelArchive, I downloaded the latest stable kernel and then I installed, following the instructions, the WiFi kernel iwd-0.9.
But again.... after rebooting : "No Wifi Adapter Found".



How can I solve this strange problem?
Looking forward to your kind help.
Marco



Updates:
1)



lspci -knn | grep Net -A3; rfkill list
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless
Network Adapter [103c:831a]
Kernel modules: wl
04:00.0 Non-Volatile memory controller [0108]: Toshiba America Info
Systems Device [1179:0113] (rev 01)
Subsystem: Toshiba America Info Systems Device [1179:0001]
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


2)
Following the instructions here: networking-WiFiNotWorkingInLenovoThinkPadE570(RealTekRTL8821CE)



I updated the Makefile in this way:



#export TopDIR ?= $(srctree)/drivers/net/wireless/rtl8821ce
export TopDIR ?= $ ~/Downloads/rtl8821ce


saved the change, and then run make:



  CC [M]  /home/riccardo/Downloads/rtl8821ce/os_dep/osdep_service.o
CC [M] /home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: error:
initialization from incompatible pointer type [-Werror=incompatible-
pointer-types]
.ndo_select_queue = rtw_select_queue,
^~~~~~~~~~~~~~~~
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: note:
(near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/riccardo/Downloads
/rtl8821ce/os_dep/linux/os_intfs.o' failed
make[2]: *** [/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o]
Error 1
Makefile:1534: recipe for target '_module_/home/riccardo/Downloads
/rtl8821ce' failed
make[1]: *** [_module_/home/riccardo/Downloads/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:1903: recipe for target 'modules' failed
make: *** [modules] Error 2


I reinstalled Ubuntu 18.04.02 Desktop erasing all the previous content of the
hard-disk, in order to have a cleaner situation.
But again . after modifying the Makefile file:



#export TopDIR ?= $(srctree)/drivers/net/wireless/rtl8821ce
export TopDIR ?= $ ~/Downloads/rtl8821ce


the same error messages:



~/Downloads/rtl8821ce$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.18.0-15-generic/build
M=/home/riccardo/Downloads/rtl8821ce modules
make[1]: Entering directory '/usr/src/linux-headers-4.18.0-15-generic'
CC [M] /home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: error:
initialization from incompatible pointer type [-Werror=incompatible-
pointer-types]
.ndo_select_queue = rtw_select_queue,
^~~~~~~~~~~~~~~~
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: note:
(near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/riccardo/Downloads
/rtl8821ce/os_dep/linux/os_intfs.o' failed
make[2]: *** [/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o]
Error 1
Makefile:1534: recipe for target '_module_/home/riccardo/Downloads
/rtl8821ce' failed
make[1]: *** [_module_/home/riccardo/Downloads/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:1903: recipe for target 'modules' failed
make: *** [modules] Error 2









share|improve this question















marked as duplicate by Pilot6, chili555 wireless
Users with the  wireless badge can single-handedly close wireless questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
7 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 1





    You tried everything, but didn't try to find out what is your wireless adapter. Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

    – Pilot6
    10 hours ago











  • @Pilot6 I updated my question with these info. Thank you for helping

    – user2315094
    9 hours ago











  • @Pilot6 I updated my question again with an error occured while following the instructions askubuntu.com/questions/990378/…

    – user2315094
    9 hours ago






  • 1





    It looks like the driver is incompatible with the kernel. Please wait till someone who knows better about this driver appears @chili555

    – Pilot6
    9 hours ago











  • Thanks a lot for your kind help. I keep looking and trying.

    – user2315094
    9 hours ago
















1
















This question already has an answer here:




  • Lenovo Thinkpad E480 - No Wifi Adaptor Found in Ubuntu 18.04

    1 answer



  • Wi-Fi not working on Lenovo ThinkPad E570 (Realtek RTL8821CE)

    5 answers




I've been unsuccessfully trying all the hints and suggestions found in internet for making my Ubuntu 18.04.02 Desktop in my HP Laptop Model 15-daxxx seeing the WIFI connection.



I've already done all the steps listed here NoWiFiAdapterFoundUbuntu18.04HPLaptop
but still Ubuntu 18.04.02 Desktop says "No WiFi Adapter Found"



I've also put in HP site: HP-drivers-laptops the ID number of my laptop, it was correctly identified, and the only Operating System I can choose from is Windows. Clicking on the link "I do not see my Operating System" I found in this HP webpage: HPProducts-MyOperatingSystem, I selected Linux -> LinuxKernelArchive, I downloaded the latest stable kernel and then I installed, following the instructions, the WiFi kernel iwd-0.9.
But again.... after rebooting : "No Wifi Adapter Found".



How can I solve this strange problem?
Looking forward to your kind help.
Marco



Updates:
1)



lspci -knn | grep Net -A3; rfkill list
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless
Network Adapter [103c:831a]
Kernel modules: wl
04:00.0 Non-Volatile memory controller [0108]: Toshiba America Info
Systems Device [1179:0113] (rev 01)
Subsystem: Toshiba America Info Systems Device [1179:0001]
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


2)
Following the instructions here: networking-WiFiNotWorkingInLenovoThinkPadE570(RealTekRTL8821CE)



I updated the Makefile in this way:



#export TopDIR ?= $(srctree)/drivers/net/wireless/rtl8821ce
export TopDIR ?= $ ~/Downloads/rtl8821ce


saved the change, and then run make:



  CC [M]  /home/riccardo/Downloads/rtl8821ce/os_dep/osdep_service.o
CC [M] /home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: error:
initialization from incompatible pointer type [-Werror=incompatible-
pointer-types]
.ndo_select_queue = rtw_select_queue,
^~~~~~~~~~~~~~~~
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: note:
(near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/riccardo/Downloads
/rtl8821ce/os_dep/linux/os_intfs.o' failed
make[2]: *** [/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o]
Error 1
Makefile:1534: recipe for target '_module_/home/riccardo/Downloads
/rtl8821ce' failed
make[1]: *** [_module_/home/riccardo/Downloads/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:1903: recipe for target 'modules' failed
make: *** [modules] Error 2


I reinstalled Ubuntu 18.04.02 Desktop erasing all the previous content of the
hard-disk, in order to have a cleaner situation.
But again . after modifying the Makefile file:



#export TopDIR ?= $(srctree)/drivers/net/wireless/rtl8821ce
export TopDIR ?= $ ~/Downloads/rtl8821ce


the same error messages:



~/Downloads/rtl8821ce$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.18.0-15-generic/build
M=/home/riccardo/Downloads/rtl8821ce modules
make[1]: Entering directory '/usr/src/linux-headers-4.18.0-15-generic'
CC [M] /home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: error:
initialization from incompatible pointer type [-Werror=incompatible-
pointer-types]
.ndo_select_queue = rtw_select_queue,
^~~~~~~~~~~~~~~~
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: note:
(near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/riccardo/Downloads
/rtl8821ce/os_dep/linux/os_intfs.o' failed
make[2]: *** [/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o]
Error 1
Makefile:1534: recipe for target '_module_/home/riccardo/Downloads
/rtl8821ce' failed
make[1]: *** [_module_/home/riccardo/Downloads/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:1903: recipe for target 'modules' failed
make: *** [modules] Error 2









share|improve this question















marked as duplicate by Pilot6, chili555 wireless
Users with the  wireless badge can single-handedly close wireless questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
7 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.














  • 1





    You tried everything, but didn't try to find out what is your wireless adapter. Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

    – Pilot6
    10 hours ago











  • @Pilot6 I updated my question with these info. Thank you for helping

    – user2315094
    9 hours ago











  • @Pilot6 I updated my question again with an error occured while following the instructions askubuntu.com/questions/990378/…

    – user2315094
    9 hours ago






  • 1





    It looks like the driver is incompatible with the kernel. Please wait till someone who knows better about this driver appears @chili555

    – Pilot6
    9 hours ago











  • Thanks a lot for your kind help. I keep looking and trying.

    – user2315094
    9 hours ago














1












1








1









This question already has an answer here:




  • Lenovo Thinkpad E480 - No Wifi Adaptor Found in Ubuntu 18.04

    1 answer



  • Wi-Fi not working on Lenovo ThinkPad E570 (Realtek RTL8821CE)

    5 answers




I've been unsuccessfully trying all the hints and suggestions found in internet for making my Ubuntu 18.04.02 Desktop in my HP Laptop Model 15-daxxx seeing the WIFI connection.



I've already done all the steps listed here NoWiFiAdapterFoundUbuntu18.04HPLaptop
but still Ubuntu 18.04.02 Desktop says "No WiFi Adapter Found"



I've also put in HP site: HP-drivers-laptops the ID number of my laptop, it was correctly identified, and the only Operating System I can choose from is Windows. Clicking on the link "I do not see my Operating System" I found in this HP webpage: HPProducts-MyOperatingSystem, I selected Linux -> LinuxKernelArchive, I downloaded the latest stable kernel and then I installed, following the instructions, the WiFi kernel iwd-0.9.
But again.... after rebooting : "No Wifi Adapter Found".



How can I solve this strange problem?
Looking forward to your kind help.
Marco



Updates:
1)



lspci -knn | grep Net -A3; rfkill list
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless
Network Adapter [103c:831a]
Kernel modules: wl
04:00.0 Non-Volatile memory controller [0108]: Toshiba America Info
Systems Device [1179:0113] (rev 01)
Subsystem: Toshiba America Info Systems Device [1179:0001]
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


2)
Following the instructions here: networking-WiFiNotWorkingInLenovoThinkPadE570(RealTekRTL8821CE)



I updated the Makefile in this way:



#export TopDIR ?= $(srctree)/drivers/net/wireless/rtl8821ce
export TopDIR ?= $ ~/Downloads/rtl8821ce


saved the change, and then run make:



  CC [M]  /home/riccardo/Downloads/rtl8821ce/os_dep/osdep_service.o
CC [M] /home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: error:
initialization from incompatible pointer type [-Werror=incompatible-
pointer-types]
.ndo_select_queue = rtw_select_queue,
^~~~~~~~~~~~~~~~
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: note:
(near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/riccardo/Downloads
/rtl8821ce/os_dep/linux/os_intfs.o' failed
make[2]: *** [/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o]
Error 1
Makefile:1534: recipe for target '_module_/home/riccardo/Downloads
/rtl8821ce' failed
make[1]: *** [_module_/home/riccardo/Downloads/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:1903: recipe for target 'modules' failed
make: *** [modules] Error 2


I reinstalled Ubuntu 18.04.02 Desktop erasing all the previous content of the
hard-disk, in order to have a cleaner situation.
But again . after modifying the Makefile file:



#export TopDIR ?= $(srctree)/drivers/net/wireless/rtl8821ce
export TopDIR ?= $ ~/Downloads/rtl8821ce


the same error messages:



~/Downloads/rtl8821ce$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.18.0-15-generic/build
M=/home/riccardo/Downloads/rtl8821ce modules
make[1]: Entering directory '/usr/src/linux-headers-4.18.0-15-generic'
CC [M] /home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: error:
initialization from incompatible pointer type [-Werror=incompatible-
pointer-types]
.ndo_select_queue = rtw_select_queue,
^~~~~~~~~~~~~~~~
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: note:
(near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/riccardo/Downloads
/rtl8821ce/os_dep/linux/os_intfs.o' failed
make[2]: *** [/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o]
Error 1
Makefile:1534: recipe for target '_module_/home/riccardo/Downloads
/rtl8821ce' failed
make[1]: *** [_module_/home/riccardo/Downloads/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:1903: recipe for target 'modules' failed
make: *** [modules] Error 2









share|improve this question

















This question already has an answer here:




  • Lenovo Thinkpad E480 - No Wifi Adaptor Found in Ubuntu 18.04

    1 answer



  • Wi-Fi not working on Lenovo ThinkPad E570 (Realtek RTL8821CE)

    5 answers




I've been unsuccessfully trying all the hints and suggestions found in internet for making my Ubuntu 18.04.02 Desktop in my HP Laptop Model 15-daxxx seeing the WIFI connection.



I've already done all the steps listed here NoWiFiAdapterFoundUbuntu18.04HPLaptop
but still Ubuntu 18.04.02 Desktop says "No WiFi Adapter Found"



I've also put in HP site: HP-drivers-laptops the ID number of my laptop, it was correctly identified, and the only Operating System I can choose from is Windows. Clicking on the link "I do not see my Operating System" I found in this HP webpage: HPProducts-MyOperatingSystem, I selected Linux -> LinuxKernelArchive, I downloaded the latest stable kernel and then I installed, following the instructions, the WiFi kernel iwd-0.9.
But again.... after rebooting : "No Wifi Adapter Found".



How can I solve this strange problem?
Looking forward to your kind help.
Marco



Updates:
1)



lspci -knn | grep Net -A3; rfkill list
03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd.
RTL8821CE 802.11ac PCIe Wireless Network Adapter [10ec:c821]
Subsystem: Hewlett-Packard Company RTL8821CE 802.11ac PCIe Wireless
Network Adapter [103c:831a]
Kernel modules: wl
04:00.0 Non-Volatile memory controller [0108]: Toshiba America Info
Systems Device [1179:0113] (rev 01)
Subsystem: Toshiba America Info Systems Device [1179:0001]
0: hci0: Bluetooth
Soft blocked: no
Hard blocked: no


2)
Following the instructions here: networking-WiFiNotWorkingInLenovoThinkPadE570(RealTekRTL8821CE)



I updated the Makefile in this way:



#export TopDIR ?= $(srctree)/drivers/net/wireless/rtl8821ce
export TopDIR ?= $ ~/Downloads/rtl8821ce


saved the change, and then run make:



  CC [M]  /home/riccardo/Downloads/rtl8821ce/os_dep/osdep_service.o
CC [M] /home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: error:
initialization from incompatible pointer type [-Werror=incompatible-
pointer-types]
.ndo_select_queue = rtw_select_queue,
^~~~~~~~~~~~~~~~
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: note:
(near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/riccardo/Downloads
/rtl8821ce/os_dep/linux/os_intfs.o' failed
make[2]: *** [/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o]
Error 1
Makefile:1534: recipe for target '_module_/home/riccardo/Downloads
/rtl8821ce' failed
make[1]: *** [_module_/home/riccardo/Downloads/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:1903: recipe for target 'modules' failed
make: *** [modules] Error 2


I reinstalled Ubuntu 18.04.02 Desktop erasing all the previous content of the
hard-disk, in order to have a cleaner situation.
But again . after modifying the Makefile file:



#export TopDIR ?= $(srctree)/drivers/net/wireless/rtl8821ce
export TopDIR ?= $ ~/Downloads/rtl8821ce


the same error messages:



~/Downloads/rtl8821ce$ make
make ARCH=x86_64 CROSS_COMPILE= -C /lib/modules/4.18.0-15-generic/build
M=/home/riccardo/Downloads/rtl8821ce modules
make[1]: Entering directory '/usr/src/linux-headers-4.18.0-15-generic'
CC [M] /home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: error:
initialization from incompatible pointer type [-Werror=incompatible-
pointer-types]
.ndo_select_queue = rtw_select_queue,
^~~~~~~~~~~~~~~~
/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.c:1325:22: note:
(near initialization for ‘rtw_netdev_ops.ndo_select_queue’)
cc1: some warnings being treated as errors
scripts/Makefile.build:325: recipe for target '/home/riccardo/Downloads
/rtl8821ce/os_dep/linux/os_intfs.o' failed
make[2]: *** [/home/riccardo/Downloads/rtl8821ce/os_dep/linux/os_intfs.o]
Error 1
Makefile:1534: recipe for target '_module_/home/riccardo/Downloads
/rtl8821ce' failed
make[1]: *** [_module_/home/riccardo/Downloads/rtl8821ce] Error 2
make[1]: Leaving directory '/usr/src/linux-headers-4.18.0-15-generic'
Makefile:1903: recipe for target 'modules' failed
make: *** [modules] Error 2




This question already has an answer here:




  • Lenovo Thinkpad E480 - No Wifi Adaptor Found in Ubuntu 18.04

    1 answer



  • Wi-Fi not working on Lenovo ThinkPad E570 (Realtek RTL8821CE)

    5 answers








wireless 18.04 laptop hp realtek-wireless






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 8 hours ago







user2315094

















asked 10 hours ago









user2315094user2315094

23116




23116




marked as duplicate by Pilot6, chili555 wireless
Users with the  wireless badge can single-handedly close wireless questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
7 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.









marked as duplicate by Pilot6, chili555 wireless
Users with the  wireless badge can single-handedly close wireless questions as duplicates and reopen them as needed.

StackExchange.ready(function() {
if (StackExchange.options.isMobile) return;

$('.dupe-hammer-message-hover:not(.hover-bound)').each(function() {
var $hover = $(this).addClass('hover-bound'),
$msg = $hover.siblings('.dupe-hammer-message');

$hover.hover(
function() {
$hover.showInfoMessage('', {
messageElement: $msg.clone().show(),
transient: false,
position: { my: 'bottom left', at: 'top center', offsetTop: -7 },
dismissable: false,
relativeToBody: true
});
},
function() {
StackExchange.helpers.removeMessages();
}
);
});
});
7 hours ago


This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.










  • 1





    You tried everything, but didn't try to find out what is your wireless adapter. Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

    – Pilot6
    10 hours ago











  • @Pilot6 I updated my question with these info. Thank you for helping

    – user2315094
    9 hours ago











  • @Pilot6 I updated my question again with an error occured while following the instructions askubuntu.com/questions/990378/…

    – user2315094
    9 hours ago






  • 1





    It looks like the driver is incompatible with the kernel. Please wait till someone who knows better about this driver appears @chili555

    – Pilot6
    9 hours ago











  • Thanks a lot for your kind help. I keep looking and trying.

    – user2315094
    9 hours ago














  • 1





    You tried everything, but didn't try to find out what is your wireless adapter. Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

    – Pilot6
    10 hours ago











  • @Pilot6 I updated my question with these info. Thank you for helping

    – user2315094
    9 hours ago











  • @Pilot6 I updated my question again with an error occured while following the instructions askubuntu.com/questions/990378/…

    – user2315094
    9 hours ago






  • 1





    It looks like the driver is incompatible with the kernel. Please wait till someone who knows better about this driver appears @chili555

    – Pilot6
    9 hours ago











  • Thanks a lot for your kind help. I keep looking and trying.

    – user2315094
    9 hours ago








1




1





You tried everything, but didn't try to find out what is your wireless adapter. Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

– Pilot6
10 hours ago





You tried everything, but didn't try to find out what is your wireless adapter. Please edit your question and add output of lspci -knn | grep Net -A3; rfkill list terminal command.

– Pilot6
10 hours ago













@Pilot6 I updated my question with these info. Thank you for helping

– user2315094
9 hours ago





@Pilot6 I updated my question with these info. Thank you for helping

– user2315094
9 hours ago













@Pilot6 I updated my question again with an error occured while following the instructions askubuntu.com/questions/990378/…

– user2315094
9 hours ago





@Pilot6 I updated my question again with an error occured while following the instructions askubuntu.com/questions/990378/…

– user2315094
9 hours ago




1




1





It looks like the driver is incompatible with the kernel. Please wait till someone who knows better about this driver appears @chili555

– Pilot6
9 hours ago





It looks like the driver is incompatible with the kernel. Please wait till someone who knows better about this driver appears @chili555

– Pilot6
9 hours ago













Thanks a lot for your kind help. I keep looking and trying.

– user2315094
9 hours ago





Thanks a lot for your kind help. I keep looking and trying.

– user2315094
9 hours ago










1 Answer
1






active

oldest

votes


















0














Check to make sure the wifi adapter hasn't been disabled by the keyboard hotkey or physical button/switch on the device.



If it's on it should be flashing between white and amber to show activity.



The key to enable the wifi adapter on the keyboard is on the top row and it looks like this:
((I))






share|improve this answer








New contributor




Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • The keyboard hotkey will do precisely nothing if there is not yet a working driver.

    – chili555
    7 hours ago


















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









0














Check to make sure the wifi adapter hasn't been disabled by the keyboard hotkey or physical button/switch on the device.



If it's on it should be flashing between white and amber to show activity.



The key to enable the wifi adapter on the keyboard is on the top row and it looks like this:
((I))






share|improve this answer








New contributor




Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • The keyboard hotkey will do precisely nothing if there is not yet a working driver.

    – chili555
    7 hours ago
















0














Check to make sure the wifi adapter hasn't been disabled by the keyboard hotkey or physical button/switch on the device.



If it's on it should be flashing between white and amber to show activity.



The key to enable the wifi adapter on the keyboard is on the top row and it looks like this:
((I))






share|improve this answer








New contributor




Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • The keyboard hotkey will do precisely nothing if there is not yet a working driver.

    – chili555
    7 hours ago














0












0








0







Check to make sure the wifi adapter hasn't been disabled by the keyboard hotkey or physical button/switch on the device.



If it's on it should be flashing between white and amber to show activity.



The key to enable the wifi adapter on the keyboard is on the top row and it looks like this:
((I))






share|improve this answer








New contributor




Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.










Check to make sure the wifi adapter hasn't been disabled by the keyboard hotkey or physical button/switch on the device.



If it's on it should be flashing between white and amber to show activity.



The key to enable the wifi adapter on the keyboard is on the top row and it looks like this:
((I))







share|improve this answer








New contributor




Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this answer



share|improve this answer






New contributor




Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









answered 8 hours ago









Some DudeSome Dude

11




11




New contributor




Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Some Dude is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • The keyboard hotkey will do precisely nothing if there is not yet a working driver.

    – chili555
    7 hours ago



















  • The keyboard hotkey will do precisely nothing if there is not yet a working driver.

    – chili555
    7 hours ago

















The keyboard hotkey will do precisely nothing if there is not yet a working driver.

– chili555
7 hours ago





The keyboard hotkey will do precisely nothing if there is not yet a working driver.

– chili555
7 hours ago



Popular posts from this blog

日野市

GameSpot

Tu-95轟炸機