Contribute
Register

[solved] Can't change country code with patch on DW1560

Status
Not open for further replies.
Joined
May 13, 2011
Messages
531
Motherboard
DELL Inspiron 7560-1.3.0-CLOVER
CPU
i7 7500U
Graphics
HD 620 / GTX 940MX, 1920x1080
Mac
  1. MacBook Pro
Mobile Phone
  1. Android
Hello everyone,

This is a small problem to me because I can't change country code on my laptop.

Already used kext path in config.plist, and replace with my country code. But System info still shows location is FCC and country code is US.
Does anyone knows a root cause?
 

Attachments

  • debug_12502.zip
    2.3 MB · Views: 86
Hello everyone,

This is a small problem to me because I can't change country code on my laptop.

Already used kext path in config.plist, and replace with my country code. But System info still shows location is FCC and country code is US.
Does anyone knows a root cause?

Your patch for WiFi with Name=AirPortBrcm4360 is wrong. Should be Name=com.apple.driver.AirPort.Brcm4360. Because "AirPortBrcm4360" does not match (is not a substring) against the kext bundle ID of com.apple.driver.AirPort.Brcm4360.
 
Your patch for WiFi with Name=AirPortBrcm4360 is wrong. Should be Name=com.apple.driver.AirPort.Brcm4360. Because "AirPortBrcm4360" does not match (is not a substring) against the kext bundle ID of com.apple.driver.AirPort.Brcm4360.
Hi RehabMan, thanks for help again.

Is that other patches in the picture below need to change name either?
I'm following toleda's WIFI plist. Seems like need to change the name like this after 10.13
BCM.jpg
.
 
After change name from AirPortBrcm4360 to com.apple.driver.AirPort.Brcm4360 then reboot.

But still a same US country code.
螢幕快照 2018-02-24 上午11.06.11.png


Here's new PR file
 

Attachments

  • debug_6765.zip
    2 MB · Views: 80
Hi RehabMan, thanks for help again.

Is that other patches in the picture below need to change name either?
I'm following toleda's WIFI plist. Seems like need to change the name like this after 10.13 View attachment 315461 .

The IOBluetoothFamily patch still matches. It is optional to change to the full bundle-id.
The other patch would need to change if you expect it to match.

After change name from AirPortBrcm4360 to com.apple.driver.AirPort.Brcm4360 then reboot.

But still a same US country code.
View attachment 315463

Here's new PR file

You should check that you have the country code patch applicable to the version of macOS you're actually running...
 
You should check that you have the country code patch applicable to the version of macOS you're actually running...
OK, finally I realized that the patch I use only available before 10.12. It changed to another kext since 10.13.

Deep searching on this forum and I found a solution.

Just install AirportBrcmFixup.kext into /L/E and add "-brcmfx-country=TW".
The country code changed what I need after reboot.

Thanks for help again!

BCM2.jpg
 
OK, finally I realized that the patch I use only available before 10.12. It changed to another kext since 10.13.

Deep searching on this forum and I found a solution.

Just install AirportBrcmFixup.kext into /L/E and add "-brcmfx-country=TW".
The country code changed what I need after reboot.

Thanks for help again!

View attachment 315669

There is also a patch for 10.13 if you search for it...
 
There is also a patch for 10.13 if you search for it...
Yes, I also found there's patch code for 10.13 to change country code.
But Idk if I need fcvo patch together or not, and also I didn't found fcvo patch code on 10.13 yet.
I'll keep looking on it.......
 
Last edited:
Status
Not open for further replies.
Back
Top