修改: README.md

新文件:    加入树莓派说明文件
This commit is contained in:
yewei 2015-02-27 18:48:52 +08:00
parent 5e9a06662b
commit e6e54acf3e
2 changed files with 42 additions and 0 deletions

41
README.md Normal file → Executable file
View file

@ -1,3 +1,43 @@
------下面是中文翻译 由yyw翻译-------
rtl8188eu
=========
RTL8188EU单独的驱动代码
编译驱动 & 安装
---------
###
编译这个驱动, 你要确保正确安装编译器. 除此之外,你必须要有linux编译头文件. ps:如果不理解这些,请自行查询
###编译流程
> make all
### 安装流程
> sudo make install
DKMS安装方式
---------
这个驱动模块也可以用 DKMS 来安装. 确保你已经争取安装 `dkms` 软件包
sudo dkms add ./rtl8188eu
sudo dkms build 8188eu/1.0
sudo dkms install 8188eu/1.0
错误提交
---------
常问错误
---------
### The network manager says: "Device is not ready"!
Make sure you copied the firmware (rtl8188eufw.bin) to /lib/firmware/rtlwifi/
(翻译:network manager提示:Device is not ready 请确保你把固件rtl8188eufw.bin 复制到/lib/firmware/rtlwifi/目录)
英文原版README.md
rtl8188eu
=========
@ -34,3 +74,4 @@ Frequently asked Questions
### The network manager says: "Device is not ready"!
Make sure you copied the firmware (rtl8188eufw.bin) to /lib/firmware/rtlwifi/

View file

@ -0,0 +1 @@
这个驱动并非官方提供而是第三方基于rtl8192cus进行修改因此有很多模块并不能正常使用导致wifi自动断线是POWER_SAVING模块问题因此这个MakeFile将关闭此模块 提供者:yyw