Troubleshooting Wi-Fi Issues
If you're facing Wi-Fi connectivity issues on Snigdha OS, don’t worry! Follow this guide to resolve the problem. It covers common issues and solutions. Let's get your Wi-Fi back up and running! 😄
1. Check Wi-Fi Adapter 🏠🔍
Is Your Wi-Fi Adapter Recognized?
First, check if Snigdha OS recognizes your Wi-Fi adapter.
- Open a terminal and run:
Look for your Wi-Fi interface (usually named
ip link
wlan0
,wlp2s0
, or similar). If it’s not listed, your adapter might not be recognized or the driver may be missing.
Install Drivers 🚗💨
If your Wi-Fi adapter is not detected, you may need to install additional drivers.
- Check for available Wi-Fi drivers:
Install the appropriate driver for your device:
sudo pacman -Ss wifi
sudo pacman -S <driver-name>
2. Check Wi-Fi Network Status 📶🔌
Make Sure Your Network is Active
Ensure that the Wi-Fi network you're trying to connect to is functioning properly. Try connecting with another device to verify the network works.
Restart Your Router 🔄
If there are issues, try restarting your router by turning it off and on again.
3. NetworkManager Issues ⚙️
Snigdha OS uses NetworkManager to manage network connections. If it’s causing issues, try restarting it.
- Restart NetworkManager:
sudo systemctl restart NetworkManager