deepin系统下如何设置wifi热点(亲测有效)

本文详细介绍了在deepin OS 15.3系统中使用create_ap工具创建WiFi热点的方法,包括理解网卡命名规则、下载安装create_ap及设置热点的步骤。通过设置自己的热点名称和密码,简化了Linux环境下创建WiFi热点的复杂过程。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

deepin系统下如何设置wifi热点(亲测有效)

deepin
wifi
ap
linux
热点

首先必须吐槽一下linux下设置wifi太累了。。。。来来回回折腾了我好久的说。心累...

好了废话不多说直接上教程,经历过的坑感兴趣的可以看文章结尾,让我们抬起头一起迎接初升的太阳~~~

1. 我的系统环境

  • 操作系统: deepin os 15.3
  • ifconfig:
       

enp2s0f1: flags=...
inet ...
inet6 ...
inet6 ...
ether ...

lo: flags=...
inet ...
inet6 ...
loop ...

wlp3s0: flags=...
ether ...


上面是我的ifconfig信息,不用管具体内容(反正我已经打了马赛克),你只需要知道的是平常所说的wlan0对应的就是wlp3s0eth0对应enp2s0f1
之前就是因为不知道这个对应关系才折腾了那么久5555555~~~

2. create_ap神器

贴上github地址:create_ap

  • 下载源代码
        bash    2行
     
     
      
      git 
      
      clone https://github.com/oblique/create_ap
     
     

  • 安装create_ap
        bash    3行
     
     
      
      cd create_ap
      
      
make install

  • 设置wifi
        bash    2行

sudo create_ap wlp3s0 enp2s0f1 your_ap_name your_ap_password

your_ap_name:你要设置的热点名称

your_ap_password:密码
建议将上面的命令保存成文件,这样就不需要每次都敲这么多文字了。

  • 设置后输出正常的结果
    你得到的输出应该是这个样子:
        bash    20行
     
     
      
      Config dir: /tmp/create_ap.wlp3s0.conf.ggodz80K
      
      
PID: 6682
Creating a virtual WiFi interface... ap0 created.
Network Manager found, set ap0 as unmanaged device... DONE
dnsmasq: Symbol `nettle_hashes ' has different size in shared object, consider re-linking
Sharing Internet using method: nat
dnsmasq: Symbol `nettle_hashes'
has different size in shared object, consider re-linking
hostapd command-line interface: hostapd_cli -p /tmp/create_ap.wlp3s0.conf.ggodz80K/hostapd_ctrl
Configuration file: /tmp/create_ap.wlp3s0.conf.ggodz80K/hostapd.conf
Using interface ap0 with hwaddr ... and ssid "your_ap_name"
WARN: Low entropy detected. We recommend you to install `haveged '
ap0: interface state UNINITIALIZED->ENABLED
ap0: AP-ENABLED
ap0: STA ... IEEE 802.11: authenticated
ap0: STA ... IEEE 802.11: associated (aid 1)
ap0: AP-STA-CONNECTED a4:44:d1:39:8b:1d
ap0: STA... RADIUS: starting accounting session 58CA7D65-00000000
ap0: STA... WPA: pairwise key handshake completed (RSN)
ap0: STA... WPA: group key handshake completed (RSN)


写在最后:
有用的话麻烦点个赞,想转载就转载,给个文章原地址就行了。
文章原地址
http://blog.163.com/hexin_mars_blog/blog/static/248215040201721681610895/#

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值