pvtbeto Posted July 27, 2010 Share Posted July 27, 2010 new poster and new to the forum. built lifehacker build could get Dynex DX-BGDTC (PCI) to work with snow leopard. installed broadcom 4300 series kext. still now luck. moved card to different slot. not sure what did it (either slot change or kext) but works amazingly now. thank you for all the help. hope this helps somebody else out on 10.6 Link to comment Share on other sites More sharing options...
Zprood Posted July 30, 2010 Share Posted July 30, 2010 Hi guys , now I make my BCM4312 (ID :4315) working in the snow leopard 10.6.4 by using native kext. With many people help , it perform so nice . I give so tips about what I do .Here we go , maybe this not work for you . First, use the pci tool get some information:(you can get it in the Kexts.com).It like this : I have two ethernets ,BCM5906 is not working due to the driver.Other is Bcm 4312,but actually it shows like this with pci tool . 04:00.0 Network controller [0280]: Broadcom Corporation BCM4310 USB Controller [14e4:4315] (rev 01) So, when I add 4315 in the System/Library/Extensions/IO80211Family.kext/Contents/PlugIns/AppleAirPortBrcm4311.kext/Contents/Info.plist ,and repairPermissions,it get work well .But I see some people modify dsdt get it work as real Airport Card .Then let`s start. Second, use IOregistryExplorer to get wireless card location .Like : When we get WLD1 ,and use this search in the dsdt .After search we get two place ,and we only need use this ,like: Scope (^^RP02) { Device (WLD1) { Name (_ADR, Zero) OperationRegion (WLAN, PCI_Config, Zero, 0x08) Field (WLAN, ByteAcc, NoLock, Preserve) { WLID, 8 } Great, if you get such information.so .keep going,add this code under above mentioned: Method (_DSM, 4, NotSerialized) { Store (Package (0x0C) { "device-id", Buffer (0x04) { 0x12, 0x43, 0x00, 0x00 }, "subsystem-id", Buffer (0x04) { 0x6B, 0x10, 0x00, 0x00 }, "name", Buffer (0x0D) { "pci14e4,4312" }, "device_type", Buffer (0x08) { "Airport" }, "model", Buffer (0x11) { "Broadcom BCM4312" }, "built-in", Buffer (One) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } All the code is like this : Scope (^^RP02) { Device (WLD1) { Name (_ADR, Zero) OperationRegion (WLAN, PCI_Config, Zero, 0x08) Field (WLAN, ByteAcc, NoLock, Preserve) { WLID, 8 } Method (_DSM, 4, NotSerialized) { Store (Package (0x0C) { "device-id", Buffer (0x04) { 0x12, 0x43, 0x00, 0x00 }, "subsystem-id", Buffer (0x04) { 0x6B, 0x10, 0x00, 0x00 }, "name", Buffer (0x0D) { "pci14e4,4312" }, "device_type", Buffer (0x08) { "Airport" }, "model", Buffer (0x11) { "Broadcom BCM4312" }, "built-in", Buffer (One) { 0x00 } }, Local0) DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0)) Return (Local0) } } } Last , we need other thing to do ,use 0x001C0000 search in the dsdt ,and get Device (RP01) ,add Name (_SUN, One) under it .Also you can do this in the Device (RP01) to Device (RP06) (there are six Device (RP0x)in my dsdt) .So , when you have finish all of work ,you can delete 4315 or other value from Info.plist and enjoy you effort . Regard: Link to comment Share on other sites More sharing options...
loremistress Posted July 30, 2010 Share Posted July 30, 2010 Help please! I have a DELL 1735 with a broadcom 4322 wifi nic. I tried the patch/script but it did not work. I am very new to Macs having just purchased an iMac and wanted to convert my Windose laptop to a Mac. So detailed instructions on how to fix this would be appreciated. Hugs Belinda Link to comment Share on other sites More sharing options...
just.sandoo Posted August 2, 2010 Share Posted August 2, 2010 hello guys...i`ve tried this enabler on my acer aspire 5741g, using Kalyway 10.5.2..after enabling and rebooting, my wifi card wasn't identified. I think it is because it's Device ID is not listed in the script(BCM4357) - a WiFi N card. So I tried to add the dev id and executed it, but after this my osx got frozen and after rebooting it freezes at the apple logo...please help me enable my WiFi adapter..and how to boot if it freezes at Apple Logo. Thx in advance Link to comment Share on other sites More sharing options...
chchang1 Posted August 3, 2010 Share Posted August 3, 2010 please the ethernet and wireless aren't working...other than that it's perfect.... Lenovo G410 pentium dual core T2390 @1.86, Lenovo motherboard IHL00, Hyundai Electronics 2*1024MB 627 mhz NVIDIA 8400M G BCM4312 PLZ HELP!! Link to comment Share on other sites More sharing options...
fofodesign Posted August 3, 2010 Share Posted August 3, 2010 is it working for broadcom bcm4311 wifi internal card for this driver? i want replace my intel wifi 5100 to broadcom..i got 2nd hand device and if really working, i'll change at acer 4930..only wifi is not working.. Link to comment Share on other sites More sharing options...
Buschtrommel Posted August 18, 2010 Share Posted August 18, 2010 Broadcom 4313 fail iATKOS_S314e4:4727 Somebody told me, that i need the normal Ethernet driver too, because Ethernet and Wifi work together. AND nothing ! Any idea? Link to comment Share on other sites More sharing options...
^GoJo^ Posted August 19, 2010 Share Posted August 19, 2010 I received my dell 1397 suppoed to have BCM4312 but the system information says 4315 so i added this ID to the network kext, after reboot i have the airport icon but Dell 1397's not detected... I also repaired autorisations then reboot, but still same. Same with -f boot. I used some wireless usb lan adapter before, with Ralink chipset. Can it be the reason why it doesn't work? I don't think so... But some strange thing happened : The USB wireless lan was mentionned as airport in network prefpane... And when i plug the USB lan adapter, it appeared as a new entry... So i deleted the old entry viewed as Airport. Then logically, the airport icon changed to "empty". Then i did reboot and the Airport icon showed up again as "normal" with not "configured" but when i go to network prefpane, no card is recognized as Airport, and nothing new... Help!! EDIT: I FIXED IT ALREADY WITH THIS TOPIC http://www.insanelymac.com/forum/index.php?showtopic=51725 I JUST CREATED A NEW AIRPORT ENTRY IN NETWORK PREFPANE AND THAT WAS JUST SO SIMPLE! JUST 3 LIL THINGS : The speed is slower than usual (perfect signal) so i wonder if i have to set something? Second thing is that in the airport utility, nothing's detected. Why is that so? Need some updates or..? Third thing is about those updates : Can i update the airport utility-client without risking anything? Link to comment Share on other sites More sharing options...
dejangs Posted August 27, 2010 Share Posted August 27, 2010 Thanks for patches and infos. :censored2: Broadcom BCM94322 4322 PCI-E ( 14e4:432b ) , works perfectly still now @ HP DV5 1130ev . Used the patch, add the ID and just boot on Windows for make active the Wifi. (from wifi button) Then back on OSX, without using a modified hacked bios card shows to be OK. Can connect, find networks etc. The only problem is that in MacOSX (SL), the wifi Button is still red although is turned on. Also i cant disable wifi from this button. No response. (On=blue and off=red @ windows) Link to comment Share on other sites More sharing options...
eriicks Posted August 29, 2010 Share Posted August 29, 2010 I need some help here, I have a Compaq mini cq10 120la, I can get the wifi to work, In hardware info of the iAtkos s3 cd, it tells me that I have a broadcom 4312, but when I open DPCI manager I tells me that it is Broadcom 4310 usb controller, I have tried this enabler and rebooted but nothing happens, absolutely nothing, I tried to search for information in IOregistry explorer, but nothing at all. I dont know if helps knowing that the wifi led wont turn on, please any help will be very appreciated. Link to comment Share on other sites More sharing options...
EspadaV8 Posted September 7, 2010 Share Posted September 7, 2010 Another Acer user here with a 4741g laptop trying to get the Broadcom 34225 working (14e4:4357). Was hoping it was close enough to the 34224 kext that comes with OS X, but adding the id in didn't seem to do anything for me. If anyone has any ideas as so what could be done it'd be much appreciated Link to comment Share on other sites More sharing options...
Edkroket Posted September 13, 2010 Share Posted September 13, 2010 Any one with a solution for Broadcom 14e4:4727? Ed Link to comment Share on other sites More sharing options...
Buschtrommel Posted September 14, 2010 Share Posted September 14, 2010 Any one with a solution for Broadcom 14e4:4727? Ed Sorry, i think the 4727 will not work ... I can`t fix this card, and noone in the www can help, tried everything ... nothing. Now I try a Whitelist Bios hack but my Biosflaher knows that the mod bios is a mod. The scripts doesn`t work with 4727.... Link to comment Share on other sites More sharing options...
Edkroket Posted September 15, 2010 Share Posted September 15, 2010 Sorry, i think the 4727 will not work ... I can`t fix this card, and noone in the www can help, tried everything ... nothing. Now I try a Whitelist Bios hack but my Biosflaher knows that the mod bios is a mod. The scripts doesn`t work with 4727.... Thanks for your effort! It is a from a new Acer Aspire D260. I've have SL running. the only not working is Wifi and graphics (Intel GMA 3150) Main resolution is fine but no hardware acceleration. Ed Link to comment Share on other sites More sharing options...
Buschtrommel Posted September 15, 2010 Share Posted September 15, 2010 Thanks for your effort! It is a from a new Acer Aspire D260. I've have SL running. the only not working is Wifi and graphics (Intel GMA 3150) Main resolution is fine but no hardware acceleration. Ed Welcome me too I wrote mcsmart, he told me, that the BCM4313 (4727) is different Link to comment Share on other sites More sharing options...
Germypan Posted September 16, 2010 Share Posted September 16, 2010 Hello everyone ... I installed iDeneb 1.6 and my wifi card, Broadcom BCM4318, is recognized and works fine. But it often happens that the operating system crashes and only move if the touch pad is restarted, I noticed that if I disable the airport there are no blocks! crashes the system completely ... even the clock does not go ahead with the time! What can I do? any advice?? Link to comment Share on other sites More sharing options...
mylotech Posted September 18, 2010 Share Posted September 18, 2010 I tried on my EEE 1018P adding the ID line 4727, and it does not work Any solutions? Link to comment Share on other sites More sharing options...
Buschtrommel Posted September 19, 2010 Share Posted September 19, 2010 I tried on my EEE 1018P adding the ID line 4727, and it does not work Any solutions? #welcome# same problem, but i think that nobody can help us... Link to comment Share on other sites More sharing options...
emudem Posted September 20, 2010 Share Posted September 20, 2010 Any solution for BCM4313 PCI ID 4727 ? Link to comment Share on other sites More sharing options...
Buschtrommel Posted September 20, 2010 Share Posted September 20, 2010 Any solution for BCM4313 PCI ID 4727 ? Ah ! A new friend, u are not alone Link to comment Share on other sites More sharing options...
Galchonok Posted September 22, 2010 Share Posted September 22, 2010 Total Epic Fail with my Broadcom half-size mini PCI-E card BCM4322. I'm running vanilla 10.5.8 and applied sh from 1st page. I can see Airport logo in menu bar but system says "No AirPortcard is installed" By the way in System Profile under Airport shows nothing..But indicator is blue on netbook showing that Wi-fi is on. Up: Thanks to tea the issue was solved! I applied vanilla IO80211.kext and re-isntall AttansicsL1eEthernet.kext. Also, remove all old files (old IO kext and Broadcom43xx.kext if you have it). Then delete Extensions.mkext and repair permissions. IO80211Family.kext.zip Link to comment Share on other sites More sharing options...
emudem Posted September 22, 2010 Share Posted September 22, 2010 Ah ! A new friend, u are not alone Ok, I waiting solutions...soon? Link to comment Share on other sites More sharing options...
Buschtrommel Posted September 23, 2010 Share Posted September 23, 2010 I think no. I tried everything. If noone can help us, we haven no chance with this wifi card ... Link to comment Share on other sites More sharing options...
dagob on macword Posted September 23, 2010 Share Posted September 23, 2010 Does it work work with iAtkos s3 (LEOPARD 10.6.3)???? Link to comment Share on other sites More sharing options...
New 2 apple guy Posted September 25, 2010 Share Posted September 25, 2010 my wifi card's dev id is 4222 it doesnt work! Link to comment Share on other sites More sharing options...
Recommended Posts