2015. 12. 3. 04:59
336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
설치후 펌웨어를 다운받아 압축을 풀고
/lib/firmware 에 복사해 넣으면 됩니다.
그러나 이렇게 해도 문제가 해결되지는 않습니다.
# /etc/rc.local 에
iw reg set US
iwconfig wlan0 power off
을 추가하고
#/etc/modprobe.d/iwlwifi.conf 에 (없으면 생성)
option iwlwifi power_save=N
#options iwlwifi 11n_disable=1
options iwlwifi 11n_disable=8
#options iwlwifi wd_disable=1
을 넣은것 입니다.
위 내용은
전원 관리를 끄는 것 과
무선랜 카드의 regulatory domain 을 KR 또는 US 로 바꾼것입니다.
( 제가 구매한 카드는 TW가 기본이더군요. )
문제 해결에 큰 도움을 준 링크는
입니다.
- Turn off bluetooth (use rfkill or turn off in Bios)
- Turn OFF 802.11n mode (in /etc/modprobe.d/iwlwifi.conf add options iwlwifi 11n_disable=1)
- Turn ON link aggregation (in /etc/modprobe.d/iwlwifi.conf add options iwlwifi 11n_disable=8)
- Turn OFF watchdog (in /etc/modprobe.d/iwlwifi.conf add options iwlwifi wd_disable=1)
- Turn off power saving features ($ sudo iw wlan0 set power_save off)
- Set regulatory domain ($ sudo iw reg set <country code>
( 굵은 글씨가 제가 사용한 것입니다. )
그다지 막 빨라지지는 않는 듯함
'trouble shooting' 카테고리의 다른 글
when Kali doesn't have its sound in Rolling version (0) | 2017.04.03 |
---|---|
speeding up mouse wheel scroll speed in Debian (0) | 2015.12.04 |
PyCharm : Py_Initialize: can't initialize sys standard streams (0) | 2015.09.23 |
kali2 ; firmware: failed to load nouveau/nv117_fuc409c ERROR (0) | 2015.09.10 |
virtualbox in root (0) | 2015.08.28 |