Created
August 19, 2017 02:21
-
-
Save Mirppc/e0c7d1c1dc395d9eab8b2959d1567327 to your computer and use it in GitHub Desktop.
Get Apple SuperDrive to work with Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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