ross@ross-PC:~/backports-4.2.6-1$ lspci -nnvv | grep -A 9 Network
03:00.0 Network controller [0280]: Qualcomm Atheros Device [168c:0041] (rev 20)
Subsystem: Lenovo Device [17aa:3545]
Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 11
Region 0: Memory at d1000000 (64-bit, non-prefetchable)
Capabilities: <access denied>
ross@ross-PC:~/backports-4.2.6-1$ iwconfig
eth0 no wireless extensions.
lo no wireless extensions.
ross@ross-PC:~/backports-4.2.6-1$ rfkill list all
0: ideapad_wlan: Wireless LAN
Soft blocked: no
Hard blocked: no
1: ideapad_bluetooth: Bluetooth
Soft blocked: no
Hard blocked: no
2: hci0: Bluetooth
Soft blocked: no
Hard blocked: no
我尝试了使用backports 安装了ath10k,但是make install 好像不能是iinstall,
ross@ross-PC:~/backports-4.2.6-1$ sudo make install
[sudo] password for ross:
Building modules, stage 2.
MODPOST 6 modules
INSTALL /home/ross/backports-4.2.6-1/compat/compat.ko
Can't read private key
INSTALL /home/ross/backports-4.2.6-1/drivers/net/wireless/ath/ath.ko
Can't read private key
INSTALL /home/ross/backports-4.2.6-1/drivers/net/wireless/ath/ath10k/ath10k_core.ko
Can't read private key
INSTALL /home/ross/backports-4.2.6-1/drivers/net/wireless/ath/ath10k/ath10k_pci.ko
Can't read private key
INSTALL /home/ross/backports-4.2.6-1/net/mac80211/mac80211.ko
Can't read private key
INSTALL /home/ross/backports-4.2.6-1/net/wireless/cfg80211.ko
Can't read private key
DEPMOD 3.19.0-39-generic
depmod will prefer updates/ over kernel/ -- OK!
Note:
You may or may not need to update your initramfs, you should if
any of the modules installed are part of your initramfs. To add
support for your distribution to do this automatically send a
patch against "update-initramfs.sh". If your distribution does not
require this send a patch with the '/usr/bin/lsb_release -i -s'
("Ubuntu") tag for your distribution to avoid this warning.
Your backported driver modules should be installed now.
Reboot.
手动insmoe这几个模块没有任何信息
dmesg没有任何关于ath10k的信息。
从我的windows中可以看到看到无线网卡是QCA61x4.
谁能帮忙看一下,万分感谢。已经搞了两天了。
