gramshi
Nov 6 2007, 12:10 PM
ToH RC2 installed without any problem but internet connection too slow.
connected internet via onboard ethernet.
adsl (4/1Mbit connection) speed test results :
Windows Side: 420 kb/sn
Leopard Side: 3 kb/sn
have any idea?
thx.
edit: stupid me. i say 'connected internet via onboard ethernet.' but its wrong. actually connected internet via Realtek RTL 8139. And onboard ethernet works like a charm. Sorry every one. (i will changed topic title). so ignore all replys and go to
http://forum.insanelymac.com/index.php?s=&...st&p=498700
e-rick
Nov 6 2007, 05:59 PM
Maybe the speedtest server was crappy....
There is absolutely no reason for it to be Leopard that slows you down...
THis is my result with a leopard install on a similar board:

(kinda different internet connection though....)
gramshi
Nov 7 2007, 09:39 AM
i have external rtl8139 second ethernet and its show "cable unplugged" but it works (cable plugged and data transmission normal)!!
my internet so slow because may be this problem. ??
marliwahoo
Nov 7 2007, 10:29 AM
Try this:
Replace the plugins in IONetwokingFamily.kext (current loepard version 1.6.0) with the plugins from Tiger version 1.5.1. Repair permissions. This worked for me.
gramshi
Nov 7 2007, 11:13 AM
QUOTE(marliwahoo @ Nov 7 2007, 10:29 AM)

......plugins from Tiger version 1.5.1. Repair permissions. This worked for me.
dear marliwahoo,
thx for reply but i havent tiger version 1.5.1 of the this kext. can you upload it to rapidshare please?
thx again.
marliwahoo
Nov 7 2007, 02:17 PM
I just sent you a message.
gramshi
Nov 7 2007, 05:39 PM
damn...
on board ethernet works out-of-box.
but rtl8139 completely down. cable plugged but leo say its cable unplugged. dhcp or manual ip nothing...
i guess i must find rtl8139 driver. if i will find tiger kext is it works for leo?
gramshi
Nov 7 2007, 06:15 PM
Download this attachment,
Click to view attachmentopen terminal and apply these codes.
CODE
sudo su
rm -R /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleRTL8139Ethernet.kext
cp -R <path to>/PCGenRTL8139Ethernet.kext /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/
chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/PCGenRTL8139Ethernet.kext
chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/PCGenRTL8139Ethernet.kext
touch /System/Library/Extensions
shutdown -r now
thats allright
theakseffect
Nov 7 2007, 06:40 PM
I'm having a simular problem with my config as well. Will try this and report success/failure.
dude233
Nov 8 2007, 01:29 AM
this worked for me. thx
theakseffect
Nov 8 2007, 11:01 AM
This worked for me too, however when trying to run an app as super user (using sudo command in terminal), I get this error:
_CFGetHostUUIDString: unable to determine UUID for host. Error: 35
.max
Nov 13 2007, 12:15 AM
AAAwesome!!
I had slow connection too. And all the time I had the following in the Console:
QUOTE
RTL8139::receiverInterrupt
RTL8139::receiverInterrupt - not OK
I had download rate around 5KB/s and upload was fine.
I've been struggling with this since the end of October. Finally it's fixed. After an hour or so of experiments and research I did this:
get Tiger IONetworking.kext and put PCGenRTL8139Ethernet in plugins. And voila!!
Thank you for ideas.
erbasvizzera
Nov 17 2007, 03:05 PM
hi
Can anyone send me the tiger ionetworking.kext please?
thanks
Porkserver
Dec 24 2007, 06:37 PM
Using the iATKOS 1.0 10.5.1 install I was shocked to have normal OS X issues that real mac users had. I discovered this solution myself, I had stepped back to using the Vanilla IONetworkingFamily.kext with no effect I then used the PCGenRTL8139.kext v1.2.0 and removed All plugins from IONetworkingFamily.kext save for AppleUSBEthernet.kext and added the 1.2.0 version in
sudo chown -R root:wheel /System/Library/Extension/IONetworkingFamily.kext
sudo chmod -R 755 /System/Library/Extension/IONetworkingFamily.kext
sudo rm -R /System/Library/Extensions.mkext
sudo reboot
and I was back to my sooper fast speeds
openxs
Jan 1 2008, 06:38 PM
I have an external (PCI) DLink DFE 520TX (RTL 8139?) Lan Card. I installed related patches but it still wont work.
I would appreicate any help.
Thanks!
Racer23
Jan 8 2008, 12:18 AM
Ok, Here seam to be where I thought I would have found the solution. I used MacDrive to copy the kext files over and now I can recognize the other PC's on my network However ny internet speed is very slow. 3k/s
Specs are below
LeviFig
Jan 15 2008, 06:33 AM
I registered specifically to thank for this solution!
The only thing I did different was that when I was about to copy the driver from my "old" Tiger install, I didn't have that filename you mentioned (PCGenRTL8139Ethernet.kext) but had the one with the same name as Leopard's install (AppleRTL8139Ethernet.kext).
After copying the "same" file (Tiger version over Leopard version) I proceeded with the normal chmod'ing and everything worked perfectly after the reboot!
This was really something that was freaking me out after the upgrade! I'm pretty comfortable with the shell and the "nitty-gritty" of network configurations (linux background here) but I've never seen anything like this happen! Relating this problem with a driver problem was the last thing on my mind, and I never thought I'd encounter driver problems like this on OSX...

