Archで自動ワイヤレス接続を確立するには、netcfg
次の手順を実行しました。アーチスウィキ。私が試したとき:
[root@geckko ~]# netcfg adsl
エラーが発生します。
> Profile "adsl" does not exist
私が確認した設定ファイルが存在します。
[root@geckko network.d]# ls
adsl examples hooks interfaces
Googleで見つけました。このスレッドしかし、私はその投稿の作者がしたのと同じ間違いを犯していないと確信しています。この問題をどのように解決できますか?
プロフィールは次のとおりです。
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.
ベストアンサー1
努力する:
sudo netcfg adsl
所有者とグループがあるからですroot
。