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

Thread: can't connect to internet at all after installing ubuntu 16.04

  1. #11
    Join Date
    Jan 2018
    Beans
    10

    Re: can't connect to internet at all after installing ubuntu 16.04

    Quote Originally Posted by praseodym View Post
    Its the LAN card. Run
    Code:
    sudo modprobe -v r8168
    Code:
    03:00.0 Unassigned class [ff00]: Realtek Semiconductor Co., Ltd. Device [10ec:b822]
    This is wireless. Run
    Code:
    sudo modprobe -v rtl8822be
    [CODE]
    modprobe: FATAL: Module rtl882be not found in directory /lib/modules/4.13.0-31-generic
    [\CODE]

    [CODE]
    modprobe: FATAL: Module r8168 not found in directory /lib/modules/4.13.0-31-generic
    [\CODE]

  2. #12
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,975
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: can't connect to internet at all after installing ubuntu 16.04

    Lets check
    Code:
    dpkg -l linux-image-* | grep ii
    dpkg -l linux-headers-* | grep ii
    locate r8168.ko | grep lib
    locate rtl8822be.ko | grep lib

  3. #13
    Join Date
    Jan 2018
    Beans
    10

    Re: can't connect to internet at all after installing ubuntu 16.04

    linux image:
    Code:
    ii  linux-image-4.10.0-28-generic       4.10.0-28.32~16.04.2 amd64        Linux kernel image for version 4.10.0 on 64 bit x86 SMP
    ii  linux-image-4.10.0-42-generic       4.10.0-42.46~16.04.1 amd64        Linux kernel image for version 4.10.0 on 64 bit x86 SMP
    ii  linux-image-4.13.0-26-generic       4.13.0-26.29~16.04.2 amd64        Linux kernel image for version 4.13.0 on 64 bit x86 SMP
    ii  linux-image-4.13.0-31-generic       4.13.0-31.34~16.04.1 amd64        Linux kernel image for version 4.13.0 on 64 bit x86 SMP
    ii  linux-image-extra-4.10.0-28-generic 4.10.0-28.32~16.04.2 amd64        Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
    ii  linux-image-extra-4.10.0-42-generic 4.10.0-42.46~16.04.1 amd64        Linux kernel extra modules for version 4.10.0 on 64 bit x86 SMP
    ii  linux-image-extra-4.13.0-26-generic 4.13.0-26.29~16.04.2 amd64        Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
    ii  linux-image-extra-4.13.0-31-generic 4.13.0-31.34~16.04.1 amd64        Linux kernel extra modules for version 4.13.0 on 64 bit x86 SMP
    ii  linux-image-generic-hwe-16.04       4.13.0.31.51         amd64        Generic Linux kernel image
    linux headers:
    Code:
    ii  linux-headers-4.10.0-28         4.10.0-28.32~16.04.2 all          Header files related to Linux kernel version 4.10.0
    ii  linux-headers-4.10.0-28-generic 4.10.0-28.32~16.04.2 amd64        Linux kernel headers for version 4.10.0 on 64 bit x86 SMP
    ii  linux-headers-4.10.0-42         4.10.0-42.46~16.04.1 all          Header files related to Linux kernel version 4.10.0
    ii  linux-headers-4.10.0-42-generic 4.10.0-42.46~16.04.1 amd64        Linux kernel headers for version 4.10.0 on 64 bit x86 SMP
    ii  linux-headers-4.13.0-26         4.13.0-26.29~16.04.2 all          Header files related to Linux kernel version 4.13.0
    ii  linux-headers-4.13.0-26-generic 4.13.0-26.29~16.04.2 amd64        Linux kernel headers for version 4.13.0 on 64 bit x86 SMP
    ii  linux-headers-4.13.0-31         4.13.0-31.34~16.04.1 all          Header files related to Linux kernel version 4.13.0
    ii  linux-headers-4.13.0-31-generic 4.13.0-31.34~16.04.1 amd64        Linux kernel headers for version 4.13.0 on 64 bit x86 SMP
    ii  linux-headers-generic-hwe-16.04 4.13.0.31.51         amd64        Generic Linux kernel headers

    The 2 other commands didn't output anything... even without the pipe to grep... nothing

  4. #14
    Join Date
    May 2014
    Location
    /home
    Beans
    11,164
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: can't connect to internet at all after installing ubuntu 16.04

    What about results for
    Code:
    dkms status

  5. #15
    Join Date
    Aug 2011
    Location
    Berlin, Germany
    Beans
    7,975
    Distro
    Ubuntu Mate 20.04 Focal Fossa

    Re: can't connect to internet at all after installing ubuntu 16.04

    Ok, download these files (somehow) and save them in "Downloads":

    http://de.archive.ubuntu.com/ubuntu/...5.08-1_all.deb

    http://de.archive.ubuntu.com/ubuntu/...tu11.5_all.deb

    Installation

    Code:
    sudo dpkg -i ~/Downloads/*.deb
    echo "blacklist r8169" | sudo tee -a /etc/modprobe.d/blacklist.conf
    Reboot. If LAN works, install the wireless driver via

    Code:
    sudo apt-get install git build-essential dkms linux-headers-$(uname -r)
    git clone -b extended https://github.com/lwfinger/rtlwifi_new.git
    sudo dkms add ./rtlwifi_new
    sudo dkms install rtlwifi-new/0.6
    sudo cp /usr/src/rtlwifi-new-0.6/firmware/rtlwifi/* /lib/firmware/rtlwifi/
    Reboot with SecureBoot deaktivated

  6. #16
    Join Date
    May 2006
    Beans
    268

    Re: can't connect to internet at all after installing ubuntu 16.04

    Try Ukuu to upgrade your kernel. This could solve your problem.

  7. #17
    Join Date
    Jan 2018
    Beans
    10

    Re: can't connect to internet at all after installing ubuntu 16.04

    Thank you so much!!!

    It is alive! alive!!!!

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
  •