Jump to content

Atheros AR9285 fix for Snow Leopard - Mavericks


Andy Vandijck
 Share

155 posts in this topic

Recommended Posts

Works in Lion 10.7.5 with DSDT edit's.

Device (ARPT)
		    {
			    Name (_ADR, Zero)
			    Name (_PRW, Package (0x02)
			    {
				    0x0B,
				    0x05
			    })
			    Method (_DSM, 4, NotSerialized)
			    {
				    Store (Package (0x0C)
					    {
						    "AAPL,slot-name",
						    Buffer (0x08)
						    {
							    "AirPort"
						    },
						    "device-id",
						    Unicode ("*"),
						    "device_type",
						    Buffer (0x08)
						    {
							    "AirPort"
						    },
						    "model",
						    Buffer (0x34)
						    {
							    "Atheros 9285 8802.11 b/g/n Wireless Network Adapter"
						    },
						    "subsystem-id",
						    Buffer (0x04)
						    {
							    0x8F, 0x00, 0x00, 0x00
						    },
						    "subsystem-vendor-id",
						    Buffer (0x04)
						    {
							    0x6B, 0x10, 0x00, 0x00
						    }
					    }, Local0)
				    DTGP (Arg0, Arg1, Arg2, Arg3, RefOf (Local0))
				    Return (Local0)
			    }
		    }

You don't need to edit kext and don't be afraid of Os Updates!

BTW what i need to put there?

"device-id",

Unicode (

"*"

), \\ You can change the "+" to unicode = 2b:???

I want this edit in my dsdt. I think i will see my wifi in pci dev List, am i

rigth?

Link to comment
Share on other sites

Works in Lion 10.7.5 with DSDT edit's.


 

"device-id",

Unicode ("*"),

[left][color=#000000][font=Verdana, Geneva, sans-serif][size=3]), \\ You can change the "+" to unicode = 2b:???[/size][/font][/color][/left]

[left][color=#000000][font=Verdana, Geneva, sans-serif][size=3]I want this edit in my dsdt. I think i will see my wifi in pci dev List, am i [/size][/font][/color][/left]

[font=Verdana, Geneva, sans-serif][color=#000000][size=3]rigth?[/size][/color][/font]

 

2B ? thats not supported natively. 2A is and 30

 

LOGIC TO IT: MAKE IT THINK ITS 2A OR 30 DEVICE ID THAT IS IN ATHEROS KEXT.

 

what is point of makign it same it already is ?? 2B ? Not in kext of atheros

Link to comment
Share on other sites

I manage this to see in pci :wink2:

post-188311-0-15506600-1352410168_thumb.png

And i flash rom of my card to get clear log when os is booting. I choose 0x0 in select country. And now I get this:

post-188311-0-13673600-1352410288_thumb.png

I am Happy.

BTW! Anybody knows how to get bluetooth on my MB Asus P8Z68V-Pro with out booting in other OS first? Note I don't use a Cham or Chimera or XPC boot. Only Clover.

Link to comment
Share on other sites

I manage this to see in pci :wink2:

post-188311-0-15506600-1352410168_thumb.png

And i flash rom of my card to get clear log when os is booting. I choose 0x0 in select country. And now I get this:

post-188311-0-13673600-1352410288_thumb.png

I am Happy.

BTW! Anybody knows how to get bluetooth on my MB Asus P8Z68V-Pro with out booting in other OS first? Note I don't use a Cham or Chimera or XPC boot. Only Clover.

i ran into similar issue with dell wireless355 bluetooth.. had to run a program from dell to reflash it to legacy.. apparently the card was made to work with vista and drivr had part of the rom.(windows only)

now it works in all os all the times... u might have to see if its a dsdt issue or a rom issue of the card.

 

with clover there might be a register to enable it.. i dont know

Link to comment
Share on other sites

I have drivers for my bluetooth, but they run with install script wich is unix executable. He installs Rom and Flashrom prog into ./Extra and .plist to ./library/stratupitems.

I have to patch rom every boot. Do you know how I register it with Clover?

With Cham or Chimera all ok, but boot loaders are bad. :wink2:

I am stak on this :wallbash: :wallbash: :wallbash: :wallbash: :wallbash: :wallbash:

Link to comment
Share on other sites

 Share

×
×
  • Create New...