Found a clue:
/HD/Library/Preferences/SystemConfiguration/NetworkInterfaces.plist
Apparently the OS install put something wrong in the prefs for 'en0'. I somehow cannot get to this file (the folder is aliased) on the original aTV drive image. From somebody with both working Airport and hardwire networks, I need you to check the following snippet from the .plist file above:
Code:
<dict>
<key>BSD Name</key>
<string>en0</string>
<key>IOBuiltin</key>
<true/>
<key>IOInterfaceType</key>
<integer>6</integer>
<key>IOInterfaceUnit</key>
<integer>0</integer>
<key>IOLocation</key>
<string></string>
<key>IOMACAddress</key>
<data>
ABfy9Trh
</data>
<key>IOPathMatch</key>
<string>IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/RP01@1C/IOPCI2PCIBridge/PXS1@0/yukonosx/IOEthernetInterface</string>
</dict>
I have a hunch at least the "IOService:" definition is different. I also suspect that "IOMACAddress" was pulled from the system that did the actual OS build.
Again, thanks!
Bookmarks