Go to advanced search

by davcefai
Sat Feb 27, 2016 9:16 pm
Forum: Troubleshooting
Topic: Strange network problem on RPI 2
Replies: 8
Views: 1127

Re: Strange network problem on RPI 2

I can't think WHY this is happening. However you may be able to configure the old router as an access point and go via that to your existing router. This will split your "long" cable into 2 shorter ones. A thought has struck me: do you need the 25m or is it a coiled up cable? Coiled up cables cause ...
by davcefai
Sat Feb 27, 2016 7:40 pm
Forum: Troubleshooting
Topic: Strange network problem on RPI 2
Replies: 8
Views: 1127

Re: Strange network problem on RPI 2

The output of ifup indicates that the router is not responding. The Pi is begging for an IP address but the router is ignoring it. Assuming that the cable is OK (can you try swapping with another?) then I would look to the router. The Pi side of things seems to be Ok to me. I could be wrong and freq...
by davcefai
Sat Feb 27, 2016 3:59 pm
Forum: Troubleshooting
Topic: Strange network problem on RPI 2
Replies: 8
Views: 1127

Re: Strange network problem on RPI 2

I wonder if the router is not "noticing" that you have rebooted.

Two useful tests would be:

Code: Select all

shutdown now
, wait a minute or so and restart.

When the network doesn't work run

Code: Select all

sudo ifdown -a
, wait a moment and run

Code: Select all

sudo ifup -a
Then see if a network connection is established.
by davcefai
Sat Feb 27, 2016 1:47 pm
Forum: Troubleshooting
Topic: Strange network problem on RPI 2
Replies: 8
Views: 1127

Re: Strange network problem on RPI 2

Some more info will help: If you don't understand any of the terms just ask (or google) 1. Wireless or wired connection? 2. Static or DHCP? 3. When you reboot is it by power off/on or a software reboot? Try running: ifconfig from a terminal window. Do this for both when the network connection works ...

Go to advanced search