Jump to content
2 posts in this topic

Recommended Posts

I have installed Attansic L1e Ethernet driver in /S/L/E/.

after reboot kextstat prints:

68 3 0x33233000 0x16000 0x15000 com.apple.iokit.IONetworkingFamily (1.8) <7 6 5 4 3 1>

69 0 0x3313d000 0x6000 0x5000 ru.Applelife.AttansicL1eEthernet (1.0.1b0) <68 13 5 4 3 1>

 

if i do:

sudo kextunload /S/L/E/Attansic*

sudo kextload /S/L/E/Attansic*

it works. The only difference I can see is that the index and reference changes in loaded modules:

98 0 0x1cc52000 0x6000 0x5000 ru.Applelife.AttansicL1eEthernet (1.0.1b0) <68 13 5 4 3 1>

 

What can be wrong?

Link to comment
https://www.insanelymac.com/forum/topic/200175-attansic-l1e-isnt-working/
Share on other sites

at this point im forced to run this script at startup:

#!/bin/bash

sudo kextunload /System/Library/Extensions/AttansicL1eEthernet.kext

sudo kextload /System/Library/Extensions/AttansicL1eEthernet.kext

 

Is there anyway I can get around this?

×
×
  • Create New...