patton Posted November 1, 2006 Share Posted November 1, 2006 I installed Mac OS X 10.4.7 AMD Intel (JaS) Burnable Repack in Intel with SSE2 instructions and I can get OSX installed on my PC no problem but I've been trying for the past few days connect to internet but ethernet not work, it doesn't recognize my ethernet card. :pirate2: Built-in Etherent appears disable. I have a D-Link DFE-530TX PCI(PCI bus 2, device 1, function 0) (Vendor: 1106 Device: 3106) whith ViaRhine chip) $ lspci 02:01.0 Ethernet controller: VIA Technologies, Inc. VT6105 [Rhine-III] http://forum.insanelymac.com/index.php?sho...amp;#entry99949 Downloading viarhine.tar.gz http://forum.insanelymac.com/index.php?act...ost&id=2371 First I edit the file by adding this lines. $ cd /Library/Preferences/SystemConfiguration/ $ sudo pico com.apple.Boot.plist <key>Timeout</key> <string>8</string> <key>Quiet Boot</key> <string>Yes</string> <key>Kernel Flags</key> <string>-v</string> <key>Kernel Flags</key> <string></string> <key>Kernel Flags</key> <string>"Graphics Mode"="1024×768×32"</string> Then apply the command to install it so it will "load" on boot. $ sudo mv ViaRhine.kext /System/Library/Extensions/. $ sudo chown -R root:wheel /System/Library/Extensions/ViaRhine.kext $ sudo chmod -R 755 /System/Library/Extensions/ViaRhine.kext $ cd /System/Library/Extensions $ chmod -R 755 ViaRhine.kext $ chown -R root:wheel ViaRhine.kext # kextload ViaRhine.kext The problem is that when I load the driver kernel panic message appears: Anyway, if anyone can help, I'd appreciate it. Sorry for my poor English xD any ideas? Link to comment https://www.insanelymac.com/forum/topic/31856-ethernet-not-working/ Share on other sites More sharing options...
Coneroe Posted April 25, 2007 Share Posted April 25, 2007 This mean the Driver is not compatible with your Kernel. D-Link 530TX PCI NIC is using a Realtek 8139 chip so search driver for realtek 8139 in the forum Link to comment https://www.insanelymac.com/forum/topic/31856-ethernet-not-working/#findComment-353827 Share on other sites More sharing options...
Recommended Posts