Hi!
I’ve edited the RealtekR1000.kext/Contents/Info.plist from the maceedotcompatches and added 0×19691026 in IOPCIMatch.
After installing the kext my ethernet is “working” now (plugging in the cable will be recognized), but I can’t connect to other clients, maybe because the MAC address is FF:FF:FF:FF:FF:FF
In /var/log/syslog I’ve found the message:
kernel[0]: rtl_r1000_nic_ext: Ethernet address ff:ff:ff:ff:ff:ff
I’ve tried to change the MAC address, but neither “sudo ifconfig en0 lladdr 00:11:22:33:44:55:66″ nor “sudo ifconfig en0 ether 00:11:22:33:44:55:66″ works.
Anyone else tried it or maybe knows how to change the MAC address on Leopard?