Jump to content

Asus N53SN-SZ139V Help me out please!!


Recommended Posts

Posted
[attachment=0]dsdt.fariel23.zip[/attachment]

 

thank u for the dsdt however when i use it it can not find my wifi. its says WI-FI CARD NOT INSTALLED

Posted
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

Posted

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

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted
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 ????

Posted

Is it a N router? I've read about problems connecting to N routers with Atheros 9285.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted (edited)
Is it a N router? I've read about problems connecting to N routers with Atheros 9285.

 

as us saw on the youtube video i try a few others and could also no connect so i think there most be something else

Edited by Guest
Posted


i wil do a fresh install with the dsdt that mald0n did for me i wil let u know how that go

 

im now @ the setup screen and using dsdt from mald0n i see there is no WI-FI No Hardware Installed

Posted

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?

Posted

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

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted

i have a good news my wifi is now working no more problem on that side i find out i needed to copy my extra folder AFTER the installation . using the lion pc fix cause with the original lion from apple store did not work

so thank u very much oldnapalm helping me out

your dsdt patches worked u r a genie

god bless u

so now im running a fresh installation

thank u very much for ur time

Posted
The DualLink patch is simple, like GMA950

into device name_adr 0x00020000 insert
begin
Method (_DSM, 4, NotSerialized)\n
{\n
   Store (Package (0x02)\n
       {\n
           "AAPL00,DualLink",\n
           Buffer (0x04)\n
           {\n
               0x01, 0x00, 0x00, 0x00\n
           }\n
       }, Local0)\n
   DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))\n
   Return (Local0)\n
}
end

 

Hello,

I applied this fix as well (fixed greenish screen for me), but I am getting artifacts randomly. Rectangle/bar shaped artifacts...


Does it have to do with the dualLink fix? Or is there another fix for this?

This is the exact code in my dsdt:

 

