当前位置:主页 > 服务器 > Linux >

Ubuntu Server下无线网卡的配置详解

时间:2023-02-11 09:49:18 | 栏目:Linux | 点击:

1. 插入无线网卡,通过命令:iwconfig  查看无线网卡是否存在。

这里无线网卡为wlan1

2.启用无线网卡:sudo ifconfig wlan1 up

3.自动连接路由器配置:使用wpa_passphrase "essid" "key" 命令得到的内容添加到 /home/wireless.conf 中。

4.添加网卡配置信息:在 /etc/network/interfaces 添加

5.ifconfig查看获取到的IP地址

结束!

总结

您可能感兴趣的文章:

相关文章