![]() |
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) |
RE: Wifi dongle help - CurlyMo - 11th Mar, 2013 08:43 PM If you have questions about the download package, ask them in the specific dedicated thread. RE: Wifi dongle help - Beans.Jb - 11th Mar, 2013 08:46 PM Sorry. 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. RE: Wifi dongle help - CurlyMo - 11th Mar, 2013 08:48 PM Then what is the direct problem? RE: Wifi dongle help - Beans.Jb - 11th Mar, 2013 08:50 PM The pi has an IP address for the wlan0 interface but it isn't able to reach anything except the router. RE: Wifi dongle help - CurlyMo - 11th Mar, 2013 09:08 PM Not sure what can cause this... Awaiting input from others. RE: Wifi dongle help - Beans.Jb - 11th Mar, 2013 09:16 PM I suspect that this a DNS problem. What is the best way to add the router as a DNS server? RE: Wifi dongle help - belese - 11th Mar, 2013 09:41 PM Try to ping 8.8.8.8 (google dns), if you can ping it, surely a dns problem. but if you can't ssh it, it's not a dns problem. RE: Wifi dongle help - Beans.Jb - 12th Mar, 2013 04:16 AM I resolved the DNS issue but I am having very strange results now. I have moved from my office to my home and I cannot connect to my home network. My PC is connect to the network, but often when I run Code: root@xbian:/home/xbian# iwlist wlan0 scan Code: root@xbian:/home/xbian# iwlist wlan0 scan Any suggestions? This is the root of the problems. I have moved my pi from work to office thinking that there was a problem with Xbian. RE: Wifi dongle help - CurlyMo - 12th Mar, 2013 04:50 AM Can you tell us how you solved the DNS issue? RE: Wifi dongle help - Beans.Jb - 12th Mar, 2013 05:31 AM I added Code: dns-nameservers <dns server> RE: Wifi dongle help - Beans.Jb - 12th Mar, 2013 06:49 PM I think this is a driver issue. I used openELEC and the wifi has no problems. Is it possible to update the driver for this chipset? RE: Wifi dongle help - CurlyMo - 12th Mar, 2013 08:03 PM What driver do you need? RE: Wifi dongle help - Beans.Jb - 12th Mar, 2013 08:07 PM This dongle is using the RTL8191SU chipset. I ran Code: apt-get install firmware-realtek Still not sure why it works using openELEC but not Xbian... RE: Wifi dongle help - CurlyMo - 12th Mar, 2013 08:08 PM Any additional firmware or kernel modules? RE: Wifi dongle help - Beans.Jb - 12th Mar, 2013 08:12 PM How do I to add new kernel modules or firmware? |