libera/#devuan/ Wednesday, 2021-06-30

masonYeah.00:00
masonYou can enter it as a hash if you don't want it sitting around plain on your computer.00:00
masonThe wpa_passphrase command will spit out an entry for you.00:00
XenguyMaybe that's the sweet spot I'm looking for.  AFAIK wicd stores passwords in plaintext (I could be wrong about that)00:00
XenguyHuh, nice00:01
masonXenguy: check this out: https://bpa.st/FLQQ00:01
XenguyThanks for that, will look into this further00:01
masonXenguy: This is why when people vehemently reject the idea I can't get it. It's hard to imagine much being simpler than that.00:01
XenguyI might try experimenting with this 'in the field', er, patio : -)00:02
masonXenguy: So, the scanning... If you do want to scan what's out there, "iwlist wlan0 scanning" is your boy.00:02
masonCan be fun seeing what's in the aether.00:03
masonThere's also a newer "iw" tool that I assume is analogous to "ip" but just like "ip" I mostly ignore it, because the older tools just aren't broken.00:03
XenguyFascinating, so this is the low-level wireless turf : -)00:03
masonYou can go a bit lower level, but this level is nice to use and there aren't many moving parts to worry about, so it's all fairly simple.00:04
masonThe higher-level stuff mostly drives this stuff anyway.00:04
XenguyAppreciate the leads, thanks00:04
masonEnjoy. You'll feel more in control of it all.00:05
XenguyYeah, and connman won't be hacking my DNS : -)00:06
masonIf you do the mii-tool stuff, please pay careful attention to the argument to grep. For wired, you don't want to run if there's "no link" on the wired interface. For wifi, you only want to run if there's "no link" on the wired interface. -qv vs -q00:07
XenguyHuh00:07
rwpFor manual scanning with the newer tools I use "sudo iw dev wlan0 scan | less" or "sudo iw dev wlan0 scan | grep SSID.."00:08
masonrwp: So, that makes it look analogous to ip...?00:09
Xenguyrwp, You too -- it's a cult!00:09
rwpYes.  iw and ip are similar vintage.00:09
masonXenguy: Don't let people convince you that a GUI is always the easiest thing to do.00:09
Xenguymason, When they try to get too smart, then they just complicate matters00:10
masonYep.00:10
masonXenguy: https://youtu.be/T2NsTi_43g400:11
rwpActually I should have had a : in that grep SSID:.. section.  That scrapes out the hidden nodes that don't want connections to them.00:12
rwpUsing ifupdown for 24x7 connected devices is definitely the most reliable.  Solid.  Works great.00:13
rwpHowever I do like picking from a selection of available and wicd has been my go-to utility for that on laptops.00:13
masonWhat's it gain functionally over what I presented? :P00:13
Xenguyrwp, These days I just use ethernet at home, so I've been using ifup/down too, via DHCP, and it works just fine00:14
rwpmason, Honestly I wasn't paying close attention.  But do you mean https://bpa.st/DDQA ?  For 24x7 connected devices that's perfect.  <thumbs up>00:15
rwpAlthough I tend to use "ethtool" instead of "mii-tool".  Same thing though.  Same thing.00:16
masonrwp: ifdown wlan0 and ifup wlan0 still work fine - what's 24x7 about it?00:16
Xenguymason, That may be a tad too Scottish for me ; -P00:16
masonMaybe the issue is that I have to be at a terminal. =ponders=00:17
XenguySomething about plumbing00:17
masonI'm always at a terminal.00:17
rwpmason, I mean not randomly different.  Not being a mobile laptop connecting to whatever coffee shop or airport or whatever WiFi AP that I might need to connect to.00:17
masonrwp: wpa_supplicant.conf lets you specify a range of networks, prioritize them, and then connect to something open if there are none of your preferred networks there...00:18
rwpWith wicd I just open the dialog with it (gtk or curses, both are the same) and it displays a list with signal strength and encryption status.  I select.  Done.00:18
masonMm.00:18
masonSo it's more work, but you're saying there's an advantage?00:18
masonI just want to make sure I understand. :P00:19
rwpBut I am okay with running ``wpa_supplicant -D nl80211,wext -i wlan0 -c <(wpa_passphrase "your_SSID" "your_key")'' to set things up and then connect using it too.  It's just more work.00:19
masonEw. That's like the worst of both worlds. Why would you want to do it that way?00:20
rwpWhy would I want to do it using wpa_supplicant?  In order to have it encode the passphrase for me.  But I think you have my opinion flipped.  Using wpa directly is the hard way.00:21
rwpUsing wicd is the easy way.00:21
masonYou didn't read my paste I don't think.00:21
masonWell, keep on using wicd I guess. It's all about choice!00:22
rwpYour paste shows that you have used root to edit /etc/network/interfaces to set up the information I generated using wpa_passphrase into the file manually.00:22
masonrwp: I won't endeavor to teach someone smarter than me how to use their computer. You're right. I concede.00:22
rwpAlso editing /etc/wpa_supplicant/wpa_supplicant.conf manually to do the configuration.00:22
masonwicd4eva00:22
rwpI apologize.  I wasn't trying to win.  It's not supposed to be a competition.  But I am rather obstinant sometimes.00:23
rwpI was simply trying to share the different ways that are possible to do things.  And I think using wpa directly is the best way for non-dynamic (I'll avoid saying static) setups.00:24
XenguyIf I could continue to just use wicd, I would, out of laziness.  But come Chimaera, well...00:24
rwpLike those that are always connecting to the house WiFi AP and so forth.00:24
rwpAlso I can show grandma how to pick their WiFi AP SSID from a dialog list and select it.  It's an interface for everyone.00:26
rwpBut I can't succeed trying to teach grandma that she needs to become root with either su or sudo, edit the /etc/wpa_supplicant/wpa_supplicant.conf file, and edit or add entries for the coffee shop WiF SSID and passphrase that she wants to connect to today for the next five minutes.00:27
rrqwpa-gui ?00:33
XenguyThat looks familiar, hrm00:34
masonah, package is wpagui00:35
Xenguywpagui - graphical user interface for wpa_supplicant00:35
masonnever seen that before - I'll have to look now00:35
Xenguyrrq, It's coming back to me, you mentioned that previously00:35
rrqyes, my escape from wicd landed on ifupdown and wpagui00:36
Xenguyaha, very nice00:36
masonSo, people seem to like wicd. What's the issue with it in Chimaera?00:36
Xenguypython2 I think?00:37
golinuxpython200:37
masonAh. :(00:37
XenguyOr am I confusing it with something else?00:37
masonYeah, there's no fixing that without a rewrite then.00:37
golinuxAre you volunteering?00:37
XenguyThat kind of 'no backward compatibility' drives me a bit crazy, but I hardly know the internals00:37
masongolinux: Nah, I really dislike Python in all its incarnations.00:38
Xenguymason, You're not the only one from what I gather : -)00:40
fluffywolfpython is never forward or backwards compatible.00:41
XenguyDamn you python00:43

Generated by irclog2html.py 2.17.0 by Marius Gedminas - find it at https://mg.pov.lt/irclog2html/!