Skip to content

Instantly share code, notes, and snippets.

@alex-sysoev
Last active August 29, 2015 14:27
Show Gist options
  • Save alex-sysoev/0285295aed7b65309761 to your computer and use it in GitHub Desktop.
Save alex-sysoev/0285295aed7b65309761 to your computer and use it in GitHub Desktop.
Lenovo Y40-80 Wifi driver problem on Ubuntu 14.04

Install new WiFi deriver for Lenovo Y40-80 on Ubuntu 14.04

    install required packages

    sudo apt-get install linux-headers-generic build-essential git

    git clone new realtek wifi modules

    git clone https://github.com/lwfinger/rtlwifi_new/

    enter the directory

    cd rtlwifi_new

    build it

    make

    install

    sudo make install
    

Now you can reboot or unload/load modules

    unload modules

    sudo modprobe -r rtl8723be

    load new module

    sudo modprobe rtl8723be
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment