From owner-freebsd-wireless@FreeBSD.ORG Wed Jan 25 07:52:34 2012 Return-Path: Delivered-To: freebsd-wireless@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F3FB11065672; Wed, 25 Jan 2012 07:52:33 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id 946298FC1E; Wed, 25 Jan 2012 07:52:33 +0000 (UTC) Received: by vcmm1 with SMTP id m1so56581vcm.13 for ; Tue, 24 Jan 2012 23:52:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=TEdCHY0NvY7/K5MBXkG6lEl1zvenSDYE4h7xb2pdobI=; b=SSKlFFkWSH+gqyAi7p05R21HQMzKi29Uh/6mpfE9OoGRgchwRc3PVZteEwUCZnO0Sg HDpIQGdnEA5LstgdCJsLDoCdHAVCQqZcq6XMqsHF5FLSikxAgJHOD9U6fmMK+1rgFAcw aUEsRrESIma7vd0I+50lvFa7TrNb65nt5a9TQ= MIME-Version: 1.0 Received: by 10.52.29.228 with SMTP id n4mr8183345vdh.57.1327477952000; Tue, 24 Jan 2012 23:52:32 -0800 (PST) Sender: adrian.chadd@gmail.com Received: by 10.52.71.241 with HTTP; Tue, 24 Jan 2012 23:52:31 -0800 (PST) In-Reply-To: References: <43606099-9A1E-4B56-87FB-FB1CD23E9A8F@di-vision.sk> Date: Tue, 24 Jan 2012 23:52:31 -0800 X-Google-Sender-Auth: _agOZIxUeisULXyZOlZv4Liljc0 Message-ID: From: Adrian Chadd To: =?UTF-8?Q?Michal_Van=C4=8Do?= Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-wireless@freebsd.org, freebsd-stable@freebsd.org Subject: Re: ath0: device timeout on 9.0-STABLE X-BeenThere: freebsd-wireless@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Discussions of 802.11 stack, tools device driver development." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Jan 2012 07:52:34 -0000 Hi, The LED stuff may be a bit broken for 9.0. I'll try to fix it up and backport the GPIO and LED fixes. Adrian On 24 January 2012 23:51, Michal Van=C4=8Do wrote: > Adrian, > > believe or not =E2=80=A6 it simply started to work. I just left my thinkp= ad turned > off during the night and now when I booted, almost everything works as > expected: > > # ifconfig wlan0 > wlan0: flags=3D8843 metric 0 mtu = 1500 > ether 00:19:7e:52:1c:c4 > inet 192.168.0.17 netmask 0xffffff00 broadcast 192.168.0.255 > nd6 options=3D29 > media: IEEE 802.11 Wireless Ethernet OFDM/48Mbps mode 11g > status: associated > ssid XXX channel 9 (2452 MHz 11g) bssid 10:9a:dd:88:2a:5d > regdomain ETSI2 country SK indoor ecm authmode WPA2/802.11i > privacy ON deftxkey UNDEF AES-CCM 3:128-bit txpower 30 bmiss 7 > scanvalid 450 bgscan bgscanintvl 300 bgscanidle 250 roam:rssi 7 > roam:rate 5 protmode CTS wme burst roaming MANUAL > > # /usr/src/tools/tools/ath/athstats/athstats -i ath0 > 4228 data frames received > 818 data frames transmit > 3 tx frames with an alternate rate > 126 long on-chip tx retries > 29480 mib overflow interrupts > 24M current transmit rate > 730 tx frames with short preamble > 210 rx failed 'cuz of bad CRC > 18 rx failed 'cuz of PHY err > 18 CCK restart > 10 periodic calibrations > -0/+0 TDMA slot adjust (usecs, smoothed) > 37 rssi of last ack > 37 avg recv rssi > -96 rx noise floor > 90 tx frames through raw api > 1 spur immunity level > 1 first step level > 9 ANI increased spur immunity > 2 ANI decrease spur immunity > 103 ANI enabled OFDM weak signal detect > 4 ANI disabled OFDM weak signal detect > 102 ANI disabled CCK weak signal threshold > 3 ANI increased first step level > 7392282 cumulative OFDM phy error count > 34526 cumulative CCK phy error count > 20 ANI forced listen time to zero > 126 missing ACK's > 291 bad FCS > 2928 beacons received > 39 average rssi (beacons only) > 37 average rssi (all rx'd frames) > 37 average rssi (ACKs only) > Antenna profile: > [0] tx 817 rx 65 > [1] tx 0 rx 4163 > > I say "almost" because that small WiFi-LED doesn't blink as it should. Is > there any way to fix this? I see these sysctls: > > dev.ath.0.softled: 0 > dev.ath.0.ledpin: 0 > dev.ath.0.ledon: 0 > dev.ath.0.ledidle: 2700 > > but I'm lost with them :) > > regards > michal > > On 25.1.2012, at 4:46, Adrian Chadd wrote: > > > Sure, can you please: > > > > * compile with the following options: > > > > options ATH_DEBUG > > options AH_DEBUG > > options ATH_DIAGAPI > > > > * compile /usr/src/sys/tools/tools/ath/athstats/ > > > > * run athstats -i ath0 and email them to me + > freebsd-wireless@freebsd.org > > > > Thanks! > > > > > > > > Adrian > > > > > > On 24 January 2012 04:01, Michal Van=C4=8Do wrote= : > > Hi there, > > > > I've installed 9.0-STABLE (also tried on 9.0-RELEASE) on my Thinkpad T6= 0 > and I'm not able to use WiFi. Kernel is GENERIC. > > > > pciconf -lv: > > ath0@pci0:3:0:0: class=3D0x028000 card=3D0x0033168c chip=3D0x002= 4168c > rev=3D0x01 hdr=3D0x00 > > vendor =3D 'Atheros Communications Inc.' > > device =3D 'AR5008 Wireless Network Adapter' > > class =3D network > > > > relevant part of rc.conf: > > wlans_ath0=3D"wlan0" > > create_args_wlan0=3D"country SK" > > ifconfig_wlan0=3D"WPA DHCP" > > > > and wpa_supplicant.conf: > > ctrl_interface=3D/var/run/wpa_supplicant > > > > network=3D{ > > ssid=3D"XXX" > > psk=3D"XXX" > > } > > > > dmesg just fills with "ath0: device timeout" messages and wifi just > doesn't work. > > > > any clue? > > > > regards > > michal > > > > _______________________________________________ > > freebsd-stable@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.or= g > " > > > > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >