Wifi/ko

From Gentoo Wiki
Jump to:navigation Jump to:search
This page is a translated version of the page Wi-Fi and the translation is 27% complete.
Outdated translations are marked like this.
Resources

이 게시글은 WiFi 네트워크 장치 설정 방법을 다룹니다.

젠투를 설치할 때 WiFI 연결이 필요할 경우 젠투 소형 설치 CD에 제한된 종류의 드라이버와 WPA/WPA2/기업용 연결 설정 도구 wpa_cli(wpa_gui 아님) 가 있음을 참고하십시오.

소형 설치 CD에 필요한 드라이버 또는 wpa_supplicant 의 그래픽 프론트엔드가 없다면, 시스템 복구 CD와 같은 기타 라이브 CD를 마련하십시오. 젠투 라이브 CD가 아닌 경우 특별한 과정이 필요합니다.

하드웨어 감지

우선 무선 네트워크 컨트롤러를 찾으십시오. lspci 명령 또는 lsusb 명령은 이 과정에 활용할 수 있는 명령행 도구입니다.

리눅스(LiveCD/USB)를 부팅하여 무선 네트워크에 연결하면:

root #lspci -k

Kernel driver in use:에서 드라이버가 나타납니다.

부팅 시스템에서 무선 네트워크에 연결하지 않는다면 현재 시스템의 모든 하드웨어 식별 목록을 확인하십시오. 이 목록은 나중에 적절한 드라이버를 찾는데 활용할 수 있습니다:

root #lspci -n

명령에서 나타내는 PCIID 목록을 복사한 후 http://kmuto.jp/debian/hcl/ 에 붙여넣으십시오.

USB 장치에 대해 동일한 접근 방식을 취할 수 있습니다. 우선 시스템에서 발견한 USB 장치 목록을 확인하십시오:

user $lsusb

이 명령은 PCI ID, 제조사, 제조, 모델, 시스템에 붙은 모든 USB 장치 칩셋을 나타냅니다. 여기서 칩셋 정보는 상당히 쓸만한 정보가 될 수 있습니다. linuxwireless.org <chipset>으로 구글에서 검색하면 보통 USB NIC 드라이버 및 펌웨어 이름을 간단하게 금방 찾을 수 있습니다.

대신, lshw 명령을 활용하여 필요한 정보를 확인할 수 있습니다:

root #lshw | grep -i driver

이 명령은 PCI 또는 USB 기반에 상관 없이 모든 드라이버 목록을 보여줍니다.

Kernel

드라이버를 확인했으면, 리눅스 커널을 설정할 차례죠.

IEEE 802.11

Activate at least cfg80211 (CONFIG_CFG80211) and mac80211 (CONFIG_MAC80211).

커널 linux-4.19 example
[*] Networking support  --->
    [*] Wireless  --->
        <M>   cfg80211 - wireless configuration API
        [ ]     nl80211 testmode command
        [ ]     enable developer warnings
        [ ]     cfg80211 certification onus
        [*]     enable powersave by default
        [ ]     cfg80211 DebugFS entries
        [ ]     support CRDA
        [ ]     cfg80211 wireless extensions compatibility
        <M>   Generic IEEE 802.11 Networking Stack (mac80211)
        [*]   Minstrel
        [*]     Minstrel 802.11n support
        [ ]       Minstrel 802.11ac support
              Default rate control algorithm (Minstrel)  --->
        [ ]   Enable mac80211 mesh networking (pre-802.11s) support
        -*-   Enable LED triggers
        [ ]   Export mac80211 internals in DebugFS
        [ ]   Trace all mac80211 debug messages
        [ ]   Select mac80211 debugging features  ----

Minstrel and its 802.11n support is a rate control algorithm. Some wireless drivers might require it enabled.

중요
In case the wireless configuration API (CONFIG_CFG80211) is built into the kernel (<*>) instead as a module (<M>), the driver won't be able to load regulatory.db from /lib/firmware resulting in broken regulatory domain support. Please set CONFIG_CFG80211=m or add regulatory.db and regulatory.db.p7s (from net-wireless/wireless-regdb) to CONFIG_EXTRA_FIRMWARE.

WEXT

WEXT라고도 하는 "cfg80211 무선 확장 호환성" 옵션은 이전의 wireless-toolsiwconfig를 지원합니다.

