raspberry pi connected to a wireless router using ethernet

Posted by junnot 
This forum is currently read only. You can not log in or make any changes. This is a temporary situation.
Now, this forum is in read-only mode. You find details Details hereContinue on /r/PirateBox
raspberry pi connected to a wireless router using ethernet
September 29, 2016 03:20PM
I want to start a project that will connect my rasspberry pi to a wireless router using ethernet is it possible?
Re: raspberry pi connected to a wireless router using ethernet
October 01, 2016 02:11PM
Yes. It depends which functions of the PirateBox you want to use. So it is possible, that you need to do additional configuration steps.

Matthias
Re: raspberry pi connected to a wireless router using ethernet
October 02, 2016 10:09AM
i just want it to act as a webserver while the router as an access point
Re: raspberry pi connected to a wireless router using ethernet
October 02, 2016 03:21PM
This is possible, but the upload box may need adjustments. I also recommend to setup a fixed IP & hostname in your router for your Pi.

As the default configuration relies on wifi, you need to change some things in /opt/piratebox/conf/piratebox.conf:

DO_IFCONFIG="yes" => DO_IFCONFIG="no"
USE_APN="yes" => USE_APN="no"
USE_DNSMASQ="yes" => USE_DNSMASQ="no"

The quick CLI command to make all the changes in piratebox.conf is:
sed -e 's|DO_IFCONFIG="yes"|DO_IFCONFIG="no|g' \
 -e 's|USE_APN="yes"|USE_APN="no"|g' \
 -e 's|USE_DNSMASQ="yes"|USE_DNSMASQ="no"|g' \
 -i  /opt/piratebox/conf/piratebox.conf

After this, the Box should start with its normal services, even without a wifi adapter (possible, that a RPi config is neede, but I don't think so).

Give it a try, hope this helps.

Matthias
Re: raspberry pi connected to a wireless router using ethernet
March 11, 2017 10:44PM
How would you get to the chatbox once it is connected to ethernet?
I have bought Rasberry pi from [www.w11stop.com] and it has USB (and ethernet) which is not working.. i am confuse i can't understand that is my software is too old or there is a SD card issue NOOBS issue...
i have stucked in this.. please can anyone can help me out from this....!!!!