Home » Questions » Goods and Services [ Ask a new question ]

usb disc drive problems?

usb disc drive problems?

I wanted to run a game on my computer tonight but my computer is not picking up my disc! I cant eject my disc because it wont show on my screen! please help urgently answer would be much appreciated !

Asked by: Guest | Views: 244
Total answers/comments: 6
bert [Entry]

Try restarting the system and press the C key to get it to read the disk which it will fail and kick out. Otherwise you'll need to open up the drive to pull the disk out. Click on the drive image to the right it will lead you to the iFixIt guide on how to open the drive up.
bert [Entry]

"to make the superdrive work on the Macs marked with No from the above listing:

From the Terminal app open a session locate & do the following

sudo pico /Library/Preferences/SystemConfiguration/com.apple.Boot.plist

enter your password""

this opens:'''

<?xml version=”1.0″ encoding=”UTF-8″?>

<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1...>

<plist version=”1.0″>

<dict>

<key>Kernel Flags</key>

<string></string>

</dict>

</plist>

now add mbasd=1 between the <string><string>

should look like this:

<?xml version=”1.0″ encoding=”UTF-8″?>

<!DOCTYPE plist PUBLIC “-//Apple//DTD PLIST 1.0//EN” “http://www.apple.com/DTDs/PropertyList-1...>

<plist version=”1.0″>

<dict>

<key>Kernel Flags</key>

<string>mbasd=1</string>

</dict>

</plist>

save and reboot

Two commands allow you to save the current text in Pico (for the novice) being edited. The CTRL-X and CTRL-O commands save the contents of the editor. The former command exits the editor after saving, while the latter command allows for continued editing after saving.

works on 10.8.5, should work from 10.6, works in 10.9.3, latest Maverics may 17 2014"
bert [Entry]

"This drive is only compatable with these machines:

http://support.apple.com/kb/HT5630

Apple Product Compatible

MacBook Air Computers

MacBook Air (11-inch and 13-inch, Mid 2012) Yes

MacBook Air (11-inch and 13-inch, Early 2012) Yes

MacBook Air (11-inch and 13-inch, Mid 2011) Yes

MacBook Air (11-inch and 13-inch, Late 2010) Yes

MacBook Air (Mid 2009) Yes

MacBook Air (Late 2008) Yes

MacBook Air Yes

MacBook Pro Computers

MacBook Pro (Retina, 15-inch, Early 2013)

Yes

MacBook Pro (Retina, 13-inch, Early 2013)

Yes

MacBook Pro (Retina, 13-inch, Late 2012)

Yes

MacBook Pro (Retina, Mid 2012) Yes

MacBook Pro (13-inch and 15-inch, Mid 2012) No

MacBook Pro (13-inch, 15-inch, and 17-inch, Late 2011) No

MacBook Pro (13-inch, 15-inch, and 17-inch, Early 2011) No

MacBook Pro (13-inch, 15-inch, and 17-inch, Mid 2010) No

MacBook Pro (13-inch, 15-inch, and 17-inch, Mid 2009) No

Mac mini Computers

Mac mini (Late 2012) Yes

Mac mini (Mid 2011) Yes

Mac mini (Mid 2010) Yes

Mac mini (Late 2009) Yes

Mac mini (Early 2009) Yes

Mac mini (Mid 2007) No

Mac mini (Intel) No

Mac mini No

iMac Computers

iMac (21.5-inch and 27-inch, Late 2012) Yes

iMac (21.5-inch, Late 2011) No

iMac (21.5-inch and 27-inch, Mid 2011) No

iMac (21.5-inch and 27-inch, Mid 2010) No

iMac (20-inch, Mid 2009) No

iMac (21.5-inch and 27-inch, Late 2009) No

iMac (Early 2009) No

iMac (24-inch, Early 2009) No

iMac (20-inch and 24-inch, Early 2008) No

iMac (20-inch and 24-inch, Mid 2007) No

Notes:

MacBook and MacPro computers are not compatible with either the Apple USB SuperDrive or the MacBook Air SuperDrive."
bert [Entry]

"You have to write

mbasd=1

between <string></string>

so it's gonna be like

<string>mbasd=1</string>"
bert [Entry]

"I have this :

<?xml version=""1.0"" encoding=""UTF-8""?>

<!DOCTYPE plist PUBLIC ""-//Apple Computer//DTD PLIST 1.0//EN"" ""http://www.apple.com/DTDs/PropertyList-1...>

<plist version=""1.0"">

<dict>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string></string>

</dict>

</plist>

So where should I type the code ??? I am really bad at it stuff and it is already a miracle that I have found where I have to type the code so please help !"
bert [Entry]

"Do the previous instructions not cause a problem with kext signing in the more recent versions of OS X e.g. 10.10.3 where Apple's restrictions mean that any unauthorised kernel edits are blocked and the system will inevitably fail to boot? i.e. is the 'hack' still current?

Sorry, last poster / anon but without this info it would be possible to follow these instructions and screw up the system for the sake of a Superdrive."