Hi,
this is a beta-release of version 0.6E.
It contains a different wlan-setup script and would help against problems using ALFA-USB device as wifi device.
The following howto has to be done with the piratebox-RaspberryPi image or after you did the normal installation.
If this code is more tested, I'll release 0.6E and a new RaspberryPi image.
regards
Matthias
(hopefully, there is no typo ;) )
this is a beta-release of version 0.6E.
It contains a different wlan-setup script and would help against problems using ALFA-USB device as wifi device.
The following howto has to be done with the piratebox-RaspberryPi image or after you did the normal installation.
Language: PHPcd /tmp wget http://downloads.piratebox.de/piratebox-ws_0.6E_beta1.tar.gz tar xzf piratebox-ws_0.6E_beta1.tar.gz #if piratebox is up, stop it sudo /etc/init.d/piratebox stop #save your shared folder sudo mv /opt/piratebox/share /opt/piratebox_share sudo rm -r /opt/piratebox sudo mv /tmp/piratebox/piratebox /opt/ sudo sed 's:DROOPY_USE_USER="no":DROOPY_USE_USER="yes":' -i /opt/piratebox/conf/piratebox.conf sudo rm -r /opt/piratebox/share sudo mv /opt/piratebox_share /opt/piratebox/share #start the box sudo /etc/init.d/piratebox start
If this code is more tested, I'll release 0.6E and a new RaspberryPi image.
regards
Matthias
(hopefully, there is no typo ;) )