解决Raspberry Pi不识别RTL8188eu无线网卡芯片的问题

最近在折腾Raspberry Pi,当时也没留意,看在价格的份上,买了Mercury的水星网络 MW150US 超小型150M无线USB网卡。但是悲剧的是用iwconfig并认不到这款无线网卡linux

可是用lsusb的话能够看到MW150US用的正是RTL8188eu的芯片,在网络上搜索了一下,终于找到解决方案git

1. 首先要下载编译安装最新的linux内核,具体能够参考 http://www.raspberrypi.org/documentation/linux/kernel/building.mdgithub

2. 而后继续下载编译安装RTL8188eu的驱动shell

$ git clone --depth 1  https://github.com/lwfinger/rtl8188eu
$ cd rtl8188eu
$ make && make install

3. 这时候再用iwconfig就能够看到wlan0了网络

4. 而后最好是reboot一下,这时候再激活无线网卡,扫描无线网络ui

$ ifconfig wlan0 up
$ iwlist wlan0 scan

5. 最后就是配置无线网络用户名密码,这里就不详述了spa

相关文章
相关标签/搜索