Last active
September 1, 2025 19:56
-
-
Save UbuntuEvangelist/e36f6a1a9ef7cb0a0b24e592eb925b68 to your computer and use it in GitHub Desktop.
Revisions
-
UbuntuEvangelist revised this gist
Aug 19, 2024 . No changes.There are no files selected for viewing
-
UbuntuEvangelist renamed this gist
Aug 19, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
UbuntuEvangelist renamed this gist
Aug 19, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
UbuntuEvangelist revised this gist
Aug 19, 2024 . 1 changed file with 11 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
UbuntuEvangelist revised this gist
Aug 19, 2024 . 1 changed file with 12 additions and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ # 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 $ 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 -
UbuntuEvangelist renamed this gist
Aug 19, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
UbuntuEvangelist revised this gist
Jun 7, 2024 . 1 changed file with 10 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
UbuntuEvangelist renamed this gist
Jun 7, 2024 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
UbuntuEvangelist created this gist
Jun 7, 2024 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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