Here are some steps for those of us who have a Wireless Card with RTL8188CE Chip set or RTL8192CE,RTL8191SE/RTL8192SE,RTL8192DE for Realtek. Are also new to Ubuntu and the terminal, don't know how to compile or how to install a diver on Ubuntu for it.
First we need to download the diver from Here
http://www.realtek.com/downloads/dow...Downloads=true
Then you will need to put it on the desktop from the downloads folder. Then extract it with Archive Manger by right clicking it and putting it in the Home folder witch is on the left side of the desktop in the top part of the unity dock.
You will need to rename the extracted folder to something sorter like rtldriver
Now open a terminal window by pressing these 3 keys at once Ctrl & Alt & T on the keyboard
In the terminal put
It will ask for your password. In the terminal put
Code:
apt-get install gcc build-essential
That will down load all the needed files to compilie the driver. Once its done put this in to the terminal
Code:
cd /home/Your Name/rtldriver
Heres what mine looks like
Code:
cd /home/osalot/rtldriver
Now you should have somthing that looks similar to this in the terminal
Code:
root@osalot-Rampage-Extreme:/home/osalot/rtldriver#
Now put this in the terminal
Once thats done put this in the terminal
Now we need to start the driver. Put this in to the terminal
If your WIFI shows up with the other connections that means the driver was compiled correctly.Now to get it to stay that way even after a reboot. We will need to open gedit with root privileges for the next bit. In the terminal put
Code:
gksudo gedit /etc/modules
It should look like this in gedit
Code:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
lp
Now we need to put this rtl8192ce.ko in it so it loads up on start.Once done should look like this
Code:
# /etc/modules: kernel modules to load at boot time.
#
# This file contains the names of kernel modules that should be loaded
# at boot time, one per line. Lines beginning with "#" are ignored.
lp
rtl8192ce.ko
Now save, close, and reboot Ubuntu and you should now have a working RTL8188CE WIFI card in a Ubuntu.
If there are any errors or mistakes in the post let me know
Here are some other posts/documentation
Supported wireless cards and Info in Ubuntu
https://help.ubuntu.com/community/Wi...CardsSupported
Another How to for Rosewill RNX-N150PC PCI Ralink 3060 wireless cards
http://ubuntuforums.org/showthread.p...ight=rt3562sta
Information on root/sudo usage
https://help.ubuntu.com/community/RootSudo
Information on wireless trouble shooting/how to set up ndiswrapper
https://help.ubuntu.com/10.10/intern...eless-disabled
Bookmarks