Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

No wi fi connection
Thank you for your donation

Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
No wi fi connection
10th Feb, 2015, 02:28 AM
Post: #1
boardmanneil Offline
Registered
Posts: 1
Joined: Feb 2015
Reputation: 0
No wi fi connection
Hi, am kinda new to all this, I've just bought myself a raspberry Pi 2 and installed Xbain connected it all up. My wifi Dongle / card is a TP Link TL-WN822N 300mps, when i scan the xmbc finds my network but when when i imput the key it just hangs and won't connect, I've tried openelec xmbc and that connects fine, anyone has any suggestions.

Kindest Regards

Neil
Find all posts by this user
Quote this message in a reply
14th Feb, 2015, 02:23 AM
Post: #2
IriDium Offline
Inquisitor
******
Posts: 2,025
Joined: Jan 2013
Reputation: 170
RE: No wi fi connection
Can you try the ssh version of xbian-config and see if that works.

I've never seen this error on my RPi2. How did you install? Via Xbian Installer on Win/OSX/Linux or other.

If you still have no luck you will need to sen the output of dmesg via pastebin.com

Please read before you post
How to post a log file

If you liked my help, click on "Thanks" to show your appreciation.
Find all posts by this user
Quote this message in a reply
14th Feb, 2015, 05:16 PM
Post: #3
f1vefour Offline
Administrator
******
Posts: 1,342
Joined: Mar 2013
Reputation: 58
RE: No wi fi connection
Dmesg will tell more.

Please read rules and do a search before you post! | FAQs | How to post log file? | Can't find an answer? Contact us.
Visit this user's website Find all posts by this user
Quote this message in a reply
4th Oct, 2024, 05:54 PM
Post: #4
tweetetc Offline
Registered
Posts: 1
Joined: Oct 2024
Reputation: 0
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!
Visit this user's website Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Post Reply 


  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 10th May, 2025, 01:17 AM Powered By MyBB, © 2002-2025 MyBB Group.