求救!!!无线网卡rtl8821ae,无法打开wifi

包含网卡/无线网的网络问题和ADSL/校园网/宽带拨号支持及代理/共享等网络使用问题
回复
xxxr
帖子: 4
注册时间: 2017-12-06 15:35
系统: linux,win10

求救!!!无线网卡rtl8821ae,无法打开wifi

#1

帖子 xxxr » 2017-12-06 15:42

按照网络上的说明进行修改后 wifi找不到模块 具体命令如下
sudo apt-get install git build-essential linux-headers-$(uname -r)
git clone https://github.com/lwfinger/rtlwifi_new.git
cd rtlwifi_new
make
sudo make install
xxxr
帖子: 4
注册时间: 2017-12-06 15:35
系统: linux,win10

Re: 求救!!!无线网卡rtl8821ae,无法打开wifi

#3

帖子 xxxr » 2017-12-06 16:00

我就是这样弄得
poloshiao
论坛版主
帖子: 18279
注册时间: 2009-08-04 16:33

Re: 求救!!!无线网卡rtl8821ae,无法打开wifi

#4

帖子 poloshiao » 2017-12-06 16:25

@vickycq
進一步 請 vickycq 幫你
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 求救!!!无线网卡rtl8821ae,无法打开wifi

#5

帖子 vickycq » 2017-12-06 19:57

执行以下指令将结果全部复制贴上来

代码: 全选

uname -a
cat /etc/issue
sudo lshw -numeric -C net
sudo modprobe rtl8821ae
find /lib/modules | grep rtl8821ae.ko | xargs ls -l
find /lib/modules | grep r8169.ko | xargs ls -l
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
xxxr
帖子: 4
注册时间: 2017-12-06 15:35
系统: linux,win10

Re: 求救!!!无线网卡rtl8821ae,无法打开wifi

#6

帖子 xxxr » 2017-12-06 20:01

yangxin@yangxin-Lenovo-R720-15IKBN:~$ uname -a
Linux yangxin-Lenovo-R720-15IKBN 4.13.0-18-generic #21-Ubuntu SMP Tue Nov 21 17:01:50 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
yangxin@yangxin-Lenovo-R720-15IKBN:~$ cat /etc/issue
Ubuntu 17.10 \n \l

yangxin@yangxin-Lenovo-R720-15IKBN:~$ sudo lshw -numeric -C net
*-network UNCLAIMED
description: Network controller
product: RTL8821AE 802.11ac PCIe Wireless Network Adapter [10EC:8821]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:03:00.0
version: 00
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress cap_list
configuration: latency=0
resources: ioport:4000(size=256) memory:a4200000-a4203fff
*-network
description: Ethernet interface
product: RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller [10EC:8168]
vendor: Realtek Semiconductor Co., Ltd. [10EC]
physical id: 0
bus info: pci@0000:04:00.0
logical name: enp4s0
version: 10
serial: 54:e1:ad:1f:c5:3c
size: 100Mbit/s
capacity: 1Gbit/s
width: 64 bits
clock: 33MHz
capabilities: pm msi pciexpress msix vpd bus_master cap_list ethernet physical tp mii 10bt 10bt-fd 100bt 100bt-fd 1000bt 1000bt-fd autonegotiation
configuration: autonegotiation=on broadcast=yes driver=r8169 driverversion=2.3LK-NAPI duplex=full firmware=rtl8168g-3_0.0.1 04/23/13 ip=172.21.59.228 latency=0 link=yes multicast=yes port=MII speed=100Mbit/s
resources: irq:322 ioport:3000(size=256) memory:a4104000-a4104fff memory:a4100000-a4103fff
yangxin@yangxin-Lenovo-R720-15IKBN:~$ sudo modprobe rtl8821ae
modprobe: ERROR: could not insert 'rtl8821ae': Required key not available
yangxin@yangxin-Lenovo-R720-15IKBN:~$ find /lib/modules | grep rtl8821ae.ko | xargs ls -l
-rw-r--r-- 1 root root 455598 10月 12 01:33 /lib/modules/4.13.0-16-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko
-rw-r--r-- 1 root root 456008 12月 6 19:22 /lib/modules/4.13.0-18-generic/kernel/drivers/net/wireless/realtek/rtlwifi/rtl8821ae/rtl8821ae.ko
yangxin@yangxin-Lenovo-R720-15IKBN:~$ find /lib/modules | grep r8169.ko | xargs ls -l
-rw-r--r-- 1 root root 118094 10月 12 01:33 /lib/modules/4.13.0-16-generic/kernel/drivers/net/ethernet/realtek/r8169.ko
-rw-r--r-- 1 root root 118094 11月 22 00:52 /lib/modules/4.13.0-18-generic/kernel/drivers/net/ethernet/realtek/r8169.ko
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 求救!!!无线网卡rtl8821ae,无法打开wifi

#7

帖子 vickycq » 2017-12-06 20:21

xxxr 写了:modprobe: ERROR: could not insert 'rtl8821ae': Required key not available
尝试在 BIOS 设置中关闭 “Secure Boot” 功能
如果您安装了双系统,而另一个操作系统要求启用 “Secure Boot”,您可以参考这篇文章
xxxr 写了:-rw-r--r-- 1 root root 456008 12月 6 19:22 /lib/modules/4.13.0-18-generic/.../rtl8821ae.ko
-rw-r--r-- 1 root root 118094 11月 22 00:52 /lib/modules/4.13.0-18-generic/.../r8169.ko
您已经编译了 rtl8821ae.ko 模块并替换了内核自带模块。
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
xxxr
帖子: 4
注册时间: 2017-12-06 15:35
系统: linux,win10

Re: 求救!!!无线网卡rtl8821ae,无法打开wifi

#8

帖子 xxxr » 2017-12-06 20:29

wifi打不开 显示不可用
头像
vickycq
帖子: 4507
注册时间: 2011-03-20 13:12
系统: Debian
来自: 山东省寿光县
联系:

Re: 求救!!!无线网卡rtl8821ae,无法打开wifi

#9

帖子 vickycq » 2017-12-06 20:45

执行以下指令将结果全部复制贴上来

代码: 全选

cat /sys/class/dmi/id/{sys_vendor,product_name}
lsmod | grep "pad\|wmi"
sudo rfkill list all
sudo lshw -C net
Debian 中文论坛 - forums.debiancn.org
欢迎所有 Debian GNU/Linux 用户
回复