rpi and piratebox

Posted by oystercatcher 
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
rpi and piratebox
April 19, 2013 04:49PM
Greetings,

I installed this file and booted my rpi today 19apr2013 -- all good

[downloads.piratebox.de]

I have modified /opt/piratebox/piratebox.conf

to use 10.10.0.1 and changed the netmask to 255.255.0.0 for class b subnet

rebooted and I can connect. I would like dhcpd to restrict assigned addresses
to this range 10.10.0.70 to 10.10.0.80.
but havent figured out what file to edit.
Never mind ----- I found the lines to edit in piratebox.conf -----



This is a great project. I am using an alpha awus036nha on a usb hub works
on reboot.

I came across your project while testing pilfs which I plan to use once
I understand all the details of setting up hostapd, dhcpd, dnsmasq, etc.


Update: I tested an alfa awus036nhr and the ap failed to come online
havent looked into the reasons as I just switched back to the aws036nha



Edited 3 time(s). Last edit at 04/21/2013 01:52AM by oystercatcher.
Re: rpi and piratebox
April 22, 2013 04:54AM
Hi,
So the problem is the not existing wifi network?
or is it the not working dhcp service?

If wifi, please post the output of
 iw list

regards Matthias
Re: rpi and piratebox
April 22, 2013 10:16PM
okay I had a chance again to test the awus036nhr

iw list just says nl80211 not found


[store.rokland.com]

has this link to a driver which I tried to run the install.sh program but died at the end

[www.rokland.com]


rtl8192_8188CU_linux_v3.0.2164.20110715/wlan0dhcp
rtl8192_8188CU_linux_v3.0.2164.20110715
Authentication requested [root] for make driver:
make ARCH=armv6l CROSS_COMPILE= -C /lib/modules/3.6.11+/build M=/usr/local/src/RTL8192CU_8188CUS_8188CE-VAU_linux_v3.0.2164.20110715/driver/rtl8192_8188CU_linux_v3.0.2164.20110715 modules
make: *** /lib/modules/3.6.11+/build: No such file or directory. Stop.
make: *** [modules] Error 2
Compile make driver error: 2, Please check error Mesg


The rokland.com web page says that kernel headers are required
I have mostly used fedora in the past including the raspberry pi
but debian is still new to me.
Re: rpi and piratebox
April 24, 2013 06:44AM
There should be a package containing the header files.

You should try

# sudo aptitude

This is a nice gui, which should make it easier for you searching for the correct packages.

Matthias