다음을 사용하여 Wi-Fi에 연결하려고 합니다.iwd
독립적인, 없이 NetworkManager
또는 wpa_supplicant
.
netinst
이것은 설치가 있고 데스크탑 환경이 없는 Debian 10 시스템에 있습니다 . 무료가 아닌 구성 요소를 추가 apt-sources
하고 설치했습니다 firmware-iwlwifi
.
나는 그것을 /etc/iwd/main.conf
다음과 같이 수정했다.
[General]
EnableNetworkConfiguration=true
[Network]
NameResolvingService=systemd
나는 iwctl
다음에 연결했습니다:
[iwd]# station list
Devices in Station Mode *
--------------------------------------------------------------------------------
Name State Scanning
--------------------------------------------------------------------------------
wlp2s0 connected
[iwd]# device list
Devices
--------------------------------------------------------------------------------
Name Address Powered Adapter Mode
--------------------------------------------------------------------------------
wlp2s0 xx:xx:xx:xx:xx:xx on phy0 station
실행 중인 서비스는 다음과 같습니다.
UNIT LOAD ACTIVE SUB DESCRIPTION
cron.service loaded active running Regular background program processing daemon
dbus.service loaded active running D-Bus System Message Bus
[email protected] loaded active running Getty on tty1
iwd.service loaded active running Wireless service
rsyslog.service loaded active running System Logging Service
ssh.service loaded active running OpenBSD Secure Shell server
systemd-journald.service loaded active running Journal Service
systemd-logind.service loaded active running Login Service
systemd-networkd.service loaded active running Network Service
systemd-resolved.service loaded active running Network Name Resolution
systemd-timesyncd.service loaded active running Network Time Synchronization
systemd-udevd.service loaded active running udev Kernel Device Manager
[email protected] loaded active running User Manager for UID 0
LOAD = Reflects whether the unit definition was properly loaded.
ACTIVE = The high-level unit activation state, i.e. generalization of SUB.
SUB = The low-level unit activation state, values depend on unit type.
13 loaded units listed. Pass --all to see loaded but inactive units, too.
To show all installed unit files use 'systemctl list-unit-files'.
드라이버 로드됨:
lspci | grep -i intel
02:00.0 Network controller: Intel Corporation Wireless-AC 9260 (rev 29)
여기에는 오류가 없습니다.
[ 4.807336] iwlwifi 0000:02:00.0 wlp2s0: renamed from wlan0
[ 5.330505] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
[ 9.815999] wlp2s0: authenticate with xx:xx:xx:xx:xx:xx
[ 9.825148] wlp2s0: send auth to xx:xx:xx:xx:xx:xx (try 1/3)
[ 9.868608] wlp2s0: authenticated
[ 9.870031] wlp2s0: associate with xx:xx:xx:xx:xx:xx (try 1/3)
[ 9.874042] wlp2s0: RX AssocResp from xx:xx:xx:xx:xx:xx (capab=0x1011 status=0 aid=2)
[ 9.877212] wlp2s0: associated
[ 9.976363] wlp2s0: Limiting TX power to 23 (23 - 0) dBm as advertised by xx:xx:xx:xx:xx:xx
[ 11.900982] IPv6: ADDRCONF(NETDEV_CHANGE): wlp2s0: link becomes ready
하지만 주소/호스트 이름을 핑할 수 없습니다.
관련이 있나요 dhcpcd
?
어떤 아이디어가 있나요?
관련된:iwd(Linux Wireless Daemon)를 통해 Linux 시스템의 명령줄에서 Wi-Fi에 연결합니다.
답변1
Bullseye로 업그레이드하면 문제가 해결됩니다.