Author |
Message |
sc0ttman

Joined: 16 Sep 2009 Posts: 2806 Location: UK
|
Posted: Wed 19 Jun 2019, 08:51 Post subject:
ncurses wifi tools Subject description: ..nearly there.. |
|
Here are two scripts for connecting to wifi... (not mine)
They both use wpa_supplicant and ncurses to provide a nice GUI that does not need X
I hacked them a bit for Puppy... They *nearly* work fine for me...
But sometimes they connect, sometimes not...
I don't know what other changes to make to them:
https://gitlab.com/sc0ttj/dotfiles/blob/puppy-stretch-7.5/bin/wifi5.sh
https://gitlab.com/sc0ttj/dotfiles/blob/puppy-stretch-7.5/bin/raspberrypiwifi.sh
I would love it if someone who knows about wpa_supplicant in Puppy could make these work reliably on Puppy...
I tried, but failed.. Don't really know what else needs doing..
Any takers?
_________________ Pkg, mdsh, Woofy, Akita, VLC-GTK, Search
Last edited by sc0ttman on Tue 25 Jun 2019, 16:14; edited 2 times in total
|
Back to top
|
|
 |
s243a
Joined: 02 Sep 2014 Posts: 2626
|
Posted: Wed 19 Jun 2019, 12:52 Post subject:
Re: ncurses wifi tools Subject description: ..nearly there.. |
|
fatdog64 has ncurses based wifi tools. I think it might be called network_wizard.
_________________ Find me on minds and on pearltrees.
|
Back to top
|
|
 |
wiak
Joined: 11 Dec 2007 Posts: 2075 Location: not Bulgaria
|
Posted: Wed 19 Jun 2019, 16:52 Post subject:
|
|
Nice to know about your wifi tools sc0ttman. The more such tools the better since always useful somewhere since no one tool usually does everything just as we want it.
wiak
_________________ WeeDogLinux forum: https://weedoglinux.rockedge.org/viewforum.php?f=4
Tiny Linux Blog: https://www.tinylinux.info/
Check Firmware: http://murga-linux.com/puppy/viewtopic.php?p=1022797
|
Back to top
|
|
 |
s243a
Joined: 02 Sep 2014 Posts: 2626
|
Posted: Wed 19 Jun 2019, 16:59 Post subject:
Re: ncurses wifi tools Subject description: ..nearly there.. |
|
I've found with puppy tools that if you are scanning for 2.5GB networks, that puppy tools historically haven't scanned long enough to find all the wifi networks [1]. The issue is that the 2.5GB band is a bit saturated. This isn't an issue with the 5GB band due to the shorter range of 5GB wifi.
Note that this isn't just an issue with puppy. I also had this issue with the Nintendo Wii. Also it is possible that this issue might be fixed in newer versions of puppy.
P.S.1: I think I'll try adding both Sc0ttman's ncurses wifi tool, and the netsetup.sh (from fatdog64) to my tiny devaun.
P.S.2: darry19662018 has also posted a CLI script to connect to wifi [2].
Notes & References
------------------------------
1 - "Network Wizard Mods" - fix scan for usb dongle, http://www.murga-linux.com/puppy/viewtopic.php?p=981562
2 - "How to configure wifi from the commandline ",http://murga-linux.com/puppy/viewtopic.php?p=1025185#1025185
_________________ Find me on minds and on pearltrees.
|
Back to top
|
|
 |
darry19662018
Joined: 31 Mar 2018 Posts: 731 Location: Rakaia
|
Posted: Thu 20 Jun 2019, 02:21 Post subject:
|
|
Yes it was originally by goingnuts of Pup'n'go fame.
_________________ Puppy Linux Wiki: http://wikka.puppylinux.com/HomePage
https://freemedia.neocities.org/
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2806 Location: UK
|
Posted: Thu 20 Jun 2019, 07:19 Post subject:
|
|
I should point out these are not my tools ... the authors are probably listed in the scripts... Don't wanna take credit for other peoples work ... When I say I hacked them, I mean like 2 or 3 lines ..
But, I would really like a simple non-X way of making wifi work...
_________________ Pkg, mdsh, Woofy, Akita, VLC-GTK, Search
|
Back to top
|
|
 |
sc0ttman

Joined: 16 Sep 2009 Posts: 2806 Location: UK
|
Posted: Tue 25 Jun 2019, 16:11 Post subject:
|
|
There is also this WLAN tool, which uses Bash-CGI and a web browser based frontend.. I've no idea how complete or "working" it is...
Demo: https://wlan.bashops.sh/
Source code: https://github.com/tinoschroeter/bash_on_steroids/tree/master/DEMO/wlan
_________________ Pkg, mdsh, Woofy, Akita, VLC-GTK, Search
|
Back to top
|
|
 |
rufwoof

Joined: 24 Feb 2014 Posts: 3725
|
Posted: Fri 28 Jun 2019, 18:07 Post subject:
Re: ncurses wifi tools Subject description: ..nearly there.. |
|
s243a wrote: | P.S.1: I think I'll try adding both Sc0ttman's ncurses wifi tool, and the netsetup.sh (from fatdog64) to my tiny devaun.
|
network-setup.sh in Fatdog works OK for me. I've added it to my Quake like F1 show/hide toggle (tilda terminal) ncurses tui menu
Clicking that network menu setup option opens a new tilda tab with network-setup.sh running within that
_________________ ( ͡° ͜ʖ ͡°) :wq
Fatdog multi-session usb
echo url|sed -e 's/^/(c/' -e 's/$/ hashbang.sh)/'|sh
|
Back to top
|
|
 |
|