From owner-freebsd-current@FreeBSD.ORG Sun May 30 00:11:24 2010 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7731E1065676 for ; Sun, 30 May 2010 00:11:23 +0000 (UTC) (envelope-from bf1783@googlemail.com) Received: from mail-ww0-f54.google.com (mail-ww0-f54.google.com [74.125.82.54]) by mx1.freebsd.org (Postfix) with ESMTP id CD5D98FC14 for ; Sun, 30 May 2010 00:11:22 +0000 (UTC) Received: by wwb34 with SMTP id 34so1171784wwb.13 for ; Sat, 29 May 2010 17:11:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:received:reply-to:date :message-id:subject:from:to:cc:content-type; bh=twzuQjE1TgZHuBeOUZyhJ/ENccwVYb/8q/blUqGlLyM=; b=jQlSr5Q+AKlMpHfyULW+ataJ0K2xv8sOAlAZBHo3u/v2WXaPa6/+KbLtF8oOCm14ez f4Nc/EACy3l03x51SrFEzFWT+4j+5iIaswuG/UMLkqgBgaE4S4+OyDwz1QJAccl54lSt Eog5MX4zIsUUIHIKhiq6ZawKN0moStcE4QVL4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:reply-to:date:message-id:subject:from:to:cc :content-type; b=qIKT0Fbt1erTLmQ91GctwQkfLo7s47D48HMwLHVp8HP2dP/Aw+3zfeKfEpGA6Brki6 8ByZgS3ws2Jk38P5U5N8JzR45u7tmyTvpMaIoz3QVKUHi8I8pRiYuu30hzqSWTEnGw+T xcrdIsZvvELb1rdEshOcAZ0kwSZuALkvklBJQ= MIME-Version: 1.0 Received: by 10.216.93.19 with SMTP id k19mr2975846wef.5.1275178281467; Sat, 29 May 2010 17:11:21 -0700 (PDT) Received: by 10.216.158.146 with HTTP; Sat, 29 May 2010 17:11:21 -0700 (PDT) Date: Sat, 29 May 2010 20:11:21 -0400 Message-ID: From: "b. f." To: buganini@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-current@FreeBSD.org Subject: Re: Call for Test and Review: bwn(4) - another Broadcom Wireless driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf1783@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 May 2010 00:11:24 -0000 >Hi, with yesterday's CURRENT my bwn works partially. > >this is my hardware >siba_bwn0 at pci0:4:0:0: class=0x028000 card=0x04b514e4 chip=0x431514e4 >rev=0x01 hdr=0x00 > vendor = 'Broadcom Corporation' > device = 'Broadcom Wireless b/g (BCM4315/BCM22062000)' > class = network > >it works with WPA ap without destroy/re-create wlan0 >, but it's unstable, at the first time it works, it goes forth and >back between "associated" and "no carrier", >the other times it stay associated but network is down. >and this usually followed by system freeze if I `/etc/rc.d/netif restart` later. > >and it never get associated with a open ap. This sounds similar to the problems detailed in the recent "wpa supplicant (Was: Re: wpi not working on today's current ..." thread. Have you tried reverting r208623 and r208624? b.