OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: problem: ath on OPENBSD_3_7 doesn't work (cvs build from today)

From: Andreas Vögele (voegelasgmx.net)
Date: Fri Apr 01 2005 - 14:38:52 CST


Am 01.04.2005 um 17:26 schrieb Dawid Zabrocki:

> I builded system from source i got erlier today from
> anoncvsopenbsd.chem.uw.edu.pl:/cvs
>
> and my atheros card (DLINK DWL-AG520) doesn't seem to work

I've got the same card and I get the same error message.

According to <URL:http://www.webservertalk.com/message962324.html> this
problem can be fixed by modifying /sys/dev/ic/ar5xxx.c. Look for the
string COUNTRYCODE and insert the following lines:

#if 1
#define COUNTRYCODE "pl"
#endif