使用 create_ap
create_ap
在 deepin 下,修复未完成的安装或配置。 运行以下命令:(如果有提示,选择 Y)
Y
git clone https://github.com/oblique/create_ap cd create_ap sudo make install
查询无线网的接口名,如 wlp1s0。
wlp1s0
iw dev # phy#0 # Interface wlp1s0 # ifindex 2 # wdev 0x1 # addr e8:6f:38:ac:1f:0d # ssid NWUNET # type managed # channel 157 (5785 MHz), width: 40 MHz, center1: 5795 MHz # txpower 20.00 dBm # multicast TXQ: # qsz-byt qsz-pkt flows drops marks overlmt hashcol tx-bytes tx-packets # 0 0 0 0 0 0 0 0 0
# Internet sharing from the same WiFi interface: # MyAccessPoint: 热点名称 # MyPassPhrase: 密码 sudo create_ap wlp1s0 wlp1s0 MyAccessPoint MyPassPhrase
systemctl start create_ap
systemctl enable create_ap
Popular Ranking
Popular Events
使用
create_ap
在 deepin 下,修复未完成的安装或配置。
运行以下命令:(如果有提示,选择
Y
)查询无线网的接口名,如
wlp1s0
。