Device (GFX0)
       {
           Name (_ADR, 0x00020000)
           Method (_DOS, 1, NotSerialized)
           {
               Store (And (Arg0, 0x07), DSEN)
               If (LEqual (And (Arg0, 0x03), Zero))
               {
                   If (CondRefOf (HDOS))
                   {
                       HDOS ()
                   }
               }
           }
           Method (_DSM, 4, NotSerialized)
           {
               Store (Package (0x02)
                   {
                       "AAPL00,DualLink", 
                       Buffer (0x04)
                       {
                           0x01, 0x00, 0x00, 0x00
                       }
                   }, Local0)
               DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
               Return (Local0)
           }

 

Running: 10.7.1

Mobo: Alienware M14xR1

Chipset: Intel HM67

Intel i7 2720QM / Intel HD 3000

Posted


Hello,

I applied this fix as well (fixed greenish screen for me), but I am getting artifacts randomly. Rectangle/bar shaped artifacts...


Does it have to do with the dualLink fix? Or is there another fix for this?

This is the exact code in my dsdt:

 

Device (GFX0)
       {
           Name (_ADR, 0x00020000)
           Method (_DOS, 1, NotSerialized)
           {
               Store (And (Arg0, 0x07), DSEN)
               If (LEqual (And (Arg0, 0x03), Zero))
               {
                   If (CondRefOf (HDOS))
                   {
                       HDOS ()
                   }
               }
           }
           Method (_DSM, 4, NotSerialized)
           {
               Store (Package (0x02)
                   {
                       "AAPL00,DualLink", 
                       Buffer (0x04)
                       {
                           0x01, 0x00, 0x00, 0x00
                       }
                   }, Local0)
               DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
               Return (Local0)
           }

 

Running: 10.7.1

Mobo: Alienware M14xR1

Chipset: Intel HM67

Intel i7 2720QM / Intel HD 3000

 

it got to be the chameleon boot loader try chimera. i notice that also only on the installer the artifacts with the chameleon bootloader but not with chimera. now I'm using the latest chameleon and is working fine. hoop u can get it right . try openGL View do some test and see if u get artifacts and let us know. good luck

Posted

Try to enable it in Windows and reboot into Mac OS.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted
Try to enable it in Windows and reboot into Mac OS.

 

i just try that now it recognize but can't send files or receive file.


this is on the system information:


Apple Bluetooth Software Version: 2.5.0f17

Hardware Settings:

Address: e0-b9-a5-45-6f-cd

Manufacturer: Unknown

Name: Farriel’s MacBook Pro

Firmware Version: 5.39321 (5.39321)

Bluetooth Power: On

Discoverable: Yes

Vendor ID: 0

Product ID: 0x7fff

HCI Version: 5 (0x5)

HCI Revision: 39321 (0x9999)

LMP Version: 5 (0x5)

LMP Subversion: 39321 (0x9999)

Device Type (Major): Computer

Device Type (Complete): Mac Portable

Composite Class Of Device: 3801356 (0x3a010c)

Device Class (Major): 1 (0x1)

Device Class (Minor): 3 (0x3)

Service Class: 464 (0x1d0)

Peer to Peer Supported: Yes

Services:

Bluetooth File Transfer:

Folder other devices can browse: ~/Public

Requires Authentication: Yes

State: Enabled

Bluetooth File Exchange:

Folder for accepted items: ~/Downloads

Requires Authentication: No

When other items are accepted: Ask

When PIM items are accepted: Ask

When receiving items: Prompt for each file

State: Enabled

Devices (Paired, Favorites, etc):

LG KP500:

Address: 00-22-a9-64-a2-cb

Type: Mobile Phone

Firmware Version: 0

Services: Dialup Networking, HFP Audio Gateway, Advanced audio source, Object Push, Phonebook Access PSE, OBEX File Transfer, Serial Port 1, HSP Audio Gateway

Paired: Yes

Favorite: No

Connected: No

Manufacturer: Broadcom (0x4, 0x410b)

Vendor ID: 0x0f

Product ID: 0

EDR Supported: Yes

eSCO Supported: Yes

Incoming Serial Ports:

Bluetooth-PDA-Sync:

RFCOMM Channel: 3

Requires Authentication: No

Outgoing Serial Ports:

Bluetooth-Modem:

Address:

RFCOMM Channel: 0

Requires Authentication: No


and this on the usb tab:


Bluetooth USB Host Controller:


Product ID: 0x3304

Vendor ID: 0x13d3 (AzureWave Technologies, Inc.)

Version: 0.01

Speed: Up to 12 Mb/sec

Location ID: 0x1a110000 / 3

Current Available (mA): 500

Current Required (mA): 100


hope there is a fix

Posted

Did you try using the DSDT edited by Maldon? It has patches in USB devices, it may help since your bluetooth has USB host controller.

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Posted
Did you try using the DSDT edited by Maldon? It has patches in USB devices, it may help since your bluetooth has USB host controller.

 

can u give me the patch in usb devices to patch my dsdt . cause mald0n dsdt did no show my wifi

Posted
it got to be the chameleon boot loader try chimera. i notice that also only on the installer the artifacts with the chameleon bootloader but not with chimera. now I'm using the latest chameleon and is working fine. hoop u can get it right . try openGL View do some test and see if u get artifacts and let us know. good luck

 

I read before that people are saying latest Chimera solved artefacting. But latest chimera (1.5.3) does not boot on my system, it says "Operating system not found".

If I then revert to older Chimera, it boots and even with the Intel HD 3000 injection (cause this injection is not included in the older Chimera).


OpenGL view ??

Posted

can u give me the patch in usb devices to patch my dsdt . cause mald0n dsdt did no show my wifi

 

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

and

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


You can also apply this patch over Maldon DSDT

http://Olarila.com/forum/viewtopic.php?f=17&t=391&start=40#p3731

-Guides and Tutorials HERE

-Hackintosh Tutorial Database - HERE

-The largest EFI folder collection for Hackintosh HERE

-Support Olarila Vanilla Hackintosh by making a donation HERE

-Professional Consulting for macOS Hackintosh since 2006 HERE

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


×
×
  • Create New...