From owner-freebsd-stable@FreeBSD.ORG Tue Jul 27 22:31:41 2010 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2A2EA106566B for ; Tue, 27 Jul 2010 22:31:41 +0000 (UTC) (envelope-from matheusber@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id C875E8FC20 for ; Tue, 27 Jul 2010 22:31:40 +0000 (UTC) Received: by yxe42 with SMTP id 42so867232yxe.13 for ; Tue, 27 Jul 2010 15:31:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:received:received :message-id:date:subject:from:to:user-agent:mime-version :content-type:content-transfer-encoding:x-priority:importance; bh=pqRTyPVccWpJ7HxXiQjkUmLSCZ7+O6SvOOF3BrN5K/c=; b=AFGOtjclunYltchcnTmGrNjyYJI1YR+r/mvZtSiYVmf5h+/sdcaDitcIme7x+lPFUV hTDy5Mi39qE1OSekJtm0DBo2VMxQPpl1jOXQ/XtgnUetymmmiAK0y+VfvA8Yu5P/MmsG xRUCVeO+1ARyHdSJwXDQpKePalbKg5njnnGok= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:message-id:date:subject:from:to:user-agent:mime-version :content-type:content-transfer-encoding:x-priority:importance; b=WTNtzxXXz5KdmGeNW4AwFsgj+6TvfIKKRPCRr13sDdZJvZj/6j2WkNKUZYamOO7MSw XQFclYGuQNTO0mumI4mBMs1vDSCKDozwFQKalEyrU05whv4Ri3PDbdtvpBkbcwGf+8R8 +Cb9zzMxq4j+i3O7Rh+DpwAkXPtdH/5yaLej4= Received: by 10.150.237.8 with SMTP id k8mr11246675ybh.323.1280268428216; Tue, 27 Jul 2010 15:07:08 -0700 (PDT) Received: from cygnus.homeunix.com ([189.71.41.130]) by mx.google.com with ESMTPS id h11sm5387320ybk.17.2010.07.27.15.07.05 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 27 Jul 2010 15:07:07 -0700 (PDT) Sender: Nenhum_de_Nos Received: by cygnus.homeunix.com (Postfix, from userid 80) id 79EC8B8FB6; Tue, 27 Jul 2010 19:06:59 -0300 (BRT) Received: from 187.117.187.227 (SquirrelMail authenticated user matheus) by cygnus.homeunix.com with HTTP; Tue, 27 Jul 2010 19:06:59 -0300 (BRT) Message-ID: Date: Tue, 27 Jul 2010 19:06:59 -0300 (BRT) From: "Nenhum_de_Nos" To: freebsd-stable@freebsd.org User-Agent: SquirrelMail/1.4.15 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 (Normal) Importance: Normal Subject: possible regression - rum ap problem under 8.1R X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jul 2010 22:31:41 -0000 hail, I have a small mini itx, crusoe based, and it was running pfSense 1.2.3R (FreeBSD 7.2). there was an ap using tp-link tl-wn321 usb adapter. no problems. I then installed 8.1R and tried the same config, and got kernel panic. Installed 7.2R (no patches applied) and it is working. the only info is that 7.2R does not load acpi, but I tried this on 8.1R to no avail. with acpi 7.2R would not use my integrated nic. it complaints about no dump device and I imagine there is no dump. is this known ? what info can I get to help ? how I create the ap on 7.2R: ifconfig rum0 inet 192.168.12.254/24 ifconfig rum0 ssid rush ifconfig rum0 mediaopt hostap ifconfig rum0 up /etc/rc.d/hostapd restart the hostapd.conf: # Interface to use as an accesspoint interface=rum0 # Driver interface type (hostap/wired/madwifi; default: hostap) # If you use Atheros-based card then use the madwifi driver driver=bsd # Logging and debugging settings: more of this in original config file logger_syslog=-1 logger_syslog_level=2 logger_stdout=-1 logger_stdout_level=2 debug=0 dump_file=/tmp/hostapd.dump # SSID to use. This will be the "name" of the accesspoint ssid=rush # WPA settings. We'll use stronger WPA2 # bit0 = WPA # bit1 = IEEE 802.11i/RSN (WPA2) (dot11RSNAEnabled) wpa=2 # Preshared key of between 8-63 ASCII characters. # If you define the key in here, make sure that the file is not readable # by anyone but root. Alternatively you can use a separate file for the # key; see original hostapd.conf for more information. #wpa_passphrase=fdajk5akj32j9fdakfj3r0jfakjf3akljf3a30rfal3rj0a3fjkaj3alk wpa_psk_file=/etc/hostapd/wpa_psk # Key management algorithm. In this case, a simple pre-shared key (PSK) wpa_key_mgmt=WPA-PSK # The cipher suite to use. We want to use stronger CCMP cipher. wpa_pairwise=CCMP # Change the broadcasted/multicasted keys after this many seconds. wpa_group_rekey=600 # Change the master key after this many seconds. Master key is used as a basis # (source) for the encryption keys. wpa_gmk_rekey=86400 on 8.1R: wlans_rum0="wlan0" ifconfig_wlan0="inet 192.168.12.254" create_args_wlan0="wlanmode ap ssid rush" hostapd_enable="YES" the hostapd.conf is the same, just change wlan0 to rum0. both load wlan_ccmp and wlan_xauth on boot. thanks, matheus -- We will call you cygnus, The God of balance you shall be A: Because it messes up the order in which people normally read text. Q: Why is top-posting such a bad thing? http://en.wikipedia.org/wiki/Posting_style