Welcome to the MacNN Forums.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

You are here: MacNN Forums > Software - Troubleshooting and Discussion > Mac OS X > the perfect burner

the perfect burner
Thread Tools
Forum Regular
Join Date: Jan 2002
Status: Offline
Reply With Quote
Nov 30, 2003, 05:37 PM
 
Some time ago, i was complaining about not being able to burn from the Finder Panther, nor from iTunes or Disk Util.
In fact my QUE FireWire 48x16x48 was not recognized by Panther, and there was no possible patch to change this in the Panther disk.recording.framework.
The only partial solution was to create a drpprofile plug-in file in /Librarry/DiskRecording/DeviceProfiles/, but in my case i had no luck, even with this plug-in.
Then i saw this post at wwwmacbidouille.com about using the right indentation when creating this drpprofile plug-in, as it could make the texte file readable by the system. So i did this. here is my original drpprofile, with no indentation:
------------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>DRDevicePersonalities</key>
<array>
<dict>
<key>DRDeviceVendorName</key>
<string>SAMSUNG</string>
<key>DRDeviceProductName</key>
<string>CD-R/RW SW-248B</string>
</dict>
</array>
<key>DRDeviceProfile</key>
<dict>
<key>DRDeviceDescription</key>
<string>RW48x16x46</string>
</dict>
<key>DRDeviceProfileVersion</key>
<integer>1</integer>
</dict>
</array>
</plist>
---------------
With this file, i never had any luck in making my burner seen by Panther.
And then, tonight, i tried MacBidouille's trick: use indents:
---------------
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<array>
<dict>
<key>DRDevicePersonalities</key>
<array>
<dict>
<key>DRDeviceVendorName</key>
<string>SAMSUNG</string>
<key>DRDeviceProductName</key>
<string>CD-R/RW SW-248B</string>
</dict>
</array>
<key>DRDeviceProfile</key>
<dict>
<key>DRDeviceDescription</key>
<string>RW48x16x46</string>
</dict>
<key>DRDeviceProfileVersion</key>
<integer>1</integer>
</dict>
</array>
</plist>

-------------
And it works! I can now burn from iTunes, The Finder and Disk Util in Panther!
I really can't explain why is that. That's the way it is!

vic


edit: just realized the indents are not visible in this post, even though they are in the compose message window. For those who might be interessed, i can make a copy available.
     
   
Thread Tools
Forum Links
Forum Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Top
Privacy Policy
All times are GMT -5. The time now is 11:51 PM.
All contents of these forums © 1995-2011 MacNN. All rights reserved.
Branding + Design: www.gesamtbild.com
vBulletin v.3.8.7 © 2000-2011, Jelsoft Enterprises Ltd., Content Relevant URLs by vBSEO 3.3.2