Yes it is cruital to change the piratebox.conf , because if you don't have a wifi card attached, the setup of the interface will fail and no webserver and other things are started beyond that point.
So you need to change at least the piratebox.conf file, that it doesn't try to start an hotspot. If you want to run the webserver and the upload-tool droopy only- you can switch the config like that:
Then only droopy and lighttpd will start.
So you need to change at least the piratebox.conf file, that it doesn't try to start an hotspot. If you want to run the webserver and the upload-tool droopy only- you can switch the config like that:
DO_IFCONFIG="no" DO_IW="no" USE_APN="no" .. USE_DNSMASQ="no" INTERFACE="eth0" DNSMASQ_INTERFACE="eth0"
Then only droopy and lighttpd will start.