From owner-freebsd-current@FreeBSD.ORG Wed Jul 30 13:54:48 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6964837B401; Wed, 30 Jul 2003 13:54:48 -0700 (PDT) Received: from mail.wrs.no (mail.wrs.no [213.236.173.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A47843F3F; Wed, 30 Jul 2003 13:54:45 -0700 (PDT) (envelope-from freebsd@yazzy.org) Received: from yazzy.wrs (unknown [192.168.64.38]) by mail.wrs.no (Postfix) with SMTP id C62A55F317; Wed, 30 Jul 2003 22:26:42 +0200 (CEST) Date: Wed, 30 Jul 2003 22:52:46 +0200 From: Marcin Jessa To: freebsd-small@freebsd.org, freebsd-current@freebsd.org Message-Id: <20030730225246.49694cd4.freebsd@yazzy.org> In-Reply-To: References: Organization: ezUnix.org X-Mailer: Sylpheed version 0.9.0claws (GTK+ 1.2.10; i686-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Error with Atheros chipset. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jul 2003 20:54:48 -0000 Hi Guys. I've recompiled -CURRENT with support for atheros cards. I have two cards, one PCI(desktop) and one PCMCIA(laptop). Both are Proxim 11a/b/g combo cards with AR5212 chips. The cards are recognized fine. pciconf -l -vv shows: ath0@pci2:4:0: class=0x020000 card=0x0a6014b7 chip=0x0013168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' class = network subclass = ethernet dmesg shows: ath0: mem 0x40000000-0x4000ffff irq 5 at device 4.0 on pci2 ath0: 11a rates: 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath0: 802.11 address: 00:20:a6:4c:ef:62 I've tried every possible example combo from man ath(4), i.e: ifconfig ath0 inet 192.168.0.1 netmask 0xffffff00 ssid my_net mode 11a mediaopt adhoc to create adhoc network. The problems start when I try to configure them with ifconfig. Every attempt result in following errors and lack of communication between them: ar5212AniGetCurrentState: Out of space in ANI table for channel 5785/0x140! ar5212AniGetCurrentState: Out of space in ANI table for channel 5805/0x140! ar5212AniGetCurrentState: Out of space in ANI table for channel 5825/0x140! ar5212AniGetCurrentState: Out of space in ANI table for channel 5785/0x140! ar5212AniGetCurrentState: Out of space in ANI table for channel 5805/0x140! etc etc. Any idea how to fix that and how to make the cards work? A simple ping would make my day :) Greets, YazzY