Results 1 to 10 of 10

Thread: Wifi doesn't work on HP laptop

Hybrid View

  1. #1
    Join Date
    Jul 2018
    Beans
    100

    Wifi doesn't work on HP laptop

    Hi there, I am not able to let wifi wrk on my laptop, can you guys help me?

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

    Re: Wifi doesn't work on HP laptop

    Please open a terminal and run and post:
    Code:
    lspci -nnk | grep 0280 -A3
    rfkill list all
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  3. #3
    Join Date
    Jul 2018
    Beans
    100

    Re: Wifi doesn't work on HP laptop

    Code:
    lspci -nnk | grep 0280 -A3
    02:00.0 Network controller [0280]: Realtek Semiconductor Co., Ltd. RTL8723BE PCIe Wireless Network Adapter [10ec:b723]
        Subsystem: Hewlett-Packard Company RTL8723BE PCIe Wireless Network Adapter [103c:804c]
        Kernel driver in use: rtl8723be
        Kernel modules: rtl8723be

    rfkill list all
    0: hci0: Bluetooth
    Soft blocked: no
    Hard blocked: no
    1: phy0: Wireless LAN
    Soft blocked: no
    Hard blocked: no

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

    Re: Wifi doesn't work on HP laptop

    Good news! Nothing wrong so far. Please show us:
    Code:
    dmesg | grep -i rtl
    dmesg | grep wl
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  5. #5
    Join Date
    Jul 2018
    Beans
    100

    Re: Wifi doesn't work on HP laptop

    Code:
    dmesg | grep -i rtl
    [    7.802109] r8169 0000:03:00.0 eth0: RTL8106e at 0xffffafaac08f9000, fc:3f:db:a5:9e:ed, XID 04900000 IRQ 120
    [    8.543511] Bluetooth: hci0: rtl: examining hci_ver=06 hci_rev=000b lmp_ver=06 lmp_subver=8723
    [    8.543516] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_config.bin
    [    8.570588] bluetooth hci0: Direct firmware load for rtl_bt/rtl8723b_config.bin failed with error -2
    [    8.570596] Bluetooth: hci0: rtl: loading rtl_bt/rtl8723b_fw.bin
    [    9.235424] rtl8723be: Using firmware rtlwifi/rtl8723befw_36.bin
    [    9.252622] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
    [    9.253214] rtlwifi: rtlwifi: wireless switch is on
    [   10.193043] rtl8723be 0000:02:00.0 wlp2s0: renamed from wlan0

    dmesg | grep wl
    [ 10.193043] rtl8723be 0000:02:00.0 wlp2s0: renamed from wlan0
    [ 16.033461] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 16.824875] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 17.347026] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 18.653363] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 335.075933] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 651.038340] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 967.037649] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 1283.041655] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 1599.039274] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready
    [ 1915.041292] IPv6: ADDRCONF(NETDEV_UP): wlp2s0: link is not ready

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

    Re: Wifi doesn't work on HP laptop

    Weird. Still nothing wrong! Let's see:
    Code:
    cat /etc/NetworkManager/NetworkManager.conf
    cat /etc/network/interfaces
    Also, does it scan?
    Code:
    sudo iwlist wlp2s0 scan
    We needn't see the whole list, just tell us if it does or does not see networks.

    When you click the Network Manager icon, do you see your network? What happens when you click on it and try to connect? Are you challenged for a password? Or what happens?
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

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
  •