Jump to content
fariel23

Asus N53SN-SZ139V Help me out please!!

Recommended Posts

Use the patch in this post

http://Olarila.com/forum/viewtopic.php?f=17&t=391&p=3625#p3614


Try to understand what the patch does, it's pretty simple.

 

i did exact what u say and again I CANT BOOT all i see is a blue screen , so don't know what happens so i will try to extract a new dsdt

i also have a few warning in my dsdt maybe thats the problem please take a look:



8269 Warning Not all control paths return a value (_CRS)

8269 Warning Reserved method must return a value (Buffer required for _CRS)

13241 Warning Statement is unreachable

13269 Warning Statement is unreachable

15128 Warning Not all control paths return a value (_Q11)

17423 Warning Not all control paths return a value (OPVK)

17679 Warning Not all control paths return a value (_ON_)

17747 Warning Not all control paths return a value (MXDS)

17775 Warning Statement is unreachable


so what you suggest thank u again!!!

Link to comment
Share on other sites

The patches look fine.


You don't need the LPC patch (I didn't notice your System Info screenshot, the original ID is 0x1c49) but that should not be the problem.


Patches that you can always use are IRQs and RTC

http://Olarila.com/Patches/IRQs.txt

http://Olarila.com/Patches/RTC.txt


Most of these patches can be used in your case

http://Olarila.com/Patches/Notebook%20Core%20i%20Sandy%20Bridge/


About the problem when you apply the Atheros patch, try using a different SMboardproduct in smbios.plist, I had a similar problem when I didn't have this key in SMBIOS, and there are reports of problems with some values, so I think it's worth a try

http://www.insanelymac.com/forum/index.php?showtopic=265219

Link to comment
Share on other sites

The patches look fine.


You don't need the LPC patch (I didn't notice your System Info screenshot, the original ID is 0x1c49) but that should not be the problem.


Patches that you can always use are IRQs and RTC

http://Olarila.com/Patches/IRQs.txt

http://Olarila.com/Patches/RTC.txt


Most of these patches can be used in your case

http://Olarila.com/Patches/Notebook%20Core%20i%20Sandy%20Bridge/


About the problem when you apply the Atheros patch, try using a different SMboardproduct in smbios.plist, I had a similar problem when I didn't have this key in SMBIOS, and there are reports of problems with some values, so I think it's worth a try

http://www.insanelymac.com/forum/index.php?showtopic=265219

 

my friend i try changing the SMboardproduct in smbios.plist but no luck it wont boot it freeze at the loading wheel and again the atheros patch doesn't work it show a blue screen. so i don't know anymore what to say. thanks anyway


can i try the mbp 8,3 smbio????

Link to comment
Share on other sites

Edit: your file is wrong, the _DSM is inside RP02, it must be inside WLAN device. Maybe you used the old patch that was wrong?


Remove _DSM from RP02

into method label _DSM parent_adr 0x001C0001 remove_entry

 

Then apply the new patch.

 

idid exact what u say on the chat and again it show a blue screen .

Link to comment
Share on other sites

Now the Atheros patch is correct, it should work. Maybe there's something else wrong.


Try to start over, remove dsdt.aml from / or /Extra, reboot and apply the patches again. Apply also the other "generic" patches (IRQs and RTC). You don't need the LPC patch, but you may need other patches from Notebook Core i Sandy Bridge folder.


If it still doesn't work I would try other SMBIOS values, even if it doesn't match your chipset and CPU, just to eliminate the possibility.

Link to comment
Share on other sites

i prepare a usb stick with extra folder incl. my dsdt.aml with the all the patches we talk about incl. the atheros patch. so when i boot to the usbstick it boot fines to the installion screen and suprice the wifi is there i can connect so it seems to work BUT when i Finnish the instalion and boot back i get the welcome screen i fill everything but it says creating accounts and the it keep loading back the welcome screen again and again


so what im doing is the following: i boot through the usb stick then format the driver then boot back on windows and trough mac drive i copy the extra to the mac partition and then install lion using the usb stick as i told u via the setup screen i can see the wifi and can connect but as soon i reboot i'm stuck refilling the welcome setup screen


as soon i get a cam i will shoot a video for u to see whats going on...

thank u very much for your time!!!!

