From owner-freebsd-current@FreeBSD.ORG Fri Apr 2 10:24:01 2004 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 D8CA316A4CF for ; Fri, 2 Apr 2004 10:24:01 -0800 (PST) Received: from kestrel.alerce.com (kestrel.alerce.com [209.182.219.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id A660743D2F for ; Fri, 2 Apr 2004 10:24:01 -0800 (PST) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (w092.z064001164.sjc-ca.dsl.cnc.net [64.1.164.92]) (authenticated bits=128) by kestrel.alerce.com (8.12.10/8.12.10) with ESMTP id i32INx0F083848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 2 Apr 2004 10:24:00 -0800 (PST) (envelope-from hartzell@kestrel.alerce.com) Received: from rosebud.alerce.com (localhost [127.0.0.1]) by rosebud.alerce.com (8.12.9p2/8.12.9) with ESMTP id i32INrMd001490 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 2 Apr 2004 10:23:54 -0800 (PST) (envelope-from hartzell@rosebud.alerce.com) Received: (from hartzell@localhost) by rosebud.alerce.com (8.12.9p2/8.12.9/Submit) id i32INref001486; Fri, 2 Apr 2004 10:23:53 -0800 (PST) (envelope-from hartzell) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <16493.44984.676708.436414@rosebud.alerce.com> Date: Fri, 2 Apr 2004 10:23:52 -0800 To: freebsd-current@freebsd.org X-Mailer: VM 7.14 under 21.4 (patch 14) "Reasonable Discussion" XEmacs Lucid X-Virus-Scanned: ClamAV version 'clamd / ClamAV version 0.65', clamav-milter version '0.60p' Subject: FreeBSD 5.2.1p4, Atheros/Netgear WG511T, Sony PCG-GRX570 issues. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: hartzell@kestrel.alerce.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Apr 2004 18:24:02 -0000 Hi, I have a Sony PCG-GRX570 running FreeBSD 5.2.1p4 and an old graphite Apple Airport access point (w/ shiny new capacitors!). The sony hw.pci.allow_unsupported_io_range="1" to boot, and I also have hint.spic.0.at="isa" and hint.spic.0.port="0x10a0" in the device.hints file so that the little wheely thing works. I just got a Netgear WG511T Cardbus card and have run across a couple of problems. Before I file a pr, I'd like to check that the problems not upstream of my keyboard somewhere.... 1) If I boot the machine w/out the card inserted, then insert the card, it doesn't work (no blinkin' lights) and I see this in /var/log/messages: Apr 2 10:06:40 kong kernel: cbb0: CardBus card activation failed If I pop the card out, and reinsert it, voila: Apr 2 10:07:43 kong kernel: start (88000000) < sc->membase (e8200000) Apr 2 10:07:44 kong kernel: end (ffffffff) > sc->memlimit (e82fffff) Apr 2 10:07:44 kong kernel: start (88000000) < sc->membase (e8200000) Apr 2 10:07:44 kong kernel: end (ffffffff) > sc->memlimit (e82fffff) Apr 2 10:07:44 kong kernel: ath0: mem 0x88010000-0x8801ffff irq 9 at device 0.0 on cardbus0 Apr 2 10:07:44 kong kernel: start (88010000) < sc->membase (e8200000) Apr 2 10:07:44 kong kernel: ath0: mac 5.6 phy 4.1 5ghz radio 4.6 Apr 2 10:07:44 kong kernel: ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps Apr 2 10:07:44 kong kernel: ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps Apr 2 10:07:44 kong kernel: ath0: 802.11 address: 00:09:5b:c4:10:f3 and things seem to work ok. 2) If i try to run dstumbler (from ports, cvsup'd yesterday), as sudo dstumbler ath0 it starts up, and after several seconds says in red in the message area: error: unable to ioctl device socket: Operation now in progress If i pop the card out, instead of the 'detached' message I see normally, it says: Apr 2 10:15:14 kong kernel: ath0: ath_chan_set: unable to reset channel 4 (2427 Mhz) Apr 2 10:15:16 kong kernel: ath0: detached Reinserting the card still seems to work. Is the 5.2.1 atheros driver supposed to support dstumbler? Any helpful comments would be appreciated. Thanks, g.