InfiniteMac OSx86

InfiniteMac OSx86 (http://infinitemac.com/forum.php)
-   10.X (http://infinitemac.com/forumdisplay.php?f=36)
-   -   BCM5754/M,BCM5755/M,BCM5787/M,BCM5906/M NIC driver for 10.6 (32/64) [update 22/5] (http://infinitemac.com/showthread.php?t=6946)

Dabluest 03-04-2011 10:37 PM

You got my 5906M card working (even in Lion)! I'm almost speechless. I never thought that would happen! You rock! Thank you. :)

webwolf 03-05-2011 07:57 PM

Dell XPS m1330
 
Hi,
I have a Dell XPS m1330, Hardware Info reports a 5906M network card, but I tried to install your driver without success: I can't see any new interface in System Preferences / Network.
In /var/log the only mention I found is in system.log:
com.apple.kextd[10]: BCM5722D.kext has no Info.plist file.
com.apple.kextcache[591]: BCM5722D.kext has no Info.plist file.

Any idea?
Thank you
Marco

adlan 03-06-2011 04:24 PM

Quote:

Originally Posted by webwolf (Post 52943)
Hi,
I have a Dell XPS m1330, Hardware Info reports a 5906M network card, but I tried to install your driver without success: I can't see any new interface in System Preferences / Network.
In /var/log the only mention I found is in system.log:
com.apple.kextd[10]: BCM5722D.kext has no Info.plist file.
com.apple.kextcache[591]: BCM5722D.kext has no Info.plist file.

Any idea?
Thank you
Marco

from the log, I see the the kext failed to load because there is no Info.plist file, can you verify that the installed kext does indeed not contain Info.plist? if it is, try removing and reinstalling the kext? verify the downloaded kext too.

Terminal,
ls /System/Library/Extensions/BCM5722D.kext/Contents

adlan 03-06-2011 04:35 PM

Quote:

Originally Posted by adminio (Post 52866)
Thanks! I have a Acer5315 w/BCM5906M works!

glad to hear that :)

Quote:

Originally Posted by Dabluest (Post 52936)
You got my 5906M card working (even in Lion)! I'm almost speechless. I never thought that would happen! You rock! Thank you. :)

oooh, on Lion too? great! hey, where did you get that? :-$


thanks!

Dabluest 03-07-2011 05:37 AM

Quote:

Originally Posted by adlan (Post 52953)
glad to hear that :)



oooh, on Lion too? great! hey, where did you get that? :-$


thanks!

A certain green devil ;)

abiogenesis 03-13-2011 01:41 PM

OMG i've found this thread and I'm ruined.
Because I was writing my own driver for bcm5906m too :)
I started reading 5722-PG101-R.pdf and if_bge.c in January and just today got working rx and tx without checksum offloading support, multicast and power state switching.

And now I don't know what to do, either to delete my http://code.google.com/p/osx-bcm5906m/ project which is still under construction, or finish the driver and upload it there, but now it doesn't make any sense
:confused:

adlan 03-14-2011 04:23 PM

Quote:

Originally Posted by abiogenesis (Post 53099)
OMG i've found this thread and I'm ruined.
Because I was writing my own driver for bcm5906m too :)
I started reading 5722-PG101-R.pdf and if_bge.c in January and just today got working rx and tx without checksum offloading support, multicast and power state switching.

And now I don't know what to do, either to delete my http://code.google.com/p/osx-bcm5906m/ project which is still under construction, or finish the driver and upload it there, but now it doesn't make any sense
:confused:

ugh, sorry to hear that,
initially, i developed this driver for my card(5787m), since bcm5906 is also documented in the manual, i decided to support the model.

since you have started, don't stop! just finish it, take this as an exercise for you, it gives you experience and it can be beneficial to you and the community in the future. surely it seems like a waste of time, but it's your choice. if it were for me, i would go for that route ;)

adlan 03-14-2011 04:36 PM

Quote:

Originally Posted by Dabluest (Post 52961)
A certain green devil ;)

got that :D

rals2007 03-15-2011 12:33 AM

adlan

Superb!

Better to have a log with only,

my_name_adlan_BCM5722D: Model: BCM5787M NetLink (TM) Gigabit Ethernet
my_name_adlan_BCM5722D: Ethernet address 00:11:22:33:44:55


This way, much cleaner.

Thanks

adlan 03-16-2011 03:28 AM

Quote:

Originally Posted by rals2007 (Post 53141)
adlan

Superb!

Better to have a log with only,

my_name_adlan_BCM5722D: Model: BCM5787M NetLink (TM) Gigabit Ethernet
my_name_adlan_BCM5722D: Ethernet address 00:11:22:33:44:55


This way, much cleaner.

Thanks

i've uploaded the non-chatty version.

thanks! :)