No wi fi connection
|
4th Oct, 2024, 05:54 PM
Post: #4
|
|||
|
|||
RE: No wi fi connection
Try these steps to fix your Wi-Fi connection issue on XBian:
1. Check if Wi-Fi dongle is recognized: Run `lsusb` in the terminal to confirm your TP-Link dongle is detected. 2. Install drivers: Install the required Realtek drivers with: ```bash sudo apt-get install firmware-realtek ``` 3. Manually configure Wi-Fi: Edit the Wi-Fi settings file with: ```bash sudo nano /etc/wpa_supplicant/wpa_supplicant.conf ``` Add your network details and restart the service: ```bash sudo systemctl restart networking ``` 4. Simplify Wi-Fi password: Ensure your password doesn't use special characters. 5. Update XBian: Run `sudo apt-get update && sudo apt-get upgrade` to update the system. This should help resolve the issue! |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
No wi fi connection - boardmanneil - 10th Feb, 2015, 02:28 AM
RE: No wi fi connection - IriDium - 14th Feb, 2015, 02:23 AM
RE: No wi fi connection - f1vefour - 14th Feb, 2015, 05:16 PM
RE: No wi fi connection - tweetetc - 4th Oct, 2024 05:54 PM
|