Page 4 of 4 FirstFirst ... 234
Results 31 to 38 of 38

Thread: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

  1. #31
    Join Date
    Dec 2017
    Beans
    2

    Re: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

    Hi Evassilyev! I have the same problem. I bought a Lenovo Thinkpad E470 the other day and the wifi was not available. I have followed your guide above and downloaded the driver directory from https://minhaskamal.github.io and unpacked the zip-file. However, I do not understand what you mean in 3) "Change the Makefile. Line "export TopDIR ?= ..." to export "TopDIR ?= PATH TO EXTRACTED DIRECTORY".". Can you please describe this in another way? I cannot find the words export TopDIR?= anywhere. Thanks!

  2. #32
    Join Date
    Aug 2005
    Location
    South Carolina, USA
    Beans
    26,047
    Distro
    Ubuntu Development Release

    Re: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

    Quote Originally Posted by gusmagna View Post
    Hi Evassilyev! I have the same problem. I bought a Lenovo Thinkpad E470 the other day and the wifi was not available. I have followed your guide above and downloaded the driver directory from https://minhaskamal.github.io and unpacked the zip-file. However, I do not understand what you mean in 3) "Change the Makefile. Line "export TopDIR ?= ..." to export "TopDIR ?= PATH TO EXTRACTED DIRECTORY".". Can you please describe this in another way? I cannot find the words export TopDIR?= anywhere. Thanks!
    Please see: https://askubuntu.com/questions/9903...-thinkpad-e570
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #33
    Join Date
    Dec 2017
    Beans
    2

    Re: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

    Quote Originally Posted by Mike Silberg View Post
    Solution of installing driver rtl8821ce from Endlessm repo worked for me too on my Thinkpad E470 and now WiFi just works.

    However I'm still having problems with Bluetooth, it simply doesn't start so I can't see other BT devices.

    It seems to me that a new upstream driver still doesn't support it. Isn't it that, am I missing something?
    Hi,
    I bought a Lenovo Thinkpad E470 for a couple of months and my wifi did not work either. I have followed the guide in the thread:

    export TopDir ...
    make
    sudo make install

    but when i type the command

    modprobe -a 8821ce

    I get the following error message:

    "modprobe: ERROR: could not insert '8821ce': Required key not available

    did modprobe work for you or how did you solve this key-problem?

    Thanks in advance!
    Best,
    Gustaf

  4. #34
    Join Date
    May 2014
    Location
    /home
    Beans
    10,939
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

    You need to go into BIOS/UEFI settings and disable Secure Boot for third party modules to load

  5. #35
    Join Date
    Feb 2018
    Beans
    2

    Re: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

    Its work, thanks praseodym

    ____________

    my website: thêu chân mày Ngọc Dung
    Last edited by erickem; April 9th, 2018 at 09:51 AM.

  6. #36
    Join Date
    Feb 2018
    Beans
    1

    Re: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

    Doesn't work, make says linux/sched/signa.h doesn't exist

  7. #37
    Join Date
    Apr 2018
    Beans
    2

    Re: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

    This solution works with kernel 4.15!
    I've tried with 4.13 and failed to compile, throwing time_setup error!
    thanks,

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

    Re: Unable to activate wireless on ThinkPAD E570 with Loki 0.4.1

    New github version available:

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

Page 4 of 4 FirstFirst ... 234

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
  •