기능/라즈베리파이
라즈베리 파이 realtek Wi-Fi driver 컴파일
darkdevilness
2016. 9. 23. 16:15
728x90
As an example for a Pi 2 B or 3 B, using raspbian 4.4.11-v7+ #886 use commands
wget https://dl.dropboxusercontent.com/u/80256631/8192eu-4.4.11-v7-886.tar.gz
tar xzf 8192eu-4.4.11-v7-886.tar.gz
./install.sh
For the Pi A/A+/B/B+/Zero the kernel version will not have -v7 like
wget https://dl.dropboxusercontent.com/u/80256631/8192eu-4.4.11-886.tar.gz
tar xzf 8192eu-4.4.11-886.tar.gz
./install.sh
In your case kernel = 4.4.11+ and build = 891 so replace the values in the commands above.
As an alternative I also have a script that can automatically download and install the driver. You can get the script using commands
- Code: Select all
wget https://dl.dropboxusercontent.com/u/80256631/install-wifi.tar.gz
tar xzf install-wifi.tar.gz
Run command ./install-wifi -h to get the infomation on how to use it.
아래 사이트 참조하세요
728x90