Posts like this one are the reason why I started this blog. This is a reminder of how I connect to a wireless network from the Crux live CD. This is on a Thinkpad 1100 iSeries using a WPC11 wireless card. Necessary modules are listed here, as part of the setup. It’s possible your old laptop and card use the same modules but that’s for you to determine.
- Boot a Crux 2.4 CD.
modprobe yenta-socketmodprobe orinoco-csmkdir -p /var/lib/pkgtouch /var/lib/pkg/dbpkgadd /cdrom/crux/opt/wireless-tools#29-1.pkg.tar.gz- Now comes the oddball part.
pcmciautilsisn’t included as part of the Crux CD, and it’s in the contrib repo, so it has to be built elsewhere and copied onto the target machine. This one is precompiled for--march=pentium3. Install it withpkgaddand continue. pcmcia-socket-startupiwconfig eth0 mode managed essid anyifconfig eth0 updhcpcd eth0
From there, it should be working. Test it with ping http://www.google.com, after …
pkgadd /cdrom/crux/core/iputils#ss021109-try-4.pkg.tar.gz
I apologize if this information is so completely esoteric as to be useless to you; I promise more interesting content tomorrow.





Nice and useful tutorial, i have a plan to migrate Crux from Arch. So your tutorial will be give a hand to me.