Ubuntu 18.04 No WiFi adapter found [Dell Inspiron 3542.]Qualcomm Atheros QCA9565 / AR9565 keeps dropping connectionUbuntu 18.04 cannot recognized Intel Wireless-AC 9260mt7601u drivers not working ubuntu 16.04Qualcomm Atheros QCA9565 / AR9565 (Dell 1705): Bluetooth not detectedHotel Wifi problem on Ubuntu 18.10No Wi-Fi adapter found in Ubuntu 18.04 dual-booted with Windows 7Wireless in 13.10 or similars doesn't work!Ubuntu 16.04, Wifi connected, no data. Wired connection worksNo WiFi adapter found Ubuntu 18.04

Postdoc Fellowships Collision

Why is the apostrophe positioned differently in "ones' complement" than "two's complement"?

How can I create a zip archive without a file extension using the "zip" command?

What is a Brown Bag Seminar?

Generic circular doubly linked list

D&D-like fantasy film from possibly the 80s

What did Harry mean when he said "Well, I take it you're not sorry?" to Griphook?

What would have been the typical drinks for a US farmer in the late 18th/early 19th century?

How exactly did the separation between Saturn V stage 3 and the Command / Lunar Module work?

Was Jumanji intended to be a co-op game?

Should we stop differentiating between ln and log?

A story where a name is to be guessed

"Government transplant" been tried? At what scale, and what were the results?

Where do "magic" hashing constants like 0x9e3779b9 and 0x9e3779b1 come from?

Why was LEGO reluctant to use additional colours for regular bricks in former times?

Count the number of rows with a string occurring n times in multiple columns

Should I take a side in an external player conflict, or let my game die?

Is it possible to conserve the total kinetic energy of a system, but not its momentum?

Why can't Centre of pressure and Centre of Gravity coincide?

What word am I? (Riley riddle)

How Much Would a Language Change Over 500 Years Completely Cut Off From Its Source?

How to appropriately quit a "bad" unpaid internship?

Is it ethical to apply for a short-term grant with a partner/spouse/girlfriend?

Tactical illusion combat countermeasures (password system)



Ubuntu 18.04 No WiFi adapter found [Dell Inspiron 3542.]


Qualcomm Atheros QCA9565 / AR9565 keeps dropping connectionUbuntu 18.04 cannot recognized Intel Wireless-AC 9260mt7601u drivers not working ubuntu 16.04Qualcomm Atheros QCA9565 / AR9565 (Dell 1705): Bluetooth not detectedHotel Wifi problem on Ubuntu 18.10No Wi-Fi adapter found in Ubuntu 18.04 dual-booted with Windows 7Wireless in 13.10 or similars doesn't work!Ubuntu 16.04, Wifi connected, no data. Wired connection worksNo WiFi adapter found Ubuntu 18.04






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty
margin-bottom:0;









4


















Just installed Ubuntu 18.04 but my WiFi adapter Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter doesn't work or even appear in the system settings.



output of lspci -knn | grep Net -A3:



> rahul@rahul-Inspiron-3542:~$ lspci -knn | grep Net -A3
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
Kernel driver in use: ath9k
Kernel modules: ath9k
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)


output of lspci -knn | grep Net -A2



rahul@rahul-Inspiron-3542:~$ lspci -knn | grep Net -A2
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
Kernel driver in use: ath9k
Kernel modules: ath9k


output of sudo rfkill list



rahul@rahul-Inspiron-3542:~$ sudo rfkill list
[sudo] password for rahul:
0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no


output of sudo lshw -C network



rahul@rahul-Inspiron-3542:~$ sudo lshw -C network
*-network DISABLED
description: Wireless interface
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:06:00.0
logical name: wlp6s0
version: 01
serial: 4c:bb:58:30:aa:07
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=4.17.11-041711-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:f7900000-f797ffff memory:f7980000-f798ffff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: enp7s0
version: 07
serial: 74:e6:e2:14:2a:c8
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 ioport:e000(size=256) memory:f7800000-f7800fff memory:f2100000-f2103fff
*-network
description: Ethernet interface
physical id: 2
logical name: enp0s20u1
serial: 7a:14:5b:44:b4:96
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.109 link=yes multicast=yes


output of dmesg | grep ath9k



rahul@rahul-Inspiron-3542:~$ dmesg | grep ath9k
[ 23.712505] ath9k 0000:06:00.0 wlp6s0: renamed from wlan0


output of sudo iw dev



