I recently bought an Aspire-V5-591G. I installed ubuntu 16.04 alongside windows 10. I was not experiencing any problem with my internet connection on windows.
On ubuntu I have never managed to connect by ethernet or wifi, except from my phone's wifi hotspot. Somehow I could connect to that.
I tried many solutions, but I ended up blocking the hotspot wifi as well.
Can someone guide me in order to solve the problem?
This is what I have already tried:
2) Link 3
After updating my ubuntu version, I established an ethernet connection. I can connect to the internet. Yet the wifi connection doesn't work again.
output:
lspci -knn | grep Net -A3
07:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac >Wireless Network Adapter [168c:003e] (rev 32) Subsystem: Lite-On Communications Inc QCA6174 802.11ac Wireless Network >Adapter [11ad:0807] Kernel driver in use: ath10k_pci Kernel modules: ath10k_pci
08:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. >RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev >15)
output
iwconfig
:lo no wireless extensions.
enp8s0 no wireless extensions.
wlp7s0 IEEE 802.11abgn ESSID:off/any
Mode:Managed Access Point: Not-Associated Tx-Power=off
Retry short limit:7 RTS thr:off Fragment thr:off Power Management:on
rfkill list
0: hci0: Bluetooth
Soft blocked: yes
Hard blocked: no
1: acer-wireless: Wireless LAN
Soft blocked: yes
Hard blocked: no
2: acer-bluetooth: Bluetooth
Soft blocked: yes
Hard blocked: no
3: phy0: Wireless LAN
Soft blocked: yes
Hard blocked: no
lspci -knn | grep Net -A3
terminal command. – Pilot6 Mar 16 '17 at 17:36rfkill list
. Please use the{}
button for formatting. – Pilot6 Mar 16 '17 at 18:47