Jump to content

System ID? (Korg)


34 posts in this topic

Recommended Posts

Got this hackintosh ethernet set as en0, even shows up in the System Profiler as 'built in ethernet', but still a no go for the Korg app ; gives me the dreaded 0-00000 .....

 

Can't run some of the fixes posted here, because this is an old stand alone synth hackintosh ; and it's running 10.4.8 still so most of the app solutions posted will not run.

com.apple.boot.plist

<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Boot Graphics</key>
<string>Yes</string>
</dict>
</plist>

 

 

NetworkInterfaces.plist

<dict>
<key>Interfaces</key>
<array>
	<dict>
		<key>BSD Name</key>
		<string>en0</string>
		<key>IOBuiltin</key>
		<false/>
		<key>IOInterfaceType</key>
		<integer>6</integer>
		<key>IOInterfaceUnit</key>
		<integer>0</integer>
		<key>IOLocation</key>
		<string></string>
		<key>IOMACAddress</key>
		<data>
		ABGVwMHB
		</data>
		<key>IOPathMatch</key>
		<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCI1@1E/IOPCI2PCIBridge/ethernet@A/skgeosx/IOEthernetInterface</string>
	</dict>
	<dict>
		<key>BSD Name</key>
		<string>fw0</string>
		<key>IOBuiltin</key>
		<false/>
		<key>IOInterfaceType</key>
		<integer>144</integer>
		<key>IOInterfaceUnit</key>
		<integer>0</integer>
		<key>IOLocation</key>
		<string></string>
		<key>IOMACAddress</key>
		<data>
		ABEGAAAAPM4=
		</data>
		<key>IOPathMatch</key>
		<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCI1@1E/IOPCI2PCIBridge/pci1106,3044@B/AppleFWOHCI/IOFireWireController/IOFireWireLocalNode/IOFireWireIP/IOFWInterface</string>
	</dict>
</array>
</dict>
</plist>

 

Could IOLocation / IOBuiltin be the problem with my NetworkInterfaces.plist file? Thanks to those whom have worked hard to post solutions to this problem. Being able to run EFI Studio would fix this, so is there an alternative?

Link to comment
Share on other sites

Got this hackintosh ethernet set as en0, even shows up in the System Profiler as 'built in ethernet', but still a no go for the Korg app ; gives me the dreaded 0-00000 .....

 

Can't run some of the fixes posted here, because this is an old stand alone synth hackintosh ; and it's running 10.4.8 still so most of the app solutions posted will not run.

com.apple.boot.plist

<dict>
<key>Kernel</key>
<string>mach_kernel</string>
<key>Kernel Flags</key>
<string></string>
<key>Boot Graphics</key>
<string>Yes</string>
</dict>
</plist>

 

 

NetworkInterfaces.plist

<dict>
<key>Interfaces</key>
<array>
	<dict>
		<key>BSD Name</key>
		<string>en0</string>
		<key>IOBuiltin</key>
		<false/>
		<key>IOInterfaceType</key>
		<integer>6</integer>
		<key>IOInterfaceUnit</key>
		<integer>0</integer>
		<key>IOLocation</key>
		<string></string>
		<key>IOMACAddress</key>
		<data>
		ABGVwMHB
		</data>
		<key>IOPathMatch</key>
		<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCI1@1E/
					  IOPCI2PCIBridge/ethernet@A/skgeosx/IOEthernetInterface</string>
	</dict>
	<dict>
		<key>BSD Name</key>
		<string>fw0</string>
		<key>IOBuiltin</key>
		<false/>
		<key>IOInterfaceType</key>
		<integer>144</integer>
		<key>IOInterfaceUnit</key>
		<integer>0</integer>
		<key>IOLocation</key>
		<string></string>
		<key>IOMACAddress</key>
		<data>
		ABEGAAAAPM4=
		</data>
		<key>IOPathMatch</key>
		<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/PCI1@1E/IOPCI2PCIBridge/pci1106,3044@B/
AppleFWOHCI/IOFireWireController/IOFireWireLocalNode/IOFireWireIP/IOFWInterface</string>
	</dict>
</array>
</dict>
</plist>

 

Could IOLocation / IOBuiltin be the problem with my NetworkInterfaces.plist file? Thanks to those whom have worked hard to post solutions to this problem. Being able to run EFI Studio would fix this, so is there an alternative?

 

I also inserted the EthernetBuiltIn key into boot.plist, with no result:

 

<key>EthernetBuiltIn</key>
<string>Yes</string>

