The time now is Wed 27 Jan 2021, 11:46
All times are UTC - 4 |
Author |
Message |
Ibidem
Joined: 25 May 2010 Posts: 553 Location: State of Jefferson
|
Posted: Tue 10 Sep 2013, 21:34 Post subject:
|
|
gcmartin wrote: | In the last couple days several members have provided help with steps to get an interface running (wlan and eth).
This is very good information and guidances. I have use the command line steps in the past as well.
Questions
- Doesn't Puppy already have some terminal scripts that can be invoked to do what is shared, herein? Maybe even some scripts which allow parms which carry out the functions automatically?
- Are any of the current GUIs also command line with parm utilities such that they will run standalone without X or as a GUI in X? Are there explanations, or documents, or threads which outline the actions of these GUIs when run from the console?
I do realize that, both, the Puppy distros and their versions, as well as the GUI utility versions, themselves, can impact the responses to these questions. But, the issues that are asked may be being addressed as they are basic and generic.
Thanks in advance for any information or pointers to such. |
Most of the scripts are based on the information in this thread, and many are linked from this thread at some point.
|
Back to top
|
|
 |
linus.cl
Joined: 02 Apr 2014 Posts: 127 Location: Germany
|
Posted: Mon 01 Sep 2014, 15:37 Post subject:
|
|
@tempestous: Can you put your tutorials to the Puppy linux wiki?
->http://puppylinux.org/wikka/HomePage
|
Back to top
|
|
 |
Semme

Joined: 07 Aug 2011 Posts: 8427 Location: World_Hub
|
Posted: Tue 21 Feb 2017, 10:07 Post subject:
|
|
For anyone that might struggle aboard Precise retro with the rt5370sta driver (wext), GO TO THE CMDLINE!
Running a WPA2 passkey connection, my /etc/network-wizard/wireless/wpa_profiles/wpa_supplicant2.conf reads:
Code: | ctrl_interface=/var/run/wpa_supplicant
ap_scan=1
update_config=1
network={
ssid="SSID_FROM:[iwlist YOUR_INTERFACE scan]"
scan_ssid=1
psk="MY_CONNECTIONS_PASSWORD"
proto=WPA2
key_mgmt=WPA-PSK
pairwise=CCMP TKIP
group=CCMP TKIP
} |
My connection script in /root/my-applications/bin/*.sh:
Code: | #!/bin/sh
ifconfig INTERFACE up
sleep 2
wpa_supplicant -i INTERFACE -D wext -c /etc/network-wizard/wireless/wpa_profiles/wpa_supplicant2.conf -dd -B
sleep 5
rm -f /var/lib/dhcpcd/*.info
rm -f /var/run/*.pid
dhcpcd -I '' -t 30 -h puppypcxxxxx -d INTERFACE |
I don't know whether it's pretty or not, but it flies.
_________________ >>> Living with the immediacy of death helps you sort out your priorities. It helps you live a life less trivial <<<
|
Back to top
|
|
 |
s243a
Joined: 02 Sep 2014 Posts: 2626
|
Posted: Sat 13 Apr 2019, 04:03 Post subject:
|
|
I'll read the first post later but I wanted to add that I have a thread related to this topic called: "Turn net-setup.sh into a function library" (see also wikipage)
|
Back to top
|
|
 |
darry19662018
Joined: 31 Mar 2018 Posts: 731 Location: Rakaia
|
Posted: Sat 13 Apr 2019, 04:35 Post subject:
CLInet |
|
This is a script from Pup'n'go for wireless I have used it successfully I share it now.
Description |
|

Download |
Filename |
CLInet-0.8.pet |
Filesize |
11.95 KB |
Downloaded |
528 Time(s) |
_________________ Puppy Linux Wiki: http://wikka.puppylinux.com/HomePage
https://freemedia.neocities.org/
|
Back to top
|
|
 |
jplt3

Joined: 08 Apr 2019 Posts: 118 Location: Planet Earth
|
Posted: Wed 22 Jan 2020, 07:06 Post subject:
|
|
The wiki page is here now : http://wikka.puppylinux.com/HowToWifiFromCommand
_________________ JpLt
|
Back to top
|
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
Powered by phpBB © 2001, 2005 phpBB Group
|