我需要将源代码 backports-20131206 编译成无线 AP 设备驱动程序,就像我使用的 ath10k 一样
make clean
make defconfig-ath10k
make
但我发现没有 ath.ko mac80211.ko ath9k.ko ath10k_core.ko rt2x00lib.ko
rt2x00mmio.ko rt2x00pci.ko rt2800lib.ko rt2800pci.ko
这些是 ath10k 的设备驱动程序,我如何以及在哪里可以使用源代码进行编译
将这些无线 AP 的设备驱动程序放入 ath10k 中。
谢谢
答案1
compat-20131206 软件包编译了驱动程序 ath10k_pci,而不是 ath10k。根据其修改信息,它依赖于ath10k_core,compat和mac80211,它们也都由该包编译。
filename: /home/chili/backports-20131206/drivers/net/wireless/ath/ath10k/ath10k_pci.ko
firmware: ath10k/QCA988X/hw2.0/board.bin
firmware: ath10k/QCA988X/hw2.0/otp.bin
firmware: ath10k/QCA988X/hw2.0/firmware.bin
license: Dual BSD/GPL
description: Driver support for Atheros QCA988X PCIe devices
author: Qualcomm Atheros
version: backported from Linux (next-20131206-0-gc0a1029) using backports backports-20131206-0-g0cca7ab
srcversion: 273EBCA0AF429B384C6AD53
alias: pci:v0000168Cd0000003Csv*sd*bc*sc*i*
depends: ath10k_core,compat,mac80211
vermagic: 3.12.4-031204-generic SMP mod_unload modversions
parm: ath10k_target_ps:Enable ath10k Target (SoC) PS option (uint)
请注意,编译的驱动程序也需要固件。https://github.com/kvalo/ath10k-firmware