Jump to content
pfavayi

dsdt for atheros ar928x (ar5b91) and bcm5764m ethernet

Recommended Posts

I have an acer aspire 7730zg with

cpu = pentium 4 t3400

chipset =

mobile intel pm45

wifi = atheros AR928X (AR5B91)

Ethernet = BCM5764M ( Broadcrom nextExtreme GigaBit Ethernet)



Ethernet and wifi are not working

(I also need the modified ketxt)

Link to comment
Share on other sites

hello


for the ethernet try this



http://www.insanelymac.com/forum/topic/247470-bcm5722-bcm5754m-bcm5755m-bcm5787m-and-bcm5906m-nic-driver-3264-bit/


wifi


 

Method (_DSM, 4, NotSerialized)
                   {
                       Store (Package (0x12)
                           {
                               "AAPL,slot-name", 
                               Buffer (0x08)
                               {
                                   "AirPort"
                               }, 
                               "device-id", 
                               Unicode ("*"), 
                               "device_type", 
                               Buffer (0x08)
                               {
                                   "AirPort"
                               }, 
                               "model", 
                               Buffer (0x33)
                               {
                                   "Atheros 9285 802.11 b/g/n Wireless Network Adapter"
                               }, 
                               "subsystem-id", 
                               Buffer (0x04)
                               {
                                    0x8F, 0x00, 0x00, 0x00
                               }, 
                               "subsystem-vendor-id", 
                               Buffer (0x04)
                               {
                                    0x6B, 0x10, 0x00, 0x00
                               }, 
                               "compatible", 
                               Buffer (0x0B)
                               {
                                   "pci168c,2a"
                               }, 
                               "IOName", 
                               Buffer (0x0B)
                               {
                                   "pci168c,2a"
                               }, 
                               "name", 
                               Buffer (0x0B)
                               {
                                   "pci168c,2a"
                               }
                           }, Local0)
                       DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
                       Return (Local0)
                   }

 

good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

Thanks , will try it out.



Just to make sure I understood correctly , this is what I am supposed to do:


The above script is a patch for my dsdt.

I will save it as a txt file (e.g acer.txt)

I will extract my dsdt using dsdt editor or something similar.

I will apply the patch to the dsdt

recompile the dsdt

save it as dsdt.aml (e.g on my root directory)

refer to in in chameleon config file during boot (org.chameleon.Boot.plist ->DSDT=hd(0,1)/DSDT.aml)


Is this correct ?

Link to comment
Share on other sites

hello


basicly yes.. is that


but the original patch is one of this .. after only copy there that dsm method


must know where is the device of the wifi


http://Olarila.com/Patches/Misc/Atheros%209285%20(no%20WLAN).txt


no wlan device


http://Olarila.com/Patches/Misc/Atheros%209285.txt


good hack

PB Easy Note TM 86 - i5 430 M - H55M - Ram - 6 GB - Alc272 - Radeon HD 5470 512 QE/CI

Lenovo G500 - i5 3230m - HM77 - Ram - 8 GB - Conexant audio - HD 4000

My OS X Files 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.





×
  • Create New...