Link to comment
Share on other sites

I also inserted the EthernetBuiltIn key into boot.plist, with no result:

 

<key>EthernetBuiltIn</key>
<string>Yes</string>

 

Which boot.plist did you use ? Doesn't work with plist in E/E

 

Just make a combined hex of Graphics & Lan

 

Add <string>DeviceProperties<string> , <key> YOUR COMBINED HEX !<key> to

/Volumes/Library/Preferences/SystemConfigeration/com.apple.Boot.plist

 

GraphicsEnabler=No in E/E and no "EthernetBuiltIn" needed

 

That's how it worked for me

Link to comment
Share on other sites

  • 4 weeks later...

work for me this method:

 

I deleted all ethernet interfaces from System Prefs / Network and deleted all entries from NetworkIntefaces.plist with PlistEditor (or similar editor u can use) and reboot my system.

 

:(

Link to comment
Share on other sites

  • 1 year later...

Hi guys. I am having this 0-000000 problem.

 

I have an ethernet board installed and that's running perfectly but in My computer it is coming up as EN1. How would I change that to EN0? The EFI Studio solution isn't going to work for me because for some reason whenever I attempt to use EFI studio I get an error so that's out of the water. Any ideas?

 

Cheers guys.

Link to comment
Share on other sites

Don't use EFI Studio and don't use OSX86Tools. They are old, designed specifically to work with old "Hackintosh methods" and will break things on "modern" hackintoshes.

If you must use these Utilities, you can use them to edit files and poke around but do not use them to replace system files or make any permanent changes. Do this either by hand, or use modern tools where available.

 

...

 

As for your question, this has already been touched upon, explained, discussed and so on a trillion billion times, right here in this thread and elsewhere. Read before you post.

 

Disable all other networking devices but the device you want to be EN0, delete NetworkInterfaces.plist (or whatever it's called) and reboot.

 

This should make the active device EN0.

 

Then you can enable other devices (wi-fi etc) again.

 

Where to find this file? Read the thread.

  • Like 1
Link to comment
Share on other sites

  • 9 months later...

Hello Logicpro9_user and other's,

 

after the installation of the Korg Legacy Analog Ed under SL10.6.8

on mySamsung Series5 NP530U4C (MaxMsp, Sibelius works e.g.)

I've got similar problems to authorizing these plugins (no physical en0?)

my networksolution operates with a WLAN-stick

 

here's the NetworkInterfaces.plist:

 

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

<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com...yList-1.0.dtd">

<plist version="1.0">

<dict>

<key>Interfaces</key>

<array>

<dict>

<key>Active</key>

<true/>

<key>BSD Name</key>

<string>en0</string>

<key>IOBuiltin</key>

<false/>

<key>IOInterfaceType</key>

<integer>6</integer>

<key>IOInterfaceUnit</key>

<integer>0</integer>

<key>IOMACAddress</key>

<data>

fN2QEtm3

</data>

<key>IOPathMatch</key>

<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/EHC1@1D/AppleUSBEHCI/802.11 n WLAN@1d110000/RT2870USBWirelessDriver/IOEthernetInterface</string>

<key>SCNetworkInterfaceInfo</key>

<dict>

<key>USB Product Name</key>

<string>802.11 n WLAN</string>

<key>UserDefinedName</key>

<string>802.11 n WLAN</string>

<key>idProduct</key>

<integer>21360</integer>

<key>idVendor</key>

<integer>5263</integer>

</dict>

<key>SCNetworkInterfaceType</key>

<string>Ethernet</string>

</dict>

</array>

</dict>

</plist>

 

and here the actual com.apple.Boot.plist:

 

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

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

<plist version="1.0">

<dict>

<key>EthernetBuiltIn</key>

<string>No</string>

<key>device-properties</key>

<string>4b00000001000000010000003f0000000100000002010c00d041030a0000000001010600031c0101060000007fff0400160000006200750069006c0074002d0069006e0000000500000001</string>

<key>Graphics Mode</key>

<string>1366x768x32</string>

<key>GraphicsEnabler</key>

<string>Yes</string>

<key>Kernel</key>

<string>mach_kernel</string>

<key>Kernel Flags</key>

<string>arch=i386 -v</string>

<key>Legacy Logo</key>

<string>Yes</string>

<key>Timeout</key>

<string>2</string>

<key>UseNvidiaROM</key>

<string>Yes</string>

</dict>

</plist>

 

thanks for your help and solutions :pirate2:

Link to comment
Share on other sites

 Share

×
×
  • Create New...