Arch의 netcfg 오류: "구성 파일이 존재하지 않습니다"

Arch의 netcfg 오류: "구성 파일이 존재하지 않습니다"

Arch에서 자동 무선 연결을 설정하기 위해 netcfg다음을 수행했습니다 .아치스 위키. 내가 시도할 때:

[root@geckko ~]# netcfg adsl

오류가 발생합니다.

 > Profile "adsl" does not exist 

내가 확인한 한 구성 파일이 존재합니다.

[root@geckko network.d]# ls
adsl  examples  hooks  interfaces

구글링해서 찾았어요이 스레드하지만 나는 그 게시물의 작성자가 했던 것과 같은 실수를 저지르지 않았다고 확신합니다. 이 문제를 어떻게 해결할 수 있나요?

프로필은 다음과 같습니다.

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.

관련 정보