Using USB WiFi under Linux

Source: Internet
Author: User

purchased today. D-Link dwl-g122 usb wifi dongle. The device can be supported by Linux and there are several ways to install the driver:

  • using ndiswrapper install directly Windows xp version (currently ndiswrapper supports only Xp version of the driver files ( *.inf ).

  • directly from Realtek download the appropriate driver. the name of the Windows driver file, such as Net8192su.inf, can be found in the driver CD in advance. Then search 8192su for the appropriate Linux driver on the official website of Realtek .

  • Download rtl8192su-master from GitHub, compile and install:make; Make load.

It has been tested that only the first of these methods can successfully drive USB wifi on your computer. The other two methods are error-prone during compilation. the methods for using NDISwrapper are as follows:

  1. Install The ndiswrapper-utils-1.9,ndiswrapper-dkms package.

  2. add ndiswrapper to the/etc/modules file to load automatically when the system starts.

  3. installation XP version of the driver:ndiswrapper-i Net8192su.inf

  4. Verify that the driver has been ndiswrapper installed:ndiswrapper-l

  5. Load the ndiswrapper module into the kernel:modprobe ndiswrapper

  6. Insert dwl-g122can be identified: you need to install NetworkManagerso that you have an icon for the network connection in the Gnome panel .

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.