20.04 更新第二次导致我的 mercusys AC650 wifi 无法工作!请提供建议,谢谢

20.04 更新第二次导致我的 mercusys AC650 wifi 无法工作!请提供建议,谢谢

这是 20.04 中的更新第二次导致 mercusys wifi AC650 无法正常工作(第一次是在使用 Ubuntu 的第一周)。我现在已经插入了一根电线,让互联网恢复工作。上一次我在这里得到了成功的解决; 在 Ubuntu 20.04 中使用 Mercusys AC650 usb wifi

按照我之前尝试过的建议;

cd build
cd rtl8821CU
make clean
sudo ./dkms-install.sh

清理的结果是;

#make -C /lib/modules/5.11.0-25-generic/build M=/home/fred/build/rtl8821CU clean
cd hal ; rm -fr */*/*/*.mod.c */*/*/*.mod */*/*/*.o */*/*/.*.cmd */*/*/*.ko
cd hal ; rm -fr */*/*.mod.c */*/*.mod */*/*.o */*/.*.cmd */*/*.ko
cd hal ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd hal ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd core ; rm -fr */*.mod.c */*.mod */*.o */.*.cmd */*.ko
cd core ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep/linux ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd os_dep ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
cd platform ; rm -fr *.mod.c *.mod *.o .*.cmd *.ko
rm -fr Module.symvers ; rm -fr Module.markers ; rm -fr modules.order
rm -fr *.mod.c *.mod *.o .*.cmd *.ko *~
rm -fr .tmp_versions

然后我运行 sudo ./dkms-install.sh;

[sudo] password for **: 

About to run dkms install steps...
Error! DKMS tree already contains: rtl8821CU-5.4.1
You cannot add the same module/version combo more than once.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...
'make' KVER=5.11.0-25-generic......................(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8821CU: 5.4.1 not found
Error! Bad return status for module build on kernel: 5.11.0-25-generic (x86_64)
Consult /var/lib/dkms/rtl8821CU/5.4.1/build/make.log for more information.

Kernel preparation unnecessary for this kernel.  Skipping...

Building module:
cleaning build area...
'make' KVER=5.11.0-25-generic......................(bad exit status: 2)
ERROR (dkms apport): binary package for rtl8821CU: 5.4.1 not found
Error! Bad return status for module build on kernel: 5.11.0-25-generic (x86_64)
Consult /var/lib/dkms/rtl8821CU/5.4.1/build/make.log for more information.
Finished running dkms install steps.

所以我注意到 dkms 状态也被建议了,所以我运行了;

dkms status
rtl8192eu, 1.0: added
rtl8821CU, 5.4.1, 5.8.0-63-generic, x86_64: installed

请指教如何让 Mercusys AC650 恢复运行,这样我就无需有线连接来使用互联网了?

相关内容