rahul@rahul-Inspiron-3542:~$ sudo iw dev
[sudo] password for rahul:
phy#0
Interface wlp6s0
ifindex 3
wdev 0x1
addr 4c:bb:58:30:aa:07
type managed
txpower 0.00 dBm


output of dmesg
Output of dmesg



I already tried so many solutions but nothing works for me , I'm looking for answer from so many days.
Please Someone solve my issue . If anyone want any other information please let me know.



Any help would be greatly appreciated.










share|improve this question



























  • Possibly helpful: askubuntu.com/questions/1054614/…

    – chili555
    Aug 1 '18 at 20:27











  • could you give us the stdout of sudo iw dev. If iw is not installed, install it (sudo apt install iw)

    – kcdtv
    Aug 1 '18 at 20:42






  • 1





    @chili555 thanks for the link my issue is same as issue in provided link, I tried all things you suggested there but nothing works for me for internal device both hard and soft are still blocked.

    – Rahul Saini
    Aug 2 '18 at 6:06











  • @kcdtv iw is already installed , i added output of sudo iw dev in question

    – Rahul Saini
    Aug 2 '18 at 6:10











  • Your wifi interface clearly appeared before and iw confirms that.. Which means that it is correctly installed and recognized. I don't understand why you say it does not appear in system settings... Where are you looking? The txpower at 0dbm suggest that it is not "up". Please try sudo ip l s wlp6s0 up and shows us your sudo iw dev stdout after that. what is strnage is this "dell wireless" interface... wtf is that? to be sure that it is not bllocking somehow your qualcom. you have on this interface a soft block (do sudo rfkill unblock wifi) and a hard block (check efi-bios and button)

    – kcdtv
    Aug 2 '18 at 15:08


















4


















Just installed Ubuntu 18.04 but my WiFi adapter Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter doesn't work or even appear in the system settings.



output of lspci -knn | grep Net -A3:



> rahul@rahul-Inspiron-3542:~$ lspci -knn | grep Net -A3
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
Kernel driver in use: ath9k
Kernel modules: ath9k
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)


output of lspci -knn | grep Net -A2



rahul@rahul-Inspiron-3542:~$ lspci -knn | grep Net -A2
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
Kernel driver in use: ath9k
Kernel modules: ath9k


output of sudo rfkill list



rahul@rahul-Inspiron-3542:~$ sudo rfkill list
[sudo] password for rahul:
0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no


output of sudo lshw -C network



rahul@rahul-Inspiron-3542:~$ sudo lshw -C network
*-network DISABLED
description: Wireless interface
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:06:00.0
logical name: wlp6s0
version: 01
serial: 4c:bb:58:30:aa:07
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=4.17.11-041711-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:f7900000-f797ffff memory:f7980000-f798ffff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: enp7s0
version: 07
serial: 74:e6:e2:14:2a:c8
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 ioport:e000(size=256) memory:f7800000-f7800fff memory:f2100000-f2103fff
*-network
description: Ethernet interface
physical id: 2
logical name: enp0s20u1
serial: 7a:14:5b:44:b4:96
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.109 link=yes multicast=yes


output of dmesg | grep ath9k



rahul@rahul-Inspiron-3542:~$ dmesg | grep ath9k
[ 23.712505] ath9k 0000:06:00.0 wlp6s0: renamed from wlan0


output of sudo iw dev



rahul@rahul-Inspiron-3542:~$ sudo iw dev
[sudo] password for rahul:
phy#0
Interface wlp6s0
ifindex 3
wdev 0x1
addr 4c:bb:58:30:aa:07
type managed
txpower 0.00 dBm


output of dmesg
Output of dmesg



I already tried so many solutions but nothing works for me , I'm looking for answer from so many days.
Please Someone solve my issue . If anyone want any other information please let me know.



Any help would be greatly appreciated.










share|improve this question



























  • Possibly helpful: askubuntu.com/questions/1054614/…

    – chili555
    Aug 1 '18 at 20:27











  • could you give us the stdout of sudo iw dev. If iw is not installed, install it (sudo apt install iw)

    – kcdtv
    Aug 1 '18 at 20:42






  • 1





    @chili555 thanks for the link my issue is same as issue in provided link, I tried all things you suggested there but nothing works for me for internal device both hard and soft are still blocked.

    – Rahul Saini
    Aug 2 '18 at 6:06











  • @kcdtv iw is already installed , i added output of sudo iw dev in question

    – Rahul Saini
    Aug 2 '18 at 6:10











  • Your wifi interface clearly appeared before and iw confirms that.. Which means that it is correctly installed and recognized. I don't understand why you say it does not appear in system settings... Where are you looking? The txpower at 0dbm suggest that it is not "up". Please try sudo ip l s wlp6s0 up and shows us your sudo iw dev stdout after that. what is strnage is this "dell wireless" interface... wtf is that? to be sure that it is not bllocking somehow your qualcom. you have on this interface a soft block (do sudo rfkill unblock wifi) and a hard block (check efi-bios and button)

    – kcdtv
    Aug 2 '18 at 15:08














