Skip to content

Instantly share code, notes, and snippets.

@Mirppc
Created August 19, 2017 02:21
Show Gist options
  • Select an option

  • Save Mirppc/e0c7d1c1dc395d9eab8b2959d1567327 to your computer and use it in GitHub Desktop.

Select an option

Save Mirppc/e0c7d1c1dc395d9eab8b2959d1567327 to your computer and use it in GitHub Desktop.
Get Apple SuperDrive to work with Linux
# Source: https://christianmoser.me/use-apples-usb-superdrive-with-linux/
# Install package (Debian/Ubuntu)
sudo apt-get install sg3-utils
# Look for the entry /dev/sr*
ls /dev
# Change the device if necessary, and do magic...
sg_raw /dev/sr0 EA 00 00 00 00 00 01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment