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

Wifi dongle help
Thank you for your donation

Pages (3): « Previous 1 2 3 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Wifi dongle help
11th Mar, 2013, 08:43 PM
Post: #16
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Wifi dongle help
If you have questions about the download package, ask them in the specific dedicated thread.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 08:46 PM
Post: #17
Beans.Jb Offline
Registered
Posts: 28
Joined: Mar 2013
Reputation: 0
RE: Wifi dongle help
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.
Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 08:48 PM
Post: #18
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Wifi dongle help
Then what is the direct problem?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 08:50 PM
Post: #19
Beans.Jb Offline
Registered
Posts: 28
Joined: Mar 2013
Reputation: 0
RE: Wifi dongle help
The pi has an IP address for the wlan0 interface but it isn't able to reach anything except the router.
Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 09:08 PM
Post: #20
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Wifi dongle help
Not sure what can cause this... Awaiting input from others.

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 09:16 PM
Post: #21
Beans.Jb Offline
Registered
Posts: 28
Joined: Mar 2013
Reputation: 0
RE: Wifi dongle help
I suspect that this a DNS problem. What is the best way to add the router as a DNS server?
Find all posts by this user
Quote this message in a reply
11th Mar, 2013, 09:41 PM
Post: #22
belese Offline
Moderator
******
Posts: 650
Joined: Jan 2013
Reputation: 38
RE: Wifi dongle help
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.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 04:16 AM
Post: #23
Beans.Jb Offline
Registered
Posts: 28
Joined: Mar 2013
Reputation: 0
RE: Wifi dongle help
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
wlan0     No scan results
and then at other times
Code:
root@xbian:/home/xbian# iwlist wlan0 scan
wlan0     Scan completed :
          Cell 01 - Address: 20:4E:7F:F0:2B:26
                    ESSID:"NETGEAR41"
                    Protocol:IEEE 802.11bgn
                    Mode:Master
                    Frequency:2.437 GHz (Channel 6)
                    Encryption key:on
                    Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s; 18 Mb/s
                              24 Mb/s; 36 Mb/s; 54 Mb/s; 6 Mb/s; 9 Mb/s
                              12 Mb/s; 48 Mb/s
                    Extra:rsn_ie=30140100000fac040100000fac040100000fac020c00
                    IE: IEEE 802.11i/WPA2 Version 1
                        Group Cipher : CCMP
                        Pairwise Ciphers (1) : CCMP
                        Authentication Suites (1) : PSK
                    IE: Unknown: DD0E0050F204104A0001101044000102
                    Signal level=46/100

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.
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 04:50 AM
Post: #24
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Wifi dongle help
Can you tell us how you solved the DNS issue?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 05:31 AM
Post: #25
Beans.Jb Offline
Registered
Posts: 28
Joined: Mar 2013
Reputation: 0
RE: Wifi dongle help
I added
Code:
dns-nameservers <dns server>
to the wlan0 interface in /etc/network/interfaces.
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 06:49 PM
Post: #26
Beans.Jb Offline
Registered
Posts: 28
Joined: Mar 2013
Reputation: 0
RE: Wifi dongle help
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?
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 08:03 PM
Post: #27
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Wifi dongle help
What driver do you need?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 08:07 PM
Post: #28
Beans.Jb Offline
Registered
Posts: 28
Joined: Mar 2013
Reputation: 0
RE: Wifi dongle help
This dongle is using the RTL8191SU chipset. I ran
Code:
apt-get install firmware-realtek
but it says the drivers are up to date.
Still not sure why it works using openELEC but not Xbian...
Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 08:08 PM
Post: #29
CurlyMo Offline
Registered
Posts: 3,501
Joined: Dec 2012
Reputation: 202
RE: Wifi dongle help
Any additional firmware or kernel modules?

pilight - modular domotica solution
Visit this user's website Find all posts by this user
Quote this message in a reply
12th Mar, 2013, 08:12 PM
Post: #30
Beans.Jb Offline
Registered
Posts: 28
Joined: Mar 2013
Reputation: 0
RE: Wifi dongle help
How do I to add new kernel modules or firmware?
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (3): « Previous 1 2 3 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  Recommend a wifi dongle for access point setup publicENEMY 47 166,681 7th Dec, 2022 09:45 PM
Last Post: cabalowen
  WIFI Dongle Setup? TheDutypaid 4 14,821 21st Aug, 2018 07:36 PM
Last Post: alecp
  Issue with Official Raspberry Pi Wifi Dongle nmrcantao 1 6,943 9th Jan, 2016 11:44 PM
Last Post: IriDium
  Wifi N Dongle Beanz 3 13,743 1st Feb, 2013 03:40 AM
Last Post: 1mile
  Ralink WIFI dongle not working knepe 1 10,168 16th Dec, 2012 11:29 PM
Last Post: CurlyMo

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

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