Low-level WiFi, 360Wifi Windows, Linux drivers
Small WiFi What is a wireless network card, of course, can be used freely, but the official said does not support the function of infinite network card ...
A driver installation method for Windows platforms and Linux platforms is now available.
Driver Download: http://pan.baidu.com/s/1GcFF1
- Use the LSUSB command to obtain the USB device ID. Small WiFi is 2,955:0001 or 2955:1001 360wifi2 for 148f:760b
- Both use the MediaTek Ralink MT7601 chip, are on the MediaTek official website Download mt7601u USB drive source package.
But the download, also not . Please refer to the following行的通的安装方法
。
- Modify the Common/rtusb_dev_id.c file to
- {Usb_device (0x148f,0x7601)},/* MT 6370 */Add below
{Usb_device (0x2955,0x0001)},/* xiaodu Wifi */
{Usb_device (0x2955,0x1001)},/* xiaodu Wifi */
{Usb_device (0x148f,0x760b)},/* * Wifi */
- After compiling with the Make command, perform the make install.
- Depending on the iwpriv_usage.txt, the network card can be used to initialize or reboot the system.
行的通的安装方法:
sudo apt-get install linux-headers-generic build-essential gitgit clone https://github.com/lvmxh/mt7601cd mt7601/srcmakesudo make installsudo mkdir -p /etc/Wireless/RT2870STA/sudo cp RT2870STA.dat /etc/Wireless/RT2870STA/sudo modprobe mt7601Usta
Your Wireless should now is working.
You are compiled the driver for your, kernel version only. When Update Manager installs a later linux-image, after the required reboot, you must re-compile:
cd mt7601/srcmake cleanmakesudo make installsudo modprobe mt7601Usta
http://askubuntu.com/questions/457061/ralink-148f7601-wifi-adapter-installation
Linux drivers for common WiFi hotspots