Skip to content

Macintosh OS X

Auf dem Weg zur Erträglichkeit. Oder: Wunschdenken.

Debian GNU/Linux

Installation

  • rEFIt
  • Debian «squeeze»

Wireless

tar -xzvf hybrid-portsrc-x86_32-v5_10_79_10.tar.gz
cd bcm4328/
make -C /lib/modules/`uname -r`/build M=`pwd`
cp wl.ko /lib/modules/`uname -r`/kernel/drivers/net/wireless/b43/
depmod -a
rmmod b43
rmmod ssb
modprobe -v wl
modprobe -v ssb
echo wl >> /etc/modules

Sound

echo "options snd-hda-intel model=mbp" >> /etc/modprobe.d/sound.conf
echo "snd-hda-intel" >> /etc/modules

Macintosh OS X

Suspend to Disk (Hibernate, Safe Sleep)

pmset -g
sudo pmset -a hibernatemode 1

Repair Timemachine Sparsebundle (sometimes)

sudo hdiutil mount -verbose -nomount -readwrite /Volumes/mackup/flipbook_0022413b0860.sparsebundle

Then mount and then repeat the above command.

See also here.

No more bloody .DS_Store files on remote storage

sudo defaults write com.apple.desktopservices DSDontWriteNetworkStores true

Format SD card FAT-16

diskutil partitionDisk /Volumes/FLIPLOGGER "MS-DOS FAT16" "FLIPLOGGER" 100%
created: 2008-11-11, updated: 2015-10-10