From owner-freebsd-current@FreeBSD.ORG Sun Jul 23 22:57:39 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 BAAD216A4DF for ; Sun, 23 Jul 2006 22:57:39 +0000 (UTC) (envelope-from pbowen@fastmail.fm) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CCF843D45 for ; Sun, 23 Jul 2006 22:57:38 +0000 (GMT) (envelope-from pbowen@fastmail.fm) Received: from frontend3.internal (frontend3.internal [10.202.2.152]) by frontend1.messagingengine.com (Postfix) with ESMTP id 34894D91BF5 for ; Sun, 23 Jul 2006 18:57:37 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend3.internal (MEProxy); Sun, 23 Jul 2006 18:57:39 -0400 X-Sasl-enc: zVWShK3o15QUum9ABlJZl51UYMC76ou2IWv8Z9IP/uDY 1153695458 Received: from [10.50.31.168] (unknown [204.110.228.254]) by mail.messagingengine.com (Postfix) with ESMTP id 72C4E372A for ; Sun, 23 Jul 2006 18:57:38 -0400 (EDT) Message-ID: <44C3FEDA.5060501@fastmail.fm> Date: Sun, 23 Jul 2006 17:57:30 -0500 From: Patrick Bowen User-Agent: Thunderbird 1.5.0.4 (X11/20060723) MIME-Version: 1.0 To: freebsd-current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: D-Link ath card not recognized X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 23 Jul 2006 22:57:39 -0000 Just upgraded from 6.1 RELEASE to -current, and a previously working D-Link DWL-G630 AirPlus G wireless notebook adapter no longer works. H/W ver.: C2 F/W ver.: 3.01 This from dmesg; cbb alloc res fail cbb alloc res fail cardbus0: at device 0.0 (no driver attached) and this from dumpcis on Linux; Socket 0: manfid 0x0271, 0x0012 config_cb base 0x0000 last_index 0x01 cftable_entry_cb 0x01 [default] [master] [parity] [serr] [fast back] Vcc Vnom 3300mV Istatic 25mA Iavg 450mA Ipeak 500mA irq mask 0xffff [level] mem_base 1 BAR 1 size 64kb [mem] vers_1 7.1, "Atheros Communications, Inc.", "AR5001-0000-0000", "Wireless LAN Reference Card", "00" funcid network_adapter [post] lan_speed 6 mb/sec lan_speed 9 mb/sec lan_speed 12 mb/sec lan_speed 18 mb/sec lan_speed 24 mb/sec lan_speed 36 mb/sec lan_speed 48 mb/sec lan_speed 54 mb/sec lan_speed 72 mb/sec lan_media 5.4_GHz lan_node_id 00 03 2f 55 55 55 lan_connector Closed connector standard Ialso snagged this from Linux's dmesg; [17179589.744000] pccard: CardBus card inserted into slot 0 [17179589.776000] ath_hal: module license 'Proprietary' taints kernel. [17179589.776000] ath_hal: 0.9.14.9 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2 413) [17179589.796000] cs: IO port probe 0x100-0x3af: clean. [17179589.800000] cs: IO port probe 0x3e0-0x4ff: excluding 0x4d0-0x4d7 [17179589.800000] cs: IO port probe 0x820-0x8ff: clean. [17179589.800000] cs: IO port probe 0xc00-0xcf7: clean. [17179589.800000] cs: IO port probe 0xa00-0xaff: clean. [17179589.824000] wlan: 0.8.6.0 (EXPERIMENTAL) [17179589.824000] ath_rate_sample: 1.2 [17179589.832000] ath_pci: 0.9.6.0 (EXPERIMENTAL) [17179589.832000] PCI: Enabling device 0000:07:00.0 (0000 -> 0002) [17179589.832000] ACPI: PCI Interrupt 0000:07:00.0[A] -> GSI 16 (level, low) -> IRQ 177 [17179590.416000] Build date: Jul 10 2006 [17179590.416000] Debugging version (IEEE80211) [17179590.416000] ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps [17179590.416000] ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps [17179590.416000] ath0: H/W encryption support: WEP AES AES_CCM TKIP [17179590.416000] ath0: mac 7.8 phy 4.5 radio 5.6 [17179590.416000] ath0: Use hw queue 1 for WME_AC_BE traffic [17179590.416000] ath0: Use hw queue 0 for WME_AC_BK traffic [17179590.416000] ath0: Use hw queue 2 for WME_AC_VI traffic [17179590.416000] ath0: Use hw queue 3 for WME_AC_VO traffic [17179590.416000] ath0: Use hw queue 8 for CAB traffic [17179590.416000] ath0: Use hw queue 9 for beacons [17179590.416000] Debugging version (ATH) [17179590.416000] ath0: Atheros 5212: mem=0x24000000, irq=177 If I can provide any more info, please let me know. Thanks, Patrick