커널
[*] Networking support  --->
    [*] Wireless  --->
        [*]     cfg80211 wireless extensions compatibility

장치 드라이버

다음, 앞서 드라이버와 하드웨어를 발견한대로 각각의 적절한 커널 옵션을 활성화해야합니다. 추천 방식모듈 방식의 드라이버를 빌드하는 방법입니다. 또한 무선 네트워크 카드에서 WPA 또는 WPA2 암호화를 활용한다면 커널에서 AES 암호화를 지원하도록 활성화했는지 확인하십시오.

커널
'"`UNIQ--pre-00000006-QINU`"'
중요
드라이버를 모듈(<M>)로 빌드하는 대신, 커널에 넣어(<*>) 빌드하면, 펌웨어도 마찬가지로 커널에 넣어야 합니다.
잊지 마시고, 설정을 바꾼 다음 커널을 다시 빌드 하십시오.

LED 지원

패킷 수신/전송 활동에 대한 LED 동작을 활성화하려면 다음 옵션을 넣어 커널을 컴파일하십시오:

커널
'"`UNIQ--pre-00000009-QINU`"'

펌웨어

커널 드라이버 말고도, 일부 칩셋에서는 펌웨어가 필요합니다. 필요하다면, 다음 목록을 가리킨 후 설치하십시오:

root #emerge --ask sys-kernel/linux-firmware
Wi-Fi device Driver Firmware Note
Atheros AR9271 & AR7010 ath9k_htc sys-kernel/linux-firmware
Broadcom 43xx wireless support b43 / b43legacy sys-firmware/b43-firmware Aircrack-ng ready, most probably the best choice when a bcm43xx device is supported
Broadcom PCIe and SDIO/USB devices brcmsmac / brcmfmac sys-kernel/linux-firmware Lacks powersaving, LED support and other features
Broadcom 43xx wireless support wl net-wireless/broadcom-sta Proprietary, no AP or Monitor modes, Comparison of bcm43xx drivers
Intel PRO/Wireless 2200BG ipw2200 sys-firmware/ipw2200-firmware
Intel PRO/Wireless 3945ABG/BG iwlegacy sys-kernel/linux-firmware
Intel Wireless WiFi 4965AGN iwl4965 sys-kernel/linux-firmware
All other Intel Wireless devices iwlwifi sys-kernel/linux-firmware See the iwlwifi article for detailed instructions.
Qualcomm Atheros QCA6174 ath10k_pci ath10k-firmware See Qualcomm Atheros QCA6174
Ralink/MediaTek USB devices e.g. rt2800usb sys-kernel/linux-firmware
Realtek RTL8191SE & RTL8192SE rtl8192se sys-kernel/linux-firmware
Realtek 8723AU/8723BU/8191EU/8192EU/8188EU/8188RU rtl8xxxu sys-kernel/linux-firmware May need the CONFIG_RTL8XXXU_UNTESTED kernel option to find all devices. Only those verified by kernel developers are enabled by default.

드라이버에서 펌웨어를 요구하지만 목록에 없다면 직접 다운로드하여 /lib/firmware 디렉터리에 넣어야 합니다.

Network device names

경고
This section is obsolete. See Udev#Optional: Disable_or_override_predictable_network_interface_naming for updated instructions.

Network device names such as eth0 or wlan0 as provided by the kernel are normally changed on system boot (see dmesg) by the /lib/udev/rules.d/80-net-name-slot.rules udev rule.

To keep the classic naming this rule can be overwritten with an equally named empty file in the /etc/udev/rules.d directory:

root #touch /etc/udev/rules.d/80-net-name-slot.rules

WPA supplicant

무선 네트워크를 WPA 또는 WPA2로 설정하면, wpa_supplicant를 활용해야합니다. 젠투 리눅스에서 무선 네트워크를 설정하는데 필요한 정보를 찾는다면, 젠투 핸드북의 무선 네트워크 장을 읽어보십시오.


시험

새 커널로 다시 부팅했거나 모듈을 불러온 후라면, 다음 방식으로 장치 가용성을 확인해볼 수 있습니다:

/sys 파일 시스템

Get the device name by listing the /sys/class/net directory contents using ls -al or the tree command (provided by the app-text/tree package):