Link to comment
Share on other sites

  • Administrators

-Donations-

PayPal HERE - Stripe HERE - Ko-Fi HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3 - BNB 0x10D1d656eCa00bD521f9b4A43B83098B8142e115 - USDT BSC BEP20 0xb57cfdfa371fad1981910f0e8332409ab99f74d9 - USDT TRC20 TUR6Z9AVS4AYzqPnULoHrfFvppRbhXmNbZ - KASPA kaspa:qpxzufgfj8p6r0krg58yzvs0009h2mwqgvcawa0xc2pth7sgzpv56j4f6dtvk - PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Sign up for a Bybit account and claim exclusive rewards HERE

New ways to earn money with Linkvertise HERE

Link to comment
Share on other sites

This topic mentions 0x002b168c in the title

http://osx86.co/f36/atheros-ar9285-0x002b168c-fix-for-snow-leopard-t6662/


The patch is almost the same you are using, but it has Buffer () {0x2A, 0x00, 0x00, 0x00} for device-id, instead of Unicode ("*") like you are using. Maybe faking the 2a ID makes 2b cards work better, you can try that.

 

can u please make a dsdt patch for me. so that i can patch cause i dont know how to do it..

by the way i take a screenshot of my wlan@0 so u can see..

WLAN@0 ScreenShot.zip

Link to comment
Share on other sites

Just open your dsdt.aml with DSDT Editor, search for "WLAN", replace Unicode ("*") by Buffer () {0x2A, 0x00, 0x00, 0x00}, compile and save.


Or use this

into method label _DSM parent_label WLAN remove_entry;
into device label WLAN insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x0C)\n
       {\n
           "AAPL,slot-name", \n
           Buffer (0x08)\n
           {\n
               "AirPort"\n
           }, \n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x2A, 0x00, 0x00, 0x00\n
           }, \n
           "device_type", \n
           Buffer (0x08)\n
           {\n
               "AirPort"\n
           }, \n
           "model", \n
           Buffer (0x34)\n
           {\n
               "Atheros 9285 8802.11 b/g/n Wireless Network Adapter"\n
           }, \n
           "subsystem-id", \n
           Buffer (0x04)\n
           {\n
               0x8F, 0x00, 0x00, 0x00\n
           }, \n
           "subsystem-vendor-id", \n
           Buffer (0x04)\n
           {\n
               0x6B, 0x10, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end

Link to comment
Share on other sites

Just open your dsdt.aml with DSDT Editor, search for "WLAN", replace Unicode ("*") by Buffer () {0x2A, 0x00, 0x00, 0x00}, compile and save.


Or use this

into method label _DSM parent_label WLAN remove_entry;
into device label WLAN insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x0C)\n
       {\n
           "AAPL,slot-name", \n
           Buffer (0x08)\n
           {\n
               "AirPort"\n
           }, \n
           "device-id", \n
           Buffer (0x04)\n
           {\n
               0x2A, 0x00, 0x00, 0x00\n
           }, \n
           "device_type", \n
           Buffer (0x08)\n
           {\n
               "AirPort"\n
           }, \n
           "model", \n
           Buffer (0x34)\n
           {\n
               "Atheros 9285 8802.11 b/g/n Wireless Network Adapter"\n
           }, \n
           "subsystem-id", \n
           Buffer (0x04)\n
           {\n
               0x8F, 0x00, 0x00, 0x00\n
           }, \n
           "subsystem-vendor-id", \n
           Buffer (0x04)\n
           {\n
               0x6B, 0x10, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end

just try that but again no luck connection failed ????

Link to comment
Share on other sites

i dont know why on the setup i can connect without problem and the when the installation finish i CAN'T connect???????


maybe this help i was using a lion dvd call " LION PC FIX DVD" i convert that to my usb stick. do u think that may be the issue???


should i use the original lion installer from apple store with my bootloader and extra folder with the dsdt.aml?

Link to comment
Share on other sites

Maybe this DVD you are using has a patched kext for the wireless card in its base system, but it installs the original one.


Try to copy IO80211Family.kext from DVD do HD (repair permissions).


Also check if /System/Library/SystemConfiguration/Apple80211Monitor.bundle is present in the DVD, and wich SMboardproduct it uses in SMBIOS (or is used in the boot CD).

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...