Code: Select all
ip link set wlan0 up
ip link show wlan0
ip dev wlan0 scan | less
iw dev wlan0 link
wpa_supplicant -D nl80211 -i wlan0 -c <(wpa_passphrase "ssid_host_id" "ssid_pass_phrase" ) &
dhcpcd wlan0
If only there was a like button! and btw that is a glorious beard.MarkHaysHarris777 wrote:I am playing around with arch on my PineA64; similar in most respects to the Raspberry PI 3B, but with more memory on a larger foot-print (index card sized).
Yes, arch is manual; which is good, because it will force you to learn gnu+linux.
For instance to get wifi going you will need to manually configure it /
You can of course automate all of that... but arch makes you do it yourself !Code: Select all
ip link set wlan0 up ip link show wlan0 ip dev wlan0 scan | less iw dev wlan0 link wpa_supplicant -D nl80211 -i wlan0 -c <(wpa_passphrase "ssid_host_id" "ssid_pass_phrase" ) & dhcpcd wlan0
marcus
http://www.pidramble.com/wiki/benchmarks/microsd-cardsruralguru wrote:Celebrating Primeday by getting another Samsung EVO+ as per http://www.jeffgeerling.com/blogs/jeff- ... crosd-card just for arch.
Got it rolled fine (not exactly sure what rolling my own in this context means). Had to augment the bsdtar.SonOfAMotherlessGoat wrote:Arch is a great distro, and the documentation is outstanding. But it's a rolling release with bleeding edge packaging, so know what you're installing. Read the PKGBUILD's. And the Arch Alarm website has a great walkthrough of how to install. It's not just burning an image, you're rolling your own. Give it a try and post here if you have any issues.
Code: Select all
pacman -Syu
pacman -S lxde xf86-video-fbdev xorg-xinit
Code: Select all
exec dbus-launch startlxdeCode: Select all
startx
Code: Select all
[[ -z $DISPLAY && $XDG_VTNR -eq 1 ]] && exec startxCode: Select all
systemctl edit getty@tty1Code: Select all
[Service]
ExecStart=
ExecStart=-/usr/bin/agetty --autologin alarm --noclear %I 38400 Linux
Hey, you forget wifi networkmanager etc.pepedog wrote: Untested, but should work
most fun is play with AUR & PKGBUILD.ruralguru wrote:Will the lxde thats a good start. Mostly I have no idea what I want to do since I can't do anything yet.
Any good references for the pi with arch?
You say above you have a flashing cursor, no login prompt showing???????ruralguru wrote:Will the lxde thats a good start. Mostly I have no idea what I want to do since I can't do anything yet.
Any good references for the pi with arch?
Found this on Wayback Machine, believe the blogger used to be a Forum Member, so a little out of date but basics are there:ruralguru wrote:Will the lxde thats a good start. Mostly I have no idea what I want to do since I can't do anything yet.
Any good references for the pi with arch?