Ah ok. Yeah I need to use this Pi for more than just my piratebox, so I'll stick on raspbian for ease of use for the other stuff for now.
The WiFi network does not show up. I have scanned with my phone and a laptop.
Thanks for the help.
EDIT:
Just to update, it seems the main issue I'm running into is this line
Looking in that file I see the following for around line 81:
If there's any more info you need to help you help me let me know :)
The WiFi network does not show up. I have scanned with my phone and a laptop.
Thanks for the help.
EDIT:
Just to update, it seems the main issue I'm running into is this line
[....] Probing wlan:/opt/piratebox/bin/piratebox_setup_wlan.sh: line 81: probe: command not found
Looking in that file I see the following for around line 81:
76 elif [[/color] $2 = "stop" ] ; then
77 echo "Stopping wifi interface $INTERFACE "
78 ifconfig $INTERFACE down
79 elif [[/color] $2 = "probe" ] ; then
80 # simply check if the interface is available
81 probe
82 fi
If there's any more info you need to help you help me let me know :)