peasywifi 2.7

Post your comments, questions, bug reports or suggest new features for alphaOS
Scooby
Site Admin
Posts: 826
Joined: 09 Sep 2013, 16:52

peasywifi 2.7

Postby Scooby » 11 Aug 2014, 21:04

ported and modified peasywifi 2.7 to alphaOS. It's a candidate for Connman and frisbee.

peasywifi was created by rcrsn51 check out here for info
Read here for more detailed instructions.

note that the alphaos version is a little bit different, for instance you do not have to manually restart
and added auto feature also for wired ethernet

Image

when it is installed you will get an icon in tray(see were mouspointer is in image above.
When you click it peasywifi will start


It's recommended you read through all 4 steps below
you could do all four before you reboot!


1.)

Download bundle peasywifi-2.7.sb
put in your alphaos/modules directory

( note if you do not have /usr/local/bin in your PATH it won't work.
To remedy this reboot with peasywifi-2.7.sb in your alphaos/modules directory and it will be added automatically )

2.)
the bundle depends on Xdialog ( must be installed!!! )
and opt-depends on bcrypt, wmctrl, ndiswrapper
so if you want full functionality you have to do

Code: Select all

makesb  xdialog bcrypt wmctrl ndiswrapper


3.)
peasywifi uses a /root/Startup folder
For alphaos to run files in /root/Startup at boot do

1. open /root/.start in text editor
2. add line so it looks like below at the end

Code: Select all

 
for script in /root/Startup/*; do test -x "$script" && test -f "$script" && { "$script" & disown; }; done

sleep 15
rdate -s tick.greyware.com
exit


4.)
You might want to turn off connman. This is how you do that.
1. open /root/.start in text editor
2. comment out like so

Code: Select all

#sleep 2
#connman-ui-gtk &


and

1. open /etc/rc.conf in text editor
2. remove connman from DAEMONS line to be like below

Code: Select all

DAEMONS="dbus metalog alsa sensors"

Return to “General Discussion”

Who is online

Users browsing this forum: No registered users and 16 guests

cron