![]() |
#61
|
|||
|
|||
yes, i just updated the kext in the first post with the new build based on the latest commit
|
#62
|
|||
|
|||
If the kext is loaded, it should at least shows a build date/time. So that means the kext isn't loaded. Actually I didn't have the chance to see the image of error message you posted before, can you post it again?
|
#63
|
|||
|
|||
Quote:
Quote:
|
#64
|
|||
|
|||
Quote:
Code:
sudo chown -R root:wheel BCM5722D.kext sudo chmod -R 755 BCM5722D.kext |
#65
|
|||
|
|||
Quote:
Maybe I should show my NIC information first: Quote:
Code:
oos-iMac:Downloads oo$ ls BCM5722D.kext/ Contents oos-iMac:Downloads oo$ sudo chown -R root:wheel BCM5722D.kext oos-iMac:Downloads oo$ sudo chmod -R 755 BCM5722D.kext oos-iMac:Downloads oo$ sudo kextload BCM5722D.kext THe log is: Code:
oos-iMac:Downloads oo$ grep BCM /var/log/* /var/log/system.log:May 18 15:35:29 oos-iMac sudo[155]: oo : TTY=ttys000 ; PWD=/Users/oo/Downloads ; USER=root ; COMMAND=/usr/sbin/chown -R root:wheel BCM5722D.kext /var/log/system.log:May 18 15:35:40 oos-iMac sudo[156]: oo : TTY=ttys000 ; PWD=/Users/oo/Downloads ; USER=root ; COMMAND=/bin/chmod -R 755 BCM5722D.kext /var/log/system.log:May 18 15:35:49 oos-iMac sudo[157]: oo : TTY=ttys000 ; PWD=/Users/oo/Downloads ; USER=root ; COMMAND=/sbin/kextload BCM5722D.kext oos-iMac:Downloads oo$ ![]() Screen shot 2011-05-18 at 15.38.10.jpg |
#66
|
|||
|
|||
fyooo
You fix it where you installed the kexts. chmod -R 755 /System/Library/Extensions/BCM5722D.kext chown -R root:wheel /System/Library/Extensions/BCM5722D.kext touch /System/Library/Extensions |
#67
|
|||
|
|||
Quote:
I can't see any information about BCM in system.log |
#68
|
|||
|
|||
Quote:
Code:
sudo kextutil -v 4 BCM5722D.kext |
#69
|
|||
|
|||
Quote:
Code:
oos-iMac:Downloads oo$ sudo kextutil -v 4 BCM5722D.kext Password: Kext library architecture set to x86_64. Kext library recording diagnostics for: validation authentication dependencies warnings. BCM5722D.kext appears to be loadable (not including linkage for on-disk libraries). Loading BCM5722D.kext. Reading load info for all kexts. Reading loaded kext info from kernel. Adding /Users/oo/Downloads/BCM5722D.kext to mkext. /Users/oo/Downloads/BCM5722D.kext added 79552-byte noncompressed executable to mkext. Created mkext for architecture x86_64 containing 1 kexts. Loading BCM5722D.kext. (kernel) Received request from user space to load kext my.name.adlan.BCM5722D. (kernel) Recorded kext my.name.adlan.BCM5722D as a candidate for inclusion in prelinked kernel. (kernel) Loading kext my.name.adlan.BCM5722D. (kernel) Allocated link buffer for kext my.name.adlan.BCM5722D at 0xffffff7f8076f000 (28672 bytes). (kernel) Kext my.name.adlan.BCM5722D executable loaded; 7 pages at 0xffffff7f8076f000 (load tag 95). (kernel) Kext my.name.adlan.BCM5722D calling module start function. (kernel) Kext my.name.adlan.BCM5722D registered class my_name_adlan_BCM5722D. (kernel) Kext my.name.adlan.BCM5722D has IOService subclass my_name_adlan_BCM5722D; enabling autounload. (kernel) Kext my.name.adlan.BCM5722D is now started. (kernel) Kext my.name.adlan.BCM5722D sending 1 personality to the IOCatalogue and starting matching. (kernel) Kext my.name.adlan.BCM5722D loaded. Successfully loaded BCM5722D.kext. BCM5722D.kext successfully loaded (or already loaded). Code:
oos-iMac:Downloads oo$ grep BCM /var/log/system.log May 19 19:56:04 oos-iMac sudo[152]: oo : TTY=ttys000 ; PWD=/Users/oo/Downloads ; USER=root ; COMMAND=/usr/bin/kextutil -v 4 BCM5722D.kext oos-iMac:Downloads oo$ |
#70
|
|||
|
|||
Quote:
can you also post here the output of ifconfig after the kext is loaded? thanks ![]() 💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers. |