最近实在受不了windows系统的启动缓慢和内存占用高,于是决定安装双系统,考虑到未来Windows的发展趋势,系统之一非Windows 10莫属,而linux桌面系统从Ubuntu和Mint中二选一,最后决定使用Linux Mint cinnamon 。即 Windows 10 + Linux Mint 18 组合。具体安装方法网上可以搜到很多,这里不再赘述。本文主要讲述装好Mint 后的无线网卡上网问题。
由于家中使用的是无线路由,方便易用,所以为电脑也买了无线网卡迅捷FW150US ,减少了网线的走线。对于以前的windows系统还好,因为迅捷官网会提供该网卡的Windows 驱动。上网不成问题。装好Linux系统后,开始时候还担心找不到无线网卡的相关驱动,插上网线,升级了一下可用更新,然后插上网卡竟然是可以找到无线网络的。不知是默认带了驱动还是更新后才有的驱动。不过网速实在是差,大部分时间是无法上网状态。看来这默认的驱动不太匹配。网上找了好久,下载几个rtl8188eu_USB_linux驱动,总是在编译时候出错。各种错误:版权Codebye.com
error: implicit declaration of function ‘daemonize’ [-Werror=implicit-function-declaration]
os_dep/linux/os_intfs.c:313:3: error: implicit declaration of function ‘create_proc_entry’ [-Werror=implicit-function-declaration]
最后在Linux Mint 的官网找到了驱动,顺利的Make install。地址:RTL8188EUS wireless devices in Linux Mint
关键点在于这篇文字提供了一个驱动的源码地址,这个源码是有人在维护更新的,所以适配Linux当前最新版本。github源码:https://github.com/lwfinger/rtl8188eu
下载源码https://github.com/lwfinger/rtl8188eu/archive/master.zip 然后是例行工事了:版权Codebye
解压:Please extract the ZIP file, go to the folder where you extracted it, and right-click inside that folder > Open in Terminal. In that terminal please run these two commands:
终端中执行:
make
sudo make install
重启:Then you can reboot your computer,
或:or you can start using the wireless right away with: sudo modprobe 8188eu
codebye.com这一切结束后,网络恢复正常了.版权 Code bye
$ iwconfig
wlx005a39b6bd42 IEEE 802.11bgn ESSID:”TP-LINK_E5AA” Nickname:”<WIFI@REALTEK>”
Mode:Managed Frequency:2.412 GHz Access Point: 88:25:93:20:E5:AA
Bit Rate:150 Mb/s Sensitivity:0/0
Retry:off RTS thr:off Fragment thr:off
Power Management:off
Link Quality=69/100 Signal level=-50 dBm Noise level=0 dBm
Rx invalid nwid:0 Rx invalid crypt:0 Rx invalid frag:0
Tx excessive retries:0 Invalid misc:0 Missed beacon:0