4













4









4


2






Just installed Ubuntu 18.04 but my WiFi adapter Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter doesn't work or even appear in the system settings.



output of lspci -knn | grep Net -A3:



> rahul@rahul-Inspiron-3542:~$ lspci -knn | grep Net -A3
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
Kernel driver in use: ath9k
Kernel modules: ath9k
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)


output of lspci -knn | grep Net -A2



rahul@rahul-Inspiron-3542:~$ lspci -knn | grep Net -A2
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
Kernel driver in use: ath9k
Kernel modules: ath9k


output of sudo rfkill list



rahul@rahul-Inspiron-3542:~$ sudo rfkill list
[sudo] password for rahul:
0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no


output of sudo lshw -C network



rahul@rahul-Inspiron-3542:~$ sudo lshw -C network
*-network DISABLED
description: Wireless interface
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:06:00.0
logical name: wlp6s0
version: 01
serial: 4c:bb:58:30:aa:07
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=4.17.11-041711-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:f7900000-f797ffff memory:f7980000-f798ffff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: enp7s0
version: 07
serial: 74:e6:e2:14:2a:c8
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 ioport:e000(size=256) memory:f7800000-f7800fff memory:f2100000-f2103fff
*-network
description: Ethernet interface
physical id: 2
logical name: enp0s20u1
serial: 7a:14:5b:44:b4:96
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.109 link=yes multicast=yes


output of dmesg | grep ath9k



rahul@rahul-Inspiron-3542:~$ dmesg | grep ath9k
[ 23.712505] ath9k 0000:06:00.0 wlp6s0: renamed from wlan0


output of sudo iw dev



rahul@rahul-Inspiron-3542:~$ sudo iw dev
[sudo] password for rahul:
phy#0
Interface wlp6s0
ifindex 3
wdev 0x1
addr 4c:bb:58:30:aa:07
type managed
txpower 0.00 dBm


output of dmesg
Output of dmesg



I already tried so many solutions but nothing works for me , I'm looking for answer from so many days.
Please Someone solve my issue . If anyone want any other information please let me know.



Any help would be greatly appreciated.










share|improve this question
















Just installed Ubuntu 18.04 but my WiFi adapter Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter doesn't work or even appear in the system settings.



output of lspci -knn | grep Net -A3:



> rahul@rahul-Inspiron-3542:~$ lspci -knn | grep Net -A3
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
Kernel driver in use: ath9k
Kernel modules: ath9k
07:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller [10ec:8136] (rev 07)


output of lspci -knn | grep Net -A2



rahul@rahul-Inspiron-3542:~$ lspci -knn | grep Net -A2
06:00.0 Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter [168c:0036] (rev 01)
Subsystem: Dell QCA9565 / AR9565 Wireless Network Adapter [1028:020c]
Kernel driver in use: ath9k
Kernel modules: ath9k


output of sudo rfkill list



rahul@rahul-Inspiron-3542:~$ sudo rfkill list
[sudo] password for rahul:
0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes
1: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no


output of sudo lshw -C network



rahul@rahul-Inspiron-3542:~$ sudo lshw -C network
*-network DISABLED
description: Wireless interface
product: QCA9565 / AR9565 Wireless Network Adapter
vendor: Qualcomm Atheros
physical id: 0
bus info: pci@0000:06:00.0
logical name: wlp6s0
version: 01
serial: 4c:bb:58:30:aa:07
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress bus_master cap_list rom ethernet physical wireless
configuration: broadcast=yes driver=ath9k driverversion=4.17.11-041711-generic firmware=N/A latency=0 link=no multicast=yes wireless=IEEE 802.11
resources: irq:18 memory:f7900000-f797ffff memory:f7980000-f798ffff
*-network
description: Ethernet interface
product: RTL8101/2/6E PCI Express Fast/Gigabit Ethernet controller
vendor: Realtek Semiconductor Co., Ltd.
physical id: 0
bus info: pci@0000:07:00.0
logical name: enp7s0
version: 07
serial: 74:e6:e2:14:2a:c8
size: 10Mbit/s
capacity: 100Mbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=half firmware=rtl8106e-1_0.0.1 06/29/12 latency=0 link=no multicast=yes port=MII speed=10Mbit/s
resources: irq:19 ioport:e000(size=256) memory:f7800000-f7800fff memory:f2100000-f2103fff
*-network
description: Ethernet interface
physical id: 2
logical name: enp0s20u1
serial: 7a:14:5b:44:b4:96
capabilities: ethernet physical
configuration: broadcast=yes driver=rndis_host driverversion=22-Aug-2005 firmware=RNDIS device ip=192.168.42.109 link=yes multicast=yes


