Link to home
Start Free TrialLog in
Avatar of ConsJMEA
ConsJMEA

asked on

Enable wifi adapter Lenovo G50-80 Debian 8.1

Hello. I've installed Debian 8.1 on Lenovo G50-80 Touch. Ethernet is OK but the wifi adapter is disabled. How can I enable it?

uname -a
Linux debianserv 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt11-1+deb8u3 (2015-08-04) x86_64 GNU/Linux

Open in new window


lspci -nnk | grep -i net -A2
02:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10ec:8168] (rev 10)
	Subsystem: Lenovo Device [17aa:3821]
	Kernel driver in use: r8169
03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0041] (rev 20)
	Subsystem: Lenovo Device [17aa:3545]

Open in new window


Thanks
ASKER CERTIFIED SOLUTION
Avatar of ConsJMEA
ConsJMEA

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Duncan Roe
Duncan Roe
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Thank you for your confidence in my response.
You will need the firmware as well - looks like you can get it at
https://github.com/kvalo/ath10k-firmware/tree/master/ath10k/QCA6174/
Avatar of ConsJMEA
ConsJMEA

ASKER

Thanks to Duncan Roe for his suggestion. I apologize for my delay to answer. I'm now traveling and I prefer not to change my kernel. When I back to home I'll try kernel 4.2. Thanks.