Oh well...
Again thank you so much for all you guys' help! Saved the day!

Cheers,
~Levi F.
mylonelyboy
Jan 16 2008, 12:47 PM
Works for me. Thank you very much.
brnoob
Jan 17 2008, 05:38 AM
i know the problem is solved but i was having a related problem and this topic helped me a lot.
i had iatkos instaled on my p4p800 and the ethernet was working fine (tnx to you guys) but when i installed kalyway i couldnīt put it to work! then, iīve grabbed my iatkos dvd and instaled just the network drivers. it worked like a charm

hope it may help someone..
Hagen
Jan 26 2008, 11:40 PM
QUOTE(gramshi @ Nov 7 2007, 07:15 PM)

Download this attachment,
Click to view attachmentopen terminal and apply these codes.
CODE
sudo su<BR>rm -R /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleRTL8139Ethernet.kext<BR><BR>cp -R <path to>/PCGenRTL8139Ethernet.kext /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/<BR><BR>chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/PCGenRTL8139Ethernet.kext<BR><BR>chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/PCGenRTL8139Ethernet.kext<BR><BR>touch /System/Library/Extensions<BR><BR>shutdown -r now
thats allright
Tried this, but it still says "cable unplugged".
I read the readme in the kext file (btw coming from a Linux and Windows background I do not understand the humour of having files which are not files actually but folders (zipped or something?), but anyway)... I used kextload and it says the RTLGEN kext is already loaded. Still no luck. Any suggestions? Tried a RTL8169, different problems, but still no network. Why??
Philly Boy
Feb 1 2008, 07:46 AM
Hi guys,
I was having the same
RTL8139::receiverInterrupt
RTL8139::receiverInterrupt - not OK
issue in the console.
So I applied the
"Download this attachment,
Click to view attachment
open terminal and apply these codes.
CODE
sudo su
rm -R /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/AppleRTL8139Ethernet.kext
cp -R <path to>/PCGenRTL8139Ethernet.kext /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/
chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/PCGenRTL8139Ethernet.kext
chmod -R 755 /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/PCGenRTL8139Ethernet.kext
touch /System/Library/Extensions
shutdown -r now"
patch and now all i get is cable unplugged for the card. (No connectivity) Is there something i'm missing =s
10.5 Server
Cheers
markw63
Feb 10 2008, 10:33 AM
Philly Boy
I installed this as a fix to the same Leopard issue but you have to be so so careful with the typing here. I downloaded the attachment to my desktop and then copied the PCGenRTL8139Ethernet.kext onto my desktop out of the zip file. Then you have to fill in /Users/YOURSHORTUSERNAMEGOESHERE/Desktop/PCGenRTL8139Ethernet.kext everywhere and the first time i missed the / at the end of
"cp -R <path to>/PCGenRTL8139Ethernet.kext /System/Library/Extensions/IONetworkingFamily.kext/Contents/Plugins/"
Check every line twice on this but it does work - I guess you have deleted your AppleRTL8139Ethernet.kext and not copied in the new kext which has to replace it.
Good luck - it does work
aBBandon
Feb 19 2008, 12:06 AM
Thanks for a brilliant solution!
Just in my case i found IONetworkingFamily.kext in /Backup folder, and if system loaded with "onboard Ethernet" BIOS options enabled it hangs up
so PCGenRTL8139Ethernet.kext only was copied to /System/Library/Extension
It works with no issues
P.S.
mobo Abit AS8+Pentium4(530) + onBoard ethernet -RTL8139
Kalyway 10.5.1
all works out of box, except RTL
RTL works only at 1st boot, all next time it stucks while enabled - after patch works perfect!
desk
Apr 4 2008, 02:43 PM
Hi im new on this of hackintossh and i want i know something.i want install leopard on my pc based in this tutorial
http://www.freewebs.com/bass-2k7/installingiatkosv10i.htmbut there make a tutorial based in win vista and i have a win xp.somebody can help me because i need a guide of how insatll leopard on xp.i have iatkos now.now i try to find solutions for possibles problems how ethernet card, soun and video cards how install de driver for make run the internet?i have the rtl8139 and i download the on this forum but i dont know how installand about the same way are drvers for nvidia geforce 6200cmedia cmi 9739a/9761thanks!!! and please help me with thisHi im new on this of hackintossh and i want i know something.i want install leopard on my pc based in this tutorial
http://www.freewebs.com/bass-2k7/installingiatkosv10i.htmbut there make a tutorial based in win vista and i have a win xp.somebody can help me because i need a guide of how insatll leopard on xp.i have iatkos now.now i try to find solutions for possibles problems how ethernet card, soun and video cards how install de driver for make run the internet?i have the rtl8139 and i download the on this forum but i dont know how installand about the same way are drvers for nvidia geforce 6200cmedia cmi 9739a/9761thanks!!! and please help me with this
KellyKelly
Apr 6 2008, 03:47 AM
you guys did not experienced random network drop? I do, it just stop working randomly.
coccolino_dbro
Apr 8 2008, 08:32 AM
I also have this problem, Caminoz. Any ideas?
chicasso
May 1 2008, 12:00 AM
i have a Asrock 4CoreDual-SATA2 mainboard with VIA Rhine network card. the connection was dropping randomly so i bought a network card with Realtek 8139 chipset. and i am still experiencing connection drop. no clues yet about what is going on?
vc3y
May 11 2008, 01:04 AM
doing the solution that the ts starter linked to doesnt work for me or am i just doing something wrong?
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.