2016년 10월 12일 수요일

RPi에 WN725N 드라이버 설치

라즈베리 파이 모델 B에서 패키지 업그레이드와 펌웨어 업데이트를 했다.

pi@raspberrypi ~ $ sudo apt-get update
pi@raspberrypi ~ $ sudo apt-get upgrade
pi@raspberrypi ~ $ sudo rpi-update
pi@raspberrypi ~ $ sudo reboot
pi@raspberrypi ~ $ uname -a
Linux raspberrypi 4.4.23+ #913 Tue Oct 4 13:56:56 BST 2016 armv6l GNU/Linux
pi@raspberrypi ~ $ sudo vcgencmd version
Oct 11 2016 12:23:39
Copyright (c) 2012 Broadcom
version c242c9606727d307232bde9c153938ab0b05c12d (clean) (release)

무선 랜 동글(WN725N)이 동작하지 않는다. ifconfig -a 명령을 실행해보니, 지금까지 사용하던 wlan0이 보이지 않는다.

아래의 방법으로 드라이버를 재설치하여 해결했다. 라즈베리 파이가 인터넷에 연결된 상태에서 가능한 방법이라, Wi-Fi를 통해 인터넷에 접속된 노트북에 랜 선으로 연결하여 작업했다.

pi@raspberrypi ~ $ wget https://dl.dropboxusercontent.com/u/80256631/install-wifi.tar.gz
--2016-10-12 20:36:22--  https://dl.dropboxusercontent.com/u/80256631/install-wifi.tar.gz
Resolving dl.dropboxusercontent.com (dl.dropboxusercontent.com)... 108.160.172.5
Connecting to dl.dropboxusercontent.com (dl.dropboxusercontent.com)|108.160.172.5|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3674 (3.6K) [application/octet-stream]
Saving to: `install-wifi.tar.gz.1'

100%[=====================================================>] 3,674       --.-K/s   in 0s

2016-10-12 20:36:35 (7.95 MB/s) - `install-wifi.tar.gz.1' saved [3674/3674]

pi@raspberrypi ~ $ tar xzf install-wifi.tar.gz
pi@raspberrypi ~ $ ./install-wifi

Your current kernel revision = 4.4.23+
Your current kernel build    = #913

Checking for a wifi module to determine the driver to install.

Your wifi module is Bus 001 Device 004: ID 0bda:8179 Realtek Semiconductor Corp.

And it uses the 8188eu driver.

Checking for a new 8188eu wifi driver module for your current kernel.
There is a driver module available for this kernel revision.
Downloading the 8188eu driver.
Installing the 8188eu driver.

참고

댓글 없음:

댓글 쓰기