Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: I installed driver for wired networking and lost my WiFi. How can I get it back?

  1. #11
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: I installed driver for wired networking and lost my WiFi. How can I get it back?

    That is what I was going to recommend sorry I did not get back to you sooner.

    Glad it is working, would you post the directions here so the everyone will benefit?
    Thanks

  2. #12
    Join Date
    Mar 2007
    Location
    Reno, Nevada
    Beans
    93

    Re: I installed driver for wired networking and lost my WiFi. How can I get it back?

    Here is how I did it:

    1. Go to the dowload location for the Realtek RTL8188CE driver.

    2. Choose the most recent version for Linux and download it to your home directory. I had to use Windows to download so I put it in a Windows directory then copied it to my home folder using Ubuntu.

    3. Right click on the compressed folder and choose "Extract Here". This will cause a new folder to be created in your home directory named
    Code:
    rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013
    4. Use crtl+alt+t to open a terminal

    5. in the terminal, do the following (one command line at a time):

    Code:
    cd rtl_92ce_92se_92de_8723ae_88ee_linux_mac80211_0012.0207.2013
    sudo su
    make
    make install
    reboot
    6. Enjoy using your Realtek 8188CE wireless internet NIC!

    If you have some other Realtek Wireless adapter, just go to the Realtek site and using the menu on the left of that page, navigate to it. Wireless adapters are called "Wireless LAN IC's" in that menu system... You may have to experiment with the choices to find the exact one you are looking for.
    Just getting onboard with linux
    My search engine
    A Q&A forum for the masses

  3. #13
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,807
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: I installed driver for wired networking and lost my WiFi. How can I get it back?

    Thank you those are excellent direction.

Page 2 of 2 FirstFirst 12

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
  •