Page 10 of 10

Posted: Wed 11 Sep 2013, 01:34
by Ibidem
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.

Posted: Mon 01 Sep 2014, 19:37
by linus.cl
@tempestous: Can you put your tutorials to the Puppy linux wiki?
->http://puppylinux.org/wikka/HomePage

Posted: Tue 21 Feb 2017, 14:07
by Semme
:idea: 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: Select all

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: Select all

#!/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.

Posted: Sat 13 Apr 2019, 08:03
by s243a
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)

CLInet

Posted: Sat 13 Apr 2019, 08:35
by darry19662018
This is a script from Pup'n'go for wireless I have used it successfully I share it now.

Posted: Wed 22 Jan 2020, 11:06
by jplt3