How do I change the software to support the additional Japanese or European channels?
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
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 additional software is required for Novell BorderManager to support the N2H2 URL blocking solution, apart from the N2H2 category server?
- How do I change the software to support the additional Japanese or European channels?
- What additional DSX hardware and software do I need for DSX to support VoIP?