Jump to content

Recommended Posts

galera queria saber uma coisa quando eu ligo meu wifi ele depois de uns 10 minutos ele congela o sistema eu tenho que reiniciar ele o que eu posso fazer para solucionar isso



foto do mu wifi http://imgur.com/rwtZRsz


so lembrando do usando o chamelon e o meu sistema é 10.9.5


e placa de wifi é TL-WN751ND que vem 3 kext nela AtherosFix, IO80211Family, toledaARPT

Link to comment
Share on other sites

toleda e atheros fix ao mesmo tempo? precisa?

Se quando viaja faz o que quer, quando viajar, não leve a mulher ----  No PM support. Use the forum.
.
Dell Latitude i7 8565U 16Gb 256Gb M.2 Intel UHD620 (macOS 14.3) OC

Lenovo Core I5 6200U 8Gb 256Gb HD520 (macOS 14.4b) OC

Ryzen 7 5700X 32Gb 2Tb nvme RTX 3060TI 8Gb (W11)

Link to comment
Share on other sites

Creio eu que estou fazendo algo muito errado, gostaria da ajuda de vcs

como que eu faço então para reconhecer a minha placa wireless modelo TL-WN751ND


porque quando eu coloco essas kext ela é reconhecida e funciona por uns 5 a 7 minutos mais depois o sistema congela eu tenho que reiniciar o sistema....

Link to comment
Share on other sites

olá


para tentares resolver de vez o assunto deves precisar disto no dsdt


 

# Atheros AR9380/AR9280/AR9285/AR9287 WiFi dsdt edits  
# Verify IOReg/pci168c device @1C,6/RP07 otherwise, edit patch file:
# Find: RP07
# Replace All: name (name = IOReg/pci168c device name, RP01, BR01, PEX1, etc.)
#
# If no PXSX, manually add Device (ARPT) after Name (_ADR, 0x001C000x) to dsdt and 
# edit patch file:
# Find: PXSX
# Replace All: ARPT
# dsdt edit looks like:
#            Device (name)
#            {
#                Name (_ADR, 0x001C000x)
#                Device (ARPT)
#
# 1.  Insert device ARPT dsdt injection
into device Label PXSX parent_label RP07 replace_content  begin
Name (_ADR, Zero)\n
Name (_SUN, One)\n
Name (_PRW, Package (0x02) {0x09,0x04})\n
   Method (_DSM, 4, NotSerialized)\n
   {\n
    If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n
    Return (Package()\n
              {\n
	 "AAPL,slot-name","AirPort",\n
	 "built-in", Buffer () {0x00},\n
	 "device-type","AirPort",\n
	 "model","Atheros AR9x8x 802.11 a/b/g/n Wireless Network Controller",\n
	"name", "AirPort Extreme",\n
	 "compatible","pci168c,30"\n
    })\n
   }\n
end;

 

e usares mais nada para o wifi a não ser as kext originais do sistema


extrai teu dsdt .. + ioreg para ver onde fica o wifi


http://Olarila.com/files/Utils/IORegistryExplorer.zip


bom 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

name = IOReg/pci168c device name, RP01, BR01, PEX1, etc.

No seu caso deve ser um dos devices RP0X.

 

If no PXSX, manually add Device (ARPT) ...

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

opa creio que achei, seria isso daqui http://imgur.com/KpSqolu



e nada dsdt seria isso http://imgur.com/DkeQfu0


ou nao????



e como faço para por esses codigos



Código: Selecionar todos

# Atheros AR9380/AR9280/AR9285/AR9287 WiFi dsdt edits

# Verify IOReg/pci168c device @1C,6/RP07 otherwise, edit patch file:

# Find: RP07

# Replace All: name (name = IOReg/pci168c device name, RP01, BR01, PEX1, etc.)

#

# If no PXSX, manually add Device (ARPT) after Name (_ADR, 0x001C000x) to dsdt and

# edit patch file:

# Find: PXSX

# Replace All: ARPT

# dsdt edit looks like:

# Device (name)

# {

# Name (_ADR, 0x001C000x)

# Device (ARPT)

#

# 1. Insert device ARPT dsdt injection

into device Label PXSX parent_label RP07 replace_content begin

Name (_ADR, Zero)\n

Name (_SUN, One)\n

Name (_PRW, Package (0x02) {0x09,0x04})\n

Method (_DSM, 4, NotSerialized)\n

{\n

If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n

Return (Package()\n

{\n

"AAPL,slot-name","AirPort",\n

"built-in", Buffer () {0x00},\n

"device-type","AirPort",\n

"model","Atheros AR9x8x 802.11 a/b/g/n Wireless Network Controller",\n

"name", "AirPort Extreme",\n

"compatible","pci168c,30"\n

})\n

}\n

end;

Link to comment
Share on other sites

Sim, é o PXSX dentro de RP06.


into device Label PXSX parent_label RP06 ...

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

