![]() |
Wifi dongle help - Printable Version +- Forum (http://forum.xbian.org) +-- Forum: Hardware (/forum-7.html) +--- Forum: Network (/forum-25.html) +--- Thread: Wifi dongle help (/thread-590.html) |
Wifi dongle help - Beans.Jb - 8th Mar, 2013 05:51 AM Hi there, I have this wifi dongle and I can't seem to get it working on XBian 1.0 Alpha 5. The dongle is connected to a powered usb hub. I was looking through this thread and I am having similar problems to the OP. I am quite new to managing a Linux distro and I am not sure how the problem was actually resolved. I can scan for networks and it finds my WPA2-secured network but I cannot connect to it. Please can someone assist me? RE: Wifi dongle help - CurlyMo - 8th Mar, 2013 05:55 AM What did you already try? RE: Wifi dongle help - Beans.Jb - 8th Mar, 2013 06:15 AM I have tried to configure the interface by setting it in the Xbian config on the dashboard, using iwconfig and by configuring it manually in the /etc/network/interface file. I have now tried to manually copy over the kernel.img and the /lib/modules/3.6.11+ from https://github.com/xbianonpi/xbian into their respective directories and reboot but it does not seem to have solved the problem RE: Wifi dongle help - CurlyMo - 8th Mar, 2013 06:25 AM Did you try the xbian-config when logging into the shell? RE: Wifi dongle help - Beans.Jb - 8th Mar, 2013 07:53 AM Yes, I did. RE: Wifi dongle help - Beans.Jb - 9th Mar, 2013 12:40 AM I upgraded to the newest version of Xbian, using kernel 3.6.11+ and it seems to have resolved the problem. Thanks for the help anyway. RE: Wifi dongle help - Beans.Jb - 11th Mar, 2013 07:37 PM (8th Mar, 2013 06:25 AM)CurlyMo Wrote: Did you try the xbian-config when logging into the shell? I'm still struggling with this, please can you help. Sometimes it works and then just seems to stop working. What has been happening today:
I don't know what to do any more. I've tried using openELEC and I had other problems, I really like xbian and I don't want to use something else but I'm running out of options. RE: Wifi dongle help - CurlyMo - 11th Mar, 2013 07:46 PM When xbian-config fails to scan, can you try: Code: sudo iwlist wlan0 scan RE: Wifi dongle help - Beans.Jb - 11th Mar, 2013 07:56 PM Scanning seems to be working now. Using xbian-config, after scanning I select the network that I want to connect to, it says "Please wait. Trying to connect to gamma". The result is "Failed to connect to gamma". RE: Wifi dongle help - CurlyMo - 11th Mar, 2013 08:01 PM Try to do: Code: sudo ifdown wlan0 RE: Wifi dongle help - Beans.Jb - 11th Mar, 2013 08:05 PM Code: root@xbian:/home/xbian# ifdown wlan0 RE: Wifi dongle help - CurlyMo - 11th Mar, 2013 08:15 PM The content of /etc/network/interfaces RE: Wifi dongle help - Beans.Jb - 11th Mar, 2013 08:17 PM Code: root@xbian:/home/xbian# cat /etc/network/interfaces RE: Wifi dongle help - CurlyMo - 11th Mar, 2013 08:19 PM This is the problem at this point: Code: wpa_supplicant: /sbin/wpa_supplicant daemon failed to start RE: Wifi dongle help - Beans.Jb - 11th Mar, 2013 08:37 PM That seems to have resolved the problem for now. I would like to install Code: apt-get install xbian-package-download My reply was a bit hasty. I tried to ping the IP address that the wlan0 interface received but it did not work. If I unplug the ethernet cable and ssh to the wlan0 ip address, I get "No route to host" but I can ping the router. |