无线网为什么不能自动连接,而要sudo ifconfig wlan0 up???
-
- 帖子: 20
- 注册时间: 2008-09-19 11:36
- 系统: Ubuntu Linux
无线网为什么不能自动连接,而要sudo ifconfig wlan0 up???
一直都好好的,今天Windows无线网正常,Ubuntu就是找不到无线网,网络图标打叉,无线网开关不管用,肿么办??? 执行命令 ifconfig wlan0 up, 好了。可是每次启动都要sudo ifconfig wlan0 up, 很麻烦阿,中麼办???
-
- 论坛版主
- 帖子: 5371
- 注册时间: 2007-01-14 16:23
Re: 无线网为什么不能自动连接,而要sudo ifconfig wlan0 up???
哦,我印象里面可以修改下/etc/network/interfaces
#include <stdio.h>
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
void main()
{
double world;
unsigned letter;
short stay;
long memories;
printf("I miss you.\n");
}
-
- 帖子: 20
- 注册时间: 2008-09-19 11:36
- 系统: Ubuntu Linux
Re: 无线网为什么不能自动连接,而要sudo ifconfig wlan0 up???
这个好像是Ubuntu 13.10的一个bug,Ubuntu LiveDVD、Ubuntu gnome LiveDVD也存在这个问题,截止2013.8.18.仍然存在,我只有每次启动后sudo ifconfig wlan0 up, 并且把WIFI开关关闭、打开,然后就自动链接了。 有朋友说把命令写在/etc/rc.local里,实验后可以,还是很麻烦啊! 