user $tree /sys/class/net
/sys/class/net/
├── enp2s14 -> ../../devices/pci0000:00/0000:00:1e.0/0000:02:0e.0/net/enp2s14
├── lo -> ../../devices/virtual/net/lo
├── sit0 -> ../../devices/virtual/net/sit0
└── wlp8s0 -> ../../devices/pci0000:00/0000:00:1c.0/0000:08:00.0/net/wlp8s0

ip 명령

장치 이름을 가져오고 무선 네트워크 카드를 발견했는지 확인하려면, 다음 ip command 명령을 실행하십시오:

user $ip addr
3: wlan0:   ...

ifconfig 명령

ifconfig 명령은 sys-apps/net-tools 꾸러미에 들어있습니다. 발견한 모든 네트워크 카드와 아직 활성화하지 않았는지 여부를 확인하려면 ifconfig -a 명령을 활용하십시오:

user $ifconfig -a
wlan0     ...

네트워크 카드는 다음과 같이 활성화할 수 있습니다:

root #ifconfig -v wlan0 up
SIOCSIFFLAGS: Operation not possible due to RF-kill
WARNING: at least one error occurred. (-1)

이 예제에서, 무선 주파수 강제 종료 상태를 설정하여 무선 네트워크 카드 활성화에 실패했습니다(보통 베이의 전력 소모 상태를 유지하고 무선 네트워크에 갑작스럽게 연결하지 않는 증상).

iw 명령

무선 네트워크 카드 드라이버에서 nl80211 스택을 지원하면 net-wireless/iw 꾸러미에서 제공하는 iw 명령에서 발견한 무선 네트워크 카드를 보여줄 수 있습니다:

root #iw dev
   phy#0
	Interface wlan0
		ifindex 4
		type managed

dmesg

이 방식으로도 동작하지 않으면 dmesg 출력에서 오류를 확인하십시오. 커널 드라이버 또는 모듈을 제대로 불러오지 않았을 수도 있습니다:

user $dmesg

Be sure to replace

문제 해결

Finding missing firmware

At system boot, the kernel will attempt to probe firmware as appropriate for each card. This can be discovered by searching dmesg or journalctl's (systemd) output from the current boot.

user $journalctl -b 0 --dmesg | grep -i firmware
Oct 05 14:51:09 maffbook kernel: Spectre V2 : Enabling Restricted Speculation for firmware calls
Oct 05 14:51:09 maffbook kernel: ACPI: [Firmware Bug]: BIOS _OSI(Linux) query ignored
Oct 05 14:51:09 maffbook kernel: sgx: [Firmware Bug]: Unable to map EPC section to online node. Fallback to the NUMA node 0.
Oct 05 14:51:09 maffbook kernel: i915 0000:00:02.0: [drm] Finished loading DMC firmware i915/kbl_dmc_ver1_04.bin (v1.4)
Oct 05 14:51:09 maffbook kernel: ACPI: video: [Firmware Bug]: ACPI(PEGP) defines _DOD but not _DOS
Oct 05 14:51:09 maffbook kernel: iwlwifi 0000:00:14.3: loaded firmware version 46.6b541b68.0 9000-pu-b0-jf-b0-46.ucode op_mode iwlmvm
Oct 05 14:51:09 maffbook kernel: psmouse serio1: elantech: assuming hardware version 4 (with firmware version 0x5f2001)
Oct 05 14:51:09 maffbook kernel: Bluetooth: hci0: Firmware revision 0.1 build 6 week 12 2021
Oct 06 17:26:26 maffbook kernel: Bluetooth: hci0: Minimum firmware build 1 week 10 2014
Oct 06 17:26:26 maffbook kernel: Bluetooth: hci0: Found device firmware: intel/ibt-17-16-1.sfi
Oct 06 17:26:28 maffbook kernel: Bluetooth: hci0: Waiting for firmware download to complete
Oct 06 17:26:28 maffbook kernel: Bluetooth: hci0: Firmware loaded in 1484394 usecs
Oct 06 17:26:28 maffbook kernel: Bluetooth: hci0: Firmware revision 0.1 build 6 week 12 2021

Wi-Fi adapter cannot find and connect to a 5 GHz network

Some networks with WPA or WPA2 may still use the legacy TKIP protocol instead of AES to connect. Try installing net-wireless/wpa_supplicant with the tkip USE flag and reboot your system.

Forum threads

추가 참조