FW150UM没有提供linux驱动,网络查找资料完成在ubuntu下使用无线网卡FW150UM。
1.查看网卡的ID
gunner@ubuntu:~$ lsusb Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 006 Device 002: ID 093a:2510 Pixart Imaging, Inc. Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 008 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 004 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub Bus 001 Device 002: ID 0bda:8179 Realtek Semiconductor Corp. Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub2.根据id:0bda:8179查看得知其Realtek id为8179,驱动为rtl8188eu.
3.下载驱动文件:http://pan.baidu.com/s/1i3xDQMp
4.安装过程
a)
make -j4
b)
make modules - install
c)
make install
5.重启电脑,便可以连上无线啦!