Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[SOLVED] Wifi not found after fresh install of debian 9

Linux Kernel, Network, and Services configuration.
Post Reply
Message
Author
arnenaessens
Posts: 3
Joined: 2017-09-28 19:43

[SOLVED] Wifi not found after fresh install of debian 9

#1 Post by arnenaessens »

Hello,

Today i installed debian 9 on my laptop next to my windows 10.
Everything seems to be working except my wifi.
Ethernet works.

lspci shows this

Code: Select all

03:00.0 Network controller [0280]: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter [168c:003e] (rev 32)
	Subsystem: Foxconn International, Inc. QCA6174 802.11ac Wireless Network Adapter [105b:e09d]
	Flags: bus master, fast devsel, latency 0, IRQ 130
	Memory at 94000000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable+ 64bit-
	Capabilities: [70] Express Endpoint, MSI 00
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [148] Virtual Channel
	Capabilities: [168] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [178] Latency Tolerance Reporting
	Capabilities: [180] L1 PM Substates
	Kernel driver in use: ath10k_pci
	Kernel modules: ath10k_pci
I have already installed firmware-atheros

Any ideas?
Last edited by arnenaessens on 2017-09-30 14:00, edited 1 time in total.

User avatar
stevepusser
Posts: 12930
Joined: 2009-10-06 05:53
Has thanked: 41 times
Been thanked: 72 times

Re: Wifi not found after fresh install of debian 9 (stretch)

#2 Post by stevepusser »

Does your present kernel driver support that PCI ID number? The output of (as root or with sudo)

Code: Select all

modinfo ath10k_pci

support would be shown by this line

Code: Select all

alias:          pci:v0000168Cd0000003Esv*sd*bc*sc*i*
Could you also be more specific about what's not working? Can you disconnect the wired connection and scan for available networks? What desktop are you using? The default is GNOME 3, and you should be able to try and scan with the panel widget.
MX Linux packager and developer

shep
Posts: 423
Joined: 2011-03-15 15:22

Re: Wifi not found after fresh install of debian 9 (stretch)

#3 Post by shep »

One of the great things about Debian is the documentation and there are two specific web pages that deal with Debian Wifi.

Debian Wifi: howto to correctly ID your device

Wifi setup: Howto setup Network Manager in Gnome/KDE, WiCD, connman, Command Line, and special setups (wpa-enterprise) with wpa_supplicant.

Awareness of the documentation is low among new users, I feel it would allow new users to make informed choices.

arnenaessens
Posts: 3
Joined: 2017-09-28 19:43

Re: Wifi not found after fresh install of debian 9 (stretch)

#4 Post by arnenaessens »

stevepusser this is the output of your command:

Code: Select all

filename:       /lib/modules/4.9.0-3-amd64/kernel/drivers/net/wireless/ath/ath10k/ath10k_pci.ko
firmware:       ath10k/QCA9377/hw1.0/board.bin
firmware:       ath10k/QCA9377/hw1.0/firmware-5.bin
firmware:       ath10k/QCA6174/hw3.0/board-2.bin
firmware:       ath10k/QCA6174/hw3.0/board.bin
firmware:       ath10k/QCA6174/hw3.0/firmware-5.bin
firmware:       ath10k/QCA6174/hw3.0/firmware-4.bin
firmware:       ath10k/QCA6174/hw2.1/board-2.bin
firmware:       ath10k/QCA6174/hw2.1/board.bin
firmware:       ath10k/QCA6174/hw2.1/firmware-5.bin
firmware:       ath10k/QCA6174/hw2.1/firmware-4.bin
firmware:       ath10k/QCA9887/hw1.0/board-2.bin
firmware:       ath10k/QCA9887/hw1.0/board.bin
firmware:       ath10k/QCA9887/hw1.0/firmware-5.bin
firmware:       ath10k/QCA988X/hw2.0/board-2.bin
firmware:       ath10k/QCA988X/hw2.0/board.bin
firmware:       ath10k/QCA988X/hw2.0/firmware-5.bin
firmware:       ath10k/QCA988X/hw2.0/firmware-4.bin
firmware:       ath10k/QCA988X/hw2.0/firmware-3.bin
firmware:       ath10k/QCA988X/hw2.0/firmware-2.bin
license:        Dual BSD/GPL
description:    Driver support for Qualcomm Atheros 802.11ac WLAN PCIe/AHB devices
author:         Qualcomm Atheros
alias:          pci:v0000168Cd00000050sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000042sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000046sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000056sv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000040sv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000003Esv*sd*bc*sc*i*
alias:          pci:v0000168Cd00000041sv*sd*bc*sc*i*
alias:          pci:v0000168Cd0000003Csv*sd*bc*sc*i*
depends:        ath10k_core
intree:         Y
vermagic:       4.9.0-3-amd64 SMP mod_unload modversions 
parm:           irq_mode:0: auto, 1: legacy, 2: msi (default: 0) (uint)
parm:           reset_mode:0: auto, 1: warm only (default: 0) (uint)
Also sorry that i din't mention i cannot see the wifi logo anywhere even in the network settings the only 2 options i have is ethernet and VPN no wifi or wireless.

arnenaessens
Posts: 3
Joined: 2017-09-28 19:43

Re: Wifi not found after fresh install of debian 9 (stretch)

#5 Post by arnenaessens »

Solved it found a solution at forums.debian.net/viewtopic.php?f=7&t=127880

wkhan69
Posts: 4
Joined: 2017-10-01 21:41

Re: [SOLVED] Wifi not found after fresh install of debian 9

#6 Post by wkhan69 »

Hi,
Can you tell me the specific steps you took to resolve the issue? I have a very similar situation. I just installed Debian 9 stretch on a Sony laptop Z series (that originally had windows 7 pro), and the wifi doesn't work. I can't even see any setting for wifi control (in the cinnamon desktop environment). When I did an lspci command, I got the following as a network controller, which I assume is the same as the wifi controller.

Code: Select all

network controller: Intel Corporation Centrino Advanced-N 6200 (rev 35)
This controller is different than your Qualcomm Atheros controller, so I may have to modify your specific solution.
Here's what I did so far:

I added the following to my sources.list:

Code: Select all

deb http://security.debian.org stretch/updates main contrib non-free
deb http://httpredir.debian.org/debian stretch main contrib non-free
deb http://httpredir.debian.org/debian stretch-updates main contrib non-free
deb-src http://httpredir.debian.org/debian stretch main contrib non-free
deb-src http://httpredir.debian.org/debian stretch-updates main contrib non-free
and did:

Code: Select all

# apt-get update
# apt-get install firmware-ipw2x00 wireless-tools
Any help would be appreciated.
Thanks!

Post Reply