output of dmesg | grep ath9k



rahul@rahul-Inspiron-3542:~$ dmesg | grep ath9k
[ 23.712505] ath9k 0000:06:00.0 wlp6s0: renamed from wlan0


output of sudo iw dev



rahul@rahul-Inspiron-3542:~$ sudo iw dev
[sudo] password for rahul:
phy#0
Interface wlp6s0
ifindex 3
wdev 0x1
addr 4c:bb:58:30:aa:07
type managed
txpower 0.00 dBm


output of dmesg
Output of dmesg



I already tried so many solutions but nothing works for me , I'm looking for answer from so many days.
Please Someone solve my issue . If anyone want any other information please let me know.



Any help would be greatly appreciated.







networking drivers 18.04 dell






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 17 '18 at 5:10







Rahul Saini

















asked Aug 1 '18 at 19:15









Rahul SainiRahul Saini

1011 gold badge1 silver badge8 bronze badges




1011 gold badge1 silver badge8 bronze badges















  • Possibly helpful: askubuntu.com/questions/1054614/…

    – chili555
    Aug 1 '18 at 20:27











  • could you give us the stdout of sudo iw dev. If iw is not installed, install it (sudo apt install iw)

    – kcdtv
    Aug 1 '18 at 20:42






  • 1





    @chili555 thanks for the link my issue is same as issue in provided link, I tried all things you suggested there but nothing works for me for internal device both hard and soft are still blocked.

    – Rahul Saini
    Aug 2 '18 at 6:06











  • @kcdtv iw is already installed , i added output of sudo iw dev in question

    – Rahul Saini
    Aug 2 '18 at 6:10











  • Your wifi interface clearly appeared before and iw confirms that.. Which means that it is correctly installed and recognized. I don't understand why you say it does not appear in system settings... Where are you looking? The txpower at 0dbm suggest that it is not "up". Please try sudo ip l s wlp6s0 up and shows us your sudo iw dev stdout after that. what is strnage is this "dell wireless" interface... wtf is that? to be sure that it is not bllocking somehow your qualcom. you have on this interface a soft block (do sudo rfkill unblock wifi) and a hard block (check efi-bios and button)

    – kcdtv
    Aug 2 '18 at 15:08


















  • Possibly helpful: askubuntu.com/questions/1054614/…

    – chili555
    Aug 1 '18 at 20:27











  • could you give us the stdout of sudo iw dev. If iw is not installed, install it (sudo apt install iw)

    – kcdtv
    Aug 1 '18 at 20:42






  • 1





    @chili555 thanks for the link my issue is same as issue in provided link, I tried all things you suggested there but nothing works for me for internal device both hard and soft are still blocked.

    – Rahul Saini
    Aug 2 '18 at 6:06











  • @kcdtv iw is already installed , i added output of sudo iw dev in question

    – Rahul Saini
    Aug 2 '18 at 6:10











  • Your wifi interface clearly appeared before and iw confirms that.. Which means that it is correctly installed and recognized. I don't understand why you say it does not appear in system settings... Where are you looking? The txpower at 0dbm suggest that it is not "up". Please try sudo ip l s wlp6s0 up and shows us your sudo iw dev stdout after that. what is strnage is this "dell wireless" interface... wtf is that? to be sure that it is not bllocking somehow your qualcom. you have on this interface a soft block (do sudo rfkill unblock wifi) and a hard block (check efi-bios and button)

    – kcdtv
    Aug 2 '18 at 15:08

















Possibly helpful: askubuntu.com/questions/1054614/…

– chili555
Aug 1 '18 at 20:27





Possibly helpful: askubuntu.com/questions/1054614/…

