Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save UbuntuEvangelist/e36f6a1a9ef7cb0a0b24e592eb925b68 to your computer and use it in GitHub Desktop.
Save UbuntuEvangelist/e36f6a1a9ef7cb0a0b24e592eb925b68 to your computer and use it in GitHub Desktop.

Revisions

  1. UbuntuEvangelist revised this gist Aug 19, 2024. No changes.
  2. UbuntuEvangelist renamed this gist Aug 19, 2024. 1 changed file with 0 additions and 0 deletions.
  3. UbuntuEvangelist renamed this gist Aug 19, 2024. 1 changed file with 0 additions and 0 deletions.
  4. UbuntuEvangelist revised this gist Aug 19, 2024. 1 changed file with 11 additions and 0 deletions.
    11 changes: 11 additions & 0 deletions How To WiFi Issues On Ubuntu 24.04 LTS Linux Desktop
    Original file line number Diff line number Diff line change
    @@ -6,6 +6,17 @@ $ apt update -y
    $ apt install build-essential checkinstall
    $ apt install ubuntu-restricted-extras
    $ apt install software-properties-common
    $ apt install apt-show-versions
    $ apt upgrade -o APT::Get::Show-Upgraded=true
    $ apt-show-versions | grep upgradeable
    $ apt install git
    $ apt -f install
    $ apt autoremove
    $ apt -y autoclean
    $ apt -y clean
    $ apt update -y
    $ apt upgrade -y
    $ apt update -y

    # Ensure the Wi-Fi Adapter is Recognized
    $ lspci | grep -i network
  5. UbuntuEvangelist revised this gist Aug 19, 2024. 1 changed file with 12 additions and 11 deletions.
    23 changes: 12 additions & 11 deletions How To WiFi Issues On Ubuntu 24.04 LTS Linux Desktop
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    Follow Things To Do After Installing Ubuntu 24.04 LTS
    # Follow Things To Do After Installing Ubuntu 24.04 LTS

    $ apt update -y
    $ apt upgrade -y
    @@ -7,36 +7,37 @@ $ apt install build-essential checkinstall
    $ apt install ubuntu-restricted-extras
    $ apt install software-properties-common

    Ensure the Wi-Fi Adapter is Recognized
    # Ensure the Wi-Fi Adapter is Recognized
    $ lspci | grep -i network

    Check for Wireless Drivers
    # Check for Wireless Drivers
    $ lshw -C network

    Install Missing Drivers
    # Install Missing Drivers
    $ sudo apt update
    $ sudo apt install bcmwl-kernel-source

    Verify Network Manager is Running
    # Verify Network Manager is Running
    $ sudo systemctl status NetworkManager
    If it's not running, start it with:

    # If it's not running, start it with:
    $ sudo systemctl start NetworkManager

    Check for Disabled Wi-Fi. Sometimes Wi-Fi can be soft or hard blocked. Check this with:
    # Check for Disabled Wi-Fi. Sometimes Wi-Fi can be soft or hard blocked. Check this with:
    $ rfkill list

    If you see "soft blocked" or "hard blocked" for the Wi-Fi adapter, unblock it with:
    # If you see "soft blocked" or "hard blocked" for the Wi-Fi adapter, unblock it with:

    $ sudo rfkill unblock wifi

    Reboot PC
    # Reboot PC
    $ sudo reboot

    Logs and Diagnostics
    # Logs and Diagnostics:
    $ dmesg | grep -i wifi
    $ journalctl -xe | grep NetworkManager

    Example Troubleshooting Commands
    # Example Troubleshooting Commands

    $ lspci | grep -i network
    $ sudo lshw -C network
  6. UbuntuEvangelist renamed this gist Aug 19, 2024. 1 changed file with 0 additions and 0 deletions.
  7. UbuntuEvangelist revised this gist Jun 7, 2024. 1 changed file with 10 additions and 3 deletions.
    13 changes: 10 additions & 3 deletions How To WiFi Issues On Ubuntu 24.04 LTS Linux
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,12 @@
    Follow Things To Do After Installing Ubuntu 24.04 LTS

    $ apt update -y
    $ apt upgrade -y
    $ apt update -y
    $ apt install build-essential checkinstall
    $ apt install ubuntu-restricted-extras
    $ apt install software-properties-common

    Ensure the Wi-Fi Adapter is Recognized
    $ lspci | grep -i network

    @@ -37,6 +46,4 @@ $ sudo systemctl status NetworkManager
    $ rfkill list
    $ sudo rfkill unblock wifi
    $ dmesg | grep -i wifi
    $ journalctl -xe | grep NetworkManager

    MORE https://www.dell.com/support/kbdoc/en-us/000130686/how-to-troubleshoot-wireless-network-issues-in-ubuntu-linux-on-your-dell-pc
    $ journalctl -xe | grep NetworkManager
  8. UbuntuEvangelist renamed this gist Jun 7, 2024. 1 changed file with 0 additions and 0 deletions.
  9. UbuntuEvangelist created this gist Jun 7, 2024.
    42 changes: 42 additions & 0 deletions WiFi Issues on Ubuntu 24.04 LTS Linux
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,42 @@
    Ensure the Wi-Fi Adapter is Recognized
    $ lspci | grep -i network

    Check for Wireless Drivers
    $ lshw -C network

    Install Missing Drivers
    $ sudo apt update
    $ sudo apt install bcmwl-kernel-source

    Verify Network Manager is Running
    $ sudo systemctl status NetworkManager
    If it's not running, start it with:
    $ sudo systemctl start NetworkManager

    Check for Disabled Wi-Fi. Sometimes Wi-Fi can be soft or hard blocked. Check this with:
    $ rfkill list

    If you see "soft blocked" or "hard blocked" for the Wi-Fi adapter, unblock it with:

    $ sudo rfkill unblock wifi

    Reboot PC
    $ sudo reboot

    Logs and Diagnostics
    $ dmesg | grep -i wifi
    $ journalctl -xe | grep NetworkManager

    Example Troubleshooting Commands

    $ lspci | grep -i network
    $ sudo lshw -C network
    $ sudo apt update
    $ sudo apt install bcmwl-kernel-source
    $ sudo systemctl status NetworkManager
    $ rfkill list
    $ sudo rfkill unblock wifi
    $ dmesg | grep -i wifi
    $ journalctl -xe | grep NetworkManager

    MORE https://www.dell.com/support/kbdoc/en-us/000130686/how-to-troubleshoot-wireless-network-issues-in-ubuntu-linux-on-your-dell-pc