From owner-freebsd-questions@FreeBSD.ORG Sun Feb 10 17:46:01 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EB7C716A417 for ; Sun, 10 Feb 2008 17:46:01 +0000 (UTC) (envelope-from grayfoxbsd@gmail.com) Received: from hs-out-2122.google.com (hs-out-0708.google.com [64.233.178.247]) by mx1.freebsd.org (Postfix) with ESMTP id AD20813C455 for ; Sun, 10 Feb 2008 17:46:01 +0000 (UTC) (envelope-from grayfoxbsd@gmail.com) Received: by hs-out-2122.google.com with SMTP id h53so1899774hsh.11 for ; Sun, 10 Feb 2008 09:46:00 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; bh=3IVD+GrRwZAx+l4oZig4k814EIj20SeyynvSZFWABj4=; b=qg944YqPqBVsOfQqRfiuchswkQsu3/U9qAIKAbt9dybPqwgLpeFoHXWe9QA9YRqccv43GiLprY5/lQUMfdfcQjk/yYRXJ4ULPcO6f/Yu93j9096Y8+co1q037Cb3rjTYaAPq7rjfrGgJ902pScYhXd9FLJ3JQhwpTHfbzDbM6KI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type; b=YoDHWBc4sptyOQ4/uweGbNx2TvextutFp5JIeB+PrQVDaxXdqrtgoEe4TxlAEdm14PtZAdI1qCNhQDBjYOzN/F11tKpE6IcgKWUO9Su/udiR8DojaWxSbOqlYJwK05e68kX4RIcBA5yiwSQNQNTmyaoOPo7QjbN9BSnZFPiZmRU= Received: by 10.142.172.12 with SMTP id u12mr7938929wfe.195.1202665559673; Sun, 10 Feb 2008 09:45:59 -0800 (PST) Received: by 10.142.245.2 with HTTP; Sun, 10 Feb 2008 09:45:59 -0800 (PST) Message-ID: Date: Sun, 10 Feb 2008 14:45:59 -0300 From: "Thiago Pollachini" To: questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: ath driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Feb 2008 17:46:02 -0000 Hi all, I bought a d-link ag530 pci card and I have a surprise. ath0: mem 0xdffe0000-0xdffeffff irq 18 at device 10.0 on pci0 ath0: unable to collect channel list from hal; regdomain likely 19 country code 0 I remember that we had to use ar5k.c to rewrite the regdomain on the eeprom. Some old ag530 cards I had done successfully, but the newer ones... On mikrotik routeros i have no problem. http://lists.freebsd.org/pipermail/freebsd-net/2007-September/015267.html thanks