Use under Rtl8192eu

Source: Internet
Author: User

A RTL8192EU USB wireless card is successfully installed under UBUNTU14.04 to share experience.

Vendor-supplied drivers are problematic to compile in more than 3.10 cores, resulting in system instability.
The workaround is to make a patch for the driver.

First, download the driver to the following Web site
Http://www.maxxter.biz/default.aspx?op= ... em&id=8280
or any place where you can find rtl8192eu_linux_v4.3.1.1_11320.20140505 this drive.

This is the latest driver I can find.

Your device ID may not be in this driver's support list, if you confirm that your wireless card uses the RTL8192 series of chips,
You can add your device ID in.
First, get your device ID
~$ Lsusb
Bus 001 Device 005:id 10f1:1a08 Importek Internal Webcam
Bus 001 Device 003:id 1234:5678 Brain actuated Technologies
Bus 001 Device 002:id 2019:ab33 planexå
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 Hub
Bus 004 Device 001:id 1d6b:0001 Linux Foundation 1.1 root Hub
Bus 003 Device 002:id 13d3:3249 IMC Networks Internal Bluetooth
Bus 003 Device 001:id 1d6b:0001 Linux Foundation 1.1 root Hub
Bus 002 Device 001:id 1d6b:0001 Linux Foundation 1.1 root Hub

2019:ab33 This is my device ID.

Unzip the downloaded driver.
Edit V4.3.1.1_11320.20140505/driver/rtl8192eu_linux_v4.3.1.1_11320.20140505/os_dep/linux under the
USB_INTF.C file
Found it
#ifdef CONFIG_RTL8192E
Paragraph
Add your device ID as follows
#ifdef CONFIG_RTL8192E
/*=== Realtek Demoboard ===*/
{Usb_device_and_interface_info (Usb_vender_id_realtek, 0x818b,0xff,0xff,0xff),. driver_info = RTL8192E},/* Default ID */
{Usb_device_and_interface_info (Usb_vender_id_realtek, 0x818c,0xff,0xff,0xff),. driver_info = RTL8192E},/* Default ID */
{Usb_device (0x2019, 0xab33),. Driver_info = rtl8192e},/* planex-abocom */
#endif

Then you need to patch this driver source code,
Patches can be downloaded from the address below
Http://users.telenet.be/x86_64/Patches/... 3.13.patch

Download back and put it under the ~/
Enter v4.3.1.1_11320.20140505/driver/rtl8192eu_linux_v4.3.1.1_11320.20140505/
directory, patch with the following command
Patch--strip 1 < ~/rtl8192eu-k3.13.patch

Back under v4.3.1.1_11320.20140505/.
chmod +x install.sh
sudo./install.sh
Start Automatic compilation installation
Then you should use Iwconfig to see the wlan0.

Below you can enter the standard wireless network setup steps.

Use under Rtl8192eu

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.