PL2303 USB-Serial on Mac OS X El Capitan

After upgrading to Mac OS X 10.11.1, the PL2303 USB-serial driver didn’t work any more.

I used minicom for console connection. In my old configuration my device was /dev/tty.usbserial. After installing the driver from www.mac-usb-serial.com the changed to /dev/cu.Repleo-PL2303-00001014.

Find this with:

$ ls /dev/cu.*
/dev/cu.Bluetooth-Incoming-Port /dev/cu.Repleo-PL2303-00001014

Starting minicom -s you can easily follow the menu and change this.

Older AirPort Utility version on Mac OS X Mavericks

In my home network I use a Airport Time Capsule (4th Generation) as my gateway and DHCP server. A while ago I configured a “DHCP Message” via the Airport Utility. I never noticed this message, before on my Laptop with Ubuntu. When I got a MacBook every time I connected via the wireless I got this annoying “DHCP Message” message in a pop-up.

DCHP Message
Read more “Older AirPort Utility version on Mac OS X Mavericks”

Start Chrome with IPv6 disabled

I was testing something in Chrome on a Mac and I wanted to be sure IPv6 was not cause of the issue. In Firefox you have the option to disable IPv6 by browsing to about:config and toggle the preference name network.dns.disableIPv6 to the value true.

Within Chrome I was not able to find such an option.  The alternative is Read more “Start Chrome with IPv6 disabled”