– chili555
Aug 1 '18 at 20:27













could you give us the stdout of sudo iw dev. If iw is not installed, install it (sudo apt install iw)

– kcdtv
Aug 1 '18 at 20:42





could you give us the stdout of sudo iw dev. If iw is not installed, install it (sudo apt install iw)

– kcdtv
Aug 1 '18 at 20:42




1




1





@chili555 thanks for the link my issue is same as issue in provided link, I tried all things you suggested there but nothing works for me for internal device both hard and soft are still blocked.

– Rahul Saini
Aug 2 '18 at 6:06





@chili555 thanks for the link my issue is same as issue in provided link, I tried all things you suggested there but nothing works for me for internal device both hard and soft are still blocked.

– Rahul Saini
Aug 2 '18 at 6:06













@kcdtv iw is already installed , i added output of sudo iw dev in question

– Rahul Saini
Aug 2 '18 at 6:10





@kcdtv iw is already installed , i added output of sudo iw dev in question

– Rahul Saini
Aug 2 '18 at 6:10













Your wifi interface clearly appeared before and iw confirms that.. Which means that it is correctly installed and recognized. I don't understand why you say it does not appear in system settings... Where are you looking? The txpower at 0dbm suggest that it is not "up". Please try sudo ip l s wlp6s0 up and shows us your sudo iw dev stdout after that. what is strnage is this "dell wireless" interface... wtf is that? to be sure that it is not bllocking somehow your qualcom. you have on this interface a soft block (do sudo rfkill unblock wifi) and a hard block (check efi-bios and button)

– kcdtv
Aug 2 '18 at 15:08






Your wifi interface clearly appeared before and iw confirms that.. Which means that it is correctly installed and recognized. I don't understand why you say it does not appear in system settings... Where are you looking? The txpower at 0dbm suggest that it is not "up". Please try sudo ip l s wlp6s0 up and shows us your sudo iw dev stdout after that. what is strnage is this "dell wireless" interface... wtf is that? to be sure that it is not bllocking somehow your qualcom. you have on this interface a soft block (do sudo rfkill unblock wifi) and a hard block (check efi-bios and button)

– kcdtv
Aug 2 '18 at 15:08











1 Answer
1






active

oldest

votes


















4



















Guys i tried contionusly for a month then able to find solution of problem "No WiFi adapter found " , the problem is same in all versions of ubuntu because i tried Ubuntu 16.04 and then Ubuntu 14.04 , but i finnally able to find the solution.I almost tried each and every solution available.



In my case the output of rfkill list



0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes


so to solve the problem i need to blacklist dell-rbtn (this is hardware issue)



to balcklist dell-rbtn, i did



echo "blacklist dell-rbtn" | sudo tee /etc/modprobe.d/dell-rbtn.conf


and after this reboot the laptop and now i m able to use WIFI.



I hope this will help someone because i also tried for months to solve this problem. Thanks



One last thing my laptop configration Dell Inspiron 3542 and Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter






share|improve this answer

























  • Dell E6540 still wifi not found

    – Robin
    Nov 29 '18 at 12:42











  • didnt not work my hp

    – Md Sifatul Islam
    Feb 12 at 7:07















1 Answer
1






active

oldest

votes








1 Answer
1






active

oldest

votes









active

oldest

votes






active

oldest

votes









4



















Guys i tried contionusly for a month then able to find solution of problem "No WiFi adapter found " , the problem is same in all versions of ubuntu because i tried Ubuntu 16.04 and then Ubuntu 14.04 , but i finnally able to find the solution.I almost tried each and every solution available.



In my case the output of rfkill list



0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes


so to solve the problem i need to blacklist dell-rbtn (this is hardware issue)



to balcklist dell-rbtn, i did



echo "blacklist dell-rbtn" | sudo tee /etc/modprobe.d/dell-rbtn.conf


and after this reboot the laptop and now i m able to use WIFI.



I hope this will help someone because i also tried for months to solve this problem. Thanks



One last thing my laptop configration Dell Inspiron 3542 and Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter






share|improve this answer

























  • Dell E6540 still wifi not found

    – Robin
    Nov 29 '18 at 12:42











  • didnt not work my hp

    – Md Sifatul Islam
    Feb 12 at 7:07















4



















Guys i tried contionusly for a month then able to find solution of problem "No WiFi adapter found " , the problem is same in all versions of ubuntu because i tried Ubuntu 16.04 and then Ubuntu 14.04 , but i finnally able to find the solution.I almost tried each and every solution available.



