Re: Raspberry Pi PirateBox
you have to enable an automount of you usb device and then link/move the shared folder, like mv /opt/piratebox/share <usb-mountpoint> ln -s <usb-mountpoint>/share /opt/piratebox/share this...
View ArticleRe: Raspberry Pi PirateBox
Hi, about the start-up problem with the alfa-device.: I received my Alfa today and made a short test: 1. Yes, I can reproduce it on every reboot 2. Yes, if you move the setup-wlan script in the...
View ArticleRe: Raspberry Pi PirateBox
Matthias Wrote: ------------------------------------------------------- > you have to enable an automount of you usb device > and then link/move the shared folder, like > > > mv...
View ArticleShow us yours!
Here is mine one of mine Raspberry Pi V2 512Mb 32Gb SD Class 10 Maplin 9000mAh battery TP-Link TL-WN722N I've it overclocked to 1Ghz
View ArticleRe: Raspberry Pi PirateBox
I've been having the same problem with my Alfa. I have been able to make a jerry rig fix... I noticed that if I ran the pirate box script twice in a row with out stopping it everything worked ......
View ArticleRe: Raspberry Pi PirateBox
I created a fix today [github.com] I'm currently testing it...
View ArticleTemporary Fix for solving problems with ALFA devices
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...
View ArticleRe: Temporary Fix for solving problems with ALFA devices
Thats fixed it! 5 out of 5 successful boots on Alfa AWUS036NH connected directly to pi, 5/5 success with Alfa via powered usb hub and for good measure 5/5 success on WIPI adapter direct on pi. Well...
View ArticleRe: RaspberryPI USB wifi compatibility list
Later found out that the Widemac works fine without making changes to the hostapd.conf file. The reason for my confusion is because of the wlan ip address issue that causes the pirate box to work...
View ArticleRe: RaspberryPI USB wifi compatibility list
Can you please post the exact name or an amazon link. About the IP-Problem, there is a bet-fix for that: [forum.daviddarts.com]
View ArticleRe: RaspberryPI USB wifi compatibility list
The one I got has the following name at Amazon: "USB 802.11n 150m Wifi Wireless Lan Network Card Adapter" The packaging doesn't identify a model number. A search in Amazon for "usb adapter rt5370"...
View ArticleRe: Temporary Fix for solving problems with ALFA devices
Had similar problems only with a Widemac USB 2.0 150 MBps 802.11N adapter (Ralink rt5370 chipset). Also had success five out of five times with the beta version above. It was tested with the...
View ArticleRe: Temporary Fix for solving problems with ALFA devices
I find that even with your beta release I can not get my awus036h working fully with piratebox. I have tried with your distro and also with Adafruit's Pi distro. I noticed the adapter was showing up...
View ArticleRe: Temporary Fix for solving problems with ALFA devices
I should have said hostapd not iwconfig. quarterturn Wrote: ------------------------------------------------------- > I find that even with your beta release I can not > get my awus036h working...
View ArticleRe: Temporary Fix for solving problems with ALFA devices
sudo mv /opt/piratebox_share /opt/piratebox/share I had everything under control until that part and then it told me that /opt/piratebox_share didn't exist. Could've been something wrong with my...
View ArticleRe: Temporary Fix for solving problems with ALFA devices
Then you have not done this step before removing /opt/piratebox: sudo mv /opt/piratebox/share /opt/piratebox_share for saving your shared data. Do mkdir /opt/piratebox/share to recreate it. Matthias
View ArticleRe: Temporary Fix for solving problems with ALFA devices
fix is now delivered in current image.
View Article