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

Wifi dont reconnect
Thank you for your donation

Pages (2): 1 2 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Wifi dont reconnect
14th Feb, 2013, 01:57 PM
Post: #1
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
Wifi dont reconnect
My PI connected to the other world through wifi stick. 20 minutes ago I rebooted my router and now I cant connect to my RPi through SSH, samba, etc. Why wifi isn't reconnects?
Find all posts by this user
Quote this message in a reply
14th Feb, 2013, 06:45 PM
Post: #2
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
Wifi dont reconnect
did you already try another reboot? and what wifi stick do you have (model)?

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
14th Feb, 2013, 07:25 PM
Post: #3
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Wifi dont reconnect
ANother router reboot? Yes. It didnt help.
Wifi stick is "rolsen mu3-wn823n".
Find all posts by this user
Quote this message in a reply
14th Feb, 2013, 08:51 PM
Post: #4
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Wifi dont reconnect
Did you already try connecting the wifi stick to an powered USB hub?

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
14th Feb, 2013, 09:00 PM
Post: #5
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Wifi dont reconnect
No, you dont understand. Wifi works (60Mbit/s).Samba works over wifi. SSH works over wifi. But if I reboot my router, RPi becomes offline. Even 20 mins after RPi still offline.
Find all posts by this user
Quote this message in a reply
14th Feb, 2013, 09:04 PM
Post: #6
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Wifi dont reconnect
The software does not automatically reconnect yet

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
14th Feb, 2013, 09:38 PM
Post: #7
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Wifi dont reconnect
Okay. What about next version?
Find all posts by this user
Quote this message in a reply
14th Feb, 2013, 09:44 PM
Post: #8
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Wifi dont reconnect
It does not have that either, however I may have found a solution, what kind of network protection do you have (E.G. WPA, WPA2, WEP).?

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
14th Feb, 2013, 10:05 PM
Post: #9
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Wifi dont reconnect
WPA2 '
Find all posts by this user
Quote this message in a reply
14th Feb, 2013, 10:24 PM
Post: #10
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
RE: Wifi dont reconnect
Can you try the following:

SSH in and change the /etc/network/interfaces file to this
Code:
auto lo

iface lo inet loopback
iface eth0 inet dhcp

allow-hotplug wlan0
iface wlan0 inet manual
wpa-roam /etc/wpa_supplicant/wpa-roam.conf

iface default inet dhcp

Now execute this command
Code:
sudo nano /etc/wpa_supplicant/wpa-roam.conf

Fill the file with this (of course change the ssid and pass to your situation).
Code:
update_config=1

ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev

network={
        ssid="ssid"
        psk="pass"
        id_str="home"
}

Now execute
Code:
sudo ifdown wlan0
sudo ifup wlan0

from now on wlan0 should automatically reconnect

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
14th Feb, 2013, 10:41 PM
Post: #11
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Wifi dont reconnect
I think it was bad idea to try this through wifi Big Grin Even with down && up in one row.
Anyway, Next router reboot will be between 02-09 AM (GMT+4).

deleted
I cant understand this Big Grin
Looks like it works (at 3rd attempt), autoreconnects I'll test later.
Find all posts by this user
Quote this message in a reply
15th Feb, 2013, 01:50 PM
Post: #12
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Wifi dont reconnect
Ye[,it works. Thanks.
Find all posts by this user
Quote this message in a reply
15th Feb, 2013, 02:23 PM
Post: #13
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
Wifi dont reconnect
How fast does it reconnects and did you noticed any side effects?

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
15th Feb, 2013, 02:29 PM
Post: #14
kraleksandr Offline
Registered
Posts: 238
Joined: Feb 2013
Reputation: 9
RE: Wifi dont reconnect
1) Faster than router connects to the Internet (full reboot 93sec)
2) I dont know what I must look for. At first sight everything works as before
Find all posts by this user
Quote this message in a reply
15th Feb, 2013, 06:40 PM
Post: #15
Koenkk Offline
Registered
Posts: 1,238
Joined: Dec 2012
Reputation: 112
Wifi dont reconnect
ok nice, thanks!

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
« Next Oldest | Next Newest »
Pages (2): 1 2 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [SOLVED] Wifi dont work kraleksandr 3 12,676 12th Feb, 2013 12:52 AM
Last Post: CurlyMo

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

Current time: 13th May, 2025, 08:35 AM Powered By MyBB, © 2002-2025 MyBB Group.