为了在Arch中设置自动无线连接,我按照netcfg中的指示配置了拱维基。当我尝试:
[root@geckko ~]# netcfg adsl它给出了一个错误:
> Profile "adsl" does not exist 正如我检查过的那样,配置文件确实存在:
[root@geckko network.d]# ls
adsl examples hooks interfaces我在Arch论坛上搜索并找到了这条线,但我确信我并没有犯那个帖子的作者犯过的同样的错误。我怎样才能解决这个问题?
下面是个人资料:
CONNECTION='wireless'
DESCRIPTION='A simple WPA encrypted wireless connection'
INTERFACE='wlan0'
SECURITY='wpa'
ESSID='essid'
KEY='secretkey'
IP='dhcp' 和文件的权限:
Owner: root
Access: read and write
Group: root
Access: Read-only
Others: read-only
You are not the owner, so you cannot change these permissions.发布于 2011-06-01 06:43:21
尝试:
sudo netcfg adsl因为所有者和组是root。
https://unix.stackexchange.com/questions/12354
复制相似问题