我无法在 Ubuntu 18.04 中创建 wifi 热点

我无法在 Ubuntu 18.04 中创建 wifi 热点

请不要将其标记为重复。我最近从 Windows 转到 Linux。我在 PC 上安装了 Ubuntu 18.04。现在我想在我的 Ubuntu-18.04 中创建 wifi 热点,以便与我的 Android 手机共享互联网。我看过几个教程,读过很多关于但我仍然无法创建 wifi 热点的文章。有人能指导我吗?我会感谢他/她 :)

答案1

运行终端命令后:

iw list

你发现了:

 Supported interface modes:
     * IBSS
     * managed
     * monitor

并非所有设备都支持使用 Linux 驱动程序的每种模式。在很多情况下(或许是大多数情况下),有些模式在 Windows 甚至 macOS 中运行良好,但在 Linux 中却根本无法运行。

脚注:除非有白名单,否则完全可以更换设备以获得其他功能支持,就像我一样。例如,我的设备:Intel Corporation Wireless 7260 [8086:08b2] (rev 83) 报告以下内容:

Supported interface modes:
     * IBSS
     * managed
     * AP
     * AP/VLAN
     * monitor
     * P2P-client
     * P2P-GO
     * P2P-device

相关内容