Linux drivers for common WiFi hotspots

Source: Internet
Author: User

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.

    • Windows

Driver Download: http://pan.baidu.com/s/1GcFF1

    • Linux
      1. Use the LSUSB command to obtain the USB device ID. Small WiFi is 2,955:0001 or 2955:1001 360wifi2 for 148f:760b
      2. 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行的通的安装方法

      1. Modify the Common/rtusb_dev_id.c file to
        1. {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 */

      2. After compiling with the Make command, perform the make install.
      3. 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

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.