So para tirar uma duvida eu vou so mudar RP07 para RP06 é isso né





o into device Label PXSX parent_label RP06 replace_content begin

Name (_ADR, Zero)\n

Name (_SUN, One)\n

Name (_PRW, Package (0x02) {0x09,0x04})\n

Method (_DSM, 4, NotSerialized)\n

{\n

If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n

Return (Package()\n

{\n

"AAPL,slot-name","AirPort",\n

"built-in", Buffer () {0x00},\n

"device-type","AirPort",\n

"model","Atheros AR9x8x 802.11 a/b/g/n Wireless Network Controller",\n

"name", "AirPort Extreme",\n

"compatible","pci168c,30"\n

})\n

}\n

end;

Link to comment
Share on other sites

Procura ler o básico, nunca foi necessário reinstalar todo o sistema por causa de uma DSDT com problema, basta indicar para o boot loader desconsiderar o arquivo.


Usa o MaciASL para aplicar o patch.

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

Link to comment
Share on other sites

eu to tentando aplicar o patch mais não ta dando certo....


fica dando erro.... e não salva a dsdt ja tentei de varias maneiras

ja tentei assim



# Atheros AR9380/AR9280/AR9285/AR9287 WiFi dsdt edits

# Verify IOReg/pci168c device @1C,6/RP07 otherwise, edit patch file:

# Find: RP07

# Replace All: name (name = IOReg/pci168c device name, RP01, BR01, PEX1, etc.)

#

# If no PXSX, manually add Device (ARPT) after Name (_ADR, 0x001C000x) to dsdt and

# edit patch file:

# Find: PXSX

# Replace All: ARPT

# dsdt edit looks like:

# Device (name)

# {

# Name (_ADR, 0x001C000x)

# Device (ARPT)

#

# 1. Insert device ARPT dsdt injection

into device Label PXSX parent_label RP07 replace_content begin

Name (_ADR, Zero)\n

Name (_SUN, One)\n

Name (_PRW, Package (0x02) {0x09,0x04})\n

Method (_DSM, 4, NotSerialized)\n

{\n

If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n

Return (Package()\n

{\n

"AAPL,slot-name","AirPort",\n

"built-in", Buffer () {0x00},\n

"device-type","AirPort",\n

"model","Atheros AR9x8x 802.11 a/b/g/n Wireless Network Controller",\n

"name", "AirPort Extreme",\n

"compatible","pci168c,30"\n

})\n

}\n

end;





ja tentei assim




Device (name)

{

Name (_ADR, 0x001C000x)

Device (ARPT)


1. Insert device ARPT dsdt injection

into device Label PXSX parent_label RP07 replace_content begin

Name (_ADR, Zero)\n

Name (_SUN, One)\n

Name (_PRW, Package (0x02) {0x09,0x04})\n

Method (_DSM, 4, NotSerialized)\n

{\n

If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n

Return (Package()\n

{\n

"AAPL,slot-name","AirPort",\n

"built-in", Buffer () {0x00},\n

"device-type","AirPort",\n

"model","Atheros AR9x8x 802.11 a/b/g/n Wireless Network Controller",\n

"name", "AirPort Extreme",\n

"compatible","pci168c,30"\n

})\n

}\n

end;





e ja tentei assim




Device (name)

{

Name (_ADR, 0x001C000x)

Device (ARPT)


1. Insert device ARPT dsdt injection

into device Label PXSX parent_label RP06 replace_content begin

Name (_ADR, Zero)\n

Name (_SUN, One)\n

Name (_PRW, Package (0x02) {0x09,0x04})\n

Method (_DSM, 4, NotSerialized)\n

{\n

If (LEqual (Arg2, Zero)) { Return (Buffer() { 0x03 } ) }\n

Return (Package()\n

{\n

"AAPL,slot-name","AirPort",\n

"built-in", Buffer () {0x00},\n

"device-type","AirPort",\n

"model","Atheros AR9x8x 802.11 a/b/g/n Wireless Network Controller",\n

"name", "AirPort Extreme",\n

"compatible","pci168c,30"\n

})\n

}\n

end;

Link to comment
Share on other sites

Com RP07 nunca vai dar certo porque o seu PXSX está dentro do RP06. Já foi dito e confirmado, não sei mais o que precisa para você entender.


E não precisa adicionar o ARPT manualmente, isso é apenas para os casos em que o PXSX não existe

If no PXSX, manually add Device (ARPT) ...

-Donations-

PayPal HERE - Stripe HERE - BuyMeaCoffee HERE - Mercado Livre HERE

Skrill danielnmaldonado@gmail.com - BTC 33HeGCuCSh4tUBqdYkQqKpSDa1E7WeAJQ3

PicPay @danielnmaldonado - PiX @danielnmaldonado@gmail.com

Premium Users HERE - Problems with Paypal HERE

xcd5u2Y.png

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