Debian 12 (Gnome) on Acer Laptop: No Wireless Connection Visible
In this article, we will discuss how to troubleshoot a Debian 12 (Gnome) setup on an Acer laptop, where the wireless connection is not visible, even though the wired connection works fine. We will cover the following topics:
- Checking wireless connection settings
- Verifying wireless hardware
- Updating firmware and drivers
- Configuring network settings manually
Checking Wireless Connection Settings
The first step in troubleshooting a wireless connection issue is to check the wireless connection settings. To do this, follow these steps:
- Click on the network icon on the top panel.
- Check if the wireless connection is visible.
- If not, click on "Enable Wi-Fi" to turn it on.
- If the wireless connection is still not visible, try restarting the network manager by running the following command in the terminal:
sudo systemctl restart NetworkManager
Verifying Wireless Hardware
If the wireless connection is still not visible, the next step is to verify the wireless hardware. To do this, follow these steps:
- Run the following command in the terminal to check if the wireless hardware is recognized:
- If the wireless hardware is not recognized, try updating the BIOS or firmware of the laptop.
- If the wireless hardware is recognized, try restarting the laptop.
lspci -nn | grep Network
Updating Firmware and Drivers
If the wireless hardware is recognized but the wireless connection is still not visible, the next step is to update the firmware and drivers. To do this, follow these steps:
- Check if there are any updates available for the wireless hardware by running the following command in the terminal:
- If there are no updates available, try installing the latest firmware and drivers from the manufacturer's website.
- If the wireless connection is still not visible, try disabling and re-enabling the wireless hardware by running the following command in the terminal:
sudo apt-get update && sudo apt-get upgrade
sudo modprobe -r iwlwifi && sudo modprobe iwlwifi
Configuring Network Settings Manually
If the wireless connection is still not visible, the last step is to configure the network settings manually. To do this, follow these steps:
- Create a new network connection by clicking on the network icon on the top panel and selecting "Edit Connections".
- Click on the "Add" button and select "Wi-Fi".
- Enter the SSID of the wireless network and select the security type.
- Enter the password for the wireless network and click on the "Save" button.
- Click on the network icon on the top panel and select the wireless network from the list.
- Check the wireless connection settings.
- Verify the wireless hardware.
- Update the firmware and drivers.
- Configure the network settings manually.