Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How do I change the software to support the additional Japanese or European channels?

0
Posted

How do I change the software to support the additional Japanese or European channels?

0

With madwifi-old (not madwifi-ng) and before, you have to edit / driverdir /hal/ah.h and recompile. There you will find the following code snippet: enum { CTRY_DEBUG = 0x1ff, /* debug country code */ CTRY_DEFAULT = 0 /* default country code */ }; You have to specify your country code page in HEX by the CTRY_DEFAULT variable. The decimal value for the country code can be found in this table So for instance if I convert the countrycode for the Netherlands (528) to HEX it will be 0x0210. The line will look like this after the edit: CTRY_DEFAULT = 0x210, After this you compile and install the driver as normal. This way you don’t have to specify the countrycode=… on the command line when you load the driver. (Thanks to Erwin Paternotte for this write-up) APPLE / MacOS (We are providing this information out of good will, we are not responsible for any mistakes or errors.) • I’ve heard the Senao / EnGenius cards work great with the Apple Airport. Which Mac OS versions are supported? Mac OS

0

With madwifi-old (not madwifi-ng) and before, you have to edit / driverdir /hal/ah.h and recompile. There you will find the following code snippet: enum { CTRY_DEBUG = 0x1ff, /* debug country code */ CTRY_DEFAULT = 0 /* default country code */ }; You have to specify your country code page in HEX by the CTRY_DEFAULT variable. The decimal value for the country code can be found in this table So for instance if I convert the countrycode for the Netherlands (528) to HEX it will be 0x0210. The line will look like this after the edit: CTRY_DEFAULT = 0x210, After this you compile and install the driver as normal. This way you don’t have to specify the countrycode=… on the command line when you load the driver.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123