Yes. I've tried:wpa_passphrase ID "KEY" > /etc/wpa_supplicant.confand it doesn't work either.
adnzzzzZ
https://bbs.archlinux.org/profile.php?id=67388
2013-01-16T05:33:59Z
Does it work w/o ipv6? If not, try only this one line in /etc/hosts:127.0.0.1 pantherworm.localdomain localhost.localdomain localhost pantherworm
Leonid.I
https://bbs.archlinux.org/profile.php?id=24210
2011-04-30T17:06:29Z
Kaustic wrote:For virtually every WPA2 network ever:# echo 'ctrl_interface=DIR=/run/wpa_supplicant' > /foobar.conf
# wpa_passphrase <ssid> <passphrase> >> /foobar.conf
# ip link set <interface> up # May not be needed as dhcpcd should bring it up but may be needed for wpa_supplicant.
# wpa_supplicant -B -D nl80211 -c /foobar.conf -i <interface name>
# dhcp
Foucault wrote:......
title=`metaflac --show-tag="title" "$file.flac" | sed "s/title=//"`
...
flac -c -d "$file.flac" | oggenc -t "$title" -a "$artist" -G "$genre" -l "$album" \
-d "$date" -n "$track" -o $file.ogg -q $qual -The tag fields in sed may should be capitalized ("TITLE" and not
See the mount flags from here:https://wiki.archlinux.org/index.php/SSDI recommend using "noatime" instead of "relatime", unless you use Mutt.
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2013-01-05T06:59:10Z
Ok, I succesfully associated with my network (wpa_supplicant shows CTRL-EVENT-CONNECTED, but running "dhcpcd wlan0" does not give me an IP address.
wolfo9999
https://bbs.archlinux.org/profile.php?id=66130
2013-01-07T00:51:20Z
Hi,I read the sources of netcfg, and there’s something I didn’t get. Why wpa_supplicant is always used even to join wep network? Isn’t it confusing?EDIT: here’s a line to prove my sayinghttps://projects.archlinux.org/netcfg.g … reless#n19
skp
https://bbs.archlinux.org/profile.php?id=63621
2012-10-10T11:36:17Z
Try adding "s:" before your password. I'm not using netcfg/WEP, but for ASCII passwords, that may be expected.
Strike0
https://bbs.archlinux.org/profile.php?id=52019
2012-12-08T08:42:15Z
Well, to help along the way, I found this: https://wiki.archlinux.org/index.php/Sy … er_boot.3FThat worked exactly as described. Now, though, the interface isn't failing anymore, so I can't diagnose what was happening in the first place, haha.Speculation still welcome. I don't much prefer to simply let a problem "disappear" without knowing what it was.