Results 1 to 10 of 22

Thread: How to manually install your rtl8188ce driver step-by-step

Threaded View

  1. #1
    Join Date
    Apr 2011
    Beans
    74

    How to manually install your rtl8188ce driver step-by-step

    there is a video link of me preforming this action at the bottom of the page

    hey i want to start off by saying that the only reason i am doing this guide is because the ubuntu community has been so helpful to me in the past.

    time to give back

    How to manually install your rtl8188ce driver :

    this tutorial is meant for users using 10.10 and up (im using 10.10)

    download the top linux driver from this site (Linux driver for kernel 2.6.24 (and later, up to 3.2.x))
    http://www.realtek.com.tw/downloads/...true#RTL8188CE

    extract this to your desktop

    open terminal

    type: sudo su
    then: cd /path/to/file
    then: make install

    should look something like this:

    daniel@daniel-HP-Pavilion-dv6-Notebook-PC:~$ sudo su
    [sudo] password for daniel:
    root@daniel-HP-Pavilion-dv6-Notebook-PC:/home/daniel# cd /home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011
    root@daniel-HP-Pavilion-dv6-Notebook-PC:/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011# make install

    this was my out put:

    make -C /lib/modules/2.6.35-32-generic/build M=/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011 modules
    make[1]: Entering directory `/usr/src/linux-headers-2.6.35-32-generic'
    Building modules, stage 2.
    MODPOST 1 modules
    make[1]: Leaving directory `/usr/src/linux-headers-2.6.35-32-generic'
    make[1]: Entering directory `/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce'
    make -C /lib/modules/2.6.35-32-generic/build M=/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce modules
    make[2]: Entering directory `/usr/src/linux-headers-2.6.35-32-generic'
    Building modules, stage 2.
    MODPOST 1 modules
    make[2]: Leaving directory `/usr/src/linux-headers-2.6.35-32-generic'
    make[1]: Leaving directory `/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192ce'
    make[1]: Entering directory `/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192se'
    make -C /lib/modules/2.6.35-32-generic/build M=/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192se modules
    make[2]: Entering directory `/usr/src/linux-headers-2.6.35-32-generic'
    Building modules, stage 2.
    MODPOST 1 modules
    make[2]: Leaving directory `/usr/src/linux-headers-2.6.35-32-generic'
    make[1]: Leaving directory `/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192se'
    make[1]: Entering directory `/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192de'
    make -C /lib/modules/2.6.35-32-generic/build M=/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192de modules
    make[2]: Entering directory `/usr/src/linux-headers-2.6.35-32-generic'
    Building modules, stage 2.
    MODPOST 1 modules
    make[2]: Leaving directory `/usr/src/linux-headers-2.6.35-32-generic'
    make[1]: Leaving directory `/home/daniel/Desktop/rtl_92ce_92se_92de_linux_mac80211_0005.1230.2011/rtl8192de'

    video of me doing this: (watch in 720p to read text)

    http://www.youtube.com/watch?v=QFh2EZhUKgs

    i hope this helps, let me know if it does.

    stay strong my linux brethren
    Last edited by dan0804smith; March 22nd, 2012 at 06:50 PM.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •