Jump to content

TP-Link TL-WDN4800 Set Locale


SavageAUS
 Share

6 posts in this topic

Recommended Posts

I have the TP-Link TL-WDN4800 in my hack but as seen below it does not detect where i am. Is there a way to correct this for my location? (South Australia)

post-1083558-0-72563300-1512018427_thumb.png

I have this patch which stops the spamming of unknown locale but obviously doesn't correct the locale.

<dict>
    <key>Comment</key>
    <string>Atheros Locale Fix</string>
    <key>Disabled</key>
    <false/>
    <key>Find</key>
    <data>
    g/s3
    </data>
    <key>Name</key>
    <string>AirPortAtheros40</string>
    <key>Replace</key>
    <data>
    g/sh
    </data>
</dict>
Link to comment
Share on other sites

The second patch replaces the JP regdomain (0x43) with the FCC regdomain (0x00). That's the only change it does, so you can simply edit those two bytes in the replace pattern for the second patch:

Comment:	Override regdomain (2 of 2)
Find:		66c78316 09000043 0066b843 00
Name:		com.apple.driver.AirPort.Atheros40
Replace:	66c78316 090000XX 0066b8XX 00

Where XX is your desired regdomain.

  • Like 2
Link to comment
Share on other sites

The second patch replaces the JP regdomain (0x43) with the FCC regdomain (0x00). That's the only change it does, so you can simply edit those two bytes in the replace pattern for the second patch:

Comment:	Override regdomain (2 of 2)
Find:		66c78316 09000043 0066b843 00
Name:		com.apple.driver.AirPort.Atheros40
Replace:	66c78316 090000XX 0066b8XX 00

Where XX is your desired regdomain.

I have the same issue as @pico joe, i changed 090000XX - 09000041 and 0066b8XX - 0066b855 but still appears as JP in system information.

 

P.S This is on High Sierra

Link to comment
Share on other sites

 Share

×
×
  • Create New...