Realtek RTL8192EE를 사용하는 Ubntu 15.04의 느린 WiFi

Realtek RTL8192EE를 사용하는 Ubntu 15.04의 느린 WiFi

ThinkPad T450에 Windows 8.1이 설치된 듀얼 부팅 환경에서 Ubuntu 15.04를 새로 설치했습니다. Ubuntu의 Wi-Fi 연결은 Windows보다 훨씬 느립니다.

이 문제를 해결할 수 있는 방법이 있나요? 내 시스템에 대한 정확한 정보를 제공하는 방법을 모르겠습니다. 필요한 경우 이 정보를 어디서 찾을 수 있는지 알려주세요.

편집 : 출력은 다음과 lspci -knn | grep Net -A2같습니다

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8192EE PCIe Wireless Network Adapter [10ec:818b]
    Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:001b]
    Kernel driver in use: rtl8192ee

편집: Ubuntu 14.04 LTS로 전환하면 문제가 해결되었지만 apt-get 업데이트 후에 다시 문제가 발생했습니다. 이제 출력은 다음과 lspci -knn | grep Net -A2같습니다.

03:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8192EE PCIe Wireless Network Adapter [10ec:818b]
Subsystem: Realtek Semiconductor Co., Ltd. Device [10ec:001b]
Kernel driver in use: r8192ee

답변1

Realtek 무선 어댑터용 새 드라이버를 설치해 볼 수 있습니다.

sudo add-apt-repository ppa:hanipouspilot/rtlwifi
sudo apt-get update
sudo apt-get install rtlwifi-new-dkms linux-firmware

관련 정보