I just bought a new Razer Blade (2017) with:
- Intel i7 7700HQ
- 16GB RAM
- Nvidia GTX 1060
- Killer Wireless-AC 1535

I installed various Kali Versions, lately the latest week Build (kali-linux-2017-W13-amd64).

i got issues with the WLan Card. While installing Kali the card is being recognized but now firmware is found. i tried to download the latest ath10k drivers for it, they couldnt be used in installation process. Afterwards i tried like exchanging the ath10k firmwares, and the usual troubleshoots i found but nothing worked. I just reinstalled it so kali is in brandnew condition, nothing changed. In kali itself its sometimes being recognized and i can use it to connect to unprotected ssids. if theres a psk i cant connect. i can set it into monitor mode but dont get anything when using airodump or wireshark. i also have tried to install it via backports but it didnt work.

lspci recognizes the card:
Code:
3b:00.0 Network controller: Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)
dmesg shows me a lot errors like this (cant post whole return i get, way too long):
Code:
[ 2287.824858] pcieport 0000:00:1c.5:    [12] Replay Timer Timeout  
[ 2350.484888] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 2350.484902] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 2350.484910] pcieport 0000:00:1c.5:   device [8086:a115] error status/mask=00001000/00002000
[ 2350.484915] pcieport 0000:00:1c.5:    [12] Replay Timer Timeout  
[ 2350.904730] pcieport 0000:00:1c.5: AER: Corrected error received: id=00e5
[ 2350.904744] pcieport 0000:00:1c.5: PCIe Bus Error: severity=Corrected, type=Data Link Layer, id=00e5(Transmitter ID)
[ 2350.904752] pcieport 0000:00:1c.5:   device [8086:a115] error status/mask=00001000/00002000
iwconfig:
Code:
lo        no wireless extensions.

eth0      no wireless extensions.

wlan0     IEEE 802.11  ESSID:off/any  
          Mode:Managed  Access Point: Not-Associated   Tx-Power=0 dBm   
          Retry short limit:7   RTS thr:off   Fragment thr:off
          Encryption key:off
          Power Management:on
airmon-ng start wlan0
Code:
PHY	Interface	Driver		Chipset

phy0	wlan0		ath10k_pci	Qualcomm Atheros QCA6174 802.11ac Wireless Network Adapter (rev 32)

		(mac80211 monitor mode vif enabled for [phy0]wlan0 on [phy0]wlan0mon)
		(mac80211 station mode vif disabled for [phy0]wlan0)
aireplay-ng -9 wlan0mon
Code:
13:01:36  Trying broadcast probe requests...
13:01:38  No Answer...
13:01:38  Found 0 APs
Can you pls help me get this fixed?