Skip to content

Instantly share code, notes, and snippets.

@ugovaretto
Created March 20, 2020 10:17
Show Gist options
  • Save ugovaretto/a2b8d2d0b8235916fd53e1a9b182e529 to your computer and use it in GitHub Desktop.
Save ugovaretto/a2b8d2d0b8235916fd53e1a9b182e529 to your computer and use it in GitHub Desktop.
Enable Apple superdrive on Linux
sudo apt-get install sg3-utils
sudo sg_raw /dev/sr0 EA 00 00 00 00 00 01
OR add file to /etc/udev/rules.d
# Apple's USB SuperDrive
ACTION=="add", ATTRS{idProduct}=="1500", ATTRS{idVendor}=="05ac", DRIVERS=="usb", RUN+="/usr/bin/sg_raw /dev/$kernel 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