![]() |
|
#1
|
|||
|
|||
Quote:
thanks! ![]() |
#2
|
|||
|
|||
adlan
Can you also please update the source. Thanks ![]() |
#3
|
|||
|
|||
Thanks !
Another thing, Please, do you can compile your driver for Leopard 10.5.x too? |
#4
|
|||
|
|||
Hi guys I've got an Acer Aspire 2920 with broadcom BCM5787M.
I tried to add the file in attachment of this post "BCM5722D.kext" in system\library\extesion but after reboot my lan still don't work... ![]() PC: Acer Aspire 2920 ( Intel Core 2 Duo chipset: intel 965) Mac Os X: 10.6.6i By hazard p.s.: I have also tried to install max os x 10.6.2 but the result is the same with this kext my lan don't working.... in mac manager as Ethernet Cards don't result anything. p.p.s. after added the kext file in library directory displays a message : System extesion cannot be used The system extension " /System/library ........." was installed improperly and cannot be used. Please try reinstalling it.... what's my problem? thank u guys greetings from Italy Last edited by Domenic211; 04-15-2011 at 06:43 PM. |
#5
|
|||
|
|||
Quote:
usually that error message pops up when kext doesn't have the proper permission. To fix this, you need to change the kext permission either run disk utility then repair permission or in terminal, Code:
cd /System/Library/Extensions sudo chmod -R 755 BCM5722D.kext sudo chown -R 0:0 BCM5722D.kext Last edited by adlan; 04-16-2011 at 12:36 PM. |
#6
|
|||
|
|||
I have device 14e4:167b Broadcomm 5755 onboard nic on an hp xw6600 machine. The kext appears to fail to do anything at all. There is no mention of it in any of the logs in var/log
i've tried deleting and reinstalling the kext with both kext helper b7 and kext wizard, and rebuilding kext cache. I've tried using the zip file attachee to this thread, and rebuilding the kext from the source. No difference. I verified the device id w/ dpci manager. Not sure what else to try? it "works" with the hacked 5701 kext floating around, in that it gets an ip and can connect, but the hacked 5701 has horrible upload problems that make it incredibly slow or times out, which is why I arrived here. Any ideas? |
#7
|
|||
|
|||
After you start your system, try to type in the terminal kextstat | grep BCM and see if there are any results. If not - kext in fact is not being loaded at all...
Did you trierd to force it with kextload command? |
#8
|
|||
|
|||
Quote:
actually there has been a report on the same behavior as this. i'm still investigating what causes this problem and most likely come to a dead end. btw, do you have a vanilla or distro install? |
#9
|
|||
|
|||
I didn't wan to say it to early, but now it seems to be fine... Somehow :P
The kext is loaded since about 24 hours and slow-down event didn't occur. At least so far ![]() While searching BCM in Console I got more results now. These is all I got since I have loaded the kext. Code:
11-04-18 18:13:12 sudo[255] astarael : TTY=ttys000 ; PWD=/Users/astarael ; USER=root ; COMMAND=/sbin/kextload /System/Library/Extensions/BCM5722D.kext/ 11-04-18 18:13:13 kernel BCM5722D (Build date/time: Mar 25 2011 23:28:49) 11-04-18 18:13:14 kernel BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 0 iterations 11-04-18 18:13:14 kernel my_name_adlan_BCM5722D: Model: BCM5787M NetLink (TM) Gigabit Ethernet 11-04-18 18:13:14 kernel my_name_adlan_BCM5722D: Loaded successfully 11-04-18 18:13:14 kernel my_name_adlan_BCM5722D: Ethernet address 00:1e:37:24:13:81 11-04-18 18:13:14 kernel BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 0 iterations 11-04-18 18:13:14 kernel BCM5722D (setMedium:367): Change medium: kIOMediumEthernetAuto 11-04-18 18:13:14 kernel BCM5722D (setMedium:392): Change medium: kLinkDuplexNegotiate 11-04-18 18:13:14 kernel BCM5722D (configureLinkAdvertisement:567): advertiseFe: 5E1 11-04-18 18:13:14 kernel BCM5722D (configureLinkAdvertisement:568): advertiseGe: 300 11-04-18 18:13:14 kernel BCM5722D (startAutoNegotiation:590): Adv reg: 5E1 11-04-18 22:04:02 kernel BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 0 iterations 11-04-18 22:04:02 kernel BCM5722D (setPowerState:84): Changing power state from 1 to 0 11-04-19 06:01:56 kernel BCM5722D (setPowerState:84): Changing power state from 0 to 1 11-04-19 06:01:57 kernel BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 0 iterations 11-04-19 06:01:57 kernel BCM5722D (setMedium:367): Change medium: kIOMediumEthernetAuto 11-04-19 06:01:57 kernel BCM5722D (setMedium:392): Change medium: kLinkDuplexNegotiate 11-04-19 06:01:57 kernel BCM5722D (configureLinkAdvertisement:567): advertiseFe: 5E1 11-04-19 06:01:57 kernel BCM5722D (configureLinkAdvertisement:568): advertiseGe: 300 11-04-19 06:01:57 kernel BCM5722D (startAutoNegotiation:590): Adv reg: 5E1 11-04-19 14:39:59 kernel BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 0 iterations 11-04-19 14:39:59 kernel BCM5722D (setPowerState:84): Changing power state from 1 to 0 11-04-19 14:39:59 kernel BCM5722D (setPowerState:84): Changing power state from 0 to 1 11-04-19 14:39:59 kernel BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 0 iterations 11-04-19 14:39:59 kernel BCM5722D (setMedium:367): Change medium: kIOMediumEthernetAuto 11-04-19 14:39:59 kernel BCM5722D (setMedium:392): Change medium: kLinkDuplexNegotiate 11-04-19 14:39:59 kernel BCM5722D (configureLinkAdvertisement:567): advertiseFe: 5E1 11-04-19 14:39:59 kernel BCM5722D (configureLinkAdvertisement:568): advertiseGe: 300 11-04-19 14:39:59 kernel BCM5722D (startAutoNegotiation:590): Adv reg: 5E1 11-04-19 14:52:49 kernel BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 0 iterations 11-04-19 14:52:49 kernel BCM5722D (setPowerState:84): Changing power state from 1 to 0 11-04-19 14:53:03 kernel BCM5722D (setPowerState:84): Changing power state from 0 to 1 11-04-19 14:53:03 kernel BCM5722D (resetAdapter:145): 4B657654 to B49A89AB in 0 iterations 11-04-19 14:53:03 kernel BCM5722D (setMedium:367): Change medium: kIOMediumEthernetAuto 11-04-19 14:53:03 kernel BCM5722D (setMedium:392): Change medium: kLinkDuplexNegotiate 11-04-19 14:53:03 kernel BCM5722D (configureLinkAdvertisement:567): advertiseFe: 5E1 11-04-19 14:53:03 kernel BCM5722D (configureLinkAdvertisement:568): advertiseGe: 300 11-04-19 14:53:03 kernel BCM5722D (startAutoNegotiation:590): Adv reg: 5E1 |
#10
|
|||
|
|||
Quote:
Try this one, it works for my HP xw4400 works with the onboard broadcom 167b. I've tried it with 10.6.2 - 10.6.7 Last edited by tc2468; 06-09-2011 at 11:08 PM. |