InfiniteMac OSx86  


Reply
 
Thread tools Display modes
  #21  
Old 03-16-2011, 01:18 PM
rals2007 rals2007 is offline
Cheetah
 
Join Date: Aug 2009
Posts: 9
adlan

Can you also please update the source.

Thanks
Reply With Quote
  #22  
Old 03-17-2011, 01:14 AM
abiogenesis abiogenesis is offline
Cheetah
 
Join Date: Mar 2011
Posts: 2
Hi, it's me again
Thanks to your code I've fixed a couple of my bugs and I think I've found one in your setMulticastList function.

Quote:
for (i = 0; i < count; i++) {
crc = computeCRC32((const UInt8 *) addrs, 6);
...
}
Here, according to 5722-PG101-R.pdf, crc should be calculated for every address in the array, so it would be "addrs + i" or "&addrs[i]".
Reply With Quote
  #23  
Old 03-17-2011, 09:13 AM
adlan adlan is offline
Jaguar
 
Join Date: Jan 2011
Posts: 36
Quote:
Originally Posted by abiogenesis View Post
Hi, it's me again
Thanks to your code I've fixed a couple of my bugs and I think I've found one in your setMulticastList function.

Here, according to 5722-PG101-R.pdf, crc should be calculated for every address in the array, so it would be "addrs + i" or "&addrs[i]".
my bad, how could I missed that
thanks for pointing that out
Reply With Quote
  #24  
Old 03-18-2011, 12:35 PM
Medienmensch Medienmensch is offline
Cheetah
 
Join Date: Mar 2011
Posts: 1
is it possible to make a Driver for BCM4357 rev1 ?

I have a Lenovo G560 with this Wlan Card.

That would be so great!

And if not, what Wlan Card would you recomend me to buy for use in osx?

Thanks!
Reply With Quote
  #25  
Old 03-20-2011, 03:03 AM
volgin7's Avatar
volgin7 volgin7 is offline
Cheetah
 
Join Date: Mar 2011
Posts: 1
Works in the Lenovo S12

Excellent! Works for (LAN) BCM 5906M on the Lenovo S12
Thank's!
Reply With Quote
  #26  
Old 03-20-2011, 04:59 PM
adlan adlan is offline
Jaguar
 
Join Date: Jan 2011
Posts: 36
Quote:
Originally Posted by Medienmensch View Post
is it possible to make a Driver for BCM4357 rev1 ?

I have a Lenovo G560 with this Wlan Card.

That would be so great!

And if not, what Wlan Card would you recomend me to buy for use in osx?

Thanks!
right now, all i can say as is it's not possible. no public api documentation is available and also i don't know if any datasheet/programmer manual/open source driver is available for that model.

I recommend buying external wireless usb adapter and I personally use dlink dwa-110. you can find more supported models in the Hardware Compatibility List at OSx86 project wiki
Reply With Quote
  #27  
Old 03-20-2011, 05:00 PM
adlan adlan is offline
Jaguar
 
Join Date: Jan 2011
Posts: 36
Quote:
Originally Posted by volgin7 View Post
Excellent! Works for (LAN) BCM 5906M on the Lenovo S12
Thank's!
glad to hear that, thanks!
Reply With Quote
  #28  
Old 03-20-2011, 08:54 PM
parlae parlae is offline
Cheetah
 
Join Date: Mar 2011
Posts: 1
Thanks, thanks, thanks!!! It is really unbelievable that someone have done this at last!
keep up the good work!
Work's great on my lenovo s10e 4086RLG

Quote:
Originally Posted by pat98usb View Post
Can you make it work for also for broadcom bmc57780 ,, pci14e4,1692
Thanks
I think that's the airport driver as it says below that device ID airport.kext or something. Ethernet isn't shown at all until u install this kext, and after that u will have 2 ethernet cards: airport pci14e4 and ethernet.

Last edited by parlae; 03-20-2011 at 08:57 PM.
Reply With Quote
  #29  
Old 03-20-2011, 09:02 PM
quinielascom quinielascom is offline
Cheetah
 
Join Date: Sep 2009
Posts: 5
Quote:
Originally Posted by adlan View Post
i've uploaded the non-chatty version.
Thanks !

Another thing, Please, do you can compile your driver for Leopard 10.5.x too?
Reply With Quote
  #30  
Old 03-25-2011, 02:21 AM
tmacyunn's Avatar
tmacyunn tmacyunn is offline
Cheetah
 
Join Date: Sep 2009
Location: Haikou,CHN
Posts: 2
Hi adlan, I have a problem in the 10.6.7, when I put the laptop to sleep for a hour or a little longer the driver can't work, network disconnect. After using Kextload command to unload and reload it work come back.
Is it a problem of system ? maybe we should compile it in the 10.6.7, I have try repair permissions and rebuild kernel caches

Thanks.

Edit:
I try to compile the sources code under 32bit 10.6.7 with xcode 3.2.5 and get some warnings like :
Code:
BCM5722D-18e3e93/BCM5722D.cpp:536: warning: implicit conversion shortens 64-bit value into a 32-bit value



💡 Deploy cloud instances seamlessly on DigitalOcean. Free credits ($100) for InfMac readers.


Last edited by tmacyunn; 03-25-2011 at 02:42 AM.
Reply With Quote
Reply
Thread Tools
Display Modes