In my case the output of rfkill list



0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes


so to solve the problem i need to blacklist dell-rbtn (this is hardware issue)



to balcklist dell-rbtn, i did



echo "blacklist dell-rbtn" | sudo tee /etc/modprobe.d/dell-rbtn.conf


and after this reboot the laptop and now i m able to use WIFI.



I hope this will help someone because i also tried for months to solve this problem. Thanks



One last thing my laptop configration Dell Inspiron 3542 and Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter






share|improve this answer

























  • Dell E6540 still wifi not found

    – Robin
    Nov 29 '18 at 12:42











  • didnt not work my hp

    – Md Sifatul Islam
    Feb 12 at 7:07













4















4











4









Guys i tried contionusly for a month then able to find solution of problem "No WiFi adapter found " , the problem is same in all versions of ubuntu because i tried Ubuntu 16.04 and then Ubuntu 14.04 , but i finnally able to find the solution.I almost tried each and every solution available.



In my case the output of rfkill list



0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes


so to solve the problem i need to blacklist dell-rbtn (this is hardware issue)



to balcklist dell-rbtn, i did



echo "blacklist dell-rbtn" | sudo tee /etc/modprobe.d/dell-rbtn.conf


and after this reboot the laptop and now i m able to use WIFI.



I hope this will help someone because i also tried for months to solve this problem. Thanks



One last thing my laptop configration Dell Inspiron 3542 and Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter






share|improve this answer














Guys i tried contionusly for a month then able to find solution of problem "No WiFi adapter found " , the problem is same in all versions of ubuntu because i tried Ubuntu 16.04 and then Ubuntu 14.04 , but i finnally able to find the solution.I almost tried each and every solution available.



In my case the output of rfkill list



0: dell-rbtn: Wireless LAN
Soft blocked: yes
Hard blocked: yes


so to solve the problem i need to blacklist dell-rbtn (this is hardware issue)



to balcklist dell-rbtn, i did



echo "blacklist dell-rbtn" | sudo tee /etc/modprobe.d/dell-rbtn.conf


and after this reboot the laptop and now i m able to use WIFI.



I hope this will help someone because i also tried for months to solve this problem. Thanks



One last thing my laptop configration Dell Inspiron 3542 and Network controller [0280]: Qualcomm Atheros QCA9565 / AR9565 Wireless Network Adapter







share|improve this answer













share|improve this answer




share|improve this answer










answered Aug 17 '18 at 5:08









Rahul SainiRahul Saini

1011 gold badge1 silver badge8 bronze badges




1011 gold badge1 silver badge8 bronze badges















  • Dell E6540 still wifi not found

    – Robin
    Nov 29 '18 at 12:42











  • didnt not work my hp

    – Md Sifatul Islam
    Feb 12 at 7:07

















  • Dell E6540 still wifi not found

    – Robin
    Nov 29 '18 at 12:42











  • didnt not work my hp

    – Md Sifatul Islam
    Feb 12 at 7:07
















Dell E6540 still wifi not found

– Robin
Nov 29 '18 at 12:42





Dell E6540 still wifi not found

– Robin
Nov 29 '18 at 12:42













didnt not work my hp

– Md Sifatul Islam
Feb 12 at 7:07





didnt not work my hp

– Md Sifatul Islam
Feb 12 at 7:07











Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.












Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.











Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.





Highly active question. Earn 10 reputation in order to answer this question. The reputation requirement helps protect this question from spam and non-answer activity.


Popular posts from this blog

Tamil (spriik) Luke uk diar | Nawigatjuun

Align equal signs while including text over equalitiesAMS align: left aligned text/math plus multicolumn alignmentMultiple alignmentsAligning equations in multiple placesNumbering and aligning an equation with multiple columnsHow to align one equation with another multline equationUsing \ in environments inside the begintabularxNumber equations and preserving alignment of equal signsHow can I align equations to the left and to the right?Double equation alignment problem within align enviromentAligned within align: Why are they right-aligned?

Where does the image of a data connector as a sharp metal spike originate from?Where does the concept of infected people turning into zombies only after death originate from?Where does the motif of a reanimated human head originate?Where did the notion that Dragons could speak originate?Where does the archetypal image of the 'Grey' alien come from?Where did the suffix '-Man' originate?Where does the notion of being injured or killed by an illusion originate?Where did the term “sophont” originate?Where does the trope of magic spells being driven by advanced technology originate from?Where did the term “the living impaired” originate?