Skip to main content

How to use WiFi adapter on Ubuntu 16.04 desktop PC - Realtek RTL8188EUS 802.11n Wireless USB Network Adapter Driver installation

Installation of Realtek RTL8188EUS 802.11n Wireless USB Network Adapter on Desktop PC having Ubuntu 16.04 OS

My PC is running in Ubuntu 16.04 OS, recently I thought of using a dongle wife adapter to access our home's Wifi network. For this I used Realtek RTL8188EUS 802.11n Wireless USB Network Adapter ( Model No: OT-WUA950NM )

This small device cost around Rupees 250/- to Rs 300/- in India. I did the following steps for installation of this Realtek Nano Wifi Adapter:

Plug Realtek RTL8188EUS 802.11n Wireless USB Network Adapter to your PC's USB port,

Take the terminal application and run the command "lsusb" to list the plugged in usb devices:


Myhome:~$ lsusb
Bus 007 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 006 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 005 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub
Bus 001 Device 003: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter
Bus 003 Device 002: ID 046d:c077 Logitech, Inc. M105 Optical Mouse
Bus 003 Device 001: ID 1d6b:0001 Linux Foundation 1.1 root hub


You can see a result of "lsusb" command. You will see a line like this "Bus 001 Device 003: ID 0bda:8179 Realtek Semiconductor Corp. RTL8188EUS 802.11n Wireless Network Adapter"  in the result list.

This confirms that the device is detected by the system.

You can see here the list of Wifi adapters supported by Ubuntu.  (https://help.ubuntu.com/community/WifiDocs/WirelessCardsSupported)

Next step is to install the driver for the Realtek  802.11n Wireless Network Adapter. The driver is in github location https://github.com/lwfinger/rtl8188eu.git

For installation of driver, make sure you are logged in as "root" user.

Just try command "whoami" command in terminal. If not root user, login as root user:

Try command
su - root and hit Enter key, then enter root user password.

Now have logged in as ROOT user;

In the terminal run following commands:

-------------------------------------------
root:~$ git clone https://github.com/lwfinger/rtl8188eu.git
root:~$ cd rtl8188eu
root:~$ make
root:~$ make install
root:~$ modprobe 8188eu
root:~$ reboot
-------------------------------------------


root:~$ git clone https://github.com/lwfinger/rtl8188eu.git
The git clone command will download the driver

Other commands set up the installation path and directory and install the  driver.

Finally you have to reboot the machine.

After reboot the check on System Wifi settings, on top left corner of the screen. There you can se your local wifi name, click on that and you will be asked for Wifi network password. Enter the password and you can enjoy Wireless wifi Internet of your Desktop PC.




Comments

Popular posts from this blog

Strange problem occured while trying to create a CSV file using PHP Script - The file is not seen on FTP but can download using file's absolute path url

Strange problem occured while trying to create a CSV file - The file is not seen on FTP but can download using file's absolute path url Last day I came across a strange problem when I tried to create a csv file on therver using a PHP script. the script was simply writing a given content as a csv file. The file will be created runtime. What happened was, The script executed fine, file handler for new file was created and contents was wrote into the file using fwrite and it returned the number of bytes that was written.

How to get the Query string of a URL using the Javascript (JS)?

JS function get the Query string of a URL or value of each parameter using the Javascript(JS)? If you want to get your current page's url var my_url=document.location; to get the query string part of the url use like this: var my_qry_str= location.search; this will return the part of the url starting from "?" following by query string Lets assume that your current page url is http://www.crozoom.com/2013/page.html?qry1=A&qry2=B then the location.search function will return " ?qry1=A&qry2=B " to exclue "?", do like this:


Urgent Openings for PHP trainees, Andriod / IOS developers and PHP developers in Kochi Trivandrum Calicut and Bangalore. Please Send Your updated resumes to recruit.vo@gmail.com   Read more »
Member
Search This Blog