python_or_C 2019-04-03 20:13 采纳率: 0%
浏览 4335

Ubuntu 18.04.2 LTS Wifi连接不上(高通QCA9377无线网卡)

问题描述:安装了win10和Ubuntu 18.04.2 LTS双系统。win10中无线有线均可以上网,ubuntu中可以USB连接手机上网,但是无法连接wifi,设置中显示“未发现Wifi适配器”。

有线网卡型号:Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)

无线网卡型号:Qualcomm Atheros QCA9377 802.11ac Wireless Network Adapter (rev 31)
在终端使用lspci命令二者均可显示

尝试解决:

终端中使用如下命令

sudo apt-get install build-essential linux-headers-$(uname -r) git

echo "options ath10k_core skip_otp=y" | sudo tee /etc/modprobe.d/ath10k_core.conf

wget https://www.kernel.org/pub/linux/kernel/projects/backports/2015/11/20/backports-20151120.tar.gz

tar zxvf backports-20151120.tar.gz

cd backports-20151120

make defconfig-wifi

make

sudo make install

在输入make命令之后报错:

/home/l/backports-20151120/backport-include/linux/kconfig.h:25:28: warning: "config_enabled" is not defined, evaluates to 0 [-Wundef]
 #define IS_BUILTIN(option) config_enabled(option)
                            ^
  • 写回答

2条回答 默认 最新

  • ygl2019 2019-04-03 22:38
    关注

    参数设置是否一致,参数设置是否一致,参数设置是否一致,

    评论

报告相同问题?

悬赏问题

  • ¥15 想问一下stata17中这段代码哪里有问题呀
  • ¥15 flink cdc无法实时同步mysql数据
  • ¥100 有人会搭建GPT-J-6B框架吗?有偿
  • ¥15 求差集那个函数有问题,有无佬可以解决
  • ¥15 【提问】基于Invest的水源涵养
  • ¥20 微信网友居然可以通过vx号找到我绑的手机号
  • ¥15 寻一个支付宝扫码远程授权登录的软件助手app
  • ¥15 解riccati方程组
  • ¥15 使用rabbitMQ 消息队列作为url源进行多线程爬取时,总有几个url没有处理的问题。
  • ¥15 Ubuntu在安装序列比对软件STAR时出现报错如何解决