Mac OS X 10.7 Lion + ATEN UC232A USB to Serial Adapter

32- and 64-bit PL2303 drivers for OS X 10.6 are available here. You’ll need to modify, as root, the ‘/System/Library/Extensions/ProlificUsbSerial.kext/Contents/Info.plistĀ ‘ file after installing the driver to suit the USB manufacturer and device ID. For the ATEN UC232A, examples below appear to work for it (for me in 10.7). To obtain the IDs, Wayne Roberts (who […]

mplayer2 (and other goodies) on OpenIndiana (possibly Solaris 11)

Want mplayer2 (the newer fork of mplayer) that uses ffmpeg goodness to play all the latest avi’s with funky codecs and mp4 hidef goodness. Some Openindiana contributors are building a lot of friendly packages in the oi-sfe repo. [plain] sudo pkg set-authority -O http://staticdev.uk.openindiana.org:10002 oi-sfe sudo pkg refresh –full sudo pkg install SFEmplayer2 SFEgccruntime [/plain] […]

ipadm Script for Openindiana / Solaris 11 Ex

I love ipadm. It rocks. Much needed for Solaris and derivatives. I seem to keep forgetting the dam new ipadm commands tho. So I wrote this script to help me set up new SolarisĀ machinesĀ and thought I would share. [bash] #!/usr/bin/bash INTERFACE=$1 ADDRESS=$2 GATEWAY=$3 V6AUTO=1 errorCheck() { if [ $? -ne 0 ]; then echo "ERROR: […]