我目前正在尝试在我的笔记本电脑上通过 wifi 共享我的 wifi。我在跑曼扎罗在我的笔记本电脑上并使用瑞昱半导体有限公司 RTL8822CE 802.11ac PCIe 无线网络适配器。我正在使用linux-wifi-热点以获得功能。
跑步时
sudo create_ap wlp1s0 wlp1s0 MyAccessPoint
它说
Failed to get phy interface
ERROR: Your adapter does not support AP (master) mode
跑步信息列表节目AP、AP/VLAN支持模式。
跑步ethtool -i wlp1s0 | ethtool -i wlp1s0 | grep 驱动程序显示我正在使用驱动程序:rtw_8822ce。
我确信我的设备可以实现 wifi 共享,因为此功能可以在同一台笔记本电脑上运行的 Windows 中使用。
知道如何解决这个问题吗?谢谢!