如何在 Ubuntu 中创建热点来连接 Android 手机?

如何在 Ubuntu 中创建热点来连接 Android 手机?

我能够从 Ubuntu 19.10 的设置面板创建 WiFi 热点。我的 Android 手机能够看到该网络,但在尝试使用确切凭据连接到该网络时,手机无法连接。它显示正在连接...几秒钟后保存而不是连接到该网络。我该如何解决这个问题?

仅供参考:我正在使用 Ubuntu 19.10、Android 版本 4.4.3,我的 WiFi 适配器型号是 Realtek。

这是输出ls -al /etc/resolv.conf

lrwxrwxrwx 1 root root 39 May 25 13:06 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf

这是输出cat /etc/systemd/resolved.conf

#  This file is part of systemd.
#
#  systemd is free software; you can redistribute it and/or modify it
#  under the terms of the GNU Lesser General Public License as published by
#  the Free Software Foundation; either version 2.1 of the License, or
#  (at your option) any later version.
#
# Entries in this file show the compile time defaults.
# You can change settings by editing this file.
# Defaults can be restored by simply deleting this file.
#
# See resolved.conf(5) for details

[Resolve]
#DNS=
#FallbackDNS=
#Domains=
#LLMNR=no
#MulticastDNS=no
#DNSSEC=no
#DNSOverTLS=no
#Cache=yes
#DNSStubListener=yes
#ReadEtcHosts=yes

答案1

我没有使用 Ubuntu 的内置热点程序,而是使用了. 效果非常好!

有和我一样问题的人,请参阅Linux 上的 Connectify Hotspot 替代品

相关内容