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

Thread: HP Elitebook G2 745 Wfif Problem - no networks found

  1. #1
    Join Date
    Nov 2018
    Beans
    5

    Angry HP Elitebook G2 745 Wfif Problem - no networks found

    Hello,

    I have problem with WiFi on HP Elitebook G2 745. I can't find any networks. I know there are some solutions to this particular card on this form but all those solutions didn't work in my case.
    I am using Broadcom Wireless Adapter BCM4352 802.11ac. I did install proper driver via:

    sudo apt-get update
    sudo apt-get install bcmwl-kernel-source
    sudo modprobe wl

    I also checked
    rfkill list all
    and everywhere is "no" so nothing is blocking the wifi adapter.

    When I search in console: sudo iwlist scan it returns "no results".

    I did everything what I found on this forum and still the same problem - no networks.
    Do you have any idea how to fix it or maybe Linux is not right environment for HP G2 745 and I need to switch on Windows10 ?

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

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    Did you deactivate SecureBoot? The driver is not signed...

  3. #3
    Join Date
    Nov 2018
    Beans
    5

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    Hello,

    In BIOS settings the SecureBoot Configuration is not editable but checkboxes are unmarked so I assume it doesn't work. Any other advice?
    Last edited by nowocmic; November 11th, 2018 at 10:54 PM.

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

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    What does this tell us?
    Code:
    lspci -nnk | grep 0280 -A3
    Old Chili is getting a bad feeling right here....
    "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
    Nov 2018
    Beans
    5

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    Here it is:

    Code:
    02:00.0 Network controller [0280]: Broadcom Limited BCM4352 802.11ac Wireless Network Adapter [14e4:43b1] (rev 03)
        Subsystem: Hewlett-Packard Company BCM4352 802.11ac Wireless Network Adapter [103c:2154]
        Kernel driver in use: wl
        Kernel modules: bcma, wl
    I did:

    Code:
    sudo apt install shim-signed
    sudo update-secureboot-policy --new-key
    Now I am trying:

    Code:
    sudo apt-get install ndisgtk
    But I can't find .inf file with driver for Windows 10 (only exe).
    Last edited by nowocmic; November 12th, 2018 at 11:03 PM.

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

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    Here is a long thread about your device: https://ubuntuforums.org/showthread....highlight=43b1 It doesn't end with a good result.

    You might try all the steps we tried there and report back.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  7. #7
    Join Date
    Nov 2018
    Beans
    5

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    I did it and same effect - no networks found. Does it mean I can't run linux on HP Elitebook G2 745? I am really disapointed how Linux can't handle wifi ...

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

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    You could replace the wifi card with a supported wifi. Linux has no control of when Broadcom adds support to the proprietary bcmwl to support their wifi cards

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

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    I am really disapointed how Linux can't handle wifi ...
    As Jeremy suggests, it's not Linux, it's Broadcom.

    Many devices, including my Intel, work perfectly in Linux.
    "Oh, Ubuntu, you are my favorite Linux-based operating system" --Dr. Sheldon Cooper, B.Sc., M.Sc., M.A., Ph.D., Sc.D.

  10. #10
    Join Date
    Nov 2018
    Beans
    5

    Re: HP Elitebook G2 745 Wfif Problem - no networks found

    Guys,

    The solution is:

    1. Edit as root this file: "/etc/default/grub"
    - Find and modify GRUB_CMDLINE_LINUX="" to GRUB_CMDLINE_LINUX="intremap=off"
    - Save and exit

    2. $sudo grub-mkconfig -o /boot/grub/grub.cfg

    3. Reboot

    After it wifi works fine.

Page 1 of 2 12 LastLast

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
  •