Jump to content

PCGenRTL8139 1.4.1 for Mountain Lion


Andy Vandijck
 Share

10 posts in this topic

Recommended Posts

I rebuilt my PCGenRTL8139 specific for Mountain Lion.

Sources are included...

Using it right now... results are very good and ethernet is very fast ;)

Enjoy... :)

PCGenRTL8139Ethernet.kext.zip

PCGenRTL8139Ethernet-141-AnV-Src.zip

  • Like 2
Link to comment
Share on other sites

Andy, I see you have a problem?

Screen shot 2012-12-11 at 17.13.52.png

 

Check this

#if MAC_OS_X_VERSION_MIN_REQUIRED <= MAC_OS_X_VERSION_10_4
   ret = IOConnectMethodStructureIStructureO( connect, kVoodooHDAActionMethod,
		 sizeof(in),   /* structureInputSize */
		 &outsize,    /* structureOutputSize */
		 &in,	    /* inputStructure */
		 &out);	   /* ouputStructure */
#else	

ret = IOConnectCallStructMethod(connect,
	 kVoodooHDAActionMethod,
	 &in,
	 sizeof(in),
	 &out,
	 &outsize
	 );
#endif		

Hope it helps.

 

I also vote for RTL8168 if you have any sources.

  • Like 1
Link to comment
Share on other sites

Oh yes... the extra tools... I haven't modded them... just worked out the kext...

Thanks for noting it ;)

 

If I had the sources for AppleRTL8169 I would mod them but unfortunately I don't have them...

Link to comment
Share on other sites

Oh yes... the extra tools... I haven't modded them... just worked out the kext...

Thanks for noting it ;)

 

If I had the sources for AppleRTL8169 I would mod them but unfortunately I don't have them...

OK, hope the sources will be available (somewhere) soon.. :)

Link to comment
Share on other sites

  • 10 months later...
  • 8 months later...

Hi, new to this so excuse the thickness. 

 

Have downloaded this and have so far tried installing with kext wizard and copying to the plugins folder of ioNetworking and repairing permissions and updating cache.. 

 

Can someone please advise on the correct method of using this kext. I have a stable 10.8.5  going but no ethernet. Something im doing wrong i fear.. 

 

thanks for any help you can shine my way. 

 

 

Link to comment
Share on other sites

 

Hi, new to this so excuse the thickness. 

 

Have downloaded this and have so far tried installing with kext wizard and copying to the plugins folder of ioNetworking and repairing permissions and updating cache.. 

 

Can someone please advise on the correct method of using this kext. I have a stable 10.8.5  going but no ethernet. Something im doing wrong i fear.. 

 

thanks for any help you can shine my way.

... for a what hardware?

 
Link to comment
Share on other sites

 Share

×
×
  • Create New...