Jump to content

plz 64 bit kext for attansic l2


karamat
 Share

3 posts in this topic

Recommended Posts

Well, that would be a dream come true for me as well.

 

It'd be great if any of the Attansic L1 driver creators would help us in this predicament :) As, if i have to speak for myself, I am not very good with code. Thus, the idea of an experienced persona showing us lowlives how to reach that distant goal of ours would be an astonishingly glorious act of grace and nobility.

So, we plead for... :)

 

Thank you in advance you mysterious coder hiding in the cold shadows of this forum. :D

Link to comment
Share on other sites

  • 4 months later...

I cannot create a new topic... It doesn't matter :)

 

I achieved successfully to compile the Attansic L2 kext source to get it work with 64-bit kernel (extracted from: http://code.google.com/p/iats/ ).

 

That wasn't so hard... Only some adjusts was needed (arch, base SDK to 10.6) and solve some warning matters related with 64-bit data types, using type casting. I used this guide to compile: http://developer.apple.com/mac/library/doc...andDrivers.html

 

Copy the attachment content to /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/, then fix the ownership:

 

sudo chown -R root:wheel /System/Library/Extensions/IONetworkingFamily.kext/Contents/PlugIns/AttansicL2Ethernet.kext

 

Also, changing folder access and modification time with 'touch' command would be recommended to rebuild the kext cache:

 

sudo touch /System/Library/Extensions

 

Reboot the mac computer and enjoy! (I hope it work for you)

 

AttansicL2Ethernet64.zip

Link to comment
Share on other sites

 Share

×
×
  • Create New...