Page 1 of 2 12 LastLast
Results 1 to 10 of 13

Thread: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

  1. #1
    Join Date
    Nov 2018
    Beans
    7

    no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    I don't have WiFi after installing Ubuntu on my notebook (HP 14-ck0100ng). What should I do now?

  2. #2
    Join Date
    Nov 2004
    Location
    Maine
    Beans
    2,420
    Distro
    Kubuntu

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    hello tjtjt and welcome to ubuntu forums,

    We need to know what wifi card is in that machine, some had realtek some broadcom. Can you connect via Ethernet cable? if so,
    go to a terminal and do the following:
    Code:
    sudo apt install inxi
    once that is install issue this
    Code:
    inxi -Nn
    command and post the output here.
    Wireless script
    Dave
    Registered Linux User #462608
    Morse Code an early Digital Mode.

  3. #3
    Join Date
    Nov 2018
    Beans
    7

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    thanks for your respons and welcoming. I get this respons after doing " sudo apt install inxi ".

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package inxi

    I suspect this is bc i wiped my SSD when I installed Ubuntu (I used that option). Hence I can't do the second command.
    Last edited by tjtjt; November 12th, 2018 at 07:31 PM.

  4. #4
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,209
    Distro
    Ubuntu Budgie Development Release

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    Quote Originally Posted by tjtjt View Post
    thanks for your respons and welcoming. I get this respons after doing " sudo apt install inxi ".

    Reading package lists... Done
    Building dependency tree
    Reading state information... Done
    E: Unable to locate package inxi

    I suspect this is bc i wiped my SSD when I installed Ubuntu (I used that option). Hence I can't do the second command.
    The package probably needs the internet to install.

    Try the following and it should list the internet controller info near the bottom of the output.
    Code:
    lspci
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  5. #5
    Join Date
    Nov 2018
    Beans
    7

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    Thanks for your reply. The notebook is connected via lan. I am currently using it to post here. Thats what came out for "lspci"

    Code:
    00:00.0 Host bridge: Intel Corporation Device 31f0 (rev 03)
    00:00.1 Signal processing controller: Intel Corporation Device 318c (rev 03)
    00:00.3 System peripheral: Intel Corporation Device 3190 (rev 03)
    00:02.0 VGA compatible controller: Intel Corporation Device 3185 (rev 03)
    00:0e.0 Audio device: Intel Corporation Device 3198 (rev 03)
    00:0f.0 Communication controller: Intel Corporation Device 319a (rev 03)
    00:12.0 SATA controller: Intel Corporation Device 31e3 (rev 03)
    00:13.0 PCI bridge: Intel Corporation Device 31d8 (rev f3)
    00:13.2 PCI bridge: Intel Corporation Device 31da (rev f3)
    00:13.3 PCI bridge: Intel Corporation Device 31db (rev f3)
    00:14.0 PCI bridge: Intel Corporation Device 31d6 (rev f3)
    00:14.1 PCI bridge: Intel Corporation Device 31d7 (rev f3)
    00:15.0 USB controller: Intel Corporation Device 31a8 (rev 03)
    00:17.0 Signal processing controller: Intel Corporation Device 31b4 (rev 03)
    00:17.3 Signal processing controller: Intel Corporation Device 31ba (rev 03)
    00:1f.0 ISA bridge: Intel Corporation Device 31e8 (rev 03)
    00:1f.1 SMBus: Intel Corporation Device 31d4 (rev 03)
    02:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 15)
    05:00.0 Network controller: Realtek Semiconductor Co., Ltd. Device d723

    What is the next step?
    Last edited by jeremy31; November 12th, 2018 at 10:36 PM. Reason: code tags

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

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    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 and deactivate SecureBoot. If the signal is weak, try
    Code:
    echo "options rtl8723de ant_sel=2" | sudo tee /etc/modprobe.d/rtl8723de.conf
    and reboot again. If its not working then repeat the last line with "ant_sel=1" instead

  7. #7
    Join Date
    Nov 2018
    Beans
    7

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    thanks for your answer. I have tried everything you have said (secure boot is disabled as well) and and it still says 'no WiFi adapter found' in the settings.
    Are there other ways I can try?
    Last edited by tjtjt; November 13th, 2018 at 04:50 PM.

  8. #8
    Join Date
    Nov 2018
    Beans
    7

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    bump

  9. #9
    Join Date
    May 2014
    Location
    /home
    Beans
    10,929
    Distro
    Ubuntu 20.04 Focal Fossa

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    What does this command return
    Code:
    mokutil --sb-state

  10. #10
    Join Date
    Nov 2018
    Beans
    7

    Re: no WiFi after installing Ubuntu on HP 14-ck0100ng notebook

    SecureBoot disabled
    Platform is in Setup Mode

Page 1 of 2 12 LastLast

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
  •