From bogus@does.not.exist.com Tue Jul 18 19:41:19 2017 From: bogus@does.not.exist.com () Date: Tue, 18 Jul 2017 19:41:19 -0000 Subject: No subject Message-ID: "The checkout you made seems to be out of date (binutils, gcc, ...). For convenience, i've put up a tarball of a cvsup checkout of Per's CRUX 2-0-0 CVS repository. The only things i changed are the s/i386/x86_64/ in the Makefile, and an updated binutils footprint. You can find it at http://jk.yazzy.org/crux.tar.gz (about 10 MB)" ----- That should help you a bit,I hope. Pedja From jaeger at morpheus.net Tue Jul 18 23:24:12 2017 From: jaeger at morpheus.net (Matt Housh) Date: Tue, 18 Jul 2017 18:24:12 -0500 Subject: [crux64] WiFi setup for CRUX 3.3 In-Reply-To: References: Message-ID: <581567f5-8636-42d6-ba17-d85110d1a662@morpheus.net> On 7/4/2017 00:06, tom butz wrote: > Hi all, > > I've enjoyed CRUX 2.8 for quite some time. Now I'm back to CRUX 3.3, > but the WiFi seems to be a bit harder to set up. I realise that the handbook > was done a while ago. > > I know how it's done in FreeBSD (relatively easy using /etc/wpa_supplicant.conf, > even when it's WPA2). > > What's so special about CRUX 3.3? It supports HFSPLUS (Mac) and UFS (FreeBSD). > Unfortunately no exFat (but NTFS). > > Thanks for any help, Hi, Tom, Sorry for the hugely-delayed response, your email came in right before the old crux.nu server died and we had some challenges to overcome getting the new one in place before we'd planned to originally. Mailing lists were the last part of the new build, pretty much. Anyway, regarding wireless, you'd use wpa_supplicant in CRUX as well. You could add a wpa_supplicant invocation to /etc/rc.d/net or create a copy of net called 'wlan' or the like, if you prefer, and run wpa_supplicant there. As an example, I added just these two lines to /etc/rc.d/net (at the beginning of the start case) on a laptop that I only connect via wireless: /sbin/modprobe b43 /usr/sbin/wpa_supplicant -Dnl80211,wext -c/etc/wpa_supplicant.conf -iwlan0 -B As for exFAT, the Linux kernel doesn't support it natively. This isn't crux-specific. You can find a third-party implementation for FUSE here: https://github.com/relan/exfat Hope this helps, Matt