From owner-freebsd-mobile@FreeBSD.ORG Wed Sep 8 18:26:53 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A8B3716A4CE for ; Wed, 8 Sep 2004 18:26:53 +0000 (GMT) Received: from max.af.czu.cz (max.af.czu.cz [193.84.41.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D88243D4C for ; Wed, 8 Sep 2004 18:26:52 +0000 (GMT) (envelope-from lists@hosting50.cz) Received: (qmail 56888 invoked by uid 89); 8 Sep 2004 18:26:52 -0000 Received: from unknown (HELO ?10.15.141.2?) (ares@max.af.czu.cz@217.11.239.237) by max.af.czu.cz with AES256-SHA encrypted SMTP; 8 Sep 2004 18:26:52 -0000 From: Tomas Randa To: freebsd-mobile@freebsd.org In-Reply-To: <200409081030.23693.sam@errno.com> References: <005c01c4959c$b5d6da50$da18b4c8@everton> <1094662034.652.21.camel@ares.office.internetservice.cz> <200409081030.23693.sam@errno.com> Message-Id: <1094667933.652.65.camel@ares.office.internetservice.cz> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Wed, 08 Sep 2004 20:25:33 +0200 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.1 Subject: Re: Help with Ath0 X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Sep 2004 18:26:53 -0000 I do the following: New BOX with FreeBSD 5.3 BETA3 with I848P chipset and two Dlink DWL-G520 cards ath0@pci2:4:0: class=0x020000 card=0x32031186 chip=0x0013168c rev=0x01 hdr=0x00 vendor = 'Atheros Communications Inc.' device = 'AR5213 802.11a/b/g Wireless Adapter' class = network subclass = ethernet ath0: mem 0xf9000000-0xf900ffff irq 22 at device 2.0 on pci2 ath0: mac 5.6 phy 4.1 5ghz radio 1.7 2ghz radio 2.3 ath0: Ethernet address: 00:0d:88:81:86:13 ath0: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath0: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps ath1: mem 0xf9010000-0xf901ffff irq 18 at device 4.0 on pci2 ath1: mac 5.6 phy 4.1 5ghz radio 1.7 2ghz radio 2.3 ath1: Ethernet address: 00:0d:88:81:86:71 ath1: 11b rates: 1Mbps 2Mbps 5.5Mbps 11Mbps ath1: 11g rates: 1Mbps 2Mbps 5.5Mbps 11Mbps 6Mbps 9Mbps 12Mbps 18Mbps 24Mbps 36Mbps 48Mbps 54Mbps this is working good. then I made a new kernel with drivers http://www.freebsd.org/~sam/net80211+ath-20040818.tgz I must build kernel with make -k option, because normal make failed on if_ray. The system boot up succesfully. The card in 11b mode and hostap works fine, second card in 11g works too, but after about 10 minutes system freezes without any messages. On next reboot, after a while the same thing. Then I do ifconfig ath1 down - for 11g card and then everything was OK. I have question: Is this possible with IRQ sharing with other cards in BOX? I have rl0: port 0x9000-0x90ff mem 0xf9020000-0xf90200ff irq 18 at device 0.0 on pci2 xl0: <3Com 3c905B-TX Fast Etherlink XL> port 0x9400-0x947f mem 0xf9021000-0xf902107f irq 21 at device 1.0 on pci2 ath0: mem 0xf9000000-0xf900ffff irq 22 at device 2.0 on pci2 ath1: mem 0xf9010000-0xf901ffff irq 18 at device 4.0 on pci2 but with drivers from 5.2.1 release everything works fine in this configuration. I have an other testing system - P200MMX with EUSSO GL2454VP card (atheros 5213), I tested new drivers here and everything works fine on distance of 2m between computer The first box I am using for distance of 2.2 km. Do you have any idea what to do? When you write me what to test, I will do it Thanks Tomas Randa On Wed, 2004-09-08 at 19:30, Sam Leffler wrote: > On Wednesday 08 September 2004 09:47 am, Tomas Randa wrote: > > > With new drivers from Sam I have problems on 11g, system is unstable > > I don't recall seeing a note from you? More information than "unstable" would > be useful. Please start by providing the radio rev displayed on module load. > 11g operation for 5212 parts should be drastically improved over the current > drivers in cvs. > > Sam