Skip to content

Instantly share code, notes, and snippets.

@bradym
Last active September 23, 2018 17:21
Show Gist options
  • Save bradym/a20b179997b52b9a2163e4c2732f67e1 to your computer and use it in GitHub Desktop.
Save bradym/a20b179997b52b9a2163e4c2732f67e1 to your computer and use it in GitHub Desktop.
Macbook air ubuntu 18.04
apt update
# Install driver for wireless card
apt install bcmwl-kernel-source
# Make function keys work correctly
echo 2 > /sys/module/hid_apple/parameters/fnmode
# Map caps lock to escape
setxkbmap -option caps:escape
# webcam setup instructions here
https://github.com/patjak/bcwc_pcie/wiki/Get-Started
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment