Results 1 to 7 of 7

Thread: Unable to activate wireless on Lenovo ideabad 520 (Device c821) ubuntu 16.04

  1. #1
    Join Date
    Nov 2018
    Beans
    4

    Unable to activate wireless on Lenovo ideabad 520 (Device c821) ubuntu 16.04

    I tried a lot before reaching to this reply
    So may I damaged something in the system

    "(Requirements: kernel >=4.11) :


    1. Download driver directory from this repo:https://github.com/endlessm/linux/tr...less/rtl8821ce. You can do it by this link: https://minhaskamal.github.io/DownGi...less/rtl8821ce
    2. Unpack zip archive.
    3. Change the Makefile. Line "export TopDIR ?= ..." to export "TopDIR ?= PATH TO EXTRACTED DIRECTORY".
    4. make
    5. sudo make install
    6. sudo modprobe -a 8821ce"

    https://ubuntuforums.org/showthread....0#post13702710

    no changes happened after I made that




    lspci:
    Code:
    00:00.0 Host bridge: Intel Corporation Device 5914 (rev 08)
    00:02.0 VGA compatible controller: Intel Corporation Device 5917 (rev 07)
    00:14.0 USB controller: Intel Corporation Sunrise Point-LP USB 3.0 xHCI Controller (rev 21)
    00:14.2 Signal processing controller: Intel Corporation Sunrise Point-LP Thermal subsystem (rev 21)
    00:15.0 Signal processing controller: Intel Corporation Sunrise Point-LP Serial IO I2C Controller (rev 21)
    00:16.0 Communication controller: Intel Corporation Sunrise Point-LP CSME HECI (rev 21)
    00:17.0 SATA controller: Intel Corporation Sunrise Point-LP SATA Controller [AHCI mode] (rev 21)
    00:1c.0 PCI bridge: Intel Corporation Device 9d10 (rev f1)
    00:1c.4 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
    00:1c.5 PCI bridge: Intel Corporation Sunrise Point-LP PCI Express Root Port (rev f1)
    00:1f.0 ISA bridge: Intel Corporation Device 9d4e (rev 21)
    00:1f.2 Memory controller: Intel Corporation Sunrise Point-LP PMC (rev 21)
    00:1f.3 Audio device: Intel Corporation Device 9d71 (rev 21)
    00:1f.4 SMBus: Intel Corporation Sunrise Point-LP SMBus (rev 21)
    01:00.0 3D controller: NVIDIA Corporation Device 1d10 (rev a1)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 10)
    03:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device c821
    ls /etc/modprobe.d/:
    Code:
    alsa-base.conf                  blacklist.conf.dpkg-dist    blacklist-rare-network.conf     libopenni-sensor-pointclouds0.conf
    amd64-microcode-blacklist.conf  blacklist-firewire.conf     blacklist-watchdog.conf         mlx4.conf
    backports.conf                  blacklist-framebuffer.conf  dkms.conf                       nvidia-384_hybrid.conf
    blacklist-ath_pci.conf          blacklist-ideapad.conf      fbdev-blacklist.conf            nvidia-graphics-drivers.conf
    blacklist-bcm43.conf            blacklist-modem.conf        ideapad.conf                    vmwgfx-fbdev.conf
    blacklist.conf                  blacklist-oss.conf          intel-microcode-blacklist.conf
    uname -r:
    Code:
    4.15.0-38-generic
    iwconfig :
    Code:
    lo        no wireless extensions.
    
    
    enp2s0    no wireless extensions.
    
    
    enp0s20f0u3  no wireless extensions.
    Last edited by oldos2er; November 3rd, 2018 at 08:16 PM. Reason: Moved to Networking & Wireless

  2. #2
    Join Date
    Nov 2018
    Beans
    4

    Re: Unable to activate wireless on Lenovo ideabad 520 (Device c821) ubuntu 16.04

    Sorry for putting it in the wrong category

    Can any one help me ?

  3. #3
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,970
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: Unable to activate wireless on Lenovo ideabad 520 (Device c821) ubuntu 16.04

    This one is better

    Code:
    sudo apt-get install --reinstall git dkms build-essential linux-headers-$(uname -r)
    git clone https://github.com/tomaspinho/rtl8821ce
    cd rtl8821ce
    chmod +x dkms-install.sh
    chmod +x dkms-remove.sh
    sudo ./dkms-install.sh
    Reboot and deactivate SecureBoot.

    First uninstall the other one and delete that folder
    Code:
    make clean
    make
    sudo make uninstall

  4. #4
    Join Date
    Nov 2018
    Beans
    4

    Re: Unable to activate wireless on Lenovo ideabad 520 (Device c821) ubuntu 16.04

    Quote Originally Posted by praseodym View Post
    This one is better

    Code:
    sudo apt-get install --reinstall git dkms build-essential linux-headers-$(uname -r)
    git clone https://github.com/tomaspinho/rtl8821ce
    cd rtl8821ce
    chmod +x dkms-install.sh
    chmod +x dkms-remove.sh
    sudo ./dkms-install.sh
    Reboot and deactivate SecureBoot.

    First uninstall the other one and delete that folder
    Code:
    make clean
    make
    sudo make uninstall

    Thank you for your reply

    unfortunately still nothing change
    I couldn't find Secureboot in the bios like other laptops
    I read if it's activated, it prevents laptop from booting by external device --> I don't have this problem

  5. #5
    Join Date
    Nov 2018
    Beans
    4

    Re: Unable to activate wireless on Lenovo ideabad 520 (Device c821) ubuntu 16.04

    Thank you my friend
    after I gave up
    suddenly it works
    I'm not sure what made it work
    but
    before it works

    I made all of that
    sudo modprobe -a 8821ce



    I followed this link
    https://www.rosehosting.com/blog/how...-and-debian-9/

    To fix errors in ubuntu

    and made
    sudo apt-get update
    sudo apt-get upgrade
    sudo apt-get dist-upgrade

    and the next day It works

  6. #6
    Join Date
    Apr 2012
    Beans
    1

    Re: Unable to activate wireless on Lenovo ideabad 520 (Device c821) ubuntu 16.04

    I have two days trying to make work again my wifi, could anyone guide me?

    Here's my info:
    http://paste.ubuntu.com/p/RXG3zdfcpR/

  7. #7
    Join Date
    Feb 2008
    Location
    Texas
    Beans
    29,809
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Unable to activate wireless on Lenovo ideabad 520 (Device c821) ubuntu 16.04

    Hello LilianaMx, please start your own thread instead of posting in someone else's so you can get the help you need and so can the OP of this thread.

    Thanks

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
  •